summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-26'SetHead 0' -> Send to current headsendto-currentJim Ramsay1-1/+1
2009-05-26'SendToWorkspace 0' -> Send to current workspaceJim Ramsay1-1/+1
2009-05-26Merge branch 'mousefocus'Jim Ramsay5-3/+55
2009-05-26Allow 'background: unset'Jim Ramsay1-0/+4
2009-05-26Error on incomplete MacroCmd key commandJim Ramsay1-7/+9
2009-05-26Exit loop for unterminated { } pairJim Ramsay1-1/+1
2009-05-25minor cosmeticsMathias Gumz2-2/+2
2009-03-09Ignore EnterNotify on workspace changeJim Ramsay1-0/+3
2009-03-04src/TextDialog.cc: removed useless stdexcept header inclusion.Slava Semushin1-1/+0
2009-03-04src/Keys.cc(deleteTree): use FbTk::STLUtil::destroyAndClearSecond() instead o...Slava Semushin1-3/+5
2009-03-04Renamed function svnversion() to gitrevision() because now we uses GIT.Slava Semushin2-4/+4
2009-03-04buildfix: fluxbox didnt link when configured with --disable-rememberMathias Gumz2-2/+6
2009-02-27Ignore EnterNotify on Move or ResizeJim Ramsay1-0/+3
2009-02-27Ignore EnterNotify on LowerJim Ramsay1-0/+4
2009-02-27Ignore EnterNotify on UnmapJim Ramsay1-0/+5
2009-02-27Added facility to selectively ignore EnterNotify eventsJim Ramsay3-3/+40
2009-02-24remove unnecessary xpm.h include in imlib codeMark Tiefenbruck1-2/+0
2009-01-11fixed resize bug (caused by typo, see #2498507)Peter Hercek1-1/+1
2008-11-02don't reload keys file on modifier map events, just re-grab keysMark Tiefenbruck3-1/+8
2008-10-19increase default size of toolbar and icon buttonsMark Tiefenbruck2-2/+2
2008-10-15unrevert 1fdef35e51Mark Tiefenbruck1-14/+0
2008-10-15additional fix for the resize bugMathias Gumz1-1/+3
2008-10-15reverted 1fdef35e51, added more info about that featureMathias Gumz1-0/+14
2008-10-15don't allow resizing to negative dimensionsMathias Gumz2-22/+32
2008-10-15ignore XRandr events that don't actually change the screen sizeMark Tiefenbruck5-22/+22
2008-10-13merge menuDelay and menuDelayClose optionsMark Tiefenbruck5-26/+9
2008-10-12focus window when done dragging to a new workspace with outline movingMark Tiefenbruck1-5/+3
2008-10-09using namespace instead of a useless classMathias Gumz3-56/+21
2008-10-09don't show window on new workspace when warping with outline movingMark Tiefenbruck3-53/+21
2008-10-07show/hide tooltip if title length changes enough while mouse is over the icon...Mark Tiefenbruck1-8/+7
2008-10-07fix windows mapping into IconicState againMark Tiefenbruck1-0/+3
2008-10-07remove some unneeded codeMark Tiefenbruck1-9/+0
2008-10-07allow relative path for background images in style filesMark Tiefenbruck3-19/+25
2008-10-05remove menu modesMark Tiefenbruck7-70/+2
2008-10-05remove follow modelsMark Tiefenbruck4-158/+3
2008-10-05remove line style resources from init fileMark Tiefenbruck4-41/+0
2008-10-05remove rootcommand from init fileMark Tiefenbruck2-8/+0
2008-10-04recognize --option in addition to -option for most thingsMark Tiefenbruck1-9/+9
2008-10-04in ClickFocus, replay pointer before focusing windowMark Tiefenbruck1-3/+3
2008-10-04fix CustomMenu and ClientMenu commands from fluxbox-remoteMark Tiefenbruck1-1/+2
2008-10-04break keychains after an invalid key is pressed (which unfortunately will be ...Mark Tiefenbruck3-12/+13
2008-10-04fix flickering of shaped windows on focus changesMark Tiefenbruck4-51/+41
2008-10-01fix restackingMark Tiefenbruck3-15/+52
2008-10-01don't flash original window in the middle of cycling focusMark Tiefenbruck5-12/+19
2008-10-01reset background on resolution changeMark Tiefenbruck3-2/+3
2008-10-01restore missing config files on reconfigureMark Tiefenbruck1-0/+1
2008-09-28Changed resize signal in BScreen to use the new signal systemHenrik Kinnunen6-14/+32
2008-09-28Changed workspace area signal to use the new signal systemHenrik Kinnunen6-20/+28
2008-09-28Merge branch 'master' of fluxbox@git.fluxbox.org:fluxboxHenrik Kinnunen13-149/+157
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen10-41/+80