aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-05-02remove some unnecessary argumentsMark Tiefenbruck4-22/+13
2008-05-01save timestamp for non-existent menu file, in case user creates oneMark Tiefenbruck2-10/+8
2008-04-30add reconfigure to default menuMark Tiefenbruck1-0/+2
2008-04-30workaround for keys files broken by fluxconfMark Tiefenbruck1-0/+2
2008-04-30don't allow empty root menuMark Tiefenbruck1-1/+1
2008-04-29don't add program icons to tabs for previous users, for backwards compatibili...Mark Tiefenbruck1-1/+1
2008-04-27Added SimpleObserver class.Henrik Kinnunen8-58/+139
2008-04-26some updates for the startup file in modern timesMark Tiefenbruck2-2/+12
2008-04-25we don't need to tell this to everyoneMark Tiefenbruck1-0/+2
2008-04-25add fbrun to default apps fileMark Tiefenbruck2-2/+12
2008-04-21some fixes for gcc 3.4Thomas Orgis57-60/+62
2008-04-15system tray border patch from matteoMatteo Galiazzo2-5/+11
2008-03-29fixed a small issue with autohidden toolbarMathias Gumz1-2/+8
2008-03-25Fix build with g++ 4.3Bernhard Walle4-0/+20
2008-03-19The unfocused/pressed pixmaps for the 'stick' button were ignored.Jim Ramsay1-1/+2
2008-03-05transform _NET_WM_ICON data to correct depthMathias Gumz1-11/+38
2008-02-24feed the right git revision used to build fluxbox into defaults.hhMathias Gumz1-1/+1
2008-02-24use _NET_WM_ICON property as resource for icons, fixed partly #1852693Mathias Gumz3-11/+180
2008-02-11more fun with the window menuMark Tiefenbruck8-43/+50
2008-02-10removed gotoHenrik Kinnunen2-13/+17
2008-02-09fix highlighted menu item on mouse outMark Tiefenbruck2-2/+14
2008-02-06Fix a freed memory access in ~BScreen.Tomas Janousek1-15/+26
2008-02-06Consistency: alpha submenu of WindowMenu should not have title.Tomas Janousek1-3/+6
2008-02-04Fix a freed memory access in Keys::doAction.Tomas Janousek2-2/+5
2008-02-04Fix crash with apps reloading.Tomas Janousek1-3/+8
2008-02-04fix window menu againMark Tiefenbruck1-0/+2
2008-02-03check pointer, even though it shouldn't be necessaryMark Tiefenbruck1-1/+1
2008-02-03fix rotationMark Tiefenbruck1-3/+3
2008-01-31fix focus revert when closing menuMark Tiefenbruck1-3/+3
2008-01-28fix warningMark Tiefenbruck1-1/+1
2008-01-28Merge branch 'xinerama_randr'Tomas Janousek8-23/+117
2008-01-28minor correction of include namesMathias Gumz4-5/+5
2008-01-28reorderingMathias Gumz2-13/+11
2008-01-27Move dockapps to (-100,-100) instead of (screenw + 10, screenh + 10).Tomas Janousek1-2/+1
2008-01-27"On head" menu -- reloading and refreshing bugfix.Tomas Janousek5-12/+44
2008-01-27Move windows out of inactive heads upon layout change.Tomas Janousek2-0/+20
2008-01-27Deal with XineramaQueryScreens failure.Tomas Janousek1-0/+12
2008-01-27Call XRRUpdateConfiguration before querying XineramaTomas Janousek1-0/+1
2008-01-27Reload the Xinerama layout on RandR signal.Tomas Janousek2-9/+39
2008-01-25cosmeticsMathias Gumz3-31/+34
2008-01-25std::string.c_str() is never NULLMathias Gumz1-5/+2
2008-01-24don't require final {} on :IfMark Tiefenbruck1-1/+1
2008-01-23fix some potential bugs with window menusMark Tiefenbruck1-0/+4
2008-01-23fix potential infinite loop in transient windowsMark Tiefenbruck1-3/+1
2008-01-22fix some issues with window menusMark Tiefenbruck1-1/+13
2008-01-21fix some updates on style changeMark Tiefenbruck1-4/+3
2008-01-19move position and geometry windows into their own classMark Tiefenbruck5-173/+169
2008-01-18Fix missing destructor warningSimon Bowden1-0/+1
2008-01-18Merge branch 'master' of fluxbox@gitfbox:fluxboxMark Tiefenbruck27-140/+135
2008-01-17use function pointer for CommandParser::CommandMark Tiefenbruck2-10/+10