aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
AgeCommit message (Expand)AuthorLines
2009-06-20experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/eAnselm R Garbe-116/+194
2009-06-19introduction of Monitor for better Xinerama support, work in progressAnselm R Garbe-76/+107
2009-05-29removed MAXTAGLENAnselm R Garbe-1/+0
2009-04-20next version will be 5.6, shortened some very long linesAnselm R Garbe-4/+10
2009-03-19applied Marc Andre Tanners showhide patch, the removal of ntiledAnselm R Garbe-9/+5
2009-03-17applied Gottox' patches, and also removed usegrabAnselm R Garbe-65/+55
2009-03-03applied the patch I missed from Gottox, thanks mate!arg@garbe.us-11/+13
2009-03-02applied Gottox' resizehints patch, thanks Gottox!Anselm R Garbe-45/+52
2009-02-21some NULL fixesAnselm R Garbe-2/+2
2009-02-21override_redirect is BoolAnselm R Garbe-1/+1
2009-02-21applied Gottox' adjustborder removal patch (thanks!)Anselm R Garbe-19/+1
2009-02-14applied nsz' remarka@null-1/+1
2009-02-12fix of typo, thx to Enno Gottox BolandPremysl Hruby-1/+1
2009-02-08fixed an issue reported by Nibble, also fixed s/2008/2009/a@null-2/+2
2009-02-08avoid reverting the border if it's not necessary (avoids some flashing on vie...a@null-6/+11
2008-12-20spotted missing spacesa@null-2/+2
2008-12-20reverting some border patchesa@null-7/+18
2008-12-19changed adjustborder to be a macroa@null-19/+7
2008-12-19applied yiyus applyrules() patcha@null-1/+1
2008-12-17implemented noborder for 1 client in the viewa@null-1/+20
2008-12-13ok, using signal.h for portability reasonsa@null-1/+1
2008-12-13removed unnecessary closure of stdin reported by Frederic Chardon, thxa@null-1/+0
2008-12-13added sys/signal.h inclusion for BSD compliancea@null-0/+1
2008-12-12re-applied Neale's spawn patch, credited Neale in LICENSEa@null-11/+14
2008-12-12applied Neale Pickett's xprop status reading patch, updated README and dwm.1 ...a@null-64/+23
2008-12-06applied yiyus fixarg@localhost.localdomain-1/+1
2008-12-06integrated yiyus clearurgent refactoringAnselm R Garbe-15/+10
2008-12-06reverted spawnarg@localhost.localdomain-14/+11
2008-12-04added Neale Pickett's spawn patch, thanks NealeAnselm R Garbe-19/+16
2008-11-16applied Gottox' comment fix (thanks)Anselm R Garbe-1/+1
2008-10-19several changes towards 5.3, XINERAMA is disabled by default, introduced useg...Anselm R Garbe-8/+20
2008-10-15removed NOBORDER(broken and badly used), introduce WIDTH/HEIGHT macros for co...Premysl Hruby-18/+19
2008-09-08using malloc() instead of calloc() and sticking to static initializer and str...Anselm R Garbe-2/+4
2008-09-07applied XGetWMNormalHints fixAnselm R Garbe-1/+3
2008-09-06I prefer doing the check in showhideAnselm R Garbe-4/+6
2008-09-06applied Donald Chai's showhide patch in slightly modified waysAnselm R Garbe-12/+16
2008-09-06applied Martin Hurton's checkotherwm simplificationAnselm R Garbe-4/+3
2008-09-02applied Peter Hartlichs aspect revert fixAnselm R Garbe-2/+2
2008-09-02applied Gottox' grabkey patchAnselm R Garbe-4/+4
2008-09-01applied yiyus tagbar patchAnselm R Garbe-1/+1
2008-08-29fixedAnselm R Garbe-13/+13
2008-08-29checking result of XGetClassHint, removed some obsolete lines in initfont()Anselm R Garbe-5/+3
2008-08-27merged my changesAnselm R Garbe-3/+2
2008-08-27introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculatio...Anselm R Garbe-13/+13
2008-08-25WM_NAME is builtin atomPremysl Hruby-3/+2
2008-08-25grabbuttons() and grabkeys() are now independent from prior numlockmask initi...Anselm R Garbe-23/+31
2008-08-25reverted some resize() changes, reverted setlocale removalAnselm R Garbe-6/+5
2008-08-23applied Peter Hartlich's patch regarding aspect calculation with slight modif...Anselm R Garbe-6/+17
2008-08-23removed artifact from wmiiAnselm R Garbe-2/+0
2008-08-23changed grabkeys, removed initmodmapAnselm R Garbe-26/+21