Mercurial
Mercurial
>
dwm
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-120
+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.
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
grabbuttons() and grabkeys() are now independent from prior numlockmask initialization
2008-08-25, by Anselm R Garbe
reverted some resize() changes, reverted setlocale removal
2008-08-25, by Anselm R Garbe
applied Peter Hartlich's patch regarding aspect calculation with slight modifications
2008-08-23, by Anselm R Garbe
removed artifact from wmii
2008-08-23, by Anselm R Garbe
changed grabkeys, removed initmodmap
2008-08-23, by Anselm R Garbe
applied Peter Hartlich's initmodmap patch
2008-08-23, by Anselm R Garbe
applied fix of toggletag by Jan Kaliszewski
2008-08-22, by Premysl Hruby
Martin Hurtons typo fix
2008-08-18, by Anselm R Garbe
fixed error I did when applying Martin Hurton's drawtext patch
2008-08-18, by Anselm R Garbe
applied Martin Hurtons resizemouse patch
2008-08-18, by Anselm R Garbe
applied Martin Hurton's movemouse() patch
2008-08-18, by Anselm R Garbe
using None instead of 0 for trans
2008-08-18, by Anselm R Garbe
abc...
2008-08-18, by Anselm R Garbe
removed the i = textnw... as remarked by Martin Hurton
2008-08-18, by Anselm R Garbe
applied Martin Hurton's scan() patch with slight modifications
2008-08-18, by Anselm R Garbe
changed order of variables in drawtext
2008-08-18, by Anselm R Garbe
applied Martin Hurton's drawtext() patch
2008-08-18, by Anselm R Garbe
applied Martin Hurton's view() simplification, not checking arg
2008-08-18, by Anselm R Garbe
making a comment more explicit
2008-08-18, by Anselm R Garbe
removed setlocale() stuff, not necessary if Xmb in use
2008-08-18, by Anselm R Garbe
added a comment about FAQ regarding mfact meaning
2008-08-18, by Anselm R Garbe
added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw}
2008-08-18, by Anselm R Garbe
initialize trans with 0
2008-08-18, by Anselm R Garbe
fix of XGetTransientForHint in manage()
2008-08-14, by Premysl Hruby
applied cleanup from M. Hurton and S. Nagy
2008-08-14, by Premysl Hruby
fixes using arg->i instead of arg->ui
2008-08-12, by Premysl Hruby
applied Johannes Hofmann's patch, please test
2008-08-04, by anselm
made readin a config.h variable
2008-08-02, by Anselm R Garbe
Added tag 5.1 for changeset ce355cea9bb8
2008-07-29, by Anselm R Garbe
forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways
5.1
2008-07-29, by Anselm R Garbe
potential crash fix if xinerama behaves broken, though I doubt it
2008-07-18, by Anselm R Garbe
make hg tip compilable with default config
2008-07-18, by Premysl Hruby
local use of xidx is useless, got rid of it, falling back to screen 0 if pointer query fails for whatever reason
2008-07-16, by Anselm R Garbe
got rid of compile time xidx configuration, querying mouse pointer instead
2008-07-16, by Anselm R Garbe
reverted uint redefinition
2008-07-16, by Anselm R Garbe
applied anydot's urgency hint patch, thanks!
2008-07-13, by anselm
renamed eprint die
2008-07-03, by Anselm R Garbe
simplified detach()
2008-07-03, by Anselm R Garbe
removed aux* stuff from Client
2008-07-02, by Anselm R Garbe
removed useless comment
2008-07-02, by Anselm R Garbe
minor fix to view()
2008-07-02, by Anselm R Garbe
applied Frederik Ternerot's grabbuttons patch with slight modifications
2008-07-01, by Anselm R Garbe
locale update
2008-06-30, by Anselm R Garbe
removed useless characters
2008-06-24, by Anselm R Garbe
applied James Turner's dwm.1 patch, thanks James!
2008-06-23, by Anselm R Garbe
fix of monocle
2008-06-22, by Anselm R Garbe
another merge
2008-06-22, by Anselm R Garbe
does this fix anything?
2008-06-22, by Anselm R Garbe
fixed Gottox' buttonpress/ClkTagBar code
2008-06-21, by Anselm R Garbe
applied Gottox' ClkTagBar patch
2008-06-20, by Anselm R Garbe
made arrange again like it was once
2008-06-19, by Anselm R Garbe
fix
2008-06-19, by Anselm R Garbe
use sel instead of seeking the list
2008-06-19, by Anselm R Garbe
resize should apply if !banned
2008-06-19, by Anselm R Garbe
applied Gottox patch
2008-06-19, by Anselm R Garbe
untested monocle
2008-06-19, by Anselm R Garbe
non-zero
2008-06-19, by Anselm R Garbe
Added tag 5.0 for changeset 06eb9644e2da
2008-06-18, by Anselm R Garbe
branch merge
5.0
2008-06-17, by Anselm R Garbe
tiled layout resizehints should be respected by default
2008-06-17, by Anselm R Garbe
restored y-coordinate fixing of client windows
2008-06-17, by Anselm R Garbe
s/tags ref/tags mask/
2008-06-15, by arg
updated man page regarding Mod1-m
2008-06-15, by Anselm R Garbe
minor fixes towards 5.0
2008-06-15, by Anselm R Garbe
removed explicit warp in movemouse
2008-06-14, by Anselm R Garbe
removed scroll-wheel based focussing on window title clicks
2008-06-14, by Anselm R Garbe
fix of swapped focusstack mouse buttons
2008-06-14, by Anselm R Garbe
removed the ButtonPressMask for root windows as well
2008-06-14, by Anselm R Garbe
removed root window click handling
2008-06-14, by Anselm R Garbe
removed font and color definitions
2008-06-14, by Anselm R Garbe
minor fix
2008-06-13, by Anselm R Garbe
fixed tag click handling, however ClkRootWin doesn't work for me
2008-06-12, by Anselm R Garbe
update
2008-06-12, by Anselm R Garbe
some bugfixes of the patch application yesterday
2008-06-12, by Anselm R Garbe
integrated yiyus mouse.diff (though the bar click handling is slightly broken, I'm to tired to debug it now, yiyus could you please?)
2008-06-11, by Anselm R Garbe
made Xinerama screen index customizable
2008-06-11, by Anselm R Garbe
removed trailing spaces reported by Soleen
2008-06-11, by Anselm R Garbe
crash fix
2008-06-11, by Anselm R Garbe
made lt visible again in config.def.h
2008-06-11, by Anselm R Garbe
added nsz' patch
2008-06-11, by Anselm R Garbe
added SHCMD support for pipe-based commands due the new spawn() versio
2008-06-11, by Anselm R Garbe
using foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydot
2008-06-11, by Anselm R Garbe
lt will point to a foo-layout during cleanup now (Gottox' suggestion), and togglelayout respects Arg->v
2008-06-11, by Anselm R Garbe
integrated Peter Hartlich's patch, removed const char *c from union, simplified togglelayout
2008-06-11, by Anselm R Garbe
applied anydot's patchset.diff
2008-06-11, by Anselm R Garbe
final version -- Gottox verified it using the test driver
2008-06-09, by arg
revert of introduced problem
2008-06-09, by arg
applied nsz' textnw patch thank you
2008-06-09, by arg
updated the for-loop with Gottox' proposal
2008-06-09, by arg
minor change
2008-06-06, by arg
applied nsz's patches (many thanks!)
2008-06-04, by arg
small change to drawtext
2008-06-02, by arg
fixed the tile() issue with xpdf
2008-06-01, by Anselm R Garbe
using anydot's memcpy-approach in drawtext, however it still looks awkward to me
2008-06-01, by Anselm R Garbe
Gottox' drawtext simplification
2008-06-01, by Anselm R Garbe
applied noviewprev.diff, fix.diff and unusedflags.diff
2008-06-01, by Anselm R Garbe
fix
2008-05-31, by Anselm R Garbe
lt->arrange in mfact
2008-05-31, by Anselm R Garbe
isfixed implies isfloating
2008-05-30, by Anselm R Garbe
applied nibbles fixes, slightly modified
2008-05-29, by Anselm R Garbe
applied yiyus tip patch from tue
2008-05-29, by Anselm R Garbe
less
more
|
(0)
-1000
-120
+120
tip