aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
AgeCommit message (Expand)AuthorFilesLines
2007-08-04forward port systray fixessimonb1-0/+2
2007-07-22more cleanupmarkt1-1/+1
2007-07-22remove a bunch of ancient blackbox features that blackbox doesn't even suppor...markt1-39/+0
2007-07-07some fixes for --program-prefix and --program-suffix, plus fix overwriting in...markt1-14/+9
2007-07-03fix updating of systemtray and kde dockapps in slit on background changemarkt1-1/+1
2007-06-03send transients along with window to other workspacesmarkt1-1/+2
2007-05-25little fix for reverting focus from windows that destroy themselvesmarkt1-1/+4
2007-04-23added clientmenu command, set iconicstate properly, disabled resizing shaded ...markt1-0/+4
2007-04-18merged changes from trunkmarkt1-12/+0
2007-04-08added OnToolbar modifier, removed followModel, fixed unpressed button renderingmarkt1-5/+6
2007-04-01just converting some old code to make future changes easiermarkt1-89/+79
2007-03-29removed groups file, fixed initial_state handlingmarkt1-13/+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
2006-12-17Stop cycling focus when another command gets run, even if modifiers are still...markt1-2/+12
2006-12-16Apparently, this code did the following:markt1-11/+0
2006-11-12removed duplicate headers, patch from Slava Semushin aka php-coderfluxgen1-4/+9
2006-10-30Cosmetic patch from Slava Semushinmathias1-9/+23
2006-07-25don't revert focus away from command dialogsmarkt1-1/+2
2006-07-23forgot about the menumarkt1-3/+3
2006-07-23use a timer to make sure focus always reverts if possiblemarkt1-6/+20
2006-07-22dead resourcemarkt1-1/+0
2006-07-20properly revert focus when two windows close at the same timemarkt1-4/+4
2006-07-14include iconic windows when cyclingmarkt1-0/+2
2006-07-13remove lock from RootTheme and redundant loadTheme from fluxboxmarkt1-2/+0
2006-07-04some dead resources and the functions that go with themmarkt1-2/+0
2006-07-03call waitpid until no more children to wait for (thanks Devin/dlab).simonb1-1/+2
2006-06-30more dead functionsmarkt1-20/+0
2006-06-30another dead functionmarkt1-5/+0
2006-06-29Fixing my own codemarkt1-2/+2
2006-06-22Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freelymathias1-26/+45
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-21/+21
2006-06-18added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTSfluxgen1-0/+8
2006-05-20improve native language handling, move messages and menu labels to simonb1-12/+10
2006-05-07more utf8 changes, notably window titlessimonb1-1/+1
2006-04-25fix a bunch of comments, make default textures obvioussimonb1-1/+1
2006-04-24fix memory leaks in menu codesimonb1-6/+7
2006-04-23reload the apps file on flux reloadsimonb1-0/+6
2006-04-16add reversewheeling option simonb1-2/+10