Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
console, plus handle catalogs better. | |||||
2006-06-10 | fixed resize box bug. The text used to determine the size used space, which ↵ | fluxgen | 1 | -3/+3 | |
could have different width than characters on certain fonts. Thanks Scott Kuhl | |||||
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 1 | -23/+18 | |
FbTk::FbString | |||||
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 | |
Thanks Jonas Koelker | |||||
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 | |
thanks Kalle - ice_jkpg at users.sourceforge.net | |||||
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 ↵ | fluxgen | 1 | -23/+17 | |
destroy by BScreen. + removed geom window nls | |||||
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 | |
issues | |||||
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 | |
made in that file will override/overlay the ones made in the used style. TODO: write more specific docu about it | |||||
2005-10-21 | Fixed #1223878, Style reloading on USR2 (patch from Zan) | mathias | 1 | -0/+4 | |
cosmetic stuff in StringUtil.cc/hh | |||||
2005-09-07 | Add titlebar scrolling options (thanks Krzysiek Pawlik ↵ | simonb | 1 | -1/+4 | |
<krzysiek.pawlik__AT__people.pl>) New init options added: session.screenN.windowScrollAction: Shade|NextTab - set the action that happens when scrolling on the titlebar session.screenN.windowScrollReverse: true|false - reverse the action direction | |||||
2005-07-20 | Changed some *Focus options, just to make some things a bit more clear. | mathias | 1 | -9/+11 | |
the "Sloppy" was always a bit .. unprecise. removed SloppyFocus, SemiSloppyFocus and ClickToFocus options added MouseFocus, ClickFocus, MouseTabFocus, ClickTabFocus - MouseFocus - change the focus to the window under the mouse (almost similar to the 'old' SloppyFocus) - ClickFocus - change the focus to the window the user clicks - MouseTabFocus - change active tabclient to the one under the mouse in titlebar, does NOT change the focus - ClickTabFocus - change active tabclient when clicked onto a tabbutton to achieve former SemiSloppyFocus behavior one needs MouseFocus and ClickTabFocus | |||||
2005-07-04 | cleaning, change getCount to numberOfWorkspace | fluxgen | 1 | -12/+12 | |
2005-06-23 | moved window menu from FluxboxWindow to BScreen | fluxgen | 1 | -2/+46 | |
2005-06-18 | Screen.cc: not used code | mathias | 1 | -4/+0 | |
fbgm.in: added amarok |