Age | Commit message (Expand) | Author | Files | Lines |
2007-03-11 | fixed parentrelative menu highlight bug | markt | 1 | -12/+12 |
2007-03-10 | make sure autogrouped windows get added to the apps file | markt | 1 | -2/+5 |
2007-03-10 | changed default toolbar layer to DOCK | markt | 1 | -1/+1 |
2007-03-10 | make sure iconbar text padding gets reapplied on reconfigure | markt | 1 | -2/+1 |
2007-03-10 | make sure we don't steal focus from unmanaged windows | markt | 1 | -2/+14 |
2007-03-10 | removed some useless code | markt | 4 | -13/+5 |
2007-03-07 | don't mark menu as focused, even if it gets a FocusIn, when it's not visible | markt | 1 | -1/+3 |
2007-03-06 | I seem to have forgotten this in the last patch | markt | 2 | -24/+0 |
2007-03-06 | fixed bug with keys not working when using a style background | markt | 3 | -7/+12 |
2007-03-06 | session.screen0.defaultDeco now understands TAB, BORDER, etc. | markt | 5 | -40/+39 |
2007-03-05 | fixed compiling error with xft disabled | markt | 1 | -1/+1 |
2007-03-04 | more little changes to typeahead (thanks Matteo, plus changes from me) | markt | 1 | -16/+16 |
2007-03-04 | little bug fix for menu typeahead (thanks Matteo) | markt | 1 | -0/+2 |
2007-03-04 | moved some code around (regarding event handling) in preparation for upcoming... | markt | 9 | -158/+110 |
2007-03-03 | removed session.numLayers resource, as it was useless and caused segfaults | markt | 4 | -11/+6 |
2007-03-03 | added support for typeahead in menus | markt | 11 | -76/+528 |
2007-03-02 | add XK_KP_Enter to menu | markt | 1 | -0/+1 |
2007-03-01 | changed FocusControl::cycleFocus() to take a list of windows as an argument | markt | 5 | -111/+73 |
2007-02-28 | whoops, didn't mean to add these | markt | 4 | -0/+0 |
2007-02-28 | ignore borders when doing FocusLeft, etc. | markt | 5 | -8/+8 |
2007-02-28 | some code simplification and bug fixes | markt | 2 | -148/+82 |
2007-02-27 | respect external tabs in ArrangeWindows, patch from Tomas Janousek <tomi@nomi... | mathias | 1 | -2/+8 |
2007-02-27 | lots of unrelated fixes | markt | 4 | -11/+9 |
2007-02-26 | this shouldn't be necessary | markt | 1 | -1/+0 |
2007-02-25 | update systemtray alpha with toolbar alpha | markt | 2 | -14/+12 |
2007-02-25 | little sanity check | markt | 1 | -0/+2 |
2007-02-23 | and check for maximized state in Ewmh::updateState() while we're at it | markt | 2 | -0/+6 |
2007-02-23 | send statesig when maximizing/restoring a window | markt | 1 | -0/+3 |
2007-02-23 | update titlebar buttons on reconfigure | markt | 3 | -33/+82 |
2007-02-23 | added some support for XEMBED protocol in systemtray | markt | 2 | -32/+100 |
2007-02-21 | ButtonRelease should only trigger actions if ButtonPress was on the same button | markt | 1 | -0/+2 |
2007-02-19 | when a client in a tabbed window asks to be raised, set it to the current client | markt | 1 | -0/+1 |
2007-02-19 | fixed some strange behavior with tabbing a transient to its main window | markt | 2 | -1/+4 |
2007-02-18 | little cleanup | markt | 2 | -4/+0 |
2007-02-17 | an empty slit without autoHide but with clients in the slitlist file still cr... | markt | 2 | -8/+8 |
2007-02-17 | update workspace names on reconfig, and don't truncate list of names when wri... | markt | 2 | -5/+6 |
2007-02-17 | fixed some issues with creating and alt-tabbing to transients of inactive tabs | markt | 1 | -10/+4 |
2007-02-12 | little cleanup | markt | 1 | -7/+0 |
2007-02-11 | forgot to revert part of my previous patch | markt | 1 | -10/+5 |
2007-02-11 | still fixing bug with session.ignoreBorder | markt | 1 | -10/+25 |
2007-02-10 | windows weren't getting set resizable when MaxSize and MinSize hints changed | markt | 1 | -7/+5 |
2007-02-10 | changed default value for decorateTransients in the init file | markt | 1 | -1/+1 |
2007-02-10 | it was still possible to move a window by grabbing the border with session.ig... | markt | 1 | -5/+12 |
2007-02-10 | window was growing when we received a configurerequest that changed width but... | markt | 1 | -1/+5 |
2007-02-09 | added mouse bindings to the keys file | markt | 11 | -126/+205 |
2007-02-06 | wrong client was raised when attaching an unfocused window to the focused window | markt | 1 | -0/+4 |
2007-02-06 | closing a window from the workspace menu should close the chosen client, | markt | 4 | -4/+22 |
2007-02-05 | change defaults for fullMaximization and autoRaise | markt | 1 | -2/+2 |
2007-02-05 | some fixes for grouping with the apps file | markt | 2 | -34/+60 |
2007-02-04 | fix remembered layer and layer menu | markt | 4 | -10/+18 |