Mercurial
Mercurial
>
dwm
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-120
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
final style fixes
5.6
2009-07-14, by Anselm R Garbe
removed int cast in TAGMASK as suggested by nsz
2009-07-14, by Anselm R Garbe
some stylistic changes
2009-07-14, by Anselm R Garbe
removed obsolete BUG
2009-07-13, by Anselm R Garbe
mark broken clients as broken
2009-07-12, by anselm
fixing updatetitle
2009-07-12, by anselm
extended rule to apply monitors if set up accordingly
2009-07-09, by Anselm R Garbe
reverting to optimised compiler options, current state seems stable
2009-07-09, by Anselm R Garbe
extended man page to mention number of visible windows
2009-07-09, by Anselm R Garbe
added client number printing right of layout symbol
2009-07-09, by Anselm R Garbe
removed monsyms, useless
2009-07-09, by Anselm R Garbe
restricting number of mons by length of monsyms
2009-07-09, by Anselm R Garbe
introducing const where it might make some sense
2009-07-08, by Anselm R Garbe
no that's definately better
2009-07-08, by Anselm R Garbe
some minor changes
2009-07-08, by Anselm R Garbe
die if malloc sizeof(Monitor) fails
2009-07-08, by Anselm R Garbe
applied Mate's patch, added Mate to LICENSE
2009-07-06, by Anselm R Garbe
some cleanups
2009-07-02, by Anselm R Garbe
hotfix
2009-07-02, by Anselm R Garbe
changed focusmon/tagmon to work on prev/next instead (-1/+1), changed shortcuts to Mod1-, Mod1-. and Mod1-Shift-, Mod1-Shift-.
2009-07-02, by Anselm R Garbe
removed some empty lines
2009-07-02, by Anselm R Garbe
interactive resizals allow display dimensions again
2009-07-02, by Anselm R Garbe
more sensible
2009-07-02, by Anselm R Garbe
hmm, can't decide on the default monitor symbol set
2009-07-02, by Anselm R Garbe
update
2009-07-02, by Anselm R Garbe
introduced monitor symbols
2009-07-02, by Anselm R Garbe
minor fix
2009-07-02, by Anselm R Garbe
several bugfixes
2009-07-01, by Anselm R Garbe
some minor fix if xinerama is disabled, still some odd behavior in there
2009-07-01, by Anselm R Garbe
updated year ranges
2009-06-30, by Anselm R Garbe
fixed usage of sx, sy, sw, sh
2009-06-30, by Anselm R Garbe
don't draw monitor number, if there is just one monitor
2009-06-30, by Anselm R Garbe
fixed order of transient monitor applicaion and rule application
2009-06-30, by Anselm R Garbe
hotfix
2009-06-30, by Anselm R Garbe
several simplifications
2009-06-30, by Anselm R Garbe
play safe
2009-06-30, by Anselm R Garbe
applied a collection of Christof Musik patches, and fixed an issue reported by waistcoats on IRC
2009-06-30, by Anselm R Garbe
some cleanup handling for index based mon search
2009-06-27, by Anselm R Garbe
using mon in function names for consistency reasons
2009-06-27, by Anselm R Garbe
fixed several issues with focus handling via mouse, also added sending clients to the right monitor they belong to after mouse moves/resizals
2009-06-27, by Anselm R Garbe
fixed focusmon brokeness
2009-06-27, by Anselm R Garbe
tag fix
2009-06-26, by Anselm R Garbe
typo fix
2009-06-25, by Anselm R Garbe
assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho)
2009-06-25, by Anselm R Garbe
added some TODOs, some other focus fixes
2009-06-24, by Anselm R Garbe
disabled XINULATOR code for now
2009-06-24, by Anselm R Garbe
made bar based monitor switching working
2009-06-24, by Anselm R Garbe
several other focus fixes, introduced unfocus()
2009-06-24, by Anselm R Garbe
some focus fixes
2009-06-24, by Anselm R Garbe
fixed title rendering on non-active screen
2009-06-24, by Anselm R Garbe
fixed getclient brokeness
2009-06-24, by Anselm R Garbe
some hotfix cleanup related to wild selmon-> destruction
2009-06-24, by Anselm R Garbe
some restack fixes, still odd behavior if n>1 on unmanaging clients
2009-06-23, by Anselm R Garbe
added some dual head simulator code
2009-06-23, by Anselm R Garbe
simplified left over re-assignment
2009-06-23, by Anselm R Garbe
fixed tagmon, re-using detach/detachstack and attach/attachstack
2009-06-23, by Anselm R Garbe
simplified ISVISBLE and nexttiled
2009-06-23, by Anselm R Garbe
moved clients/stack/sel to Monitor, that's a per monitor structure from now on
2009-06-23, by Anselm R Garbe
declare buf only if XINERAMA support is used
2009-06-23, by Anselm R Garbe
if compiled without XINERAMA support assume 1 monitor by default (n = 1)
2009-06-23, by Anselm R Garbe
some more refactoring, bar toggle fixes
2009-06-22, by Anselm R Garbe
hotfixes
2009-06-22, by Anselm R Garbe
changes monitor structure to be a list
2009-06-22, by Anselm R Garbe
we need a tagset per monitor, removed tagset declaration from config.h
2009-06-20, by Anselm R Garbe
some minor fixes regarding the new xinerama support
2009-06-20, by Anselm R Garbe
several fixes through ISVISIBLE change (takes Monitor into account)
2009-06-20, by Anselm R Garbe
experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/e
2009-06-20, by Anselm R Garbe
introduction of Monitor for better Xinerama support, work in progress
2009-06-19, by Anselm R Garbe
removed MAXTAGLEN
2009-05-29, by Anselm R Garbe
next version will be 5.6, shortened some very long lines
2009-04-20, by Anselm R Garbe
Added tag 5.5 for changeset deaa276abac1
2009-04-18, by Anselm R Garbe
applied Marc Andre Tanners showhide patch, the removal of ntiled
5.5
2009-03-19, by Anselm R Garbe
applied Gottox' patches, and also removed usegrab
2009-03-17, by Anselm R Garbe
applied the patch I missed from Gottox, thanks mate!
2009-03-03, by arg
applied Gottox' resizehints patch, thanks Gottox!
2009-03-02, by Anselm R Garbe
some NULL fixes
2009-02-21, by Anselm R Garbe
override_redirect is Bool
2009-02-21, by Anselm R Garbe
applied Gottox' adjustborder removal patch (thanks!)
2009-02-21, by Anselm R Garbe
applied nsz' remark
2009-02-14, by a
fix of typo, thx to Enno Gottox Boland
2009-02-12, by Premysl Hruby
Added tag 5.4.1 for changeset 85a78d8afa0f
2009-02-08, by a
fixed an issue reported by Nibble, also fixed s/2008/2009/
5.4.1
2009-02-08, by a
Added tag 5.4 for changeset 8b7836a471f8
2009-02-08, by a
avoid reverting the border if it's not necessary (avoids some flashing on view())
5.4
2009-02-08, by a
spotted missing spaces
2008-12-20, by a
reverting some border patches
2008-12-20, by a
changed adjustborder to be a macro
2008-12-19, by a
applied yiyus applyrules() patch
2008-12-19, by a
implemented noborder for 1 client in the view
2008-12-17, by a
made status script example of .xinitrc more useful
2008-12-13, by a
ok, using signal.h for portability reasons
2008-12-13, by a
removed unnecessary closure of stdin reported by Frederic Chardon, thx
2008-12-13, by a
added sys/signal.h inclusion for BSD compliance
2008-12-13, by a
re-applied Neale's spawn patch, credited Neale in LICENSE
2008-12-12, by a
applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly
2008-12-12, by a
applied yiyus fix
2008-12-06, by arg
fix
2008-12-06, by Anselm R Garbe
Added tag 5.3.1 for changeset 335301ed102f
2008-12-06, by Anselm R Garbe
integrated yiyus clearurgent refactoring
5.3.1
2008-12-06, by Anselm R Garbe
reverted spawn
2008-12-06, by arg
Added tag 5.3 for changeset 4004d6116035
2008-12-04, by Anselm R Garbe
added Neale Pickett's spawn patch, thanks Neale
5.3
2008-12-04, by Anselm R Garbe
applied Gottox' comment fix (thanks)
2008-11-16, by 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
2008-10-19, by Anselm R Garbe
removed NOBORDER(broken and badly used), introduce WIDTH/HEIGHT macros for computing client size with border added, fixes bug announced by sergey_m
2008-10-15, by Premysl Hruby
Added tag 5.2 for changeset e4bcaca8e6ef
2008-09-09, by 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
2008-09-08, by Anselm R Garbe
applied XGetWMNormalHints fix
2008-09-07, by Anselm R Garbe
I prefer doing the check in showhide
2008-09-06, by Anselm R Garbe
applied Donald Chai's showhide patch in slightly modified ways
2008-09-06, by Anselm R Garbe
applied Martin Hurton's checkotherwm simplification
2008-09-06, by Anselm R Garbe
applied Peter Hartlichs aspect revert fix
2008-09-02, by Anselm R Garbe
applied Gottox' grabkey patch
2008-09-02, by Anselm R Garbe
applied yiyus tagbar patch
2008-09-01, by Anselm R Garbe
merged merge
2008-09-01, by arg
fixed
merge
2008-08-29, by Anselm R Garbe
checking result of XGetClassHint, removed some obsolete lines in initfont()
merge
2008-08-29, by Anselm R Garbe
merged my changes
merge
2008-08-27, by Anselm R Garbe
introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculations, moved tagset to config.def.h
2008-08-27, by Anselm R Garbe
WM_NAME is builtin atom
2008-08-25, by Premysl Hruby
less
more
|
(0)
-1000
-120
tip