Age | Commit message (Expand) | Author | Files | Lines |
2007-05-20 | added session.screen<N>.maxDisableMove/Resize, plus some other cleanup | markt | 1 | -16/+8 |
2007-05-19 | added back limited behavior for session.screen0.followModel | markt | 1 | -0/+1 |
2007-05-16 | added session.screen<N>.noFocusWhileTypingDelay | markt | 1 | -0/+1 |
2007-05-12 | fixed tabs disappearing on reconfigure with [Deco] {TAB} and tabs in titlebar | markt | 1 | -14/+4 |
2007-04-23 | added clientmenu command, set iconicstate properly, disabled resizing shaded ... | markt | 1 | -29/+17 |
2007-04-18 | merged changes from trunk | markt | 1 | -4/+0 |
2007-04-11 | added session.screen<N>.maxIgnoreIncrement | markt | 1 | -3/+20 |
2007-04-08 | added OnToolbar modifier, removed followModel, fixed unpressed button rendering | markt | 1 | -5/+10 |
2007-04-04 | moved some code from here to there | markt | 1 | -10/+10 |
2007-03-30 | pattern matching for window cycling | markt | 1 | -7/+8 |
2007-03-29 | removed groups file, fixed initial_state handling | markt | 1 | -8/+2 |
2007-03-27 | fixed a crash caused by previous commit | markt | 1 | -0/+3 |
2007-03-27 | lots and lots of code cleanup, plus introduced new ClientMenu class | markt | 1 | -1/+5 |
2007-03-25 | added session.screen0.tabs.usePixmap | markt | 1 | -0/+1 |
2007-03-24 | colossal multi-patch, encompassing all of what I did yesterday without intern... | markt | 1 | -3/+11 |
2007-03-21 | added TypeAheadFocus command | markt | 1 | -3/+50 |
2007-03-21 | added Focusable.hh -- a base class for all focusable windows | markt | 1 | -3/+3 |
2007-03-17 | change workspace number of iconified, stuck windows when changing workspaces | markt | 1 | -0/+7 |
2007-03-10 | make sure autogrouped windows get added to the apps file | markt | 1 | -2/+5 |
2007-03-10 | removed some useless code | markt | 1 | -1/+1 |
2007-03-06 | fixed bug with keys not working when using a style background | markt | 1 | -1/+2 |
2007-03-06 | session.screen0.defaultDeco now understands TAB, BORDER, etc. | markt | 1 | -1/+1 |
2007-03-04 | moved some code around (regarding event handling) in preparation for upcoming... | markt | 1 | -11/+60 |
2007-02-18 | little cleanup | markt | 1 | -3/+0 |
2007-02-17 | update workspace names on reconfig, and don't truncate list of names when wri... | markt | 1 | -0/+3 |
2007-02-10 | changed default value for decorateTransients in the init file | markt | 1 | -1/+1 |
2007-02-09 | added mouse bindings to the keys file | markt | 1 | -1/+1 |
2007-02-05 | change defaults for fullMaximization and autoRaise | markt | 1 | -2/+2 |
2007-01-27 | bunch of cleanup, little bug fixes | markt | 1 | -4/+8 |
2007-01-26 | opening window on different workspace should put it at front of focused list ... | markt | 1 | -3/+5 |
2007-01-26 | little cleanup | markt | 1 | -5/+3 |
2007-01-20 | let styles override rootCommand in init, plus removing some code I accidental... | markt | 1 | -3/+8 |
2007-01-16 | automatically reconfigure after changing alpha from menu, using a timer | markt | 1 | -5/+30 |
2007-01-15 | fix rootmenu disappearing on reconfigure -- I can't tell that the code I | markt | 1 | -43/+9 |
2007-01-14 | stay on same workspace after restart | markt | 1 | -2/+15 |
2007-01-14 | several fixes for background option in styles | markt | 1 | -2/+0 |
2007-01-13 | don't change focus order unless the user specifically focuses a window | markt | 1 | -1/+1 |
2007-01-13 | forgot this | markt | 1 | -9/+0 |
2007-01-07 | per-window transparency, including apps and menu support, plus some | simonb | 1 | -4/+4 |
2007-01-05 | patch needed to be a bit heavier to properly separate a string for | simonb | 1 | -1/+1 |
2007-01-04 | add session.screenN.defaultDeco: <bitmask> to the apps file | markt | 1 | -0/+1 |
2006-10-27 | cosmetic patch from slava semushin, removes whitespaces and | mathias | 1 | -128/+141 |
2006-08-09 | it never existed (what never existed?) | markt | 1 | -4/+3 |
2006-08-08 | fix some compiler warnings in gcc 4.1 | markt | 1 | -3/+4 |
2006-08-06 | distinguish between startup and restart | markt | 1 | -0/+18 |
2006-08-05 | a little fix for auto-grouping after restart | markt | 1 | -5/+3 |
2006-08-04 | don't re-apply remembered settings on restart if they are set as window prope... | markt | 1 | -1/+1 |
2006-08-02 | rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModel | markt | 1 | -0/+1 |
2006-08-02 | update _NET_WORKAREA on screen resize | markt | 1 | -0/+1 |
2006-08-02 | fix ClickTabFocus and MouseTabFocus in nls | markt | 1 | -7/+6 |