JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
yet another fix of copyright compactisition
[dwm.git] / client.c
2007-04-13 Anselm R. Garbeyet another fix of copyright compactisition
2007-04-13 Anselm R. Garbemaking Copyright notices more compact
2007-04-11 Anselm R. Garbemake also transients floating when we do not know the...
2007-03-29 Anselm R. Garbeadd an additional check in resize() to prevent a crash...
2007-03-01 Anselm R. Garbesome changes to updatesizehints, I don't change the...
2007-02-26 Anselm R. Garberemoved sendevent
2007-02-22 Anselm R. Garberenamed untiled into floating, keeping tiled instead...
2007-02-22 Anselm R. Garberenamed versatile into untiled
2007-02-22 Anselm R. Garbereplaced Arg union with const char *arg, seems cleaner...
2007-02-22 Anselm R. Garbeseveral changes, made togglemax extern and separated...
2007-02-21 Anselm R. Garbemoved focus{next,prev} and nexttiled from client.c...
2007-02-19 Anselm R. Garberenamed Client->versatile and Rule->versatile into...
2007-02-19 Anselm R. Garberenames swim[ming] into versatile
2007-02-19 Anselm R. Garberenamed floating into swimming (this does not clash...
2007-02-19 Anselm R. Garbeintroduced Layout struct
2007-02-19 Anselm R. Garbesome more code polishing
2007-02-19 Anselm R. Garbebugfix of transient handling
2007-02-19 Anselm R. Garbedraw.c is useless (belongs to main.c now)
2007-02-19 Anselm R. Garberenamed view.c into screen.c
2007-02-19 Anselm R. Garberenamed manage.c to view.c
2007-02-19 Anselm R. Garbesome more refactoring
2007-02-19 Anselm R. Garbeadded some new convenience functions
2007-02-19 Anselm R. Garbesimplified configurerequest to a bare minimum, removed...
2007-02-16 Anselm R. Garberemoved ugly ban(), extended resize() that it only...
2007-02-14 Anselm R. Garbeadded ban() which takes care than a banned window is...
2007-02-14 Anselm R. Garbemade for/if/else constructs more consistent, some code...
2007-02-13 Anselm R. Garbemaking it more sure that transient checks will work...
2007-02-13 Anselm R. Garbesimplified configurerequest
2007-02-07 Anselm R. Garbereplaced getproto with a saner function, now old-school...
2007-02-06 Anselm R. Garbeyet another fix
2007-02-06 Anselm R. Garbesimplification
2007-02-06 Anselm R. Garbeimplemented aspect ratio support of windows
2007-02-05 Anselm R. Garbemade some changes more concistent
2007-01-28 Anselm R. Garbehandling WM_STATE seems to make DnD in gtk/qt apps...
2007-01-25 Anselm R. Garbeprepared yet another hotfix release
2007-01-24 Anselm R. Garbeapplied offscreen appearance hotfix
2007-01-23 Anselm R. Garberenamed activescreen into selscreen
2007-01-23 Anselm R. Garbeimplemented Sanders remarks
2007-01-23 Anselm R. Garbesmall changes
2007-01-23 Anselm R. Garberemoved a blank line
2007-01-23 Anselm R. Garbethis version should also work with cornercases (like...
2007-01-23 Anselm R. GarbeI think this is the best solution of multihead support
2007-01-22 Anselm R. Garbethis variant is known to work, but focus() is ugly...
2007-01-22 Anselm R. Garbeapplied Sanders all5.patch (thanks for your weekend...
2007-01-15 Anselm R. Garberemoved drawclient and drawall (they performed useless...
2007-01-14 Anselm R. Garberemoved client title bar
2007-01-04 Anselm R. Garberenamed drawtitle into drawclient
2007-01-02 arg@mig29corrections
2007-01-02 arg@mig29next version will contain updated copyright notice
2007-01-01 arg@mig29renamed updatesize into updatesizehints (thx to Sander...
2006-12-12 arg@mig29removed Client->grav
2006-12-11 arg@mig29removed gravitate for the moment
2006-12-11 arg@mig29disabling configure() during resize
2006-12-11 arg@mig29made gravitate effectless, waiting for complains ;)
2006-11-26 arg@mig29applied Jukka's sizeof K&R compliance patch, applied...
2006-10-27 arg@mig29and another fix
2006-10-27 arg@mig29applied sanders try2 patch
2006-10-27 arg@mig29applied sanders max size fix
2006-10-26 arg@mig29reverting to original
2006-10-26 arg@mig29some other change
2006-10-26 arg@mig29apply small fix to prevent apps like mplayer wandering...
2006-10-06 Anselm R. Garbedo* has no Arg arument anymore (never called directly)
2006-10-06 Anselm R. Garbecode polishing, removed unnecessary newlines
2006-09-29 Anselm R. Garbeapplied ality's hardcode-0 patches
2006-09-28 Anselm R. Garbeapplied Jukkas patch
2006-09-27 Anselm R. Garbefixing the settags issue, preparing 1.7.1
2006-09-26 arg@mmviadded configure(), but this doesn't really fix those...
2006-09-22 arg@mmvifixed issue pointed out by Jukka
2006-09-22 arg@mmviimplemented the maximization as I described on the...
2006-09-20 arg@mmvireviewed client.c
2006-09-15 arg@mmvioffscreen client appearance fixes
2006-09-15 arg@mmvifocus() enforces visibility of a client if not NULL
2006-09-12 Anselm R. Garberemoved a bunch of lines through making function signat...
2006-09-11 Anselm R. Garbesmall change to comments, renamed two set* functions...
2006-09-11 Anselm R. Garbeadded some comments
2006-09-08 Anselm R. Garbeapplied sanders patch of not manipulating sel
2006-09-07 Anselm R. Garbehotfix
2006-09-07 Anselm R. Garbesimplified unmanage
2006-09-07 Anselm R. Garbeusing a global stack for focus recovery on arrange...
2006-09-06 Anselm R. Garbeno this is better
2006-09-06 Anselm R. Garbedoes this preserve z order for anthony?
2006-09-06 Anselm R. Garbemaybe this might work
2006-09-06 Anselm R. Garbesanders solution is convincing and elegant
2006-09-06 Anselm R. Garbeseems to preserve floating client z-layer order (even...
2006-09-06 Anselm R. Garbemoved transient_for tag inheritance to settags
2006-09-06 Anselm R. Garbeno, reodering floating clients definately breaks the...
2006-09-05 Anselm R. Garbeno, ordering floating clients at the end seems better
2006-09-04 Anselm R. Garbesimplified manage
2006-09-04 Anselm R. Garbehotfixing with sanders hint
2006-09-04 Anselm R. Garbefixing the issue that new clients appear lowered
2006-09-04 Anselm R. Garbeapplied Sanders max_and_focus.patch
2006-08-29 Anselm R. Garbestill something wrong with reorder()
2006-08-29 Anselm R. Garbeadded attach/detach functions which don't attach at...
2006-08-28 Anselm R. Garberemoved crappy variables
2006-08-28 Anselm R. Garbeapplied sanders focus_ patches
2006-08-23 Anselm R. Garbeupdated man page
2006-08-22 Anselm R. Garbeseparated several functions into view.c
2006-08-21 arg@localhost.10kl... windows which have set transient_for hint inherit the...
2006-08-21 arg@localhost.10kl... after switching to OpenBSD again, I switched back to...
2006-08-21 Anselm R.Garbeapplied Sanders focus_* patches, removed the unnecessar...
next