Age | Commit message (Expand) | Author | Lines |
2006-11-27 | returning to old Key struct | arg@mig29 | -5/+4 |
2006-11-27 | changing Key.func into Key.func[NFUNCS], this allows sequences execution of f... | arg@mig29 | -4/+5 |
2006-11-26 | applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print... | arg@mig29 | -2/+2 |
2006-11-16 | applied Gottox' windowarea patch | arg@mig29 | -8/+8 |
2006-10-31 | make sure that changing sx has no impact on snapping | arg@mig29 | -1/+1 |
2006-10-30 | fixed stupid bug of snap-to-screen | arg@mig29 | -4/+4 |
2006-10-30 | changing snap priority | arg@mig29 | -3/+3 |
2006-10-30 | removed useless abs() calls | arg@mig29 | -2/+2 |
2006-10-30 | added screen-border snapping in floating mode, feels quite well | arg@mig29 | -0/+8 |
2006-10-27 | and another fix | arg@mig29 | -1/+2 |
2006-10-27 | applied sanders try2 patch | arg@mig29 | -1/+1 |
2006-10-16 | moved MOUSEMASK into event.c (not used in other places) | Anselm R. Garbe | -0/+1 |
2006-10-06 | do* has no Arg arument anymore (never called directly) | Anselm R. Garbe | -2/+2 |
2006-10-06 | code polishing, removed unnecessary newlines | Anselm R. Garbe | -7/+2 |
2006-10-05 | removed the stack position stuff | Anselm R. Garbe | -6/+2 |
2006-10-05 | Button3 click on mode label toggles stack position now | Anselm R. Garbe | -0/+2 |
2006-09-29 | added the new dotile as described on ml | Anselm R. Garbe | -2/+3 |
2006-09-29 | I changed sanders patch to fix the ff issue to be simplier, though it needs t... | Anselm R. Garbe | -3/+2 |
2006-09-29 | first step to a more flexible dotile() algorithm | Anselm R. Garbe | -1/+4 |
2006-09-27 | fixing the settags issue, preparing 1.7.1 | Anselm R. Garbe | -0/+1 |
2006-09-26 | removed an unused var | arg@zarathustra | -1/+0 |
2006-09-26 | removed useless debug info | arg@mmvi | -4/+0 |
2006-09-26 | added configure(), but this doesn't really fix those frking broken SDL apps | arg@mmvi | -13/+8 |
2006-09-25 | slight change of event handling order | arg@mmvi | -6/+6 |
2006-09-25 | simplified mouse resizals | arg@mmvi | -43/+16 |
2006-09-25 | applied sanders jukka patch | arg@mmvi | -5/+1 |
2006-09-25 | applied Jukkas patch | arg@mmvi | -4/+4 |
2006-09-22 | ismax toggling on mouse based action | arg@mmvi | -0/+2 |
2006-09-22 | patched resizemouse according to sanders remark | arg@mmvi | -2/+2 |
2006-09-22 | sander check this | arg@mmvi | -19/+37 |
2006-09-22 | implemented the maximization as I described on the mailinglist, this feels be... | arg@mmvi | -2/+2 |
2006-09-15 | added visibility check to enternotify as well | arg@mmvi | -1/+1 |
2006-09-12 | removed a bunch of lines through making function signatures more consistent w... | Anselm R. Garbe | -37/+22 |
2006-09-11 | small change to comments, renamed two set* functions in client.c into update* | Anselm R. Garbe | -2/+2 |
2006-09-04 | applied Sanders max_and_focus.patch | Anselm R. Garbe | -4/+4 |
2006-09-01 | simplified buttonpress | Anselm R. Garbe | -23/+12 |
2006-09-01 | applied sanders patch | Anselm R. Garbe | -5/+8 |
2006-08-31 | implemented Button2 press on tags for toggletag on the focused client | Anselm R. Garbe | -2/+9 |
2006-08-29 | simplified configurerequest | Anselm R. Garbe | -25/+22 |
2006-08-29 | now dwm enforces max screen size also in tiled mode on non-floating clients w... | Anselm R. Garbe | -13/+14 |
2006-08-29 | fixed | Anselm R. Garbe | -1/+3 |
2006-08-29 | configurenotify remembers max geom now, and restores this if necessary, howev... | Anselm R. Garbe | -1/+11 |
2006-08-28 | applied sanders focus_ patches | Anselm R. Garbe | -1/+1 |
2006-08-28 | applied sanders somepatches.patch | Anselm R. Garbe | -2/+4 |
2006-08-25 | trying a different configuration | Anselm R. Garbe | -13/+11 |
2006-08-25 | changed symbols for float/tiled mode, added mouse-driven mode toggle to butto... | Anselm R. Garbe | -10/+12 |
2006-08-25 | new color stuff/new rendering stuff | Anselm R. Garbe | -1/+3 |
2006-08-21 | applied Sanders focus_* patches, removed the unnecessary clean-prefix from th... | Anselm R.Garbe | -0/+2 |
2006-08-15 | changed main event loop | Anselm R.Garbe | -0/+13 |
2006-08-14 | removed NUMLOCKMASK, added dynamically calculated numlockmask instead | Anselm R.Garbe | -3/+3 |