Age | Commit message (Expand) | Author | Files | Lines |
2006-07-23 | also move icons when removing a workspace | markt | 1 | -0/+8 |
2006-07-22 | ewmh compliance updates | markt | 1 | -1/+1 |
2006-07-20 | allow negative width and height | markt | 1 | -2/+2 |
2006-07-20 | keep tabs in same order on restart (except some extremely unlikely cases) | markt | 1 | -14/+12 |
2006-07-19 | preserve order of focused windows on restart | markt | 1 | -0/+1 |
2006-07-13 | remove lock from RootTheme and redundant loadTheme from fluxbox | markt | 1 | -2/+0 |
2006-07-12 | replacing some instances of focusedWindow()->fbwindow() with focusedFbWindow() | markt | 1 | -11/+4 |
2006-07-09 | fix detach focus again 8) | markt | 1 | -1/+2 |
2006-07-09 | setting focus the right way | markt | 1 | -3/+1 |
2006-07-06 | changing between internal and external tabs doesn't affect iconified windows | markt | 1 | -0/+9 |
2006-07-06 | re-fixing the focus after fixing the crash bug | markt | 1 | -4/+6 |
2006-07-04 | some dead resources and the functions that go with them | markt | 1 | -1/+0 |
2006-07-02 | updated documentation and another dead function | markt | 1 | -2/+0 |
2006-07-01 | more dead functions | markt | 1 | -12/+0 |
2006-06-28 | more focus issues with linear cycling and tabbed windows | markt | 1 | -3/+2 |
2006-06-28 | Fix some focus issues on detach and restart | markt | 1 | -0/+1 |
2006-06-26 | fix _NET_FRAME_EXTENTS | simonb | 1 | -4/+22 |
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -28/+28 |
2006-06-10 | fixed resize box bug. The text used to determine the size used space, which c... | fluxgen | 1 | -3/+3 |
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 1 | -23/+18 |
2006-05-13 | moved destroyAndClearList from Screen.cc to STLUtil::destroyAndClear | fluxgen | 1 | -14/+7 |
2006-05-07 | more utf8 changes, notably window titles | simonb | 1 | -1/+2 |
2006-04-25 | fix a bunch of comments, make default textures obvious | simonb | 1 | -1/+2 |
2006-04-24 | fix memory leaks in menu code | simonb | 1 | -0/+5 |
2006-04-24 | external tabs as default | simonb | 1 | -1/+1 |
2006-04-22 | fix crash when toolbar disabled | simonb | 1 | -7/+0 |
2006-04-22 | couple of memory fixes from valgrind | simonb | 1 | -1/+4 |
2006-04-22 | minor cosmetic tweaks, thanks Semushin Slavak, php-coder AT ngs ru | simonb | 1 | -2/+0 |
2006-04-16 | add reversewheeling option | simonb | 1 | -0/+1 |
2006-04-11 | fixed size_t issue with prevWorkspace, minor cosmetic changes to Screen.hh | mathias | 1 | -1/+1 |
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -2/+4 |
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 1 | -10/+3 |
2006-03-23 | fixed duplicate ClickTabFocus menu item, thanks mal | fluxgen | 1 | -23/+0 |
2006-03-22 | more external tab work, tidying and tab width config option | simonb | 1 | -3/+14 |
2006-03-22 | external tabs features and bugfixes | simonb | 1 | -18/+217 |
2006-03-20 | external tabs | simonb | 1 | -1/+5 |
2006-03-18 | added addManagedResource, which adds a resource to BScreen and will be destro... | fluxgen | 1 | -23/+17 |
2006-03-16 | forgotten #include | mathias | 1 | -0/+1 |
2006-02-20 | moved class Layer from class Fluxbox and thus reduces some dependecies | fluxgen | 1 | -6/+6 |
2006-02-19 | moved placement strategies to different PlacementStrategy classes | fluxgen | 1 | -3/+6 |
2006-02-19 | forgot to delete focus control | fluxgen | 1 | -0/+1 |
2006-02-18 | moved all focus handling to FocusControl | fluxgen | 1 | -7/+7 |
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 1 | -427/+70 |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 |
2006-01-16 | applied patch from php-coder to fix some warnings, mostly signed vs unsigned | mathias | 1 | -2/+2 |
2005-11-22 | new background style item, making rootCommand in styles obsolete | fluxgen | 1 | -9/+9 |
2005-11-16 | introduced session.styleOverlay (~/.fluxbox/overlay), all style settings | mathias | 1 | -0/+2 |
2005-10-21 | Fixed #1223878, Style reloading on USR2 (patch from Zan) | mathias | 1 | -0/+4 |
2005-09-07 | Add titlebar scrolling options (thanks Krzysiek Pawlik <krzysiek.pawlik__AT__... | simonb | 1 | -1/+4 |
2005-07-20 | Changed some *Focus options, just to make some things a bit more clear. | mathias | 1 | -9/+11 |