aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
AgeCommit message (Expand)AuthorFilesLines
2008-05-15need to reset keybindings when keymap changesMark Tiefenbruck1-1/+1
2008-05-12only reload the keys file if the contents have changedMark Tiefenbruck1-3/+3
2008-05-12refactor menu reloading, added FbTk::AutoReloadHelperMark Tiefenbruck1-59/+0
2008-05-11reuse some menu pointers instead of using delete/newMark Tiefenbruck1-3/+0
2008-05-11remove some more useless codeMark Tiefenbruck1-21/+5
2008-05-01save timestamp for non-existent menu file, in case user creates oneMark Tiefenbruck1-10/+5
2008-04-29don't add program icons to tabs for previous users, for backwards compatibili...Mark Tiefenbruck1-1/+1
2008-04-26some updates for the startup file in modern timesMark Tiefenbruck1-2/+10
2008-04-25add fbrun to default apps fileMark Tiefenbruck1-2/+10
2008-01-31fix focus revert when closing menuMark Tiefenbruck1-3/+3
2008-01-27Call XRRUpdateConfiguration before querying XineramaTomas Janousek1-0/+1
2008-01-25cosmeticsMathias Gumz1-1/+1
2008-01-13fix crashes on restartMark Tiefenbruck1-8/+7
2008-01-13fix some issues with reverting focusMark Tiefenbruck1-22/+10
2008-01-12move some stuff from Fluxbox to BScreenMark Tiefenbruck1-57/+0
2008-01-11make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck1-2/+2
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2008-01-02more encapsulation for EwmhMathias Gumz1-1/+1
2008-01-01fix some flickering on focus changeMark Tiefenbruck1-61/+43
2007-12-21added key command StartTabbingMark Tiefenbruck1-1/+1
2007-12-19check apps file settings after ewmh and gnomeMark Tiefenbruck1-7/+7
2007-12-17removed session.screen<N>.imageSearchPath, as it was:Mark Tiefenbruck1-11/+0
2007-12-16load style before loading theme objects, remove duplicate theme loadMark Tiefenbruck1-3/+3
2007-12-11only allow one open menu at a timemarkt1-13/+0
2007-12-09added OnTitlebar modifier to keys filemarkt1-1/+1
2007-11-12allow arbitrary window patterns in iconbarmarkt1-18/+10
2007-11-09one more fix againmarkt1-2/+2
2007-10-22replaced ModKey with new key commands StartMoving and StartResizingmarkt1-21/+1
2007-10-13merged changes from pre-develmarkt1-140/+88
2007-08-04Fix system tray restart issuessimonb1-0/+2
2007-07-24fix ToggleDecor for fullscreen and decorationless windows, plus some other cl...markt1-1/+1
2007-07-07fixes for --program-prefix and --program-suffix, plus fixed overwriting init ...markt1-15/+10
2007-07-03fix updating of systemtray and kde dockapps in slit on background changemarkt1-1/+1
2007-06-03send transient windows along with sendtoworkspacemarkt1-1/+2
2007-04-24fix segfault on exit/restart after having opened a custommenumarkt1-0/+4
2007-04-17basicly cosmetic changes, patch by slava semushinmathias1-12/+0
2007-04-01fixed problem with creating windows in iconic statemarkt1-6/+4
2007-03-10make sure we don't steal focus from unmanaged windowsmarkt1-2/+14
2007-03-04moved some code around (regarding event handling) in preparation for upcoming...markt1-80/+0
2007-03-03removed session.numLayers resource, as it was useless and caused segfaultsmarkt1-2/+1
2007-03-01changed FocusControl::cycleFocus() to take a list of windows as an argumentmarkt1-28/+7
2007-02-27lots of unrelated fixesmarkt1-1/+3
2007-02-17update workspace names on reconfig, and don't truncate list of names when wri...markt1-5/+3
2007-02-09added mouse bindings to the keys filemarkt1-53/+45
2007-01-14make sure we ungrab the keyboard when changing the alt-tab screen,markt1-1/+6
2007-01-08fixed _NET_WM_DESKTOP regressionmarkt1-8/+9
2007-01-06make "force pseudotransparency" menu item work immediatelymarkt1-2/+3
2007-01-03don't run [startup] items on restartmarkt1-2/+2
2007-01-01don't run [startup] items if fluxbox fails to loadmarkt1-25/+31
2006-12-19Change to data structure for keybindings, ungrab and grab keys when switchingmarkt1-9/+4