Mercurial
Mercurial
>
dwm
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-300
-100
-60
+60
+100
+300
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.
re-added xterm to config.default.h
2007-02-22, by Anselm R. Garbe
removed button4/5-bindings for incnmaster on mode label - that is misleading
2007-02-22, by Anselm R. Garbe
fixed order of key bindings described in dwm.1
2007-02-22, by Anselm R. Garbe
status needs update even in togglemax() - since we got an indicator for this
2007-02-22, by Anselm R. Garbe
reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window.
2007-02-22, by Anselm R. Garbe
dwm draws a small caret before the client title if it's a versatile client
2007-02-22, by Anselm R. Garbe
nah grouped keybindings by context
2007-02-22, by Anselm R. Garbe
fixed exit condition in togglemax()
2007-02-22, by Anselm R. Garbe
fixing missing extern declars in dwm.h for {de,at}tach()
2007-02-22, by Anselm R. Garbe
several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
2007-02-22, by Anselm R. Garbe
just ignore the FD_ISSET check in main.c of xfd, just call XPending (which does the same afair)
2007-02-21, by Anselm R. Garbe
optimizing background color of terminals
2007-02-21, by Anselm R. Garbe
using 333 as background, hey proggyclean is really good
2007-02-21, by Anselm R. Garbe
switching to 13pt proggyclean (this fits better my 1920x1200 resolution than 12pt terminus which is too small or 14pt terminus which is too fat)
2007-02-21, by Anselm R. Garbe
using smaller font
2007-02-21, by Anselm R. Garbe
using a green selborder
2007-02-21, by Anselm R. Garbe
reverting to bg 555
2007-02-21, by Anselm R. Garbe
s/555/357/ for SELCOLOR
2007-02-21, by Anselm R. Garbe
switching to urxvtcd for the moment (the uxterm flicker makes me headaches, st is really highest prio now)
2007-02-21, by Anselm R. Garbe
Added tag 3.6.1 for changeset 20ec6976cee1
2007-02-21, by Anselm R. Garbe
creating 3.6.1
3.6.1
2007-02-21, by Anselm R. Garbe
reverted accidental removal of sx, sy
2007-02-21, by Anselm R. Garbe
removed some global vars which should be static instead
2007-02-21, by Anselm R. Garbe
moved focus{next,prev} and nexttiled from client.c to layout.c (because those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
2007-02-21, by Anselm R. Garbe
cleaned up and commented the config.*.h
2007-02-21, by Anselm R. Garbe
Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928b
2007-02-21, by Anselm R. Garbe
fixed quoting and a comment
3.6
2007-02-21, by Anselm R. Garbe
renamed setfont to initfont, getcolor to initcolor
2007-02-20, by Anselm R. Garbe
fixed order
2007-02-20, by Anselm R. Garbe
added draw.c again (except getcolor and setfont which are helpers in main.c)
2007-02-20, by Anselm R. Garbe
separating drawsquare from drawtext, made drawtext extern
2007-02-20, by Anselm R. Garbe
rechecked with OpenBSD
2007-02-20, by Anselm R. Garbe
split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)
2007-02-20, by Anselm R. Garbe
using eprint instead of fputs
2007-02-19, by Anselm R. Garbe
replaced togglelayout with setlayout
2007-02-19, by Anselm R. Garbe
changed some odering in config*.h
2007-02-19, by Anselm R. Garbe
renamed Client->versatile and Rule->versatile into Client->isversatile resp. Rule->isversatile
2007-02-19, by Anselm R. Garbe
renames swim[ming] into versatile
2007-02-19, by Anselm R. Garbe
renamed floating into swimming (this does not clash with C naming conventions and fits better the fish symbol) - also in man page
2007-02-19, by Anselm R. Garbe
removed debug compile flags
2007-02-19, by Anselm R. Garbe
introduced Layout struct
2007-02-19, by Anselm R. Garbe
some more code polishing
2007-02-19, by Anselm R. Garbe
forgot an extern declaration
2007-02-19, by Anselm R. Garbe
bugfix of transient handling
2007-02-19, by Anselm R. Garbe
removed procevent, more refactoring
2007-02-19, by Anselm R. Garbe
draw.c is useless (belongs to main.c now)
2007-02-19, by Anselm R. Garbe
renamed view.c into screen.c
2007-02-19, by Anselm R. Garbe
renamed manage.c to view.c
2007-02-19, by Anselm R. Garbe
renamed Rule members, renamed RReg into Regexps
2007-02-19, by Anselm R. Garbe
merged tag.c, view.c and tile.c to manage.c
2007-02-19, by Anselm R. Garbe
some more refactoring
2007-02-19, by Anselm R. Garbe
added some new convenience functions
2007-02-19, by Anselm R. Garbe
some more refactoring
2007-02-19, by Anselm R. Garbe
introduced tile.c, some refactoring of functions
2007-02-19, by Anselm R. Garbe
simplified configurerequest to a bare minimum, removed wrong ban() calls
2007-02-19, by Anselm R. Garbe
fixed configurerequest according to Jukkas complains
2007-02-19, by Anselm R. Garbe
fixed configurerequest according to the problem Jukka reported
2007-02-19, by Anselm R. Garbe
don't resize master if not in tiled mode
2007-02-19, by Anselm R. Garbe
removed useless space
2007-02-16, by Anselm R. Garbe
well, resize should be called in dofloat anyways ;)
2007-02-16, by Anselm R. Garbe
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip