Age | Commit message (Expand) | Author | Files | Lines |
2012-12-12 | Fix build regression: enable XRANDR support by default | Mathias Gumz | 1 | -11/+18 |
2012-12-05 | Simplified 'configure' / build system | Mathias Gumz | 1 | -10/+10 |
2012-11-20 | Added option for focus revert to stay on current head | Hendrik Iben | 1 | -0/+11 |
2012-04-06 | Allow percentage values for some Window commands | Lajos Koszti | 1 | -0/+49 |
2012-01-04 | Pre-increment non-primitive types. | Ryan Pavlik | 1 | -2/+2 |
2012-01-04 | Exceptions should be caught by reference. | Ryan Pavlik | 1 | -1/+1 |
2011-09-14 | Remove obsolete code | Pavel Labath | 1 | -8/+0 |
2011-09-14 | Fix a small bug in BScreen constructor | Pavel Labath | 1 | -1/+1 |
2011-05-10 | Convert Screen::reconfigureSig to FbTk::Signal | Pavel Labath | 1 | -3/+1 |
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -5/+3 |
2011-05-08 | Can check CARDINAL properties in CLIENT PATTERNS | nacitar sevaht | 1 | -6/+5 |
2011-04-14 | bugfix: use 'unsigned long' to feed XChangeProperty, closes #3285968 | David Coppa | 1 | -1/+1 |
2011-03-23 | compile fix: arguments must match declaration | Mathias Gumz | 1 | -4/+4 |
2011-03-23 | compile fix: sunCC 5.11 (sunstudio 12) compiles and links again | Mathias Gumz | 1 | -4/+4 |
2011-03-19 | delete config menu first at shutdown | Henrik Kinnunen | 1 | -3/+11 |
2011-03-19 | bugfix: reposition windows only if they are invisible | Mathias Gumz | 1 | -4/+19 |
2011-03-19 | code deduplication: use RectangleUtil::insideBorder() | Mathias Gumz | 1 | -4/+1 |
2011-03-19 | prepare BScreen::XineramaHeadInfo to be 'RectangleLike' | Mathias Gumz | 1 | -9/+10 |
2011-02-24 | cache result of getWorkspace() | Mathias Gumz | 1 | -2/+3 |
2011-02-23 | renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem | Mathias Gumz | 1 | -2/+2 |
2011-01-15 | small refactoring of FbTk/Menu code | Mathias Gumz | 1 | -1/+1 |
2011-01-13 | compile fix: missing symbol (SystemTray::getNetSystemTray()) when configured ... | Mathias Gumz | 1 | -1/+4 |
2010-09-18 | recovered lost change from 041d586972db4da170123f5468d7b11d4eda8ae5 | Mathias Gumz | 1 | -96/+65 |
2010-09-17 | missing initializations | Mathias Gumz | 1 | -0/+1 |
2010-09-17 | moved commandline parsing to its own function | Mathias Gumz | 1 | -66/+96 |
2010-09-17 | code simplification by reducing if-else hell | Mathias Gumz | 1 | -96/+66 |
2010-09-09 | disabled potentially dead code | Mathias Gumz | 1 | -0/+3 |
2010-09-09 | added FbTk::Util::clamp() and simplified related code | Mathias Gumz | 1 | -19/+10 |
2010-09-09 | use FbTk apis instead of raw xlib calls | Mathias Gumz | 1 | -6/+5 |
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -10/+16 |
2010-08-23 | moved knowledge about '_NET_SYSTEM_TRAY_S' into the 'SystemTray' class | Mathias Gumz | 1 | -4/+3 |
2010-08-22 | bugfix: compiler warning | Mathias Gumz | 1 | -1/+1 |
2010-05-28 | Add new focus model: StrictMouseFocus | Jim Ramsay | 1 | -1/+6 |
2010-05-23 | mostly cosmetic fixes, mainly discovered by 'clang --analyze' | Mathias Gumz | 1 | -31/+32 |
2010-05-01 | cosmetic | Mathias Gumz | 1 | -11/+13 |
2010-05-01 | use new closest head calculation code to place windows when clearing up heads | Mathias Gumz | 1 | -7/+9 |
2010-05-01 | bugfix: moving (the center of) a maximized window out of a xinerama head coul... | Mathias Gumz | 1 | -4/+33 |
2010-03-17 | Changed #ifdef DEBUG ... cerr << to using fbdbg. | Henrik Kinnunen | 1 | -25/+21 |
2009-10-01 | simpler code | Mathias Gumz | 1 | -3/+1 |
2009-05-26 | Merge branch 'mousefocus' | Jim Ramsay | 1 | -0/+3 |
2009-05-25 | minor cosmetics | Mathias Gumz | 1 | -1/+1 |
2009-03-09 | Ignore EnterNotify on workspace change | Jim Ramsay | 1 | -0/+3 |
2008-10-15 | ignore XRandr events that don't actually change the screen size | Mark Tiefenbruck | 1 | -10/+10 |
2008-10-13 | merge menuDelay and menuDelayClose options | Mark Tiefenbruck | 1 | -15/+2 |
2008-10-09 | don't show window on new workspace when warping with outline moving | Mark Tiefenbruck | 1 | -12/+8 |
2008-10-05 | remove menu modes | Mark Tiefenbruck | 1 | -3/+0 |
2008-10-05 | remove follow models | Mark Tiefenbruck | 1 | -2/+0 |
2008-10-05 | remove line style resources from init file | Mark Tiefenbruck | 1 | -28/+0 |
2008-10-05 | remove rootcommand from init file | Mark Tiefenbruck | 1 | -7/+0 |
2008-10-04 | fix CustomMenu and ClientMenu commands from fluxbox-remote | Mark Tiefenbruck | 1 | -1/+2 |