JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
new colorscheme (16-bit compliant)
[dwm.git] / client.c
2007-09-15 Anselm R. Garberenamed drawstatus into drawbar
2007-08-26 Anselm R. Garbeprepared 4.4.1 bugfix and minor feature enhancement...
2007-08-23 Anselm R. Garberemoved unnecessary include, prepared dwm-4.4
2007-08-22 Anselm R. Garberemoved the _DWM_PROPERTIES handling, reverted ban...
2007-08-19 Anselm R. Garberenamed char prop[] into buf[]
2007-08-19 Anselm R. Garbeadded screen.c, removed layout.c and tag.c
2007-08-19 Anselm R. Garbeprepared merging layout.c and tag.c into screen.c
2007-08-18 Anselm R. Garbehmm I doubt the usefulness of storing this information...
2007-08-18 Anselm R. Garbecleaned up settags-handling
2007-08-16 Anselm R. Garbefixed the issue observed by various people, that client...
2007-08-15 Anselm R. Garbefififi
2007-08-14 Anselm R. Garbefix of resize (thanks Sander for the hint!)
2007-08-13 Anselm R. Garbemade Layout a static struct in layout.c, added some...
2007-08-13 Anselm R. Garbemade resize more precise
2007-08-11 Anselm R. Garbeseparated layout-specific stuff into separate .h and...
2007-08-10 Anselm R. Garberemoved VRATIO, NMASTER, inc*(), renamed HRATIO into...
2007-07-31 Anselm R. Garbechanged the fix of yesterday, the resize should only...
2007-07-30 Anselm R. Garbefoo
2007-07-28 Anselm R. Garbeset client state to iconic on maprequest
2007-07-28 Anselm R. Garbechanged ban/unban implementation to not move the window...
2007-06-04 Anselm R. Garbeadded an creatnotify event handler
2007-06-04 Anselm R. Garbeapplied anudots [un]ban repair patch
2007-05-30 Anselm R. Garbereferred to LICENSE file
2007-05-30 Anselm R. GarbeJukka also belongs to Copyright holders after all he...
2007-05-30 Anselm R. Garbeapplied Jukkas patch
2007-05-29 Anselm R. Garbeadded nsz to copyright holders as well, because he...
2007-05-29 Anselm R. Garbeadded anydot to Copyright holders, because he contribut...
2007-05-29 Anselm R. Garbeapplied anydot's 3 minor patches, thank you anydot
2007-05-28 Anselm R. Garbeapplied Sanders patch
2007-05-25 Anselm R. Garbeapplied anydots proposal to let togglefloating restore...
2007-05-23 Anselm R. Garbereverted last change after Sander pointed out the origi...
2007-05-23 Anselm R. Garbeapplied anydots remark of togglefloating()
2007-05-14 Anselm R. Garbethanks to Jukka
2007-05-14 Anselm R. Garbeapplied dfenze cleanups, fixed some comments in dwm.h
2007-05-10 Anselm R. Garbesmall fix of fix
2007-05-10 Anselm R. Garbefixed a potential security flaw
2007-04-19 Anselm R. Garbefixed the border issue for mplayer, ff is definately...
2007-04-19 Anselm R. Garbetouch border
2007-04-18 Anselm R. Garbeset border at manage time
2007-04-17 Anselm R. Garbechanged border handling
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
next