Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-09-08 | tweak last patch for titlebar scroll options | simonb | 1 | -2/+3 | |
2005-09-07 | Add titlebar scrolling options (thanks Krzysiek Pawlik ↵ | simonb | 1 | -0/+30 | |
<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-09-04 | added feature request #1084510: | mathias | 1 | -0/+4 | |
when mod1 + leftmouse are clicked on a window and the mouse is not moved, the window is raised at leftmouserelease. i dont think we need an extra option for that since its very unobtrusive but neat to have. | |||||
2005-07-25 | Fix for #1240248, Segfaults for :MoveTabLeft/Right | mathias | 1 | -14/+10 | |
wrong code in Container.cc | |||||
2005-07-20 | Changed some *Focus options, just to make some things a bit more clear. | mathias | 1 | -15/+13 | |
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-13 | When the screen is filled with windows it can be pretty hard to find a "valid" | mathias | 1 | -7/+10 | |
area to drop a tab button to detach the client from the group. solution is to detach the client if the tab button is dropped onto the client area of the same group. | |||||
2005-07-04 | cleaning, change getCount to numberOfWorkspace | fluxgen | 1 | -13/+4 | |
2005-06-23 | minor fix for window menu | fluxgen | 1 | -2/+4 | |
2005-06-23 | moved window menu from FluxboxWindow to BScreen | fluxgen | 1 | -65/+15 | |
2005-06-19 | fix handling of shaded and iconic windows, particularly on restart | simonb | 1 | -44/+44 | |
2005-06-19 | revert 4055, caused crashes plus it should be done differently | simonb | 1 | -12/+16 | |
2005-06-18 | Fixes #1116965, shadwd windows on restart: | mathias | 1 | -16/+12 | |
shaded icons behaved badly on restart, they went into a real stupid state: somehow shaded, but at the same time iconic, so you werent able to unshade, resize them properly. i fixed that by applying NormalState on shutdowntime (see FluxboxWindow::restore(), unshading a shaded frame to get good window dimensions and on init() i mark the window initialized and connect it to Fluxbox::attachSignals() a bit later. | |||||
2005-05-06 | Added new Buttons for the Titlebar of a Window (Mathias) | mathias | 1 | -0/+11 | |
- Shade - just like the "Stick"-button Styleresources: window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap etc. - MenuIcon - click on it provides the windowmenu, if the app contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a little menu otherwise. Styleresources: windowmenu.pixmap, windowmenu.unfocus.pixmap windowmenu.pressed.pixmap etc. Example ~/.fluxbox/init - entry: session.titlebar.left: MenuIcon Stick session.titlebar.right: Shade Minimize Maximize Close hint: if the app HAS a pixmap i use window.title.focus.pixmap (look WinButtonTheme for reference)in pixmap-based-styles. this looks excellent and dont need much extra-code to pipe that info into WinButtons. | |||||
2005-05-03 | minor fix | fluxgen | 1 | -1/+0 | |
2005-05-03 | using associateClient to create new tab and map it to labelbuttons | fluxgen | 1 | -45/+25 | |
2005-05-02 | more compose and select2nd | fluxgen | 1 | -31/+33 | |
2005-05-02 | using Select2nd | fluxgen | 1 | -78/+84 | |
2005-05-02 | cleaning, create and delete tabs with FbWinFrame createTab/removeTab | fluxgen | 1 | -54/+25 | |
2005-04-29 | transient window fix | fluxgen | 1 | -36/+57 | |
2005-04-26 | fix systray client sizing | simonb | 1 | -1/+1 | |
2005-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 1 | -5/+4 | |
background pixmap. Same for textbuttons. | |||||
2005-04-22 | clear the maximized-Flag from a resized/moved Window ... a moved or resized | mathias | 1 | -0/+3 | |
Window is not maximized any longer per definition imho. maybe we need to apply the same policy to the fullscreen-State | |||||
2005-04-18 | fixes a little bug with snapping to windows which have a border only. | mathias | 1 | -2/+4 | |
such windows dont have DECORM_ENABLED and hence no borderwidth was added to the calculation. thats fixed now | |||||
2005-04-15 | closes #1170056, Moving tab beyong last right tab causes malfunction | mathias | 1 | -1/+2 | |
2005-04-10 | Big changes to how transparency works | simonb | 1 | -9/+9 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2005-03-16 | fix for gravity field on _NET_MOVERESIZE_WINDOW messages, patch from Rob ↵ | mathias | 1 | -0/+23 | |
Stevens <stever3 at nycap dot rr dot com> | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-20 | cosmetic | mathias | 1 | -8/+7 | |
2005-01-20 | fix tab detach - the window wasn't shown after attachTo | simonb | 1 | -2/+3 | |
2005-01-14 | copyright | mathias | 1 | -1/+1 | |
2005-01-10 | forgotten debug-stuff | mathias | 1 | -1/+1 | |
2005-01-10 | fix position init from atom handlers | simonb | 1 | -7/+15 | |
2005-01-05 | fix up window initialisation ordering | simonb | 1 | -17/+48 | |
2005-01-04 | fix some initialisation, especially relating to placement and | simonb | 1 | -4/+7 | |
decoration/handler hints | |||||
2005-01-03 | fixed #996298, maximized windows and snapped windows dont respect | mathias | 1 | -2/+20 | |
toolbar-borderwidth further more windows do snap at screen-edges, no matter if maxover is enabled or not | |||||
2004-12-28 | fixed shape bug | fluxgen | 1 | -1/+0 | |
2004-12-21 | fix a problem with enabling/disabling fullscreen-mode in gtk2-apps | mathias | 1 | -1/+64 | |
* synchronize _NET_WM_STATE in Ewmh.cc * added FluxboxWindow::setFullscreen(bool) to Window.cc furthermore, if a window is in fullscreenmode any existing shape is disabled (looks pretty annoying in mplayer for example) | |||||
2004-12-13 | applied patch from Rob Stevens: | mathias | 1 | -8/+150 | |
fixes dragNdrop ordering of tabs so next/prevtab are not confused -> modification of m_clientlist | |||||
2004-12-10 | maximizing a shaded window should unshade it before .. the user WANTS to see | mathias | 1 | -0/+3 | |
it. closed #1082671 | |||||
2004-11-30 | adds "kill" to the windowmenu | mathias | 1 | -245/+251 | |
closes #1075142 | |||||
2004-11-24 | patch from Rob Stevens to add dragndrop-reordering of the tabs | mathias | 1 | -4/+13 | |
disable title of the windowmenu when called from titlebar | |||||
2004-11-22 | do not handle configure request while iconified, fixes problem Wine with ↵ | fluxgen | 1 | -7/+8 | |
Paradise Poker client | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-11-07 | fixed a problem with the snapping-windows code: | akir | 1 | -6/+11 | |
decorationless windows have a borderWidth of 0 and thus the snapping was calculated wrong. | |||||
2004-10-28 | fix 1052095, windowmenu doesnt close when tabs are changed (closed,new ↵ | akir | 1 | -1/+7 | |
attached or dragged around) | |||||
2004-10-21 | not all compilers have __FUNCTION__ (mipspro) | akir | 1 | -3/+3 | |
2004-10-18 | cosmetic changes, added ResizeModel to ScreenRessources | akir | 1 | -2/+2 | |
2004-10-17 | made iconic and shaded windows not resizable | akir | 1 | -3/+3 | |
2004-10-04 | don't require [begin] in included files | rathnor | 1 | -2/+2 | |
2004-09-30 | title of current tab-window is now shown in the iconbar-buttons | akir | 1 | -2/+3 | |