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.
updated the initial comment to reflect the use of bit arrays
2008-05-26, by Anselm R Garbe
slight changes
2008-05-26, by Anselm R Garbe
removed bx and bw, unnecessary
2008-05-26, by Anselm R Garbe
renamed domax into ismax
2008-05-26, by Anselm R Garbe
simplified tile()
2008-05-26, by Anselm R Garbe
removed Layout->updategeom, unnecessary
2008-05-26, by Anselm R Garbe
removed TEXTW
2008-05-26, by Anselm R Garbe
applied yiyus domax patch with slight modifications
2008-05-26, by Anselm R Garbe
replaced isvisible with a macro
2008-05-22, by Anselm R Garbe
removed emallocz
2008-05-22, by Anselm R Garbe
s/int/uint/ in config.h
2008-05-22, by Anselm R Garbe
removed debug output, sanitized tag limit check
2008-05-22, by Anselm R Garbe
setmfact argument was wrong
2008-05-22, by Anselm R Garbe
Key.mod is uint, Client.[old]bw is int
2008-05-22, by Anselm R Garbe
s/unsigned long/ulong/
2008-05-22, by Anselm R Garbe
s/nextunfloating/nexttiled/, changed zoom() behavior
2008-05-22, by Anselm R Garbe
s/unsigned int/uint/
2008-05-22, by Anselm R Garbe
s/void */const void */
2008-05-22, by Anselm R Garbe
applied Gottox bitmask + void *arg patch
2008-05-22, by Anselm R Garbe
some minor fixes
2008-05-19, by anselm
simplification
2008-05-19, by anselm
reverted dist target in Makefile
2008-05-19, by anselm
merged tile.c again into dwm.c
2008-05-19, by anselm
take bar into account
2008-05-19, by Anselm R Garbe
be more polite to clients which like to appear outside the window area, but still on the screen
2008-05-19, by Anselm R Garbe
fixed comment
2008-05-19, by Anselm R Garbe
fix
2008-05-19, by Anselm R Garbe
make it easier for the user, if Xinerama support is given, always use the screen 0 as window area/bar area, everything else can be used for floating clients
2008-05-19, by Anselm R Garbe
improving space usage if master is left of stack (default)
2008-05-19, by Anselm R Garbe
only snap within window area
2008-05-19, by Anselm R Garbe
s/DEFGEOM/CUSTOMGEOM/
2008-05-19, by Anselm R Garbe
update
2008-05-19, by Anselm R Garbe
updatetilegeom should be fine for setmfact
2008-05-19, by Anselm R Garbe
recent changes, introduced togglebar, changed some defines into variable declarations where possible
2008-05-19, by Anselm R Garbe
new stuff
2008-05-17, by Anselm R Garbe
removed the <M> togglelayout call
2008-05-17, by Anselm R Garbe
s/tilegeom/updatetilegeom/
2008-05-17, by Anselm R Garbe
removed monocle for now
2008-05-17, by Anselm R Garbe
removed the exact focus mechanism of next/prev window
2008-05-17, by Anselm R Garbe
moved all tile()-related stuff into tile.c which is included from config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use
2008-05-17, by Anselm R Garbe
removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
2008-05-17, by Anselm R Garbe
removed Layout->isfloating
2008-05-17, by Anselm R Garbe
removed reapply() -- unnecessary
2008-05-17, by Anselm R Garbe
renamed setlayout into togglelayout
2008-05-17, by Anselm R Garbe
removed temporary wildcard handling
2008-05-15, by Anselm R Garbe
added wild-card handling for tags
2008-05-15, by Anselm R Garbe
applied nsz's another style patch
2008-05-14, by Anselm R Garbe
applied nsz's style.diff patch
2008-05-13, by Anselm R Garbe
just added a comment
2008-05-13, by Anselm R Garbe
minor fixes
2008-05-11, by Anselm R Garbe
having monocle on Mod1-m
2008-05-11, by Anselm R Garbe
hotfix
2008-05-11, by Anselm R Garbe
removed Geom stuff, introduced updategeom() again, still view is somewhat broken?
2008-05-11, by Anselm R Garbe
cleaned up config.def.h
2008-05-11, by Anselm R Garbe
implemented exact focus next, if arg != NULL to focus{next,prev}
2008-05-11, by Anselm R Garbe
applied the proposal by nsz
2008-05-06, by Anselm R Garbe
applied JUCE patch
2008-05-06, by Anselm R Garbe
simplification of view() as proposed by anydot
2008-04-27, by Anselm R Garbe
applied yiyus tagset patch
2008-04-27, by Anselm R Garbe
applied yiyus fgeom patch
2008-04-27, by Anselm R Garbe
applied dfenze drawtext simplifications
2008-04-27, by Anselm R Garbe
this is the correct way
2008-04-20, by anselm
copyright notice is in LICENSE
2008-04-20, by anselm
applied Ph's seltags-simplification with some modifications
2008-04-20, by anselm
applied Ph's MIN/MAX patch, nice work!
2008-04-20, by anselm
applied Ph's patch regarding geom and lt initialization
2008-04-20, by anselm
applied Gottox' applyrules() fix
2008-04-20, by anselm
geometry fix proposed by Jukka
2008-04-08, by Anselm R Garbe
applied applyrules-fix by Jukka, thank you Jukka!
2008-04-07, by Anselm R Garbe
fix
2008-04-05, by Anselm R Garbe
applied the proposed monocle patch from the mailinglist
2008-04-05, by Anselm R Garbe
next version is 5.0
2008-04-04, by Anselm R Garbe
Added tag 4.9 for changeset 22c669b2dd36
2008-04-03, by anselm
yet another cleanup
4.9
2008-04-03, by Anselm R Garbe
some cleanup changes
2008-04-03, by Anselm R Garbe
uncommented dual layout in preparation of dwm 4.9
2008-04-02, by anselm
applied Peter Hartlich's simplification patch of setmfact and his revival of MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys!
2008-04-02, by anselm
aspects hints seem broken for fullscreen apps
2008-04-01, by Anselm R Garbe
removed uneccessary line
2008-03-31, by Anselm R Garbe
bugfix
2008-03-25, by Anselm R Garbe
setmfact should not have any effect if in floating layout
2008-03-24, by Anselm R Garbe
minor fix
2008-03-24, by Anselm R Garbe
revival of mfact and setmfact
2008-03-24, by Anselm R Garbe
setlayout and setgeom are now togglable again
2008-03-24, by Anselm R Garbe
geom indicator and layout indicator is only displayed if there are several geoms/layouts
2008-03-24, by Anselm R Garbe
hotfix of idxoftag
2008-03-22, by anselm
blw/bgw calculation bugfix
2008-03-22, by anselm
updated configurenotify
2008-03-19, by Anselm R Garbe
minor bugfix in applyrules
2008-03-17, by anselm
added sample of {grow,shrink}master to config.def.h
2008-03-17, by Anselm R Garbe
renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w value
2008-03-17, by Anselm R Garbe
geoms are now drawed in the status bar
2008-03-17, by Anselm R Garbe
removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro
2008-03-17, by Anselm R Garbe
made the string-based setgeom working
2008-03-15, by Anselm R Garbe
some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries
2008-03-14, by Anselm R Garbe
some changes towards 4.9
2008-03-14, by Anselm R Garbe
Added tag 4.8 for changeset 607015ddb091
2008-03-13, by Anselm R Garbe
removed the comment again
4.8
2008-03-13, by Anselm R Garbe
some polishing in tileh/tilev
2008-03-13, by Anselm R Garbe
minor bugfix
2008-03-13, by Anselm R Garbe
added a new comment
2008-03-13, by Anselm R Garbe
some cleanup
2008-03-13, by Anselm R Garbe
updated my geoms function
2008-03-13, by Anselm R Garbe
update
2008-03-13, by Anselm R Garbe
set layout already here
2008-03-13, by Anselm R Garbe
well I use a different default tile
2008-03-13, by Anselm R Garbe
added updatebarpos()
2008-03-13, by Anselm R Garbe
removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms
2008-03-13, by Anselm R Garbe
some polishing
2008-03-12, by Anselm R Garbe
updated dwm(1)
2008-03-12, by Anselm R Garbe
added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty, tw, th, wx, wy, ww, wh ad variables
2008-03-11, by anselm
changed config.def.h
2008-03-06, by Anselm R Garbe
new stuff
2008-03-06, by Anselm R Garbe
implemented setlayout in the way proposed on the ml, split tile() into two functions, a third will follow soon
2008-03-06, by Anselm R Garbe
allow for vstack
2008-03-06, by Anselm R Garbe
added some comments what the TODOs are for 4.8
2008-03-06, by Anselm R Garbe
changed config.def.h
2008-03-05, by Anselm R Garbe
integrated the new -x -y -w toggles of dmenu into my setup
2008-03-05, by Anselm R Garbe
removed some more useless clunk
2008-03-05, by Anselm R Garbe
implemented the stuff as I discussed on dwm@
2008-03-05, by Anselm R Garbe
less
more
|
(0)
-1000
-120
+120
tip