aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
AgeCommit message (Collapse)AuthorFilesLines
2008-09-21Changed client list signal in BScreen to use the new signal systemHenrik Kinnunen1-7/+11
2008-09-21Changed workspace names signal in BScreen to use the new signal systemHenrik Kinnunen1-8/+11
2008-09-21Changed current workspace signal in BScreen to use the new signal systemHenrik Kinnunen1-9/+13
2008-09-21no virtuals needed Signals, added leaveAll for SignalTracker which must be ↵Henrik Kinnunen1-3/+2
used before all screens dies.
2008-09-21fix a few things with new signal codeMark Tiefenbruck1-0/+3
2008-09-18Changed workspace count signal in BScreen to use the new signal system.Henrik Kinnunen1-8/+13
2008-09-11try to fix some weird focus issuesMark Tiefenbruck1-0/+1
2008-09-03add check to configure script to detect old versions of XrandrRelease-1_1_0_1Mark Tiefenbruck1-0/+2
2008-08-22add -sync command line option for debugging X issuesMark Tiefenbruck1-2/+4
2008-08-22accidentally left this onMark Tiefenbruck1-1/+1
2008-08-22move fullscreen and maximization handling to FbWinFrameMark Tiefenbruck1-1/+1
2008-08-19update keys file for changes to NextWindow syntaxMark Tiefenbruck1-1/+1
2008-08-16cosmetic changesMark Tiefenbruck1-13/+9
2008-08-14cleanup of some filesMathias Gumz1-1/+1
2008-08-13make sure apps, overlay, and windowmenu get copied on new installationsMark Tiefenbruck1-1/+2
2008-08-06use the same options in Slit and Toolbar placement menusMark Tiefenbruck1-1/+1
2008-06-20move default window menu to ~/.fluxbox/windowmenuMark Tiefenbruck1-19/+18
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 ↵Mark Tiefenbruck1-1/+1
compatibility, but leave it as default for new users
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
As the manpage says: Clients must call back into Xlib using XRRUpdateConfiguration when screen configuration change notify events are generated (or root window configuration changes occur, to update Xlib's view of the resolution, size, rotation, reflection or subpixel order. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
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 ↵Mark Tiefenbruck1-2/+2
ObjectRegistry
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
1) undocumented 2) improperly implemented 3) responsible for broken pixmap loading in styles
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 ↵markt1-1/+1
cleanup
2007-07-07fixes for --program-prefix and --program-suffix, plus fixed overwriting init ↵markt1-15/+10
file on reconfigure
2007-07-03fix updating of systemtray and kde dockapps in slit on background changemarkt1-1/+1
added fluxbox-remote.cc