summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2008-09-28don't let KeyRelease events propagate to windowsMark Tiefenbruck7-40/+33
2008-09-27turn off size/position display by default, move click raises to focus model menuMark Tiefenbruck1-10/+7
2008-09-27fix some goofy codeMark Tiefenbruck1-73/+38
2008-09-26fix rounded corners on restartMark Tiefenbruck2-3/+7
2008-09-23fixed detection of bad values in the _NET_WM_ICON property. eg, tvtime.sf.netMathias Gumz1-14/+58
is not aware of how to correctly feed icon data into the property on 64bit architecture which caused the dimensions of the icon beeing corrupt and due to overflow arithmetics fluxbox crashed.
2008-09-22Merge branch 'master' of fluxbox@dev:fluxboxMathias Gumz3-6/+11
2008-09-22cosmeticsMathias Gumz1-3/+3
2008-09-22fix active menu item when inserting or removing other itemsMark Tiefenbruck3-6/+11
2008-09-21Changed icon list signal in BScreen to use the new signal systemHenrik Kinnunen8-31/+45
2008-09-21Changed client list signal in BScreen to use the new signal systemHenrik Kinnunen5-15/+20
2008-09-21Changed background changed signal in BScreen to use the new signal systemHenrik Kinnunen6-17/+40
2008-09-21Changed workspace names signal in BScreen to use the new signal systemHenrik Kinnunen9-42/+31
2008-09-21Changed current workspace signal in BScreen to use the new signal systemHenrik Kinnunen12-41/+75
2008-09-21no virtuals needed Signals, added leaveAll for SignalTracker which must be ↵Henrik Kinnunen2-16/+24
used before all screens dies.
2008-09-21re-fix maximizing problem with non-northwest gravity windowsMark Tiefenbruck1-2/+3
2008-09-21fix placement of windows with non-default decorationsMark Tiefenbruck2-2/+5
2008-09-21fix a few things with new signal codeMark Tiefenbruck2-5/+25
2008-09-18Merge branch 'master' of fluxbox@git.fluxbox.org:fluxboxHenrik Kinnunen1-1/+5
Conflicts: ChangeLog
2008-09-18Changed workspace count signal in BScreen to use the new signal system.Henrik Kinnunen8-38/+74
2008-09-18Added new Signal/Slot system in FbTkHenrik Kinnunen6-1/+778
This is suppose to replace the obsolete Subject/Observer classes. See the src/tests/testSignals.cc for basic usage.
2008-09-18fix crash when trying to set the title on a window that's already closedMark Tiefenbruck1-1/+5
2008-09-14added RectangleUtil.hh to buildHenrik Kinnunen1-0/+1
2008-09-14Fixed a pixmap resource leak with selected pixmap in menus.Henrik Kinnunen3-5/+27
menu.hilite.selected.pixmap and menu.selected.pixmap was not deleted while switching between non-pixmap styles and pixmap styles.
2008-09-14some minor code cleaning.Henrik Kinnunen4-32/+62
2008-09-11fix some default valuesMark Tiefenbruck3-16/+9
2008-09-11try to fix some weird focus issuesMark Tiefenbruck1-0/+1
2008-09-11fix program crashes caused by unshadingMark Tiefenbruck1-1/+2
2008-09-11be aware of badly specified _NET_WM_ICONSMathias Gumz1-4/+17
2008-09-08update workspace names atoms/resources when adding a new workspaceMark Tiefenbruck4-13/+6
also removed unnecessary items from default init file
2008-09-08remove unnecessary signals causing toolbar renders on workspace changeMark Tiefenbruck1-3/+3
2008-09-04turn on opaque window moving by defaultMark Tiefenbruck1-1/+1
2008-09-03add check to configure script to detect old versions of XrandrMark Tiefenbruck1-0/+2
2008-09-03fix maximize/fullscreen for windows with non-Northwest gravityMark Tiefenbruck2-4/+4
2008-09-03remove tooltip when IconButton is destroyedMark Tiefenbruck1-0/+2
2008-09-02resize fullscreen windows when resolution changesMark Tiefenbruck2-5/+13
2008-09-02update window's size hints when client updates size hintsMark Tiefenbruck1-0/+1
2008-09-01included some missing files in distributionHenrik Kinnunen2-0/+3
2008-09-01removed ObjectResource.hh and CompareWindow.hhHenrik Kinnunen1-2/+1
2008-09-01highlight the nearest menu item when the current one is disabled, and add ↵Mark Tiefenbruck2-0/+18
separators to focus model menu
2008-08-31fix focus after tabbingMark Tiefenbruck1-1/+2
2008-08-30missed oneMark Tiefenbruck1-5/+4
2008-08-30use FbMenu::window instead of WindowCmd<>::window for displaying items in ↵Mark Tiefenbruck4-21/+20
the window menu
2008-08-30more fun with global variablesMark Tiefenbruck2-3/+7
2008-08-27don't change a fullscreen window's layer when its transient takes the focusMark Tiefenbruck1-11/+8
2008-08-27move some things from FluxboxWindow to WindowStateMark Tiefenbruck10-96/+85
2008-08-27make FbWinFrame and FluxboxWindow share a WindowState objectMark Tiefenbruck8-135/+107
2008-08-27remove option to disable decorations on transient windowsMark Tiefenbruck3-25/+6
2008-08-27move decoration handling for non-resizable windows to SizeHint classMark Tiefenbruck3-19/+14
2008-08-27move FbWinFrame::State class to a new fileMark Tiefenbruck10-459/+486
2008-08-24toolbar placement menu wasn't updatingMark Tiefenbruck1-0/+1