Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-26 | added resource and menu item for maximizing over tabs | markt | 1 | -0/+2 | |
2006-07-20 | allow negative width and height | markt | 1 | -1/+1 | |
2006-07-20 | keep tabs in same order on restart (except some extremely unlikely cases) | markt | 1 | -2/+2 | |
2006-07-04 | some dead resources and the functions that go with them | markt | 1 | -2/+1 | |
2006-07-02 | updated documentation and another dead function | markt | 1 | -2/+1 | |
2006-07-01 | more dead functions | markt | 1 | -3/+0 | |
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 1 | -4/+4 | |
FbTk::FbString | |||||
2006-04-16 | add reversewheeling option | simonb | 1 | -1/+2 | |
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 | -5/+5 | |
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -1/+1 | |
2006-03-22 | more external tab work, tidying and tab width config option | simonb | 1 | -1/+3 | |
2006-03-22 | external tabs features and bugfixes | simonb | 1 | -3/+10 | |
2006-03-20 | external tabs | simonb | 1 | -0/+2 | |
2006-03-18 | added addManagedResource, which adds a resource to BScreen and will be ↵ | fluxgen | 1 | -0/+7 | |
destroy by BScreen | |||||
2006-02-19 | Added center resize. Resizes all corners at the same time. | fluxgen | 1 | -0/+1 | |
2006-02-19 | moved placement strategies to different PlacementStrategy classes | fluxgen | 1 | -16/+7 | |
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 1 | -48/+31 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-09-07 | Add titlebar scrolling options (thanks Krzysiek Pawlik ↵ | simonb | 1 | -0/+5 | |
<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 | -47/+53 | |
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 | -14/+8 | |
2005-06-23 | moved window menu from FluxboxWindow to BScreen | fluxgen | 1 | -1/+15 | |
2005-06-03 | - Usage of xft-fonts is prefered, except a font-description starts with '-' | mathias | 1 | -2/+0 | |
- 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-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-24 | copyright dates | mathias | 1 | -2/+2 | |
2005-01-03 | fixed #996298, maximized windows and snapped windows dont respect | mathias | 1 | -3/+1 | |
toolbar-borderwidth further more windows do snap at screen-edges, no matter if maxover is enabled or not | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-18 | cosmetic changes, added ResizeModel to ScreenRessources | akir | 1 | -4/+5 | |
2004-10-16 | added followModel Ressources, dunno if the name is so clever, i am open for ↵ | akir | 1 | -1/+8 | |
other suggestions | |||||
2004-09-16 | cleaning, we dont create windows with XCreateWindow | fluxgen | 1 | -2/+3 | |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -2/+3 | |
for consistency with transparency resources | |||||
2004-09-11 | head specific strut, patch from Mathieu De Zutter | fluxgen | 1 | -4/+9 | |
2004-09-09 | transfered ::getRootPixmap from several places to new home, FbPixmap | akir | 1 | -2/+1 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -2/+6 | |
2004-06-21 | tidying up initialisation with dockapps | rathnor | 1 | -2/+1 | |
2004-05-02 | iconmenu is now handled in IconMenu which is created in WorkspaceMenu, moved ↵ | fluxgen | 1 | -26/+16 | |
all parsing of menu file to MenuCreator | |||||
2004-04-28 | fixes for/reimplement parts of directional focus movement | rathnor | 1 | -2/+2 | |
2004-04-19 | kde dockapps in systray and moved resource templates to ScreenResource.cc | fluxgen | 1 | -1/+7 | |
2004-04-12 | hide window menu if click on another window, patch from Mathias Gumz | fluxgen | 1 | -1/+4 | |
2004-03-30 | optional decoration of transient windows, patch from Scott Moser | fluxgen | 1 | -2/+3 | |
2004-03-22 | added screen resource .overlay.lineWidth, .overlay.lineStyle and ↵ | fluxgen | 1 | -1/+5 | |
.overlay.capStyle which defines the line style for resize and move actions on windows, patch from Mathias Gumz | |||||
2004-03-21 | primarily focus fix/tweak/rejigging | rathnor | 1 | -1/+2 | |
2004-01-19 | workspace area signal | fluxgen | 1 | -2/+5 | |
2004-01-16 | different window for position coordinates, patch from Junichiro Kita | fluxgen | 1 | -4/+6 | |
2004-01-11 | hideMenus function, hides all menus on current screen | fluxgen | 1 | -2/+3 | |
2003-12-30 | inline | fluxgen | 1 | -14/+14 | |
2003-12-19 | cleaning | fluxgen | 1 | -7/+6 | |
2003-12-19 | moved focus enum to BScreen, change window placement resource to FbTk Resource | fluxgen | 1 | -52/+37 | |
2003-12-18 | code cleaning | fluxgen | 1 | -3/+3 | |
2003-12-12 | menu delay and mode | fluxgen | 1 | -2/+3 | |