2006-10-16 |
Anselm R. Garbe |
moved MOUSEMASK into event.c (not used in other places)
|
2006-10-06 |
Anselm R. Garbe |
do* has no Arg arument anymore (never called directly)
1.9
|
2006-10-06 |
Anselm R. Garbe |
code polishing, removed unnecessary newlines
|
2006-10-05 |
Anselm R. Garbe |
removed the stack position stuff
|
2006-10-05 |
Anselm R. Garbe |
keep master ratio on resizecol -> arrange
|
2006-10-05 |
Anselm R. Garbe |
simplified dotile()
|
2006-09-29 |
Anselm R. Garbe |
removed useless updatemaster
|
2006-09-29 |
Anselm R. Garbe |
removed the direction flipping
|
2006-09-29 |
Anselm R. Garbe |
added the new dotile as described on ml
|
2006-09-29 |
Anselm R. Garbe |
prelim of dotile()
|
2006-09-29 |
Anselm R. Garbe |
first step to a more flexible dotile() algorithm
|
2006-09-28 |
Anselm R. Garbe |
applied Jukkas patch
|
2006-09-27 |
Anselm R. Garbe |
fixing the settags issue, preparing 1.7.1
1.7.1
|
2006-09-26 |
arg |
added configure(), but this doesn't really fix those frking broken SDL apps
|
2006-09-25 |
arg |
applied sanders jukka patch
|
2006-09-25 |
arg |
applied Jukkas patch
|
2006-09-22 |
arg |
small change to achieve Jukka's last proposal
|
2006-09-22 |
arg |
fixed issue pointed out by Jukka
|
2006-09-22 |
arg |
implemented the maximization as I described on the mailinglist, this feels better to me.
|
2006-09-20 |
arg |
improved intro comment in dwm.h, updated config.mk
|
2006-09-19 |
arg |
some simplifications to intro in dwm.h
|
2006-09-12 |
Anselm R. Garbe |
some more simplifications of intro comment in dwm.h, this should suffice for comments in dwm
|
2006-09-12 |
Anselm R. Garbe |
made introduction comment in dwm.h shorter
|
2006-09-12 |
Anselm R. Garbe |
added a general comment to dwm.h how dwm is basically organized
|
2006-09-11 |
Anselm R. Garbe |
some other simplifications
|
2006-09-11 |
Anselm R. Garbe |
small change to comments, renamed two set* functions in client.c into update*
|
2006-09-11 |
Anselm R. Garbe |
small fix
|
2006-09-11 |
Anselm R. Garbe |
added some comments
|
2006-09-07 |
Anselm R. Garbe |
using a global stack for focus recovery on arrange() - seems to work great
|
2006-09-06 |
Anselm R. Garbe |
moved transient_for tag inheritance to settags
|
2006-09-05 |
Anselm R. Garbe |
renamed resizetile into resizecol
|
2006-09-05 |
Anselm R. Garbe |
s/growcol/resizetile/g
|
2006-09-05 |
Anselm R. Garbe |
I really need column growing, now pushing upstream
|
2006-09-04 |
Anselm R. Garbe |
applied Sanders max_and_focus.patch
|
2006-08-31 |
Anselm R. Garbe |
added viewall to mainstream (only Ross Mohns version, not the toggle)
|
2006-08-29 |
Anselm R. Garbe |
still something wrong with reorder()
|
2006-08-29 |
Anselm R. Garbe |
added attach/detach functions which don't attach at the begin of list, but at the slot of a first match of the tags of a client
|
2006-08-25 |
Anselm R. Garbe |
trying a different configuration
|
2006-08-25 |
Anselm R. Garbe |
new color stuff/new rendering stuff
|
2006-08-25 |
Anselm R. Garbe |
back to 3 colors
|
2006-08-24 |
Anselm R. Garbe |
3->4 colors
|
2006-08-23 |
Anselm R. Garbe |
updated man page
|
2006-08-23 |
Anselm R. Garbe |
separated setup stuff into main.c:setup() - this makes main() more readable
|
2006-08-22 |
Anselm R. Garbe |
separated several functions into view.c
|
2006-08-15 |
Anselm R.Garbe |
changed main event loop
|
2006-08-14 |
Anselm R.Garbe |
removed NUMLOCKMASK, added dynamically calculated numlockmask instead
|
2006-08-14 |
Anselm R.Garbe |
changed replacetag into toggletag
|
2006-08-14 |
Anselm R.Garbe |
removed ungrabkeys again (because of sander's mail)
|
2006-08-14 |
Anselm R.Garbe |
implemented ungrabkeys() which is called in cleanup()
|
2006-08-14 |
Anselm R.Garbe |
implemented restack behavior (floats are on top in tiled mode)
|
2006-08-14 |
Anselm R.Garbe |
removed viewnext/viewprev
|
2006-08-13 |
Anselm R.Garbe |
made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)
|
2006-08-11 |
Anselm R.Garbe |
implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature
|
2006-08-11 |
Anselm R.Garbe |
implement multi-tag selection through button3 click on the specific tag
|
2006-08-10 |
Anselm R.Garbe |
readded border color, this sucks least
|
2006-08-10 |
Anselm R.Garbe |
removed unnecessary border color
|
2006-08-10 |
Anselm R.Garbe |
disallow zoom on maximized clients
|
2006-08-08 |
Anselm R.Garbe |
removed NET_ACTIVE_WINDOW handling
|
2006-08-08 |
Anselm R.Garbe |
implemented NET_ACTIVE_WINDOW support
|
2006-08-04 |
arg |
switched to regexp matching for Rules
|
2006-08-04 |
arg |
using execl now, argv changed, using cmd and const char defs directly in the KEYS struct
|
2006-08-03 |
arg |
removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tags
|
2006-08-03 |
arg |
changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum)
|
2006-08-02 |
arg |
removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel
|
2006-08-02 |
arg |
made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
|
2006-08-01 |
arg |
renamed WM_PROTOCOL_DELWIN into PROTODELWIN
|
2006-08-01 |
arg |
cleaned config.*h to prevent some confusion
|
2006-08-01 |
arg |
uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers)
|
2006-08-01 |
arg |
centralized/externalized configuration to config.h
|
2006-08-01 |
arg |
applied Jukkas prev/next patch with XK_{h,l}
|
2006-08-01 |
arg |
applied Sanders patches
|
2006-08-01 |
arg |
committed a patch which fixes the hints of Jukka
|
2006-07-21 |
arg |
sanitization of several clunky stuff, removed heretag (rarely of use), simplified pop(), changed shortcuts to always contain MODKEY
|
2006-07-20 |
arg |
applied sanders no_sizehints for tiled mode patch (thx!)
|
2006-07-20 |
arg |
using double-linked list in order to get correct prev focus handling
|
2006-07-20 |
arg |
cleaned the CUSTOMIZE flags
|
2006-07-20 |
arg |
made status bar drawing more robust, implemented togglemax and togglemode, works quite well
|
2006-07-20 |
arg |
removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable
|
2006-07-19 |
arg |
implemented regexp matching for rules
|
2006-07-19 |
arg |
applied Jukka's patch with s/ModKeyMask/MODKEY/g
|
2006-07-19 |
arg |
refactored Sanders code somewhat
|
2006-07-19 |
arg |
applied Sanders resize patch, fixed lower bug
|
2006-07-18 |
Anselm R. Garbe |
implemened distinguishing float/managed geometries of clients (works quite well)
|
2006-07-18 |
Anselm R. Garbe |
pop on heretag
|
2006-07-18 |
Anselm R. Garbe |
added heretag command which allows to tag a client of a foreign tag with current tag
|
2006-07-17 |
Anselm R. Garbe |
ordered variables in structs and source files alphabetically
|
2006-07-15 |
Anselm R. Garbe |
several additions in mouse handling ;)
|
2006-07-15 |
Anselm R. Garbe |
changing XFlush into XSync
|
2006-07-15 |
Anselm R. Garbe |
sanitized other stuff
|
2006-07-15 |
Anselm R. Garbe |
proceeded with cleaning up, sorting functions, etc
|
2006-07-15 |
Anselm R. Garbe |
rearranged several stuff
|
2006-07-14 |
Anselm R. Garbe |
sanitized names
|
2006-07-14 |
Anselm R. Garbe |
rearranged
|
2006-07-14 |
Anselm R. Garbe |
removed a bunch of lines through swap removal
|
2006-07-14 |
Anselm R. Garbe |
searching for a better way to discard enter notifies
|
2006-07-14 |
Anselm R. Garbe |
implemented dwm reading status text from stdin
|
2006-07-14 |
Anselm R. Garbe |
made barclick to select the specific tag
|
2006-07-14 |
Anselm R. Garbe |
implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm
|
2006-07-13 |
Anselm R. Garbe |
added mini stuff
|
2006-07-13 |
Anselm R. Garbe |
fixed several things, nearly feature complete
|
2006-07-13 |
Anselm R. Garbe |
new stuff
|
2006-07-13 |
Anselm R. Garbe |
several other additions/fixes, dwm is quite usable already
|
2006-07-13 |
Anselm R. Garbe |
implemented tagging a client
|
2006-07-13 |
Anselm R. Garbe |
added xlock command (I need it regularly)
|
2006-07-13 |
Anselm R. Garbe |
changed default colors
base
wm.h@17071f41f5aa
|