aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
AgeCommit message (Expand)AuthorFilesLines
2006-03-18We now create titlebar resource session.screen<num>.titlbar.left/right on the...fluxgen1-56/+124
2006-02-20moved class Layer from class Fluxbox and thus reduces some dependeciesfluxgen1-7/+6
2006-02-19Added center resize. Resizes all corners at the same time.fluxgen1-14/+41
2006-02-19FbWinFrame should not depend on class Fluxboxfluxgen1-1/+2
2006-02-18moved all focus handling to FocusControlfluxgen1-1/+1
2006-02-18moved all focus handling to class FocusControlfluxgen1-9/+10
2006-02-16updated copyright infomathias1-1/+1
2006-01-16applied patch from php-coder to fix some warnings, mostly signed vs unsignedmathias1-4/+4
2006-01-03unused headersfluxgen1-1/+0
2005-12-22removed unused variablefluxgen1-2/+0
2005-11-22indentationfluxgen1-25/+25
2005-10-19Fixed reordering of tabs, patch from Rob Stevensmathias1-5/+5
2005-10-04avoid drawing the resize outline when not really resizing, caused flickering.mathias1-18/+30
2005-09-16reverted last change .. the problem of the user must be handled differently.....mathias1-1/+1
2005-09-16LeftMouseButton should always setInputFocus() to avoid focus problemsmathias1-1/+1
2005-09-08tweak last patch for titlebar scroll optionssimonb1-2/+3
2005-09-07Add titlebar scrolling options (thanks Krzysiek Pawlik <krzysiek.pawlik__AT__...simonb1-0/+30
2005-09-04added feature request #1084510:mathias1-0/+4
2005-07-25Fix for #1240248, Segfaults for :MoveTabLeft/Rightmathias1-14/+10
2005-07-20Changed some *Focus options, just to make some things a bit more clear.mathias1-15/+13
2005-07-13When the screen is filled with windows it can be pretty hard to find a "valid"mathias1-7/+10
2005-07-04cleaning, change getCount to numberOfWorkspacefluxgen1-13/+4
2005-06-23minor fix for window menufluxgen1-2/+4
2005-06-23moved window menu from FluxboxWindow to BScreenfluxgen1-65/+15
2005-06-19fix handling of shaded and iconic windows, particularly on restartsimonb1-44/+44
2005-06-19revert 4055, caused crashes plus it should be done differentlysimonb1-12/+16
2005-06-18Fixes #1116965, shadwd windows on restart:mathias1-16/+12
2005-05-06Added new Buttons for the Titlebar of a Window (Mathias)mathias1-0/+11
2005-05-03minor fixfluxgen1-1/+0
2005-05-03using associateClient to create new tab and map it to labelbuttonsfluxgen1-45/+25
2005-05-02more compose and select2ndfluxgen1-31/+33
2005-05-02using Select2ndfluxgen1-78/+84
2005-05-02cleaning, create and delete tabs with FbWinFrame createTab/removeTabfluxgen1-54/+25
2005-04-29transient window fixfluxgen1-36/+57
2005-04-26fix systray client sizingsimonb1-1/+1
2005-04-26extension of previous big patch. Move a bunch of menu things onto simonb1-5/+4
2005-04-22clear the maximized-Flag from a resized/moved Window ... a moved or resizedmathias1-0/+3
2005-04-18fixes a little bug with snapping to windows which have a border only.mathias1-2/+4
2005-04-15closes #1170056, Moving tab beyong last right tab causes malfunctionmathias1-1/+2
2005-04-10Big changes to how transparency workssimonb1-9/+9
2005-03-16fix for gravity field on _NET_MOVERESIZE_WINDOW messages, patch from Rob Stev...mathias1-0/+23
2005-01-24copyright datemathias1-1/+1
2005-01-20cosmeticmathias1-8/+7
2005-01-20fix tab detach - the window wasn't shown after attachTosimonb1-2/+3
2005-01-14copyrightmathias1-1/+1
2005-01-10forgotten debug-stuffmathias1-1/+1
2005-01-10fix position init from atom handlerssimonb1-7/+15
2005-01-05fix up window initialisation orderingsimonb1-17/+48
2005-01-04fix some initialisation, especially relating to placement and simonb1-4/+7
2005-01-03fixed #996298, maximized windows and snapped windows dont respectmathias1-2/+20