Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2004-09-11 | fix issues that resulted in unnecessary X errors | rathnor | 1 | -2/+2 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -4/+16 | |
2004-08-29 | fix crash bug when windowmenu doesn't include extramenus | rathnor | 1 | -5/+13 | |
improve checking of existence/success of loading windowmenu file | |||||
2004-08-13 | fixed slow resize of xmms playlist, we called setupWindow in ↵ | fluxgen | 1 | -16/+42 | |
XA_WM_NORMAL_HINTS even when didnt have to | |||||
2004-08-10 | fixed so we call setupWindow last in init(), else we dont get anything in ↵ | fluxgen | 1 | -4/+11 | |
the titlebar if we dont have some special option like remember enabled | |||||
2004-08-10 | some debugmessages and minor fixes | fluxgen | 1 | -6/+10 | |
2004-07-15 | click on handle raises, and some other minor fixes | fluxgen | 1 | -38/+77 | |
2004-06-29 | fix rectangle drawing on attaching tabs | rathnor | 1 | -9/+12 | |
2004-06-20 | support _NET_WM_WINDOW_TYPE_DESKTOP (e.g. nautilus desktop windows) | rathnor | 1 | -5/+8 | |
Allow FluxboxWindows to be untabable. | |||||
2004-06-19 | fix initialisation of state when a window is first mapped | rathnor | 1 | -45/+32 | |
2004-06-07 | minor stuff | fluxgen | 1 | -17/+2 | |
2004-06-07 | update NLS string handling... | rathnor | 1 | -2/+2 | |
2004-05-13 | fix up a number of things for when a window hides while moving, | rathnor | 1 | -34/+47 | |
including a crash bug | |||||
2004-05-03 | tweak the remap fix. Scott pointed out that the xevent isn't actually | rathnor | 1 | -3/+2 | |
filled in there. Lets try it just checking !remap... | |||||
2004-05-02 | using MenuCreator to create window menu | fluxgen | 1 | -56/+35 | |
2004-04-30 | missed a touch in the reparent thing | rathnor | 1 | -2/+2 | |
2004-04-30 | reparent tweak | rathnor | 1 | -4/+9 | |
2004-04-22 | attach area, patch from Mathias Gumz | fluxgen | 1 | -3/+10 | |
2004-04-18 | fixed remember on decoration when we get mwm hint event, patch from Mathias Gumz | fluxgen | 1 | -4/+21 | |
2004-04-14 | revert to sync grab for now | rathnor | 1 | -2/+2 | |
2004-04-14 | fix the hang some more, hopefully final | rathnor | 1 | -1/+5 | |