fluxbox/src
2010-05-05 08:42:28 +02:00
..
FbTk Added Tracker interface for SignalHolder. 2010-03-26 18:04:58 +01:00
tests Added simple stress test in python 2010-03-20 00:29:39 +01:00
AlphaMenu.cc more more fun with the window menu 2008-05-28 02:32:57 -07:00
AlphaMenu.hh more more fun with the window menu 2008-05-28 02:32:57 -07:00
ArrowButton.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
ArrowButton.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
AtomHandler.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
AttentionNoticeHandler.cc Changed Focusable::focusSig() to new signal system. 2010-03-18 19:41:35 +01:00
AttentionNoticeHandler.hh Changed Focusable::focusSig() to new signal system. 2010-03-18 19:41:35 +01:00
ButtonTheme.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
ButtonTheme.hh update code to use ThemeProxy 2008-01-04 17:39:19 -08:00
ButtonTool.cc update code to use ThemeProxy 2008-01-04 17:39:19 -08:00
ButtonTool.hh cosmetic fixes: removed redundant ';' + some whitespaces 2009-09-30 21:02:24 +02:00
CascadePlacement.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
CascadePlacement.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
ClientMenu.cc Changed title signal in Focusable to new signal system 2010-03-26 18:15:45 +01:00
ClientMenu.hh Changed title signal in Focusable to new signal system 2010-03-26 18:15:45 +01:00
ClientPattern.cc simpler code 2009-10-01 08:57:31 +02:00
ClientPattern.hh allow matching screen number in ClientPattern 2009-06-28 13:10:58 -07:00
ClockTool.cc optimization of how often fluxbox checks for the system time to display it in the clocktool 2010-01-19 20:19:45 +01:00
ClockTool.hh update code to use ThemeProxy 2008-01-04 17:39:19 -08:00
ColSmartPlacement.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
ColSmartPlacement.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
CommandDialog.cc add SetTitle and SetTitleDialog key commands 2008-08-17 04:10:17 -07:00
CommandDialog.hh add SetTitle and SetTitleDialog key commands 2008-08-17 04:10:17 -07:00
CurrentWindowCmd.cc implemented 'MoveN' and 'ClickN' support in keys file. 2009-12-18 08:05:07 +01:00
CurrentWindowCmd.hh make Raise/LowerLayer accept integer argument for number of layers, default 2 2009-06-28 10:15:06 -07:00
Debug.hh Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
Ewmh.cc bugfix: using 'int' on 64bit systems while setting window properties is wrong 2010-04-30 09:03:57 +02:00
Ewmh.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
FbAtoms.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
FbAtoms.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
FbCommands.cc simpler code 2009-10-01 08:57:31 +02:00
FbCommands.hh allow restart with no argument from fluxbox-remote 2008-06-19 18:58:34 -07:00
FbMenu.cc use FbMenu::window instead of WindowCmd<>::window for displaying items in the window menu 2008-08-30 18:36:53 -04:00
FbMenu.hh use FbMenu::window instead of WindowCmd<>::window for displaying items in the window menu 2008-08-30 18:36:53 -04:00
FbMenuParser.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
FbMenuParser.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
FbRootWindow.cc ignore XRandr events that don't actually change the screen size 2008-10-14 19:40:33 -07:00
FbRootWindow.hh ignore XRandr events that don't actually change the screen size 2008-10-14 19:40:33 -07:00
FbWinFrame.cc fixed resize bug (caused by typo, see #2498507) 2009-01-11 14:23:08 +01:00
FbWinFrame.hh fix flickering of shaped windows on focus changes 2008-10-03 20:48:38 -07:00
FbWinFrameTheme.cc make resize cursors consistent 2008-08-04 18:39:57 -07:00
FbWinFrameTheme.hh switch FbWinFrameTheme to use FocusableTheme 2008-01-07 12:08:56 -08:00
fluxbox.cc Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
fluxbox.hh Changed workspace area signal to use the new signal system 2008-09-28 16:00:48 +02:00
Focusable.hh Changed title signal in Focusable to new signal system 2010-03-26 18:15:45 +01:00
FocusableList.cc Changed title signal in Focusable to new signal system 2010-03-26 18:15:45 +01:00
FocusableList.hh Changed title signal in Focusable to new signal system 2010-03-26 18:15:45 +01:00
FocusableTheme.hh Changed Focusable::focusSig() to new signal system. 2010-03-18 19:41:35 +01:00
FocusControl.cc Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
FocusControl.hh Added facility to selectively ignore EnterNotify events 2009-02-27 15:18:07 -05:00
FocusModelMenuItem.hh add selection box to various "choose one of these" menu items 2008-08-03 21:59:14 -07:00
GenericTool.cc update code to use ThemeProxy 2008-01-04 17:39:19 -08:00
GenericTool.hh update code to use ThemeProxy 2008-01-04 17:39:19 -08:00
Gnome.cc Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
Gnome.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
HeadArea.cc updated copyright info 2006-02-16 06:53:05 +00:00
HeadArea.hh removed some unneeded headers 2007-12-30 16:32:53 +01:00
IconbarTheme.cc added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems 2008-01-07 02:26:32 -08:00
IconbarTheme.hh added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems 2008-01-07 02:26:32 -08:00
IconbarTool.cc Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
IconbarTool.hh fix reading iconbar border from theme 2008-08-23 12:46:36 -07:00
IconButton.cc Changed title signal in Focusable to new signal system 2010-03-26 18:15:45 +01:00
IconButton.hh Changed title signal in Focusable to new signal system 2010-03-26 18:15:45 +01:00
Keys.cc added OnLeftGrip, OnRightGrip, OnWindowBorder modifiers for keys file 2010-05-05 08:41:03 +02:00
Keys.hh added OnLeftGrip, OnRightGrip, OnWindowBorder modifiers for keys file 2010-05-05 08:41:03 +02:00
Layer.hh another little helper for FbTk::StringUtil: extractNumber() 2009-10-01 21:16:46 +02:00
LayerMenu.cc make FbTk::Command a template class, split parsing information out of ObjectRegistry 2008-01-10 23:41:22 -08:00
LayerMenu.hh add selection box to various "choose one of these" menu items 2008-08-03 21:59:14 -07:00
main.cc Renamed function svnversion() to gitrevision() because now we uses GIT. 2009-03-04 21:41:39 +01:00
Makefile.am Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
MenuCreator.cc cosmetic fixes: removed redundant ';' + some whitespaces 2009-09-30 21:02:24 +02:00
MenuCreator.hh allow window menu items in ordinary menus 2008-06-06 06:58:20 -07:00
MinOverlapPlacement.cc compile fixes for sun compiler 5.10: complains about 'not beeing able to initialize this from that' 2009-10-03 13:38:41 +02:00
MinOverlapPlacement.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
OSDWindow.cc move position and geometry windows into their own class 2008-01-19 04:00:46 -08:00
OSDWindow.hh Fixed so tooltip window in the iconbar when the title changes. 2008-05-09 19:39:02 +02:00
PlacementStrategy.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
RectangleUtil.hh some minor code cleaning. 2008-09-14 20:06:28 +02:00
Remember.cc Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
Remember.hh cosmetic fixes: removed redundant ';' + some whitespaces 2009-09-30 21:02:24 +02:00
Resources.cc compile fix: use the correct format string to parse the number 2009-09-30 21:05:02 +02:00
RootCmdMenuItem.cc make FbTk::Command a template class, split parsing information out of ObjectRegistry 2008-01-10 23:41:22 -08:00
RootCmdMenuItem.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
RootTheme.cc Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
RootTheme.hh remove line style resources from init file 2008-10-04 19:08:50 -07:00
RowSmartPlacement.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
RowSmartPlacement.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
Screen.cc cosmetic 2010-05-01 14:29:41 +02:00
Screen.hh merge menuDelay and menuDelayClose options 2008-10-12 21:55:03 -07:00
ScreenPlacement.cc fix some default values 2008-09-11 15:48:46 -07:00
ScreenPlacement.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
SendToMenu.cc Changed workspace names signal in BScreen to use the new signal system 2008-09-21 15:25:47 +02:00
SendToMenu.hh Changed workspace names signal in BScreen to use the new signal system 2008-09-21 15:25:47 +02:00
Slit.cc Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
Slit.hh Changed resize signal in BScreen to use the new signal system 2008-09-28 18:13:30 +02:00
SlitClient.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
SlitClient.hh minor correction of include names 2008-01-28 09:30:31 +01:00
SlitTheme.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
SlitTheme.hh update code to use ThemeProxy 2008-01-04 17:39:19 -08:00
Strut.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
StyleMenuItem.cc add selection box to various "choose one of these" menu items 2008-08-03 21:59:14 -07:00
StyleMenuItem.hh add selection box to various "choose one of these" menu items 2008-08-03 21:59:14 -07:00
SystemTray.cc Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
SystemTray.hh Changed background changed signal in BScreen to use the new signal system 2008-09-21 16:12:36 +02:00
TextDialog.cc src/TextDialog.cc: removed useless stdexcept header inclusion. 2009-03-04 21:52:28 +01:00
TextDialog.hh add SetTitle and SetTitleDialog key commands 2008-08-17 04:10:17 -07:00
ToggleMenu.hh update code to use ThemeProxy 2008-01-04 17:39:19 -08:00
Toolbar.cc cosmetic fixes: removed redundant ';' + some whitespaces 2009-09-30 21:02:24 +02:00
Toolbar.hh Changed resize signal in BScreen to use the new signal system 2008-09-28 18:13:30 +02:00
ToolbarItem.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
ToolbarItem.hh split Text.hh into Orientation.hh and TextUtils.{cc,hh} 2008-01-15 08:45:57 +01:00
ToolbarTheme.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
ToolbarTheme.hh update code to use ThemeProxy 2008-01-04 17:39:19 -08:00
ToolFactory.cc cosmetic fixes: removed redundant ';' + some whitespaces 2009-09-30 21:02:24 +02:00
ToolFactory.hh cosmetic fixes: removed redundant ';' + some whitespaces 2009-09-30 21:02:24 +02:00
ToolTheme.cc add a level of indirection to themes 2008-01-04 01:06:38 -08:00
ToolTheme.hh update code to use ThemeProxy 2008-01-04 17:39:19 -08:00
TooltipWindow.cc Fixed so tooltip window in the iconbar when the title changes. 2008-05-09 19:39:02 +02:00
TooltipWindow.hh Fixed so tooltip window in the iconbar when the title changes. 2008-05-09 19:39:02 +02:00
UnderMousePlacement.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
UnderMousePlacement.hh remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
WinButton.cc Changed title signal in Focusable to new signal system 2010-03-26 18:15:45 +01:00
WinButton.hh Changed title signal in Focusable to new signal system 2010-03-26 18:15:45 +01:00
WinButtonTheme.cc The unfocused/pressed pixmaps for the 'stick' button were ignored. 2008-03-19 21:02:47 +01:00
WinButtonTheme.hh split WinButtonTheme into multiple themes 2008-01-08 00:50:58 -08:00
WinClient.cc Changed title signal in Focusable to new signal system 2010-03-26 18:15:45 +01:00
WinClient.hh move some things from FluxboxWindow to WindowState 2008-08-27 18:29:33 -04:00
Window.cc use maximize options for fullscreen as well 2010-05-05 08:42:28 +02:00
Window.hh Changed title signal in Focusable to new signal system 2010-03-26 18:15:45 +01:00
WindowCmd.cc remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
WindowCmd.hh more more fun with the window menu 2008-05-28 02:32:57 -07:00
WindowMenuAccessor.hh more more fun with the window menu 2008-05-28 02:32:57 -07:00
WindowState.cc compile fix: missing headers (sun compiler complained about) 2009-10-01 08:41:04 +02:00
WindowState.hh compile fix: missing headers (sun compiler complained about) 2009-10-01 08:41:04 +02:00
Workspace.cc Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
Workspace.hh Changed icon list signal in BScreen to use the new signal system 2008-09-21 20:45:01 +02:00
WorkspaceCmd.cc cosmetic fixes: removed redundant ';' + some whitespaces 2009-09-30 21:02:24 +02:00
WorkspaceCmd.hh add window pattern argument to ArrangeWindows 2008-08-03 18:18:04 -07:00
WorkspaceMenu.cc fix active menu item when inserting or removing other items 2008-09-21 22:32:02 -07:00
WorkspaceMenu.hh Changed workspace names signal in BScreen to use the new signal system 2008-09-21 15:25:47 +02:00
WorkspaceNameTheme.hh fix initialization of WorkspaceNameTheme 2008-01-12 17:42:52 -08:00
WorkspaceNameTool.cc Changed workspace names signal in BScreen to use the new signal system 2008-09-21 15:25:47 +02:00
WorkspaceNameTool.hh Changed current workspace signal in BScreen to use the new signal system 2008-09-21 13:44:48 +02:00
Xinerama.hh cosmetic: use FbTk::StringUtil::number2String() 2009-10-03 09:06:34 +02:00
Xutil.cc Changed #ifdef DEBUG ... cerr << to using fbdbg. 2010-03-17 16:35:07 +01:00
Xutil.hh some fixes for gcc 3.4 2008-04-21 15:43:10 -07:00