2009-06-24 |
Anselm R Garbe |
some hotfix cleanup related to wild selmon-> destruction
|
changeset |
files
|
2009-06-23 |
Anselm R Garbe |
some restack fixes, still odd behavior if n>1 on unmanaging clients
|
changeset |
files
|
2009-06-23 |
Anselm R Garbe |
added some dual head simulator code
|
changeset |
files
|
2009-06-23 |
Anselm R Garbe |
simplified left over re-assignment
|
changeset |
files
|
2009-06-23 |
Anselm R Garbe |
fixed tagmon, re-using detach/detachstack and attach/attachstack
|
changeset |
files
|
2009-06-23 |
Anselm R Garbe |
simplified ISVISBLE and nexttiled
|
changeset |
files
|
2009-06-23 |
Anselm R Garbe |
moved clients/stack/sel to Monitor, that's a per monitor structure from now on
|
changeset |
files
|
2009-06-23 |
Anselm R Garbe |
declare buf only if XINERAMA support is used
|
changeset |
files
|
2009-06-23 |
Anselm R Garbe |
if compiled without XINERAMA support assume 1 monitor by default (n = 1)
|
changeset |
files
|
2009-06-22 |
Anselm R Garbe |
some more refactoring, bar toggle fixes
|
changeset |
files
|
2009-06-22 |
Anselm R Garbe |
hotfixes
|
changeset |
files
|
2009-06-22 |
Anselm R Garbe |
changes monitor structure to be a list
|
changeset |
files
|
2009-06-20 |
Anselm R Garbe |
we need a tagset per monitor, removed tagset declaration from config.h
|
changeset |
files
|
2009-06-20 |
Anselm R Garbe |
some minor fixes regarding the new xinerama support
|
changeset |
files
|
2009-06-20 |
Anselm R Garbe |
several fixes through ISVISIBLE change (takes Monitor into account)
|
changeset |
files
|
2009-06-20 |
Anselm R Garbe |
experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/e
|
changeset |
files
|
2009-06-19 |
Anselm R Garbe |
introduction of Monitor for better Xinerama support, work in progress
|
changeset |
files
|
2009-05-29 |
Anselm R Garbe |
removed MAXTAGLEN
|
changeset |
files
|
2009-04-20 |
Anselm R Garbe |
next version will be 5.6, shortened some very long lines
|
changeset |
files
|
2009-04-18 |
Anselm R Garbe |
Added tag 5.5 for changeset deaa276abac1
|
changeset |
files
|
2009-03-19 |
Anselm R Garbe |
applied Marc Andre Tanners showhide patch, the removal of ntiled
5.5
|
changeset |
files
|
2009-03-17 |
Anselm R Garbe |
applied Gottox' patches, and also removed usegrab
|
changeset |
files
|
2009-03-03 |
arg |
applied the patch I missed from Gottox, thanks mate!
|
changeset |
files
|
2009-03-02 |
Anselm R Garbe |
applied Gottox' resizehints patch, thanks Gottox!
|
changeset |
files
|
2009-02-21 |
Anselm R Garbe |
some NULL fixes
|
changeset |
files
|
2009-02-21 |
Anselm R Garbe |
override_redirect is Bool
|
changeset |
files
|
2009-02-21 |
Anselm R Garbe |
applied Gottox' adjustborder removal patch (thanks!)
|
changeset |
files
|
2009-02-14 |
a |
applied nsz' remark
|
changeset |
files
|
2009-02-12 |
Premysl Hruby |
fix of typo, thx to Enno Gottox Boland
|
changeset |
files
|
2009-02-08 |
a |
Added tag 5.4.1 for changeset 85a78d8afa0f
|
changeset |
files
|
2009-02-08 |
a |
fixed an issue reported by Nibble, also fixed s/2008/2009/
5.4.1
|
changeset |
files
|
2009-02-08 |
a |
Added tag 5.4 for changeset 8b7836a471f8
|
changeset |
files
|
2009-02-08 |
a |
avoid reverting the border if it's not necessary (avoids some flashing on view())
5.4
|
changeset |
files
|
2008-12-20 |
a |
spotted missing spaces
|
changeset |
files
|
2008-12-20 |
a |
reverting some border patches
|
changeset |
files
|
2008-12-19 |
a |
changed adjustborder to be a macro
|
changeset |
files
|
2008-12-19 |
a |
applied yiyus applyrules() patch
|
changeset |
files
|
2008-12-17 |
a |
implemented noborder for 1 client in the view
|
changeset |
files
|
2008-12-13 |
a |
made status script example of .xinitrc more useful
|
changeset |
files
|
2008-12-13 |
a |
ok, using signal.h for portability reasons
|
changeset |
files
|
2008-12-13 |
a |
removed unnecessary closure of stdin reported by Frederic Chardon, thx
|
changeset |
files
|
2008-12-13 |
a |
added sys/signal.h inclusion for BSD compliance
|
changeset |
files
|
2008-12-12 |
a |
re-applied Neale's spawn patch, credited Neale in LICENSE
|
changeset |
files
|
2008-12-12 |
a |
applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly
|
changeset |
files
|
2008-12-06 |
arg |
applied yiyus fix
|
changeset |
files
|
2008-12-06 |
Anselm R Garbe |
fix
|
changeset |
files
|
2008-12-06 |
Anselm R Garbe |
Added tag 5.3.1 for changeset 335301ed102f
|
changeset |
files
|
2008-12-06 |
Anselm R Garbe |
integrated yiyus clearurgent refactoring
5.3.1
|
changeset |
files
|
2008-12-06 |
arg |
reverted spawn
|
changeset |
files
|
2008-12-04 |
Anselm R Garbe |
Added tag 5.3 for changeset 4004d6116035
|
changeset |
files
|
2008-12-04 |
Anselm R Garbe |
added Neale Pickett's spawn patch, thanks Neale
5.3
|
changeset |
files
|
2008-11-16 |
Anselm R Garbe |
applied Gottox' comment fix (thanks)
|
changeset |
files
|
2008-10-19 |
Anselm R Garbe |
several changes towards 5.3, XINERAMA is disabled by default, introduced usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimization
|
changeset |
files
|
2008-10-15 |
Premysl Hruby |
removed NOBORDER(broken and badly used), introduce WIDTH/HEIGHT macros for computing client size with border added, fixes bug announced by sergey_m
|
changeset |
files
|
2008-09-09 |
Anselm R Garbe |
Added tag 5.2 for changeset e4bcaca8e6ef
|
changeset |
files
|
2008-09-08 |
Anselm R Garbe |
using malloc() instead of calloc() and sticking to static initializer and struct assignment, not using *c = (Client){}; right now to avoid some ugly gcc warning, possibly a gcc bug since we are using -std=c99
5.2
|
changeset |
files
|
2008-09-07 |
Anselm R Garbe |
applied XGetWMNormalHints fix
|
changeset |
files
|
2008-09-06 |
Anselm R Garbe |
I prefer doing the check in showhide
|
changeset |
files
|
2008-09-06 |
Anselm R Garbe |
applied Donald Chai's showhide patch in slightly modified ways
|
changeset |
files
|
2008-09-06 |
Anselm R Garbe |
applied Martin Hurton's checkotherwm simplification
|
changeset |
files
|