fluxbox/src
rathnor 3737a18dad toggleDecor fix - rather than static, use an extra member of decorations
(means that odd number of toggles don't cause the next window toggled
 to "ignore" it). I think this fixes bug [ 561602 ] Problem using
ToggleDecor in terminals.
2002-11-23 16:07:19 +00:00
..
tests line 2002-11-12 22:50:36 +00:00
AtomHandler.hh const pointer 2002-10-16 19:06:51 +00:00
BaseDisplay.cc minor indent 2002-11-12 14:40:26 +00:00
BaseDisplay.hh comment 2002-11-15 11:57:33 +00:00
Basemenu.cc minor stuff 2002-11-15 14:24:59 +00:00
Basemenu.hh minor cleaning 2002-10-15 10:57:58 +00:00
Clientmenu.cc cleaning 2002-11-15 12:09:36 +00:00
Clientmenu.hh cleaning 2002-11-15 12:09:36 +00:00
Color.cc removed assignment operator 2002-09-20 13:02:40 +00:00
Color.hh removed assignment operator 2002-09-20 13:02:40 +00:00
Configmenu.cc include 2002-10-25 21:10:58 +00:00
Configmenu.hh order of public, protected and private 2002-10-15 09:50:38 +00:00
DrawUtil.cc removed DrawString 2002-11-12 22:44:17 +00:00
DrawUtil.hh removed DrawString 2002-11-12 22:44:17 +00:00
EventHandler.hh first 2002-08-17 22:06:23 +00:00
Ewmh.cc initialised m_net_moveresize_window, fixes bug [641136] 2002-11-23 14:54:50 +00:00
Ewmh.hh const pointer 2002-10-16 19:06:51 +00:00
FbAtoms.cc removed gnome and newwmspec atoms 2002-09-07 20:12:47 +00:00
FbAtoms.hh removed gnome and newwmspec atoms 2002-09-07 20:12:47 +00:00
fluxbox.cc referens on menu 2002-11-15 12:19:17 +00:00
fluxbox.hh removed obsolete NEWWMSPEC 2002-10-23 17:32:30 +00:00
Font.cc fixed error in if-statement 2002-11-21 15:26:34 +00:00
Font.hh ascent and descent 2002-10-19 14:01:05 +00:00
FontImp.hh ascent and descent 2002-10-19 14:01:05 +00:00
Gnome.cc const pointer 2002-10-16 19:06:51 +00:00
Gnome.hh const pointer 2002-10-16 19:06:51 +00:00
i18n.cc minor comment 2002-08-13 23:54:41 +00:00
i18n.hh fixed include config.h 2002-08-15 10:52:16 +00:00
IconBar.cc cleaning and const fixes 2002-10-29 15:53:45 +00:00
IconBar.hh const 2002-10-29 15:52:44 +00:00
Iconmenu.cc changed name from Icon to Iconmenu 2002-10-25 20:54:08 +00:00
Iconmenu.hh changed name from Icon to Iconmenu 2002-10-25 20:54:08 +00:00
Image.cc minor cleaning 2002-11-14 10:12:42 +00:00
Image.hh included config.h 2002-10-13 21:57:07 +00:00
Keys.cc determine lock masks 2002-11-13 14:35:01 +00:00
Keys.hh determine lock masks 2002-11-13 14:35:01 +00:00
main.cc extra catch 2002-10-13 21:48:28 +00:00
Makefile.am compile time options for newwmspec, gnome and multibyte 2002-10-25 21:07:56 +00:00
Netizen.cc const, variable fix 2002-10-25 21:12:20 +00:00
Netizen.hh const fixes 2002-10-25 21:11:42 +00:00
nl_types_cygnus.h added nl_types_cygnus.h 2002-01-11 11:52:17 +00:00
NotCopyable.hh doxygen comments 2002-07-14 00:30:44 +00:00
Observer.cc first 2002-09-07 20:32:44 +00:00
Observer.hh first 2002-09-07 20:32:44 +00:00
Resource.cc comments and other minor stuff 2002-07-20 09:51:26 +00:00
Resource.hh doxygen comments 2002-08-04 15:55:13 +00:00
Rootmenu.cc cleaning and fixed menu always fully visible 2002-11-14 10:32:11 +00:00
Rootmenu.hh cleaning 2002-11-14 10:31:10 +00:00
Screen.cc reconfigure theme directly after construction 2002-11-21 15:57:47 +00:00
Screen.hh removed some includes and fixed forward decl 2002-11-16 22:13:19 +00:00
SignalHandler.cc extra checking on signal num 2002-10-12 13:28:03 +00:00
SignalHandler.hh changed to FbTk EventHandler and added SignalEvent 2002-08-17 22:15:04 +00:00
Slit.cc fluxbox in KDE option 2002-11-15 12:31:58 +00:00
Slit.hh cleaning 2002-11-14 00:15:10 +00:00
StringUtil.cc signed to unsigned 2002-10-15 09:51:56 +00:00
StringUtil.hh toLower 2002-09-15 09:40:51 +00:00
Subject.cc first 2002-09-07 20:32:44 +00:00
Subject.hh first 2002-09-07 20:32:44 +00:00
Tab.cc justification fixes 2002-11-17 13:40:01 +00:00
Tab.hh moved insert to public area 2002-08-11 20:57:13 +00:00
Texture.cc first 2002-09-14 23:22:32 +00:00
Texture.hh setFromString 2002-09-14 23:23:23 +00:00
Theme.cc antialias toggle in toolbar 2002-11-15 13:10:48 +00:00
Theme.hh changed toolbar, so it uses fbtk font 2002-10-29 16:07:27 +00:00
Timer.cc minor style fixes 2002-08-24 21:16:32 +00:00
Timer.hh doxygen comments 2002-08-04 15:55:13 +00:00
Toolbar.cc fixed so workspace menu is shown when you left click on workspace label 2002-11-16 22:17:06 +00:00
Toolbar.hh cleaning in xinerama area 2002-11-15 12:04:27 +00:00
Window.cc toggleDecor fix - rather than static, use an extra member of decorations 2002-11-23 16:07:19 +00:00
Window.hh toggleDecor fix - rather than static, use an extra member of decorations 2002-11-23 16:07:19 +00:00
Windowmenu.cc minor cleaning 2002-10-23 22:02:13 +00:00
Windowmenu.hh minor cleaning 2002-10-23 22:02:13 +00:00
Workspace.cc referens 2002-11-15 12:17:44 +00:00
Workspace.hh comments 2002-11-15 12:17:03 +00:00
Workspacemenu.cc include fix 2002-10-25 21:15:49 +00:00
Workspacemenu.hh minor cleaning 2002-05-07 14:09:32 +00:00
XFontImp.cc initial import 2002-10-13 22:22:14 +00:00
XFontImp.hh ascent and descent 2002-10-19 14:01:05 +00:00
XftFontImp.cc config.h with have_xft_utf8 2002-11-17 17:20:49 +00:00
XftFontImp.hh ascent and descent 2002-10-19 14:01:05 +00:00
XmbFontImp.cc use gnu extensions for snprintf 2002-10-24 11:40:36 +00:00
XmbFontImp.hh ascent and descent 2002-10-19 14:01:05 +00:00
XrmDatabaseHelper.hh comments 2002-07-20 09:52:13 +00:00