JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
small comment
[dwm.git] / dwm.h
2007-10-11 Anselm R. Garberecreated dwm.h
2007-09-15 Anselm R. Garbemicromizing dwm step 1
2007-09-15 Anselm R. Garbenew colorscheme (16-bit compliant)
2007-09-15 Anselm R. Garbemoved bar-related stuff to bar.c (merged draw.c into...
2007-09-15 Anselm R. Garberenamed drawstatus into drawbar
2007-08-22 Anselm R. Garberemoved the _DWM_PROPERTIES handling, reverted ban...
2007-08-19 Anselm R. Garbemoved updatebarpos to screen
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-17 Anselm R. Garberenamed seltag into seltags
2007-08-16 Anselm R. Garbemade tag/view/toggle{tag,view} work on pointer to tags...
2007-08-15 Anselm R. Garbefififi
2007-08-14 Anselm R. Garbefixed a typo
2007-08-13 Anselm R. Garbetags should be persistent now during X server run
2007-08-13 Anselm R. Garbemade Layout a static struct in layout.c, added some...
2007-08-12 Anselm R. Garbemoved floating to layout.c, kept tile.c outside
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-08-04 Anselm R. GarbeI introduced {H,V}RATIO and inc{h,v,}ratio() functions...
2007-08-03 Anselm R. Garbeimplemented ratio tile as described on the mailinglist
2007-07-28 Anselm R. Garbechanged ban/unban implementation to not move the window...
2007-07-28 Anselm R. Garberemoved shiftview(), if you scroll the views in the...
2007-07-24 Anselm R. Garbeapplied Jeroen Schot's shiftview patch
2007-06-04 Anselm R. Garbeadded an creatnotify event handler
2007-06-01 Anselm R. Garbemaking variable declarations in dwm.h extern, this...
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-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-23 Anselm R. Garbefoo
2007-05-15 Anselm R. Garbemade bar togglalble
2007-05-14 Anselm R. Garbeapplied dfenze cleanups, fixed some comments in dwm.h
2007-04-19 Anselm R. Garbefixed the border issue for mplayer, ff is definately...
2007-04-13 Anselm R. Garbeyet another fix of copyright compactisition
2007-03-01 Anselm R. Garbesome changes to updatesizehints, I don't change the...
2007-02-26 Anselm R. Garberemoved sendevent
2007-02-24 Anselm R. Garberemoved an unnecessary newline
2007-02-24 Anselm R. Garberemoved superfluous externs (except for tags, because...
2007-02-22 Anselm R. Garberenamed untiled into floating, keeping tiled instead...
2007-02-22 Anselm R. Garbemade Fnt an anonymous inner struct
2007-02-22 Anselm R. Garbemade Fnt an anonymous inner struct
2007-02-22 Anselm R. Garberenamed versatile into untiled
2007-02-22 Anselm R. Garbemerged focus{prev.next} into focusclient(1/-1)
2007-02-22 Anselm R. Garbemade dwm.h more tidy (thx Jukka for the zoom() hint)
2007-02-22 Anselm R. Garbereplaced Arg union with const char *arg, seems cleaner...
2007-02-22 Anselm R. Garbefixing missing extern declars in dwm.h for {de,at}tach()
2007-02-22 Anselm R. Garbeseveral changes, made togglemax extern and separated...
2007-02-21 Anselm R. Garbereverted accidental removal of sx, sy
2007-02-21 Anselm R. Garberemoved some global vars which should be static instead
2007-02-21 Anselm R. Garbemoved focus{next,prev} and nexttiled from client.c...
2007-02-21 Anselm R. Garbefixed quoting and a comment
2007-02-20 Anselm R. Garbeadded draw.c again (except getcolor and setfont which...
2007-02-20 Anselm R. Garbeseparating drawsquare from drawtext, made drawtext...
2007-02-20 Anselm R. Garbesplit screen.c into layout.c and tag.c (because the...
2007-02-19 Anselm R. Garbereplaced togglelayout with setlayout
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. Garbeforgot an extern declaration
2007-02-19 Anselm R. Garberemoved procevent, more refactoring
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. Garbemerged tag.c, view.c and tile.c to manage.c
2007-02-19 Anselm R. Garbesome more refactoring
2007-02-19 Anselm R. Garbeadded some new convenience functions
2007-02-19 Anselm R. Garbeintroduced tile.c, some refactoring of functions
2007-02-16 Anselm R. Garberemoved ugly ban(), extended resize() that it only...
2007-02-16 Anselm R. Garberemoved getnext/getprev, redundant
2007-02-14 Anselm R. Garbeadded ban() which takes care than a banned window is...
2007-02-07 Anselm R. Garbereplaced getproto with a saner function, now old-school...
2007-02-06 Anselm R. Garbeimplemented aspect ratio support of windows
2007-01-28 Anselm R. Garbehandling WM_STATE seems to make DnD in gtk/qt apps...
2007-01-23 Anselm R. Garberenamed activescreen into selscreen
2007-01-23 Anselm R. Garbesmall changes
2007-01-22 Anselm R. Garbeapplied Sanders all5.patch (thanks for your weekend...
2007-01-17 Anselm R. Garbemoved BORDERPX to config.*.h
2007-01-16 Anselm R. Garberemoved erealloc (not used)
2007-01-16 Anselm R. Garberemoved unnecessary bx, by, bw variables
2007-01-15 Anselm R. Garberemoved drawclient and drawall (they performed useless...
2007-01-14 Anselm R. Garbeimplemented new color scheme accordingly to Sanders...
2007-01-14 Anselm R. Garberemoved mode label stuff
2007-01-14 Anselm R. Garberemoved client title bar
2007-01-08 Anselm R. Garbereorganized
2007-01-08 Anselm R. Garbeimplemented nmaster appearance in mode label (using %u)
2007-01-05 Anselm R. Garbeexperimental version which allows master clients being...
2007-01-04 Anselm R. Garbefixed comment of drawclient()
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-02 arg@mig29changed comment of updatesizehints
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-11-30 arg@mig29removed viewall signature from dwm.h
2006-11-27 arg@mig29added man page entry
next