JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
new colorscheme (16-bit compliant)
[dwm.git] / main.c
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. Garbefixed misappearance of iconified windows on SIGKILL
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-17 Anselm R. Garberenamed seltag into seltags
2007-08-15 Anselm R. Garbefififi
2007-08-13 Anselm R. Garbetags should be persistent now during X server run
2007-06-06 Anselm R. GarbeI change the style of init somewhat, init as early...
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-29 Anselm R. Garbechanged -v output (now also anydot and nsz are containe...
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-23 Anselm R. Garberemoved the only one and superfloues strncmp
2007-05-15 Anselm R. Garberaising the barwin has no effect becasue of restack
2007-05-15 Anselm R. Garbefix
2007-05-15 Anselm R. Garbebarwindow raising
2007-05-15 Anselm R. Garbeanother fix, call lt->arrange() in togglebar only
2007-05-15 Anselm R. Garbefixed bpos init
2007-05-15 Anselm R. Garbemade bar togglalble
2007-05-07 Anselm R. Garbeapplied patch of Paul Liu to allow onthefly resizing...
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-04-13 Anselm R. Garbemaking Copyright notices more compact
2007-03-02 Anselm R. Garbewe don't need to set the font all the time
2007-02-26 Anselm R. Garberemoved sendevent
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. Garbejust ignore the FD_ISSET check in main.c of xfd, just...
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-20 Anselm R. Garberenamed setfont to initfont, getcolor to initcolor
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-19 Anselm R. Garbeusing eprint instead of fputs
2007-02-19 Anselm R. Garbeintroduced Layout struct
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. Garbesome more refactoring
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-14 Anselm R. Garbemade for/if/else constructs more consistent, some code...
2007-02-09 Anselm R. Garbepneubeck pointed out an obvious thing, that a second...
2007-02-08 Anselm R. Garbefixed order of Bool declarations
2007-02-08 Anselm R. Garbeadded TOPBAR option for making the bar appear what...
2007-02-08 Anselm R. Garbemaking the bar appear at bottom
2007-02-07 Anselm R. Garbereplaced getproto with a saner function, now old-school...
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-16 Anselm R. Garberemoved unnecessary bx, by, bw variables
2007-01-14 Anselm R. Garbeimplemented new color scheme accordingly to Sanders...
2007-01-14 Anselm R. Garberemoved mode label stuff
2007-01-11 Anselm R. Garbesmall fix of initial numlockmask value
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-02 arg@mig29changed arg's color scheme
2007-01-02 arg@mig29corrections
2007-01-02 arg@mig29next version will contain updated copyright notice
2007-01-02 arg@mig29fixed cleanup, using clients instead of sel
2006-12-07 arg@mig29with this patch everything works fine for me
2006-12-06 arg@mig29improved the memory leak prevention
2006-11-27 arg@mig29applied Jukka's patch preventing some cornercases and...
2006-11-26 arg@mig29applied yet another proposal of Manuel
2006-11-26 arg@mig29applied Jukka's sizeof K&R compliance patch, applied...
2006-11-26 arg@mig29applied Jukka's stdinread patch
2006-11-25 arg@mig29applied Manuels patch (thanks to Manuel!)
2006-11-21 arg@mig29applied Gottox patches
2006-11-16 arg@mig29applied Gottox' windowarea patch
2006-10-06 Anselm R. Garbecode polishing, removed unnecessary newlines
2006-10-05 Anselm R. Garberemoved the stack position stuff
2006-10-05 Anselm R. Garbekeep master ratio on resizecol -> arrange
2006-09-29 Anselm R. Garbeadded symbols for different modes
2006-09-29 Anselm R. Garberemoved useless updatemaster
2006-09-29 Anselm R. Garbeadded the new dotile as described on ml
2006-09-29 Anselm R. Garbefirst step to a more flexible dotile() algorithm
2006-09-25 arg@mmviapplied Jukkas patch
2006-09-22 arg@mmviimplemented the maximization as I described on the...
2006-09-12 Anselm R. Garberemoved a bunch of lines through making function signat...
2006-09-12 Anselm R. Garbeapplied Christof Musik's multihead patch for a patholog...
2006-09-11 Anselm R. Garbefixed some other comments, now also the code side seems...
2006-09-07 Anselm R. Garbeusing a global stack for focus recovery on arrange...
2006-09-06 Anselm R. Garbesmall fix
2006-09-04 Anselm R. Garbeapplied Sanders max_and_focus.patch
2006-08-25 Anselm R. Garbetrying a different configuration
2006-08-25 Anselm R. Garbefixed typo
2006-08-25 Anselm R. Garberemoved a bunch of lines, made mode symbols configurable
2006-08-25 Anselm R. Garbenew color stuff/new rendering stuff
2006-08-25 Anselm R. Garbeback to 3 colors
2006-08-24 Anselm R. Garbe3->4 colors
2006-08-24 Anselm R. Garbechanging tag indicator through underline
2006-08-23 Anselm R. Garberemoved a blank line
next