Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2005-06-03 | - Usage of xft-fonts is prefered, except a font-description starts with '-' | mathias | 1 | -27/+2 | |
- Removed "antialias"-option completly, to enable/disable "antialias" use either <fontname>:antialias=<bool> in the style or use Xft.antialias: <bool> in your .Xdefaults - Added new styleresources: *.font.effect: <halo|shadow> *.font.shadow.x : <int> - shadow x offset *.font.shadow.y : <int> - shadow y offset *.font.shadow.color : <color> - color of shadow *.font.halo.color : <color> - color of halo - Removed 'shadow' and 'halo' options from fontdefinitions: !! Style authors have to update their styles !! - Simplified XmbFontImp to not try all possible fonts to match locale - Style authors may specify multiple fonts: <font1>|<font2>|<font3> if loading of font1 fails, fluxbox probes <font2>, etc. The last font is "fixed". Hints for style authors: - if xft tries to load a font it will _ALWAYS_ return a valid font, it doesnt have to look like the one you want to have, read more about it: http://fontconfig.org/fontconfig-user.html - export XFT_DEBUG=1 before running fluxbox helps to see which fonts are picked. eg: *.font: Verdana,Arial-12:antialias=true|-artwiz-snap-*- if fluxbox is compiled with xft this will NEVER try to load "-artwiz-snap-*-" since xft gives for sure a font, most likely Verdana or Arial but noone knows. So, if fluxbox has no xft support the first fontpattern fails and fluxbox tries the next one, which might be successful. if everything fails, it will use "fixed" - Added caching of fonts, fonts are only loaded once. - Fixed #1090902 (slow utf8 start) | |||||
2005-06-02 | * patch from vadim <suhanov_vadim@mail.ru>: | mathias | 1 | -0/+5 | |
"_BLACKBOX_NOTIFY_WINDOW_ADD was emited before _NET_CLIENT_LIST and _NET_CLIENT_LIST_STACKING lists updates." | |||||
2005-05-03 | fix some menu drawing issues | simonb | 1 | -3/+3 | |
2005-05-02 | using Select2nd | fluxgen | 1 | -17/+18 | |
2005-04-29 | removed dead code | mathias | 1 | -15/+0 | |
2005-04-29 | transient window fix | fluxgen | 1 | -7/+5 | |
2005-04-27 | close #1182770 | mathias | 1 | -18/+24 | |
if someone changed the session.screen0.workspaces:<int> value and fired a "reload config"/reconfigure-Command fluxbox crashed. changes: - cleaner way of reading in the workspacenames - cleaner way of initialize the workspaces in BScreen() - on BScreen::reconfigure we add/delete Workspaces to the current screen until init-file and fluxbox are in sync -> the user changed the initfile and pressed reload, so imho he wants to have the changes in the init-file realized. | |||||
2005-03-16 | fix for #1152450, when having multiple screens the rootCommand's were | mathias | 1 | -1/+2 | |
called too often: m_root_menu is locked for the current screen when loading the style for the current screen, but not for the screens already initialized and thus its executed when called thru Theme::reconfigure(); now only the themes on the same screen are affected by the load-routine. |