2002-04-04 22:58:49 +00:00
|
|
|
|
(Format: Year/Month/Day)
|
2005-01-29 19:17:07 +00:00
|
|
|
|
Changes for 0.9.13
|
2005-04-23 08:11:42 +00:00
|
|
|
|
*05/04/23:
|
2005-04-23 08:44:45 +00:00
|
|
|
|
* Fixed #960535 aka Deiconify with apps set 'sticky' (Mathias)
|
|
|
|
|
FbCommands.cc
|
|
|
|
|
* Fixed #1020399 aka broken ShowDesktop - command (Mathias)
|
2005-04-23 08:11:42 +00:00
|
|
|
|
WorkspaceCmd.cc
|
2005-04-22 11:25:07 +00:00
|
|
|
|
*05/04/22:
|
2005-04-23 08:11:42 +00:00
|
|
|
|
* clear maximized-Flags of a resized/moved Window (Mathias)
|
2005-04-22 17:21:30 +00:00
|
|
|
|
Window.cc
|
2005-04-22 11:25:07 +00:00
|
|
|
|
* fixed Iconified+Sticky Windows not shown in Iconbar (Mathias)
|
|
|
|
|
(when in WorkspaceIcons-Mode
|
|
|
|
|
IconbarTool.cc
|
2005-04-21 09:06:33 +00:00
|
|
|
|
*05/04/21:
|
2005-04-21 19:09:10 +00:00
|
|
|
|
* Fixed iconv-issues on *BSD/MacOSX (Mathias)
|
|
|
|
|
configure.in
|
2005-04-21 09:06:33 +00:00
|
|
|
|
* Fixed #1133809, ArrangeWindows covers Toolbar/Slit (Mathias)
|
|
|
|
|
WorkspaceCmd.cc
|
2005-04-20 15:59:32 +00:00
|
|
|
|
*05/04/20:
|
|
|
|
|
* Fixed problem with _NET_WM_STRUT (Mathias)
|
|
|
|
|
WinClient.cc
|
2005-04-18 16:06:21 +00:00
|
|
|
|
*05/04/18:
|
|
|
|
|
* Fixed problem with WindowSnapping (Mathias)
|
|
|
|
|
Window.cc Slit.cc
|
2005-04-15 00:39:54 +00:00
|
|
|
|
*05/04/15:
|
2005-04-15 14:42:41 +00:00
|
|
|
|
* Fixed #1170056 (Mathias)
|
|
|
|
|
Window.cc
|
2005-04-15 00:39:54 +00:00
|
|
|
|
* Fixed a few drawing bugs created by last patch (Simon)
|
|
|
|
|
(titlebar no clear on resize, menu opening offscreen...)
|
|
|
|
|
Menu.cc FbWinFrame.cc
|
2005-04-10 18:18:14 +00:00
|
|
|
|
*05/04/11:
|
|
|
|
|
* Rework lots of stuff relating to transparency, esp menus+frame (Simon)
|
|
|
|
|
+ Massively reduce pixmap memory usage (view with xrestop)
|
|
|
|
|
+ Should also improve startup+style change times, esp for large menus
|
|
|
|
|
+ This introduces a few rendering bugs, but I'd like stuff tested
|
|
|
|
|
+ Transparency is done differently now. People shouldn't need to
|
|
|
|
|
call updateTransparent.
|
|
|
|
|
+ Do not use persistent pixmap buffers unless you're sure!
|
|
|
|
|
XSetWindowBackground already copies/buffers the set pixmap, so
|
|
|
|
|
things need to be rendered to a temp pixmap once, then can be
|
|
|
|
|
freed.
|
|
|
|
|
Known bugs (please report others to Rathnor on #fluxbox):
|
|
|
|
|
- different focus/unfocus transparency doesn't update labelbuttons
|
|
|
|
|
properly. Workaround: use same transparency for both.
|
|
|
|
|
- Text sometimes gets overdrawn a lot. Probably should render it to
|
|
|
|
|
background using a virtual hook in FbWindow::updateBackground
|
|
|
|
|
- Changing style resizes things, not all pixmaps updated properly
|
|
|
|
|
Workaround: restart fluxbox after changing style
|
|
|
|
|
- Probably breaks Composite support. Let me know how.
|
|
|
|
|
TODO:
|
|
|
|
|
+ FbPixmap::getRootPixmap called very often. It should cache the
|
|
|
|
|
result and watch the relevant properties.
|
|
|
|
|
Changed:
|
|
|
|
|
FbTk/ FbWindow.hh/cc Button.hh/cc Menu.hh/cc TextButton.hh/cc
|
|
|
|
|
Transparent.hh/cc FbPixmap.cc
|
|
|
|
|
Window.hh/cc FbWinFrame.hh/cc fluxbox.hh/cc ArrowButton.cc
|
|
|
|
|
ButtonTool.cc Container.cc GenericTool.cc Slit.cc ToggleMenu.hh
|
|
|
|
|
Toolbar.cc WinButton.hh/cc WinClient.cc
|
2005-04-09 07:49:24 +00:00
|
|
|
|
*05/04/09:
|
|
|
|
|
* minor fix to startfluxbox (Mathias)
|
2005-04-07 02:14:29 +00:00
|
|
|
|
*05/04/07:
|
|
|
|
|
* Minor tweak for the buildsystem so it doesnt compile
|
|
|
|
|
defaults.cc every time (Mathias)
|
|
|
|
|
src/Makefile.am
|
2005-04-02 14:59:38 +00:00
|
|
|
|
*05/04/03:
|
|
|
|
|
* Tidy up some redundant pixmap allocations (Simon)
|
|
|
|
|
Menu.cc TextButton.cc FbPixmap.hh
|
2005-03-23 20:37:15 +00:00
|
|
|
|
*05/03/23:
|
|
|
|
|
* added "Fullscreen" as a command (Mathias)
|
|
|
|
|
CurrentWindow.cc/hh FbCommandFactory.cc
|
2005-03-17 11:34:40 +00:00
|
|
|
|
*05/03/17:
|
|
|
|
|
* some additions to fbgm, mostly cosmetic (Mathias)
|
2005-03-16 08:43:19 +00:00
|
|
|
|
*05/03/16:
|
2005-03-17 00:09:54 +00:00
|
|
|
|
* added -c <startupfile> to 'startfluxbox' (Mathias)
|
2005-03-16 23:19:36 +00:00
|
|
|
|
* fix for gravity field on _NET_MOVERESIZE_WINDOW (thanx to Rob Stevens)
|
|
|
|
|
Ewmh.cc, Window.(cc,hh), FbWinFrame.(cc,hh)
|
|
|
|
|
* added new option to specify, on which screen fluxbox should handle
|
2005-03-16 22:53:07 +00:00
|
|
|
|
the windows. default behavior is to handle each available screen.
|
|
|
|
|
closes #1159809. (Mathias)
|
|
|
|
|
|
|
|
|
|
-screen <"all"|int[,int]>
|
|
|
|
|
|
|
|
|
|
eg:
|
|
|
|
|
|
|
|
|
|
$> fluxbox -screen 0,2 will run fluxbox on 0.0 and 0.2 so
|
|
|
|
|
one can run any other wm on 0.1.
|
|
|
|
|
$> fluxbox -screen all default, fluxbox manages all screens
|
|
|
|
|
|
|
|
|
|
fluxbox.cc fluxbox.hh
|
|
|
|
|
* Fix for #1152450 (Mathias)
|
|
|
|
|
when having multiple screens the rootCommand's were called
|
|
|
|
|
too often
|
|
|
|
|
Screen.cc FbTk/Theme.cc
|
2005-03-16 08:43:19 +00:00
|
|
|
|
* added --with-init, --with-keys, --with-style, --with-menu
|
|
|
|
|
configure options (Thanks php-coder at ngs dot ru)
|
|
|
|
|
configure.in, src/Makefile.am
|
2005-03-10 13:55:27 +00:00
|
|
|
|
*05/03/11:
|
2005-03-10 17:00:45 +00:00
|
|
|
|
* Remove trailing whitespaces from any command (Mathias)
|
|
|
|
|
CommandParser.cc
|
2005-03-10 13:55:27 +00:00
|
|
|
|
* Fix usage of 'which' - test behaviour of which to choose usage
|
|
|
|
|
method, rather than guessing based on system (Simon)
|
|
|
|
|
fbsetbg fluxbox-generate_menu.in
|
2005-02-13 16:37:51 +00:00
|
|
|
|
*05/02/13:
|
2005-02-13 16:42:22 +00:00
|
|
|
|
* Romanian translation update for fluxbox-generate_menu
|
|
|
|
|
(Thanks Costin Stroie)
|
2005-02-13 16:37:51 +00:00
|
|
|
|
* Added stringstream.hh to FbTk (Henrik)
|
|
|
|
|
using FbTk_istringstream from this one.
|
|
|
|
|
FbCommandFactory.cc, Remember.cc, ClientPattern.cc
|
2005-02-09 14:58:31 +00:00
|
|
|
|
*05/02/09:
|
|
|
|
|
* Fixed portability issues with fbgm (thanx to Dung)
|
|
|
|
|
fluxbox-generate_menu.in
|
2005-02-04 17:29:05 +00:00
|
|
|
|
*05/02/04:
|
|
|
|
|
* Fixed possible bug for invalid tools (Mathias)
|
|
|
|
|
ToolFactory.cc
|
2005-02-03 16:48:47 +00:00
|
|
|
|
*05/02/03:
|
|
|
|
|
* Added 'revision-number' to fluxbox -info (Mathias)
|
|
|
|
|
the revision-number only occurs in build based on svn, builds
|
|
|
|
|
based on normal tarballs dont display it
|
|
|
|
|
src/main.cc src/Makefile.am
|
2005-02-01 10:16:20 +00:00
|
|
|
|
*05/02/01:
|
2005-02-02 15:24:05 +00:00
|
|
|
|
* Added apps to fbgm, minor other changes (thanx to Dung)
|
|
|
|
|
closes #1107234, #1105034
|
|
|
|
|
util/fluxbox-generate_menu.in
|
|
|
|
|
* Change of SIGNAL-behavior (Mathias)
|
|
|
|
|
SIGHUP - restart of fluxbox
|
|
|
|
|
SIGUSR1 - load configuration
|
|
|
|
|
SIGUSR2 - reload configuration
|
|
|
|
|
fluxbox.cc
|
|
|
|
|
* Fix a problem with configure (Mathias)
|
2005-02-01 19:18:36 +00:00
|
|
|
|
imlib2 is now really default-off
|
|
|
|
|
configure.in
|
2005-02-02 15:24:05 +00:00
|
|
|
|
* Minor changes to ru_RU (thanx php-coder)
|
2005-01-31 09:43:22 +00:00
|
|
|
|
*05/01/31:
|
2005-02-01 10:16:20 +00:00
|
|
|
|
* Close #1107213, 64bit issues (thanx to Matthieu Herrb <matthieu.herrb@laas.fr>)
|
|
|
|
|
Window.hh Ewmh.cc Gnome.cc FbTk/FbPixmap.cc
|
|
|
|
|
* Close #1111378, -S (smooth) to wmsetbg's aspect-setting
|
2005-01-31 09:43:22 +00:00
|
|
|
|
* Added cs_CZ (thanx to Radek Kubicek)
|
2005-01-29 19:17:07 +00:00
|
|
|
|
*05/01/29:
|
|
|
|
|
* Added icon-support for fbgm (thanx to Dung N. Lam)
|
|
|
|
|
new options:
|
|
|
|
|
-d path(s) to search for *.desktop files
|
|
|
|
|
-ds wider search for *.desktop files (takes more time)
|
|
|
|
|
-i path(s) to search for icons
|
|
|
|
|
-is wider search for icons (worth the extra time)
|
|
|
|
|
util/fluxbox-generate_menu.in
|
2005-01-24 17:14:41 +00:00
|
|
|
|
*05/01/24:
|
2005-01-24 20:02:56 +00:00
|
|
|
|
* Fix a compileproblem for FreeBSD4.x (Mathias)
|
|
|
|
|
FbTk/Timer.hh
|
2005-01-24 18:49:51 +00:00
|
|
|
|
* Updated a lot of Copyright dates and mail-info (Mathias)
|
2005-01-24 17:14:41 +00:00
|
|
|
|
* Close #1107227, #1107222
|
|
|
|
|
data/Makefile.am util/fluxbox-generate_menu.in
|
2005-01-20 22:41:34 +00:00
|
|
|
|
*05/01/21:
|
|
|
|
|
* Fix tab detaching - the window wasn't shown (Simon)
|
|
|
|
|
Window.cc
|
2005-01-20 12:40:02 +00:00
|
|
|
|
*05/01/20:
|
|
|
|
|
* Close #1105048 (thanx to the openbsd-folks)
|
|
|
|
|
minor issues with fluxbox-generate_menu
|
|
|
|
|
* Close #1105041 (thanx to the openbsd-folks)
|
|
|
|
|
execl needs NULL termination, on 64-bit-systems '0' would expand
|
|
|
|
|
expand to a 32bit integer, not a 64bit pointer.
|
|
|
|
|
src/FbCommands.cc util/fbrun/FbRun.cc
|
2005-01-24 17:14:41 +00:00
|
|
|
|
-------------------------------------------------------------
|
|
|
|
|
Changes for 0.9.12
|
2005-01-15 13:16:40 +00:00
|
|
|
|
*05/01/15:
|
|
|
|
|
* Added menutest.cc to src/tests (Henrik)
|
|
|
|
|
testing menu parser and theme
|
2005-01-14 10:08:14 +00:00
|
|
|
|
*05/01/14:
|
|
|
|
|
* Fix for #1091710 (SystemTray is not covered by StyleStuff) (Mathias)
|
2005-01-17 19:13:17 +00:00
|
|
|
|
SystemTray is now configurable via styles thru the
|
2005-01-14 10:08:14 +00:00
|
|
|
|
toolbar.systray.* - resource, it falls back to the look of the clock
|
|
|
|
|
SystemTray.cc/hh ToolFactory.cc/hh
|
|
|
|
|
*05/01/12:
|
2005-01-11 12:42:08 +00:00
|
|
|
|
* Fix for #1099278, #1099950 (Warnings on amd64) (thanx Barry Schwartz)
|
|
|
|
|
Resources.cc FbTk/FbWindow.cc FbTk/TextureRender.cc
|
2005-01-11 12:02:31 +00:00
|
|
|
|
* Updated ko_KR - (thanx Jo Hyunseok)
|
|
|
|
|
nls/ko_KR/Translation.m
|
2005-01-10 08:10:17 +00:00
|
|
|
|
*05/01/10:
|
2005-01-11 12:02:31 +00:00
|
|
|
|
* Fix for #1087220 (WithdrawnState handling) (Mathias)
|
2005-01-10 09:06:04 +00:00
|
|
|
|
fluxbox.cc
|
2005-01-10 08:10:17 +00:00
|
|
|
|
* Fix position initialisation from apps file (Simon)
|
|
|
|
|
Window.cc
|
2005-01-05 01:57:01 +00:00
|
|
|
|
*05/01/05:
|
2005-01-05 05:37:06 +00:00
|
|
|
|
* Tidy up initialisation a bit better. Handlers can still use "action"
|
|
|
|
|
functions (e.g. stick()), but those functions should now check if
|
|
|
|
|
isInitialised and only set the state variables (not send signals
|
|
|
|
|
etc) if not.
|
|
|
|
|
Window.hh/cc Ewmh.cc
|
2005-01-05 01:57:01 +00:00
|
|
|
|
* Fix for BScreen::reassociateWindow (Mathias)
|
|
|
|
|
Simon's last changes made fluxbox crash when "Sticky" or "Workspace"
|
|
|
|
|
options in the apps-file where used. This fix also solves <Current> and
|
|
|
|
|
<SemiFollow>-Deiconifymode for Iconbar, when Iconbar is in
|
|
|
|
|
<Icons-only>-mode
|
|
|
|
|
Screen.cc IconButton.cc
|
2005-01-04 10:51:38 +00:00
|
|
|
|
*05/01/04:
|
2005-01-04 13:42:25 +00:00
|
|
|
|
* Added apps to fluxbox-generate_menu (thanx to Uwe Weissenbacher <UweWeissenbacher@gmx.net>)
|
2005-01-04 12:05:58 +00:00
|
|
|
|
* Added ko_KR (thanx Jo Hyunseok <ttrand at gmail dot com>)
|
2005-02-01 19:18:36 +00:00
|
|
|
|
* Added --with-style=/path/to/default/style (thanx php-coder)
|
2005-01-04 12:05:58 +00:00
|
|
|
|
* Updated ru_RU (thanx php-coder)
|
|
|
|
|
ru_RU/Translation.m
|
2005-01-04 10:51:38 +00:00
|
|
|
|
* Fix some initialisation states, especially window placement with no
|
2005-01-05 01:57:01 +00:00
|
|
|
|
decorations through apps (e.g. aterm) (Simon)
|
2005-01-04 10:51:38 +00:00
|
|
|
|
Window.hh/cc Screen.cc Ewmh.cc
|
2005-01-03 20:17:35 +00:00
|
|
|
|
*05/01/02:
|
2005-01-03 05:03:12 +00:00
|
|
|
|
* Fix for #996298, Windows dont respect toolbar.border.width (Mathias)
|
|
|
|
|
Toolbar.cc
|
|
|
|
|
* Snapping to Screenedges, even when "maxover" is disabled (Mathias)
|
|
|
|
|
Window.cc
|
2005-01-02 06:29:14 +00:00
|
|
|
|
*05/01/02:
|
2005-01-02 07:27:44 +00:00
|
|
|
|
* Updated pl_PL (thanx to Meltir <meltir at wp.pl> and Cheester <czester at gmail.com>)
|
2005-01-02 06:29:14 +00:00
|
|
|
|
* Fixed restart/memory problems with Imlib2 (Mathias)
|
|
|
|
|
FbTk/Image.cc FbTk/ImageImlib2.cc
|
2004-12-30 14:35:59 +00:00
|
|
|
|
*04/12/30:
|
|
|
|
|
* Fixed "remove last workspace" bug (Henrik)
|
|
|
|
|
Screen.cc
|
2004-12-28 22:22:03 +00:00
|
|
|
|
*04/12/28:
|
|
|
|
|
* Fixed minor shape bug (Henrik)
|
|
|
|
|
Window.cc
|
2004-12-21 16:22:56 +00:00
|
|
|
|
*04/12/21:
|
2004-12-21 23:50:41 +00:00
|
|
|
|
* Added Imlib2 support to fluxbox (Mathias)
|
|
|
|
|
allows us to load other image-formats than just xpm, but we need
|
|
|
|
|
the help of an external (popular) library for that:
|
|
|
|
|
|
|
|
|
|
http://www.enlightenment.org/pages/imlib2.html
|
|
|
|
|
|
|
|
|
|
to have imlib2 support, you have to ./configure --enable-imlib2
|
|
|
|
|
|
|
|
|
|
FbTk/Image.cc/hh configure.in Makefile.am FbTk/Makefile.am
|
|
|
|
|
xft.m4 -> acinclude.m4 + ac_path_generic.m4
|
|
|
|
|
|
|
|
|
|
Added FbTk/ImageImlib2.cc/hh
|
|
|
|
|
|
|
|
|
|
* Cleaner code for global Font- and Imagestuff (Mathias)
|
|
|
|
|
fluxbox.cc FbTk/Font.cc/hh FbTk/Image.cc/hh FbTk/App.cc
|
2004-12-21 16:22:56 +00:00
|
|
|
|
* Fixed problems with gtk2-fullscreen-mode (gimp2, galeon etc) (Mathias)
|
|
|
|
|
- synchronize _NET_WM_STATE in Ewmh-Handler
|
|
|
|
|
- disable shape (aka round corners) in fullscreen-mode
|
|
|
|
|
Window.cc/hh Ewmh.cc/hh
|
|
|
|
|
* Added new command, which sets the current window onto head<int> (Mathias)
|
|
|
|
|
SetHead <int>
|
|
|
|
|
Remember.cc/hh FbCommandFactory.cc CurrentWindowCmd.cc/hh
|
2004-12-18 01:32:26 +00:00
|
|
|
|
*04/12/18:
|
2004-12-18 02:46:35 +00:00
|
|
|
|
* Fix possible segfault when new text in TextBox is
|
|
|
|
|
smaller than the old one (Mathias)
|
|
|
|
|
FbTk/TextBox.cc
|
2004-12-18 01:32:26 +00:00
|
|
|
|
* Some reordering/renaming of functions/files (Mathias)
|
|
|
|
|
FbTk/Directory.cc/hh -> FbTk/FileUtil.cc/hh
|
|
|
|
|
FbTk/Makefile.am FbTk/Theme.cc MenuCreator.cc fluxbox.cc
|
|
|
|
|
util/fbrun/FbRun.cc
|
2004-12-15 05:07:39 +00:00
|
|
|
|
* Some updates to ru_RU (thanx to <php-coder at ngs dot ru>)
|
|
|
|
|
nls/ru_RU/Translation.m
|
2004-12-13 12:19:14 +00:00
|
|
|
|
*04/12/13:
|
2004-12-13 21:33:13 +00:00
|
|
|
|
* Some updates to the man page (Gruber)
|
2004-12-13 14:07:05 +00:00
|
|
|
|
* Fixed a minor issue with icc (intel compiler) (Mathias)
|
|
|
|
|
Slit.cc Xinerama.hh Screen.cc Container.hh LayerMenu.hh
|
|
|
|
|
FbMenu.cc/hh IconMenu.cc WorkspaceMenu.cc MenuCreator.cc
|
|
|
|
|
IconButton.cc Remember.cc Workspace.cc Toolbar.cc IconbarTool.cc
|
|
|
|
|
SendToMenu.cc FbTK/Menu.cc/hh FbTk/Theme.hh
|
2004-12-13 13:32:11 +00:00
|
|
|
|
* Added nls/vi_VN (thanx Phan Vinh Thinh)
|
2004-12-13 12:19:14 +00:00
|
|
|
|
* Fixed DragNDrop - Sorting of tabs (thanx Rob Stevens)
|
|
|
|
|
Window.cc/hh FbWinFrame.cc
|
2004-12-10 02:05:29 +00:00
|
|
|
|
*04/12/10:
|
2004-12-10 09:50:09 +00:00
|
|
|
|
* Added Tab command, which goes to a specific tab number
|
|
|
|
|
action:
|
|
|
|
|
Tab <number>
|
|
|
|
|
ex:
|
|
|
|
|
Mod1 1 :Tab 1
|
|
|
|
|
Mod2 3 :Tab 3
|
|
|
|
|
(Thanks Steeve Lennmark <steeve dot lennmark at mediasvar dot se>)
|
|
|
|
|
CurrentWindowCmd.hh/cc, FbCommandFactory.cc
|
2004-12-10 04:08:03 +00:00
|
|
|
|
* Close #1080323, missing header (Mathias)
|
|
|
|
|
FbTk/FbPixmap.cc
|
|
|
|
|
* Fix issue with maximizing shaded windows, #1082671 (Mathias)
|
|
|
|
|
Window.cc
|
|
|
|
|
* Added some apps and items to fluxbox-generate_menu (Mathias)
|
|
|
|
|
fluxbox-generate_menu.in
|
|
|
|
|
* Added support for hsetroot to fbsetbg (Mathias)
|
|
|
|
|
fbsetbg
|
2004-12-10 02:05:29 +00:00
|
|
|
|
* Update ClockTool when timeformat changed, close #1026096 (Mathias)
|
|
|
|
|
ClockTool.cc
|
|
|
|
|
* SlitClientMenu had with wheelup/down sometimes (Mathias)
|
|
|
|
|
Slit.cc
|
2004-12-10 09:50:09 +00:00
|
|
|
|
-------------------------------------------------------------
|
2004-09-02 16:50:56 +00:00
|
|
|
|
Changes for 0.9.11
|
2004-12-02 03:18:13 +00:00
|
|
|
|
*04/12/02:
|
|
|
|
|
* New features for the Slit (Mathias)
|
|
|
|
|
- left click on Slitclient-menu enables/disables item
|
2004-12-02 15:32:13 +00:00
|
|
|
|
- wheel or middle/right-click on the items move them up / down in
|
|
|
|
|
the slit
|
2004-12-02 03:18:13 +00:00
|
|
|
|
- minor visual change of the menu, added a "Save SlitList" - entry
|
|
|
|
|
Slit.cc/hh
|
2004-11-30 01:27:48 +00:00
|
|
|
|
*04/11/30:
|
2004-12-02 15:32:13 +00:00
|
|
|
|
* Fix for notworking bsetroot (thanx Rob Stevens)
|
2004-11-30 23:11:18 +00:00
|
|
|
|
bsetroot.cc
|
|
|
|
|
* Fix to avoid gentoo bug #72703 (Mathias, thanx Rob Stevens)
|
|
|
|
|
also reported at http://www.securityfocus.com/archive/1/382398/2004-11-24/2004-11-30/2
|
|
|
|
|
WinClient.cc
|
2004-11-30 22:21:53 +00:00
|
|
|
|
* Fix for a java-bug (wrong opened subwindows) (thanx Scott Moser)
|
|
|
|
|
surprisingly this also fixes the grab-of-death-bug as it seems
|
|
|
|
|
src/Screen.cc
|
2004-11-30 17:49:09 +00:00
|
|
|
|
* Update of the fluxstyle-manpage (thanx Curt Micol)
|
|
|
|
|
fluxstyle.1
|
2004-11-30 01:27:48 +00:00
|
|
|
|
* Added "kill" to the windowmenu-commands (Mathias)
|
|
|
|
|
closes #1075142
|
|
|
|
|
Window.cc/hh MenuCreator.cc FbCommandFactory.cc
|
2004-11-28 12:44:55 +00:00
|
|
|
|
*04/11/28:
|
|
|
|
|
* Fix for possible segfaults in *.iconbar.deiconifyMode (Mathias)
|
|
|
|
|
IconButton.cc
|
2004-11-24 23:38:00 +00:00
|
|
|
|
*04/11/25:
|
2004-11-25 11:18:23 +00:00
|
|
|
|
* Applied patch #1072818 (thanx Glyn Kennington)
|
|
|
|
|
Toolbar.cc
|
2004-11-24 23:38:00 +00:00
|
|
|
|
* (Re)added dragNdrop ordering of tabs (thanx Rob Stevens)
|
|
|
|
|
FbWinFrame.cc/hh Window.cc/hh
|
2004-11-24 11:48:09 +00:00
|
|
|
|
*04/11/24:
|
2004-11-24 12:27:03 +00:00
|
|
|
|
* Fix for hiding menu when menufile changed (Mathias)
|
|
|
|
|
fluxbox.cc/hh FbCommands.cc
|
2004-11-24 11:48:09 +00:00
|
|
|
|
* Fix for segfault at startup (Mathias)
|
|
|
|
|
main.cc
|
2004-11-22 08:40:42 +00:00
|
|
|
|
*04/11/22:
|
2004-11-22 20:12:15 +00:00
|
|
|
|
* fbrun doesnt overlap screenborders anymore (Mathias)
|
|
|
|
|
util/fbrun/main.cc
|
|
|
|
|
* Ensure sane values for ResizeCmd (Mathias)
|
|
|
|
|
CurrentWindow.cc
|
2004-11-22 12:25:33 +00:00
|
|
|
|
* Fixed Wine + Paradise Poker Client problem.
|
|
|
|
|
Do not handle Configure Request event while iconified.
|
|
|
|
|
(Henrik)
|
|
|
|
|
Window.cc
|
2004-11-22 08:40:42 +00:00
|
|
|
|
* Fix UnderMousePlacement, patch #1052534, close #1048000 (thanx Mike)
|
|
|
|
|
src/Workspace.cc
|
2004-11-20 04:22:12 +00:00
|
|
|
|
*04/11/20:
|
2004-11-20 18:44:20 +00:00
|
|
|
|
* Fix for (possible) segfaults at Restart/Exit
|
|
|
|
|
and fix start of former iconic windows (Mathias)
|
2004-11-20 18:17:06 +00:00
|
|
|
|
should close #1067582, #1067580, #1060912
|
|
|
|
|
fluxbox.cc Screen.cc
|
2004-11-20 04:22:12 +00:00
|
|
|
|
* Fix for adding/removing Workspaces via Menu (thanx <20>yvind Albrigtsen)
|
|
|
|
|
WorkspaceMenu.cc
|
2004-11-19 12:00:52 +00:00
|
|
|
|
*04/11/19:
|
|
|
|
|
* Some changes to avoid invisible fonts (Mathias)
|
|
|
|
|
FbTk/Font.cc FbTk/FontImp.hh FbTk/XftFontImp.cc/hh
|
|
|
|
|
FbTk/XmbFontImp.cc/hh
|
2004-11-17 01:23:09 +00:00
|
|
|
|
*04/11/17:
|
2004-11-19 12:00:52 +00:00
|
|
|
|
* Fix memleaks (thanx to Thomas Weidner)
|
|
|
|
|
FbTk/Font.cc
|
2004-11-17 01:23:09 +00:00
|
|
|
|
* Fix for possible segfault at exit/restart (Mathias)
|
|
|
|
|
Screen.cc
|
2004-11-15 20:44:26 +00:00
|
|
|
|
*04/11/15:
|
2004-11-17 01:23:09 +00:00
|
|
|
|
* Moved CVS-Repository from sourceforge.net over to Subversion on berlios.de
|
2004-11-15 20:44:26 +00:00
|
|
|
|
* Updated swedish locales and a few new menu-entries
|
|
|
|
|
from Jonas Ericsson (jmaster at telia.com)
|
|
|
|
|
fluxbox-generate_menu.in
|
2004-11-09 11:30:40 +00:00
|
|
|
|
*04/11/09:
|
2004-12-10 04:08:03 +00:00
|
|
|
|
* Better visualisation of the RememberState in RememberMenu, #1024498 (Mathias)
|
2004-11-09 11:30:40 +00:00
|
|
|
|
src/FbTk/Remember.cc
|
2004-11-07 09:33:32 +00:00
|
|
|
|
*04/11/07:
|
|
|
|
|
* Fix a problem with snapping windows (Mathias)
|
|
|
|
|
decorationless windows have a borderWidth of 0 -> problems at
|
|
|
|
|
the right and bottom border.
|
|
|
|
|
src/Window.cc
|
2004-11-07 09:21:19 +00:00
|
|
|
|
*04/11/01:
|
|
|
|
|
* Fix for #1057499 and #1046472 (Mathias)
|
|
|
|
|
FbTk/Font.cc
|
2004-10-28 15:38:07 +00:00
|
|
|
|
*04/10/28:
|
2004-10-28 19:17:46 +00:00
|
|
|
|
* Fix for #1052095 (Mathias)
|
|
|
|
|
the windowmenu didnt close, when the current tab changed somehow
|
|
|
|
|
(was closed, become detached, another window attached etc)
|
|
|
|
|
Window.cc
|
2004-10-28 15:44:38 +00:00
|
|
|
|
* Fix for #1034522 (Mathias)
|
|
|
|
|
doc/fluxbox.1.in
|
2004-10-28 15:38:07 +00:00
|
|
|
|
* Fix for #1036982 aka defaults.hh wasnt distcleaned (Mathias)
|
|
|
|
|
src/Makefile.am
|
2004-10-22 07:51:02 +00:00
|
|
|
|
*04/10/22:
|
2004-10-22 09:44:54 +00:00
|
|
|
|
* Fix for #1039658 (Mathias)
|
|
|
|
|
FbWinFrame.cc
|
2004-12-10 09:50:09 +00:00
|
|
|
|
* Added new resources: (Mathias + SemiFollow from Erik Postma,thanx)
|
2004-10-22 07:51:02 +00:00
|
|
|
|
- session.*.iconbar.wheelMode: <mode>
|
|
|
|
|
On - enable mousewheeling on the iconbuttons
|
|
|
|
|
Off - disables mousewheeling on the iconbuttons
|
|
|
|
|
Screen - uses the settings of desktopWheeling
|
|
|
|
|
|
|
|
|
|
session.*.iconbar.deiconifyMode: <mode>
|
|
|
|
|
|
|
|
|
|
Current - deiconifies the window on current workspace
|
|
|
|
|
Follow - deiconifies the window on the workspace it
|
|
|
|
|
was iconified from and jumps to that workspace
|
|
|
|
|
SemiFollow - acts as 'Current' for windows that were actually
|
|
|
|
|
iconified, and as 'follow' for the others
|
|
|
|
|
IconButton.cc/hh IconbarTool.cc/hh
|
2004-10-21 11:12:37 +00:00
|
|
|
|
*04/10/21:
|
|
|
|
|
* A few fixes to compile fluxbox with icc and mipspro(irix) (Mathias)
|
|
|
|
|
still some open issues with mipspro but to solve them i need
|
2004-10-22 09:00:02 +00:00
|
|
|
|
a mipspro 7.4, but closes #1045785
|
2004-10-21 11:12:37 +00:00
|
|
|
|
FbTk/TextureRender.cc fluxbox.hh/cc CommandDialog.cc/hh FbCommands.cc/hh
|
|
|
|
|
FbMenuParser.cc HeadArea.cc Ewmh.cc ArrowButton.cc WorkspaceNameTool.hh
|
|
|
|
|
FbTk/ThemeItems.hh IntResMenuItem.cc SlitTheme.hh FbRootWindow.cc
|
2004-10-19 11:01:24 +00:00
|
|
|
|
*04/10/18:
|
2004-12-10 09:50:09 +00:00
|
|
|
|
* Added session.appsFile to the resources (Mathias)
|
2004-10-19 11:01:24 +00:00
|
|
|
|
fluxbox.cc/hh Remember.cc
|
|
|
|
|
* Fixed a problem when system-date is set back (Mathias)
|
|
|
|
|
FbTk/Timer.cc
|
2004-10-18 01:27:21 +00:00
|
|
|
|
*04/10/17:
|
|
|
|
|
* Disabled resizing for shaded/iconic windows (Mathias)
|
|
|
|
|
Window.cc
|
|
|
|
|
* Rewrote the restart-procedure of fluxbox so it calls the
|
|
|
|
|
destructors correctly (Mathias)
|
|
|
|
|
fluxbox.cc/hh main.cc
|
|
|
|
|
* cosmetic changes (Mathias)
|
|
|
|
|
Screen.cc/hh Window.cc ScreenResource.cc
|
2004-10-16 22:20:27 +00:00
|
|
|
|
*04/10/16:
|
|
|
|
|
* Added option to specify what to do with windows, that got activated on
|
|
|
|
|
a different workspaces than the current one (thru NET_ACTIVE_WINDOW
|
|
|
|
|
for example, guinotification-plugin from gaim) (Mathias)
|
|
|
|
|
session.screen0.followModel: <value>
|
|
|
|
|
with <value> one of :
|
|
|
|
|
|
|
|
|
|
Ignore - ignore the activated window
|
|
|
|
|
Follow - go to the workspace of the window
|
|
|
|
|
Current | CurrentWorkspace | Fetch - get the window onto the
|
|
|
|
|
current workspace
|
|
|
|
|
Screen.hh/cc ScreenResource.cc Ewmh.cc
|
|
|
|
|
|
2004-10-11 22:48:35 +00:00
|
|
|
|
*04/10/11:
|
|
|
|
|
* Fix a bad nls string name - it ended with Set, but was a string (Simon)
|
|
|
|
|
main.cc
|
2004-10-10 12:00:37 +00:00
|
|
|
|
*04/10/10:
|
2004-10-10 16:35:53 +00:00
|
|
|
|
* Fix for a minor fbrun - problem (Mathias)
|
|
|
|
|
FbRun.cc
|
2004-10-10 16:26:28 +00:00
|
|
|
|
* Added session.screen0.iconbar.iconTextPadding and
|
|
|
|
|
session.tabPadding (Mathias)
|
|
|
|
|
- defines the space between the text and the border of the buttons
|
2004-10-10 16:35:53 +00:00
|
|
|
|
fluxbox.hh/cc IconbarTool.hh/cc FbWinFrame.cc FbTk/TextBox.hh/cc
|
2004-10-10 16:26:28 +00:00
|
|
|
|
* Added session.focusTabMinWidth (Thanx Ciaran McCreesh)
|
|
|
|
|
- defines the guaranteed minimize size of the focuessed tab
|
|
|
|
|
in % of the whole window (1-90)
|
2004-10-10 16:35:53 +00:00
|
|
|
|
fluxbox.hh/cc FbWinFrame.cc
|
2004-10-10 12:00:37 +00:00
|
|
|
|
* Update de_DE Translation and add some missing NLS values
|
|
|
|
|
(Thanks Christian Storm)
|
|
|
|
|
- also a tiny cleanup of weird nls set
|
|
|
|
|
de_DE/Translation.m nls/fluxbox-nls.hh IconbarTool.cc ClockTool.cc
|
|
|
|
|
*/Translation.m
|
2004-10-08 11:52:56 +00:00
|
|
|
|
*04/10/08:
|
|
|
|
|
* Fix some TextBox issues with some "untypeable" keys (Mathias)
|
|
|
|
|
FbTk/TextBox.hh/cc FbTk/Keyutil.hh/cc
|
2004-10-07 09:53:19 +00:00
|
|
|
|
*04/10/07:
|
2004-10-08 11:52:56 +00:00
|
|
|
|
* Fixed bug #1033903 (Thanks to Christian Storm)
|
2004-10-07 09:53:19 +00:00
|
|
|
|
FbTk/I18n.cc
|
2004-10-06 11:43:59 +00:00
|
|
|
|
*04/10/06:
|
2004-10-07 06:49:10 +00:00
|
|
|
|
* Memory allocation improvements in TextureRender. (Henrik)
|
|
|
|
|
The texture render doesn't need to allocate red, green and blue
|
|
|
|
|
buffers if it doesn't render gradients
|
|
|
|
|
TextureRender.hh/cc
|
|
|
|
|
* Fixed gradient bug in bsetroot (Henrik)
|
|
|
|
|
bsetroot.cc
|
2004-10-06 19:10:40 +00:00
|
|
|
|
* Fixed multiple TextButton issues (Mathias):
|
|
|
|
|
- fixed some keymovement issues inside TextButtons
|
|
|
|
|
- a ButtonPress into a TextButton places the Cursor to the
|
|
|
|
|
right place now
|
|
|
|
|
- cleaned the CommandDialog a bit
|
|
|
|
|
CommandDialog.(hh|cc) FbTk/TextButton.(cc|hh)
|
2004-10-06 11:43:59 +00:00
|
|
|
|
* New command: export | setenv (Mathias)
|
|
|
|
|
sets the environment of fluxbox to a given value:
|
|
|
|
|
export NAME=VALUE
|
|
|
|
|
setenv NAME VALUE
|
|
|
|
|
FbCommands.(hh|cc) FbCommandFactory.cc
|
2004-10-04 12:43:52 +00:00
|
|
|
|
*04/10/04:
|
2004-10-04 15:37:58 +00:00
|
|
|
|
* Don't require [begin] tag for included menu files (Simon)
|
|
|
|
|
MenuCreator.hh/cc Screen.cc Window.cc
|
2004-10-04 12:43:52 +00:00
|
|
|
|
* Fix handling of setlocale return (Thanks Victor Yegorov)
|
|
|
|
|
FbTk/XmbFontImp.cc
|
2004-09-30 18:48:02 +00:00
|
|
|
|
*04/09/30:
|
|
|
|
|
* Fix to show title of current tabbed-window as the label of the
|
|
|
|
|
iconbar-button-group (Mathias)
|
|
|
|
|
Window.cc
|
2004-09-30 18:53:17 +00:00
|
|
|
|
* Fixed typo nls/pl_PL/Translation.m (Mathias)
|
2004-09-29 00:58:17 +00:00
|
|
|
|
*04/09/29:
|
2004-09-29 09:59:30 +00:00
|
|
|
|
* Fix to make menuseparators not selectable (Mathias)
|
|
|
|
|
FbTk/Menu.cc
|
2004-09-29 00:58:17 +00:00
|
|
|
|
* Fix bug #1026929 (Mathias)
|
|
|
|
|
util/fbrun/FbRun.cc
|
2004-09-19 21:17:35 +00:00
|
|
|
|
*04/09/19:
|
|
|
|
|
* Fix a tiny bug that leads to high cpuload under some circumstances (Mathias)
|
|
|
|
|
FbTk/Timer.cc
|
2004-09-16 14:08:46 +00:00
|
|
|
|
*04/09/16:
|
|
|
|
|
* Fix restart command not reading its args (Simon)
|
|
|
|
|
MenuCreator.cc
|
2004-09-12 14:16:29 +00:00
|
|
|
|
*04/09/12:
|
2004-09-12 14:56:20 +00:00
|
|
|
|
* Preliminary support for Composite extension (Simon)
|
|
|
|
|
- Relies on external compositing manager using _NET_WM_WINDOW_OPACITY
|
|
|
|
|
- NOTE: Also make alpha resource setting more consistent.
|
|
|
|
|
Alpha values are no longer in theme, but are in init file. Possible
|
|
|
|
|
values are (all beginning with session.screenN.), * means changed/new:
|
|
|
|
|
- menu.alpha (*)
|
|
|
|
|
- slit.alpha
|
|
|
|
|
- window.focus.alpha (*)
|
|
|
|
|
- window.unfocus.alpha (*)
|
|
|
|
|
- toolbar.alpha (*)
|
|
|
|
|
- Changed menu around a bit. If you don't have/want a compositing
|
|
|
|
|
manager, but Composite is enabled, you can override it by setting
|
|
|
|
|
session.forcePseudoTransparency: true
|
|
|
|
|
- Fix a couple of bugs with transparency in toolbar/buttons
|
|
|
|
|
fluxbox.hh/cc Screen.hh/cc FbWinFrame.hh/cc FbWinFrameTheme.hh/cc
|
|
|
|
|
Slit.hh/cc Toolbar.hh/cc ToolbarTheme.hh/cc ToolbarItem.hh
|
|
|
|
|
ToolFactory.cc *Tool.hh/cc ArrowButton.cc FbTk/FbWindow.hh/cc
|
|
|
|
|
FbTk/Transparent.hh/cc FbTk/Menu.cc
|
2004-09-12 14:16:29 +00:00
|
|
|
|
* Minor cleaning, moved Resource<> from fluxbox.cc to Resources.cc (Henrik)
|
2004-09-11 12:33:14 +00:00
|
|
|
|
*04/09/11:
|
2004-09-12 00:31:46 +00:00
|
|
|
|
* The include directive in menu can now take
|
|
|
|
|
a director as argument [include] (path)
|
|
|
|
|
It will include each file in the path into the menu
|
|
|
|
|
(Thanks Ciaran McCreesh)
|
|
|
|
|
MenuCreator.cc
|
2004-09-12 00:02:21 +00:00
|
|
|
|
* Fix for backup of empty or non existing menu
|
|
|
|
|
(Thanks php-coder <php-coder at ngs.ru>)
|
|
|
|
|
fluxbox-generate_menu.in
|
2004-09-11 23:13:00 +00:00
|
|
|
|
* Font::drawText now takes a referens to FbTk::FbDrawable as first argument
|
|
|
|
|
instead of X Drawable (Henrik)
|
|
|
|
|
* Code cleaning (Henrik)
|
|
|
|
|
fluxbox.cc, Slit.cc/hh, FbCommands.cc
|
|
|
|
|
* display() access function for FbDrawable (Henrik)
|
2004-09-11 15:52:23 +00:00
|
|
|
|
* Fix some more X errors from XRender calls (Simon)
|
|
|
|
|
- also fixes some menu background update issues
|
|
|
|
|
FbTk/Menu.cc FbTk/Transparent.cc FbTk/FbWindow.cc
|
2004-09-11 14:13:06 +00:00
|
|
|
|
* Ignore 32-bit visuals for now when selecting (Simon)
|
|
|
|
|
- should fix problems with Composite being enabled in X.org
|
|
|
|
|
FbRootWindow.cc
|
2004-09-11 13:46:11 +00:00
|
|
|
|
* Fixed issues with Strut and multiple heads (Thanks Mathieu De Zutter)
|
|
|
|
|
Screen.hh/cc, HeadArea.hh/cc, Slit.cc, Toolbar.cc, Ewmh.cc
|
|
|
|
|
Strut.hh/cc, ToolFactory.cc, fluxbox.cc, FbTk/Menu.hh/cc
|
2004-09-11 12:33:14 +00:00
|
|
|
|
* Fix issues that caused unnecessary X errors (Simon)
|
|
|
|
|
fluxbox.cc Window.cc FbTk/Menu.cc FbTk/FbPixmap.cc FbTk/FbWindow.hh/cc
|
2004-09-10 04:03:58 +00:00
|
|
|
|
*04/09/10:
|
2004-09-10 15:56:55 +00:00
|
|
|
|
* Cosmetic and cleanup changes to FbTk/* (Mathias)
|
2004-09-10 16:18:12 +00:00
|
|
|
|
- tabs -> spaces, wrong indention etc in all mentioned
|
|
|
|
|
files and
|
|
|
|
|
FbTk/EventHandler.cc FbTk/StringUtil.(cc|hh) Ewmh.cc
|
2004-09-10 15:56:55 +00:00
|
|
|
|
- using FbDrawable::s_display now instead of
|
|
|
|
|
FbTk::App::instance()->display()
|
2004-09-10 16:18:12 +00:00
|
|
|
|
FbTk/FbPixmap.(cc|hh) FbTk/FbWindow.(cc|hh)
|
|
|
|
|
FbTk/FbPixmap.cc FbTk/XftFontImp.cc
|
2004-09-10 15:56:55 +00:00
|
|
|
|
- added warning about "wrong" wallpapersetter
|
2004-09-10 16:18:12 +00:00
|
|
|
|
FbTk/FbPixmap.cc
|
|
|
|
|
- removed old codefragment from XmbFontImp
|
|
|
|
|
FbTk/XmbFontImp.cc
|
2004-09-10 04:03:58 +00:00
|
|
|
|
* Clean up some unused variables (thanks Ryan O'Hara)
|
|
|
|
|
FbTk/XLayer.cc
|
2004-09-09 14:34:20 +00:00
|
|
|
|
*04/09/09:
|
2004-09-09 15:25:26 +00:00
|
|
|
|
* tidy+replace qiv with display in screenshot, add jpg option (Han)
|
|
|
|
|
fluxbox-generate_menu.in
|
2004-09-09 14:34:20 +00:00
|
|
|
|
* Added forgotten [macrocmd] to menuitems (Mathias)
|
|
|
|
|
MenuCreator.cc
|
|
|
|
|
* Cleanup of code (Mathias)
|
|
|
|
|
- removed codeduplicates of ::getRootPixmap, added FbPixmap::getRootPixmap instead
|
|
|
|
|
Screen.(cc|hh) FbTk/Menu.cc FbTk/FbWindow.cc FbTk/FbPixmap.cc
|
2004-09-05 01:14:21 +00:00
|
|
|
|
*04/09/04:
|
|
|
|
|
* Fix duplicate icons in icon list with amsn (Henrik)
|
2004-09-10 16:18:12 +00:00
|
|
|
|
- Check Fluxbox::update(FluxboxWindow::stateSig),
|
|
|
|
|
the win.screen().addIcon
|
2004-09-05 01:14:21 +00:00
|
|
|
|
Screen.cc
|
|
|
|
|
* Fix crash on shutdown (Henrik)
|
|
|
|
|
- workspacemenu must be destroyed before
|
|
|
|
|
clientlists
|
|
|
|
|
Screen.cc
|
2004-09-03 14:18:48 +00:00
|
|
|
|
*04/09/03:
|
2004-09-03 17:05:35 +00:00
|
|
|
|
* Fix crash on startup on amd64 (Simon)
|
|
|
|
|
- We may need to review usages of 0 as opposed to NULL
|
2004-09-03 17:10:01 +00:00
|
|
|
|
- Thanks to Jason Johnston (xoritor) for assistance debugging
|
2004-09-03 17:05:35 +00:00
|
|
|
|
XmbFontImp.cc
|
2004-09-03 14:18:48 +00:00
|
|
|
|
* Added -nearmouse to FbRun (Mathias)
|
|
|
|
|
main.cc
|
2004-09-02 09:55:14 +00:00
|
|
|
|
*04/09/02:
|
|
|
|
|
* Fix crash when in windowmenu->submenu and closing the app (Mathias)
|
|
|
|
|
Remember.cc
|
2004-09-02 16:50:56 +00:00
|
|
|
|
-------------------------------------------------------
|
|
|
|
|
Changes for 0.9.10:
|
2004-09-01 07:53:45 +00:00
|
|
|
|
*04/09/01:
|
|
|
|
|
* Fix width of a menuentry (Mathias)
|
|
|
|
|
FbTk/MenuItem.cc
|
2004-08-31 15:26:40 +00:00
|
|
|
|
*04/08/31:
|
2004-09-01 00:07:26 +00:00
|
|
|
|
* Fixed restart issue with system tray (Henrik)
|
|
|
|
|
SystemTray.cc
|
2004-08-31 23:21:41 +00:00
|
|
|
|
* Fixed multiple screen issues with system tray (Henrik)
|
|
|
|
|
SystemTray.cc
|
2004-08-31 20:29:23 +00:00
|
|
|
|
* Check for iconv function (Henrik)
|
|
|
|
|
configure.in, Font.hh/cc
|
2004-09-01 00:10:50 +00:00
|
|
|
|
* Fix for gcc 2.95.4 issues with "typeid" and "make_pair",
|
|
|
|
|
Fix for a MIPSPro 7.30 issue (Mathias)
|
|
|
|
|
Slit.cc Toolbar.cc FbTk/KeyUtil.cc
|
2004-08-31 15:26:40 +00:00
|
|
|
|
* Check for C++ std headers, some older machines dont have them (Simon)
|
|
|
|
|
configure.in src/<MANY>.hh/cc
|
2004-08-30 10:23:37 +00:00
|
|
|
|
*04/08/30:
|
2004-08-31 00:30:15 +00:00
|
|
|
|
* Changed session.screen<num>.iconbar.clientWidth to
|
|
|
|
|
session.screen<num>.iconbar.iconWidth
|
|
|
|
|
(Henrik)
|
|
|
|
|
IconbarTool.cc
|
2004-08-30 21:29:42 +00:00
|
|
|
|
* Added RaiseLayer and LowerLayer to the commands (Mathias)
|
|
|
|
|
FbCommandFactory.cc
|
2004-08-30 12:21:18 +00:00
|
|
|
|
* Close bug #1013735, #1012314, #977054 (Mathias)
|
|
|
|
|
Screen.cc Slit.cc FbCommands.cc
|
2004-08-30 10:23:37 +00:00
|
|
|
|
* Fix bug in menu-closing with keys (Mathias)
|
|
|
|
|
FbTk/Menu.cc
|
2004-08-29 08:33:13 +00:00
|
|
|
|
*04/08/29:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added [wallpapers|wallpapermenu|rootcommands] to possible
|
|
|
|
|
menuitems (Mathias)
|
2004-08-29 21:13:47 +00:00
|
|
|
|
[wallpapers] (directory) {rootcommand}
|
|
|
|
|
creates a submenu in the menu to click on the wallpaper one
|
|
|
|
|
wants. default rootcommand is fbsetbg
|
2004-08-29 21:11:24 +00:00
|
|
|
|
MenuCreator.cc RootCmdMenuItem.cc RootCmdMenuItem.hh
|
2004-08-29 14:53:23 +00:00
|
|
|
|
* Fix cycling using keys in menus (didn't wrap upwards) (Simon)
|
|
|
|
|
FbTk/Menu.cc
|
2004-08-29 14:37:52 +00:00
|
|
|
|
* Fix rendering bug when revisiting >1 column menus (Simon)
|
|
|
|
|
FbTk/Menu.cc
|
2004-08-29 12:35:29 +00:00
|
|
|
|
* Fix crash when extramenus not attached to windowmenu (Simon)
|
|
|
|
|
- and add checking that windowmenu file exists and sorta parses
|
|
|
|
|
Window.cc FbTk/Menu.hh MenuCreator.hh/cc
|
|
|
|
|
* Tweak toolbar size/position (esp when 100% width) (Simon)
|
|
|
|
|
- and fix menu size bug when initialising with no style
|
|
|
|
|
Toolbar.cc FbTk/MenuTheme.cc
|
2004-08-29 09:08:29 +00:00
|
|
|
|
* Add back Workspace<n> actions with deprecated message (Simon)
|
|
|
|
|
- need transition time, remove when 1.0 has been widely used for a while
|
|
|
|
|
FbCommandFactory.cc
|
2004-08-29 08:33:13 +00:00
|
|
|
|
* More random render fixes (Simon)
|
|
|
|
|
(font alignment in menu, menu optimisation, toolbar font/render)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
FbTk/Menu.cc FbTk/MenuItem.cc FbTk/XftFontImp.cc
|
|
|
|
|
TextTheme.cc Toolbar.cc ToolbarItem.hh <ToolbarTools>.hh/cc
|
2004-08-28 14:25:52 +00:00
|
|
|
|
*04/08/28:
|
2004-08-28 19:03:09 +00:00
|
|
|
|
* Some more menu rendering fixes (Simon)
|
|
|
|
|
Thanks Florian Pigorsch for nice bug reports + debugging
|
|
|
|
|
FbTk/Menu.cc
|
2004-08-28 18:10:19 +00:00
|
|
|
|
* Fix some blank fonts problem for i18n (I think) (Simon)
|
|
|
|
|
FbTk/Font.cc FbTk/XmbFontImp.cc
|
2004-08-28 14:25:52 +00:00
|
|
|
|
* Fix menu render bug with previously highlighted items (Simon)
|
|
|
|
|
FbTk/Menu.cc
|
2004-08-27 14:14:42 +00:00
|
|
|
|
*04/08/27:
|
2004-08-27 17:24:49 +00:00
|
|
|
|
* Protect Fluxbox::shutdown better from being double-called (Simon)
|
|
|
|
|
fluxbox.cc
|
2004-08-27 14:14:42 +00:00
|
|
|
|
* Improve fallback if toolbar button style item missing (Simon)
|
|
|
|
|
ButtonTheme.hh/cc ToolFactory.cc
|
2004-08-25 17:16:40 +00:00
|
|
|
|
*04/08/26:
|
2004-08-26 18:26:39 +00:00
|
|
|
|
* Tiny unification (Mathias)
|
|
|
|
|
- theme.cfg and style.cfg allowed
|
|
|
|
|
- in menufiles:
|
|
|
|
|
[stylesdir] and [themesdir] allowed
|
|
|
|
|
[stylesmenu] and [themesmenu] allowed
|
2004-08-29 21:11:24 +00:00
|
|
|
|
MenuCreator.cc
|
2004-08-26 16:37:48 +00:00
|
|
|
|
* Fix bevel on solid colour textures (Simon)
|
|
|
|
|
FbTk/Texture.hh/cc FbTk/ThemeItems.hh
|
2004-08-26 15:09:33 +00:00
|
|
|
|
* Make arrow in toolbar buttons scalable size (Simon)
|
|
|
|
|
- new theme item: toolbar.button.scale: <number>
|
|
|
|
|
The number is a scale factor, which is divided into 100 to give
|
2004-08-29 21:11:24 +00:00
|
|
|
|
the size relative to the button. 100 gives a arrow the same size
|
2004-08-26 15:09:33 +00:00
|
|
|
|
as button, 200 gives half the size, 300 a third, etc.
|
|
|
|
|
- default is now 300, not 200
|
|
|
|
|
- also fix size balance with left/right arrows
|
|
|
|
|
ArrowButton.hh/cc ButtonTheme.hh/cc ButtonTool.cc FbTk/Button.hh
|
|
|
|
|
* Fixed 2 possible Memleaks (Mathias)
|
|
|
|
|
Ewmh.cc
|
2004-08-25 17:16:40 +00:00
|
|
|
|
* Re-implement bevels in toolbar, plus numerous toolbar-related theme
|
|
|
|
|
fixes => old styles now look like they used to! (Simon)
|
|
|
|
|
Toolbar.cc ToolbarItem.h ToolTheme.cc ToolbarTheme.cc ToolFactory.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
ArrowButton.cc ButtonTheme.cc ClockTool.cc IconbarTheme.cc
|
2004-08-25 17:16:40 +00:00
|
|
|
|
IconbarTool.cc SystemTray.hh WorkspaceNameTool.cc
|
2004-08-25 10:03:09 +00:00
|
|
|
|
*04/08/25:
|
2004-08-25 17:16:40 +00:00
|
|
|
|
* Fix to draw Cursors in Textboxes correctly again (Mathias)
|
|
|
|
|
Font.cc
|
2004-08-22 03:45:03 +00:00
|
|
|
|
*04/08/22:
|
|
|
|
|
* Preliminary basic support for icons in fluxbox-generate_menu (Han)
|
|
|
|
|
- put a <progname>.xpm into ~/.fluxbox/icons. e.g. Eterm.xpm
|
|
|
|
|
fluxbox-generate_menu.in
|
2004-08-19 05:38:13 +00:00
|
|
|
|
*04/08/19:
|
|
|
|
|
* Fixes to make nroff not report errors for fbsetbg.1 (Han)
|
|
|
|
|
fbsetbg.1
|
2004-08-18 16:30:33 +00:00
|
|
|
|
*04/08/18:
|
|
|
|
|
* Fix handling of font encodings, and related bugs (Simon)
|
|
|
|
|
FbTk/Font.hh/cc fluxbox.cc
|
2004-08-17 02:52:41 +00:00
|
|
|
|
*04/08/17:
|
|
|
|
|
* New manpage for startfluxbox (Han)
|
|
|
|
|
startfluxbox.1
|
2004-08-13 12:41:38 +00:00
|
|
|
|
*04/08/13:
|
|
|
|
|
* Fixed slow resize of windows like xmms playlist.
|
|
|
|
|
We called setupWindow() in XA_WM_NORMAL_HINTS even if
|
|
|
|
|
nothing was changed -> slow!.
|
|
|
|
|
(Henrik)
|
|
|
|
|
Window.cc
|
|
|
|
|
*04/08/12:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Moved fluxstyle.1 to fluxstyle.1.in and using regexp to
|
2004-08-13 12:41:38 +00:00
|
|
|
|
replace pkgdatadir
|
|
|
|
|
(Thanks php-coder at ngs dot ru)
|
|
|
|
|
doc/fluxstyle.1.in, doc/Makefile.am
|
2004-08-11 20:48:39 +00:00
|
|
|
|
*04/08/11:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Updated Cthulhain style for toolbar.workspace.*
|
2004-08-11 20:48:39 +00:00
|
|
|
|
and fixed a minor error in fluxbox.1.in
|
|
|
|
|
(Thanks php-coder (php-coder at ngs dot ru)
|
|
|
|
|
* Fixed bug: fbrun segfaults when history item is
|
|
|
|
|
bigger than entry box
|
|
|
|
|
patch: [ 1005182 ] fix for Bug with RequestID #877004
|
|
|
|
|
bug: [ 877004 ] fbrun segfaults when history item is bigger than entry box
|
|
|
|
|
(Thanks Mangala)
|
|
|
|
|
TextBox.cc
|
|
|
|
|
*04/08/10:
|
|
|
|
|
* Fixed minor bug when generating buttons for titlebar,
|
|
|
|
|
it didn't call setupWindow unless we had a special option
|
|
|
|
|
like remember enabled
|
|
|
|
|
(Henrik)
|
|
|
|
|
Window.cc/hh
|
|
|
|
|
* Fixed so one can use to use this in the apps-file:
|
|
|
|
|
[Layer] {number | literal}
|
|
|
|
|
ex:
|
|
|
|
|
[Layer] {BOTTOM}
|
|
|
|
|
while literal is one of
|
|
|
|
|
DESKTOP BOTTOM NORMAL TOP DOCK ABOVEDOCK MENU
|
|
|
|
|
(Thanks Mathias Gumz)
|
|
|
|
|
Remember.cc
|
|
|
|
|
* Added some new options font loading:
|
|
|
|
|
*.font: fontname-size:option,specoption1:key=val;key2=val2 etc
|
|
|
|
|
eg:
|
|
|
|
|
*.font: Verdana-10:bold,shadow:offsetx=2;offsety=4;color=green
|
|
|
|
|
*.font: Verdana-10:halo:color=blue
|
|
|
|
|
possible specoptions atm:
|
|
|
|
|
halo:
|
|
|
|
|
color=colorname
|
|
|
|
|
shadow:
|
|
|
|
|
color=colorname
|
|
|
|
|
offsetx=number (negative allowed)
|
|
|
|
|
offsety=number (negative allowed)
|
|
|
|
|
(Thanks Mathiaz Gumz and C. Mccreesh)
|
|
|
|
|
FbTk/Font.hh/cc
|
|
|
|
|
* Fixed utf-8 problems, needs testing.
|
|
|
|
|
(Patch from Sergey Kuleshov)
|
|
|
|
|
FbTk/*Font.cc/hh
|
2004-08-05 10:51:40 +00:00
|
|
|
|
*04/08/05:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Enable dutch menu for flemish people as well.
|
2004-08-05 22:53:49 +00:00
|
|
|
|
(Thanks Mathieu De Zutter <mathieu at dezutter dot org>)
|
|
|
|
|
fluxbox-generate_menu.in
|
2004-08-05 10:51:40 +00:00
|
|
|
|
* Check if init is consistent with menufile location (Han)
|
|
|
|
|
fluxbox-generate_menu.in
|
|
|
|
|
* Russion translation updates (thanks Roman Yepishev)
|
|
|
|
|
fluxbox-generate_menu.in
|
2004-08-03 21:48:11 +00:00
|
|
|
|
*04/08/03:
|
|
|
|
|
* Fixed pixmap filename expansion for menu pixmaps (Thanks Mathias Gumz)
|
|
|
|
|
FbTk/MenuItem.cc
|
|
|
|
|
* Fixed so menu separators are unclickable (Thanks Mathias Gumz)
|
|
|
|
|
FbTk/Menu.hh/cc
|
|
|
|
|
* Fixed menu move bug (Thanks Mathias Gumz)
|
|
|
|
|
FbTk/Menu.cc
|
2004-07-19 15:52:19 +00:00
|
|
|
|
*04/07/19:
|
|
|
|
|
* Some EMX fixes (Thanks dave_yeo at paralynx com)
|
|
|
|
|
FbCommands.cc, FbTk/I18n.hh
|
2004-07-18 22:00:34 +00:00
|
|
|
|
*04/07/18:
|
|
|
|
|
* Fixed fallback for toolbar.button.pressed (Henrik)
|
|
|
|
|
ButtonTheme.cc
|
2004-07-14 23:41:01 +00:00
|
|
|
|
*04/07/15:
|
2004-09-10 16:18:12 +00:00
|
|
|
|
* Click on handle bar raises window even if
|
2004-08-30 09:29:46 +00:00
|
|
|
|
"click raises" = false,
|
2004-07-15 18:33:44 +00:00
|
|
|
|
Consistent with the title bar.
|
|
|
|
|
(Henrik)
|
|
|
|
|
Window.cc
|
2004-07-15 15:17:51 +00:00
|
|
|
|
* Mouse scroll on icons in toolbar changes workspace (Henrik)
|
|
|
|
|
IconButton.cc
|
|
|
|
|
* Minor fix for Resource<bool> (Thanks David J<>lio)
|
|
|
|
|
fluxbox.cc
|
|
|
|
|
* Fixed so the delete key is working for fbrun (Henrik)
|
|
|
|
|
FbTk/TextBox.cc
|
|
|
|
|
* Fixed minor bug when time_t is long long (Henrik)
|
|
|
|
|
fluxbox.cc
|
2004-07-14 23:41:01 +00:00
|
|
|
|
* Removed ugly toolbar at startup (Henrik)
|
|
|
|
|
it'll show up once all the windows are created.
|
|
|
|
|
Toolbar.cc, fluxbox.cc
|
2004-07-14 12:26:28 +00:00
|
|
|
|
*04/07/14:
|
2004-07-14 18:29:35 +00:00
|
|
|
|
* Fixed menu draw bug while doing keyboard navigation (Henrik)
|
|
|
|
|
FbTk/Menu.cc
|
2004-07-14 12:26:28 +00:00
|
|
|
|
* Fixed transient window bug at startup (Henrik)
|
|
|
|
|
Screen.cc
|
2004-07-06 09:49:31 +00:00
|
|
|
|
*04/07/06:
|
|
|
|
|
* Applied tiled texture fix patch (Thanks dhx (xyx@gm...))
|
|
|
|
|
FbPixmap.hh/cc, TextureRender.cc
|
2004-07-05 09:29:47 +00:00
|
|
|
|
*04/07/05:
|
2004-07-06 09:49:31 +00:00
|
|
|
|
* Fixed minor bug: (Thanks Mathias Gumz)
|
|
|
|
|
- menutitle and menulables drawn to close to screen-bottom
|
|
|
|
|
Menu.cc, MenuItem.cc
|
2004-07-05 09:29:47 +00:00
|
|
|
|
* Fixed minor bug: (Thanks Mathias Gumz)
|
|
|
|
|
- menu reload if filename changed
|
|
|
|
|
MenuCreator.cc
|
2004-06-29 12:41:23 +00:00
|
|
|
|
*04/06/29:
|
2004-06-29 13:41:59 +00:00
|
|
|
|
* manpage updates (thanks Curt Micol)
|
|
|
|
|
fluxstyle.1 bsetroot.1
|
2004-06-29 12:41:23 +00:00
|
|
|
|
* Fix rectangle cleaning on attaching tabs (Simon)
|
|
|
|
|
Window.cc
|
2004-06-27 14:05:21 +00:00
|
|
|
|
*04/06/27:
|
2004-06-27 21:58:09 +00:00
|
|
|
|
* Fixed bug in systray (Henrik)
|
|
|
|
|
(this fixes the problem with "sim" in systray)
|
|
|
|
|
- It didn't force client position on configure request
|
2004-08-29 21:11:24 +00:00
|
|
|
|
SystemTray.cc
|
2004-06-27 14:05:21 +00:00
|
|
|
|
* Added toggle menu (Henrik)
|
|
|
|
|
- redraws each time a toggle menu item changes
|
|
|
|
|
ToggleMenu.hh, FbMenu.hh, LayerMenu.hh, FbTk/Menu.cc
|
|
|
|
|
* Fixed bug in Iconbar mode menu (Henrik)
|
|
|
|
|
IconbarTool.cc
|
|
|
|
|
* Some cleaning in the menu code (Henrik)
|
|
|
|
|
Menu.hh/cc
|
2004-06-21 09:53:01 +00:00
|
|
|
|
*04/06/21:
|
2004-06-21 15:23:42 +00:00
|
|
|
|
* Fix and tidy KDE dockapps on [re]start (Simon)
|
|
|
|
|
- and don't listen to screen reconfigure sig anymore in toolbar
|
|
|
|
|
Screen.hh/cc Toolbar.cc fluxbox.cc
|
2004-06-21 09:53:01 +00:00
|
|
|
|
* Fix autogrouping issue where windows wouldn't show (Simon)
|
|
|
|
|
Workspace.cc
|
2004-06-19 15:04:28 +00:00
|
|
|
|
*04/06/20:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Clean out old nls stuff. Move in those strings that
|
2004-06-20 15:18:24 +00:00
|
|
|
|
are still in the new names, new Makefiles, etc (Simon)
|
|
|
|
|
- need to get script to help people translate
|
2004-08-29 21:11:24 +00:00
|
|
|
|
nls/*/Makefile.am nls/*/Translation.m -nls/*/*.m
|
2004-06-20 10:29:51 +00:00
|
|
|
|
* Fix various systray issues (Simon)
|
|
|
|
|
SystemTray.cc Toolbar.cc ToolbarItem.hh
|
2004-06-20 04:49:33 +00:00
|
|
|
|
* Support _NET_WM_WINDOW_TYPE_DESKTOP (Simon)
|
|
|
|
|
- eg nautilus desktop windows are on the bottom, not tabable, etc
|
|
|
|
|
Ewmh.hh/cc Window.hh/cc
|
2004-06-19 15:04:28 +00:00
|
|
|
|
* Fix honouring of initial state on window open (Simon)
|
|
|
|
|
Window.hh/cc Screen.cc
|
2004-06-17 16:12:20 +00:00
|
|
|
|
*04/06/18:
|
|
|
|
|
* background xmessage in fbsetbg so it doesn't block anything
|
|
|
|
|
also set the "okay" button to default so you can just press enter
|
|
|
|
|
(Simon)
|
|
|
|
|
fbsetbg
|
2004-06-16 15:38:19 +00:00
|
|
|
|
*04/06/17:
|
|
|
|
|
* Improve rendering speed of toolbar (Simon)
|
|
|
|
|
- remove many redundant renders (esp. startup)
|
|
|
|
|
- only update clock if the text has changed
|
|
|
|
|
- fix transparency and border on most items
|
|
|
|
|
IconbarTool.hh/cc IconButton.cc Toolbar.cc Container.cc
|
|
|
|
|
ClockTool.cc WorkspaceNameTool.cc
|
2004-06-14 12:26:10 +00:00
|
|
|
|
*04/06/14:
|
|
|
|
|
* More menu transparency improvements (Henrik)
|
|
|
|
|
Menu.cc
|
2004-06-13 00:34:36 +00:00
|
|
|
|
*04/06/13:
|
2004-06-14 12:26:10 +00:00
|
|
|
|
* More menu transparency improvements (Henrik)
|
2004-06-13 00:34:36 +00:00
|
|
|
|
Menu.hh/cc, MenuTheme.hh
|
2004-06-12 14:33:17 +00:00
|
|
|
|
*04/06/12:
|
|
|
|
|
* Updated japanese locales from Yasuhiro Takabayashi
|
|
|
|
|
<kourin at momonga-linux dot org>
|
|
|
|
|
fluxbox-generate_menu.in
|
2004-06-10 11:44:21 +00:00
|
|
|
|
*04/06/10:
|
|
|
|
|
* Fixed icon in menu and improved menu loading speed (Henrik)
|
|
|
|
|
New option for menu file:
|
|
|
|
|
[key] (label) {argument to key} <the icon filename>
|
|
|
|
|
example:
|
|
|
|
|
[exec] (aterm) {aterm} <terminal.xpm>
|
|
|
|
|
MenuItem.cc/hh, FbMenuParser.hh/cc, MenuCreator.cc
|
2004-06-07 22:44:19 +00:00
|
|
|
|
*04/06/08:
|
2004-06-08 13:15:30 +00:00
|
|
|
|
* Fix up bsetroot nls, and couple of other tweaks (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
util/Makefile.am bsetroot.cc nls/Makefile.am fluxbox-nls.hh nlsinfo
|
2004-06-08 13:15:30 +00:00
|
|
|
|
MenuCreator.cc WorkspaceMenu.cc
|
2004-06-07 22:44:19 +00:00
|
|
|
|
* Some man page license updates c/- Han
|
|
|
|
|
fluxbox.1.in bsetroot.1 startfluxbox.1
|
2004-06-07 11:46:05 +00:00
|
|
|
|
*04/06/07:
|
2004-06-07 22:25:13 +00:00
|
|
|
|
* New menu theme items:
|
|
|
|
|
menu.titleHeight: integer
|
|
|
|
|
menu.itemHeight: integer
|
|
|
|
|
The height of the item/title will be the biggest of
|
|
|
|
|
font height + bevel and the specified height, so the
|
|
|
|
|
text will always fit.
|
|
|
|
|
MenuTheme.hh/cc
|
|
|
|
|
(Henrik)
|
|
|
|
|
* Improved menu transparent rendering speed and
|
|
|
|
|
the text is not transparent anymore so you are able
|
|
|
|
|
to see the text even if you have 100% transparency
|
|
|
|
|
Menu.hh/cc (Henrik)
|
|
|
|
|
* Moved drawing of menu items to MenuItem class
|
|
|
|
|
MenuItem.hh/cc, MenuSeparator.hh/cc (Henrik)
|
2004-06-07 11:46:05 +00:00
|
|
|
|
* Initial NLS update (Simon)
|
|
|
|
|
- use _FBTEXT, or _FBTKTEXT for all strings that go to the user
|
|
|
|
|
- regenerate fluxbox-nls.hh when adding new strings
|
|
|
|
|
- This patch doesn't convert old translations, so for the mo,
|
|
|
|
|
translations are broken, sorry. Thats next.
|
2004-08-29 21:11:24 +00:00
|
|
|
|
{nls,src,FbTk}/Makefile.am fluxbox-nls.hh nls/nlsinfo -src/I18n.hh/cc
|
2004-06-07 11:46:05 +00:00
|
|
|
|
+FbTk/I18n.hh/cc Color.cc EventManager.cc Font.cc ImageControl.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Menu.cc Resource.cc TextureRender.cc Theme.cc Transparent.cc
|
|
|
|
|
XFontImp.cc Gnome.cc Ewmh.cc FbCommandFactory.cc IconMenu.cc
|
2004-06-07 11:46:05 +00:00
|
|
|
|
IconbarTool.cc Keys.cc MenuCreator.cc RegExp.cc Remember.cc Screen.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Slit.hh/cc Toolbar.cc WinClient.cc Window.cc Workspace.cc
|
2004-06-07 11:46:05 +00:00
|
|
|
|
WorkspaceMenu.cc Xutil.cc fluxbox.cc main.cc
|
2004-05-24 13:09:32 +00:00
|
|
|
|
*04/05/24:
|
|
|
|
|
* Fix handling alpha value of zero (Simon)
|
2004-05-24 15:30:52 +00:00
|
|
|
|
- also fix up defaulting of missing alpha theme items to 255
|
2004-08-29 21:11:24 +00:00
|
|
|
|
FbWindow.cc ToolbarTheme.hh/cc IconbarTheme.cc ToolTheme.cc
|
2004-05-24 15:30:52 +00:00
|
|
|
|
FbWinFrameTheme.cc
|
2004-05-21 18:37:36 +00:00
|
|
|
|
*04/05/21:
|
|
|
|
|
* fluxbox-generate_menu:
|
|
|
|
|
Updated polish locales from: <20>ukasz Wrzosek (unl at poczta dot fm)
|
2004-05-18 08:35:22 +00:00
|
|
|
|
*04/05/18:
|
|
|
|
|
* Make the size of arrows in buttons half the button size (grubert).
|
|
|
|
|
* Add UP and DOWN buttons.
|
2004-05-17 15:01:32 +00:00
|
|
|
|
*04/05/17:
|
|
|
|
|
* Fix rendering of transparency on menu exposes (Simon)
|
|
|
|
|
- also enable save unders for menu windows
|
|
|
|
|
This is kind of experimental. Backing store is off by default
|
|
|
|
|
in XF86-4. If you want to play, add: Option "BackingStore" "yes"
|
|
|
|
|
to the Screen section in your XF86Config file. And let me know
|
|
|
|
|
how it goes :) It basically means we don't have to refresh
|
|
|
|
|
menus as much, but uses more memory. Shouldn't break anything new.
|
|
|
|
|
Menu.cc FbWindow.hh/cc
|
2004-05-17 15:20:32 +00:00
|
|
|
|
* Fix slit transparency too (finally) while we're at it (Simon)
|
|
|
|
|
Slit.hh/cc
|
2004-05-13 01:48:18 +00:00
|
|
|
|
*04/05/13:
|
|
|
|
|
* Fix a crash when a window closes while [opaque] moving (Simon)
|
|
|
|
|
- also tidy up several related things when a window hides
|
|
|
|
|
- don't call frame().hide() explicitly, use FBW.hide(bool)
|
|
|
|
|
Window.hh/cc Workspace.hh/cc Screen.cc
|
2004-05-04 14:33:38 +00:00
|
|
|
|
*04/05/04:
|
|
|
|
|
* Fix EventManager bug/memory leak (possibly caused crash) (Simon)
|
|
|
|
|
EventManager.hh/cc
|
2004-05-02 21:32:57 +00:00
|
|
|
|
*04/05/02:
|
2004-05-02 21:37:28 +00:00
|
|
|
|
* Added new nls item for windowmenu: Layer
|
2004-08-29 21:11:24 +00:00
|
|
|
|
nls/C/Windowmenu.m
|
2004-05-02 21:32:57 +00:00
|
|
|
|
* New command: exit
|
|
|
|
|
(Henrik)
|
|
|
|
|
FbCommandFactory.cc
|
|
|
|
|
* Fixed loading of a windowmenu file. (Henrik)
|
|
|
|
|
New resource:
|
|
|
|
|
* session.screen<num>.windowMenu: <filename>
|
|
|
|
|
The menu file format is the same as the normal ~/.fluxbox/menu
|
|
|
|
|
but with some special menu items:
|
|
|
|
|
[iconify], [maximize], [shade], [close], [extramenus]
|
|
|
|
|
[layer], [sendto]
|
|
|
|
|
+ the all the other menu items that you can use in the normal
|
|
|
|
|
root menu (i.e [exec] (aterm) {aterm})
|
|
|
|
|
The [extramenus] will add "remember" menu
|
|
|
|
|
example: session.screen0.windowMenu: ~/.fluxbox/windowmenu
|
|
|
|
|
[begin]
|
|
|
|
|
[exec] (aterm) {aterm}
|
|
|
|
|
[maximize]
|
|
|
|
|
[shade]
|
|
|
|
|
[stick]
|
|
|
|
|
[submenu] (advanced)
|
|
|
|
|
[layer]
|
|
|
|
|
[sendto]
|
|
|
|
|
[extramenus]
|
|
|
|
|
[end]
|
|
|
|
|
[separator]
|
|
|
|
|
[close]
|
|
|
|
|
[end]
|
|
|
|
|
* Moved out some simple classes from Screen.cc (Henrik)
|
|
|
|
|
new files:
|
|
|
|
|
StyleMenuItem.hh/cc
|
|
|
|
|
* Fixed new menu parsing (Henrik)
|
|
|
|
|
everything goes through MenuCreator now.
|
|
|
|
|
Window.cc, Screen.hh/cc, fluxbox.cc/hh
|
2004-08-29 21:11:24 +00:00
|
|
|
|
new files:
|
|
|
|
|
MenuCreator.cc/hh, Parser.hh/cc, FbMenuParser.hh/cc,
|
2004-05-02 21:32:57 +00:00
|
|
|
|
IconMenu.hh/cc, WorkspaceMenu.hh/cc
|
2004-04-30 13:11:40 +00:00
|
|
|
|
*04/04/30:
|
|
|
|
|
* fix up reparent issue that affects java menus (thanks Scott Moser)
|
|
|
|
|
Window.cc
|
2004-04-28 13:04:06 +00:00
|
|
|
|
*04/04/28:
|
2004-04-28 14:59:12 +00:00
|
|
|
|
* Fix key bindings for directional focus movement (Simon)
|
|
|
|
|
- reminder, key actions are: FocusUp, FocusDown, FocusLeft, FocusRight
|
|
|
|
|
WorkspaceCmd.hh/cc Screen.hh/cc WinClient.hh/cc FbCommandFactory.cc
|
2004-04-28 13:04:06 +00:00
|
|
|
|
* Add apps file matching on WM_WINDOW_ROLE (Simon)
|
2004-04-28 14:59:12 +00:00
|
|
|
|
- use "role=string". Particularly useful for gaim+gimp windows
|
2004-04-28 13:04:06 +00:00
|
|
|
|
[app] (role=buddy_list) ...
|
|
|
|
|
ClientPattern.hh/cc FbWindow.hh/cc
|
2004-04-26 15:04:37 +00:00
|
|
|
|
*04/04/27:
|
|
|
|
|
* Fix up several toolbar theme items and alignments (Simon)
|
|
|
|
|
- big improvement in look/compatibility of older styles
|
|
|
|
|
Toolbar.cc Theme.hh/cc ThemeItems.hh ToolbarTheme.cc MenuTheme.cc Text.cc
|
|
|
|
|
IconbarTheme.cc SlitTheme.cc WorkspaceNameTheme.hh IconbarTool.cc
|
2004-04-27 08:09:57 +00:00
|
|
|
|
*04/04/26:
|
|
|
|
|
* Fixed some small compile errors with gcc 3.4
|
|
|
|
|
(Henrik)
|
2004-05-02 21:32:57 +00:00
|
|
|
|
--------------------------------------------------------------------
|
2004-01-18 19:15:51 +00:00
|
|
|
|
Changes for 0.9.9:
|
2004-04-22 21:04:44 +00:00
|
|
|
|
*04/04/22:
|
2004-04-22 21:15:28 +00:00
|
|
|
|
* New Command: Deiconify <mode> <dest>
|
|
|
|
|
* Where mode is:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* last
|
|
|
|
|
- deiconify last iconified window
|
|
|
|
|
* lastworkspace (default)
|
2004-04-22 21:15:28 +00:00
|
|
|
|
- deiconify last iconified window
|
|
|
|
|
from current workspace
|
|
|
|
|
* all
|
|
|
|
|
- deiconify all iconified windows
|
|
|
|
|
* allworkspace
|
2004-08-29 21:11:24 +00:00
|
|
|
|
- deiconify all iconfiied windows
|
2004-04-22 21:15:28 +00:00
|
|
|
|
from current workspace
|
|
|
|
|
* and dest is:
|
|
|
|
|
* current (default)
|
|
|
|
|
- deiconify them on current windows
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* origin
|
2004-04-22 21:15:28 +00:00
|
|
|
|
- deiconify them where they were
|
2004-04-22 21:20:08 +00:00
|
|
|
|
* originquiet
|
|
|
|
|
- deiconify to old workspace but dont follow
|
2004-04-22 21:15:28 +00:00
|
|
|
|
(Thanks Mathias Gumz)
|
|
|
|
|
FbCommands.cc/hh, FbCommandFactory.cc
|
2004-04-22 21:10:27 +00:00
|
|
|
|
* Attach area for tabs:
|
|
|
|
|
new resource:
|
|
|
|
|
* session.tabsAttachArea: <mode>
|
|
|
|
|
where mode is:
|
|
|
|
|
Window - dropping tabs to any part of the destination-window
|
|
|
|
|
leads to attaching to that frame (default)
|
|
|
|
|
Titlebar - dropping tabs only to the titlebar of the destination-
|
|
|
|
|
window leads to attaching to that frame
|
|
|
|
|
(Thanks Mathias Gumz)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* FbRun:
|
|
|
|
|
path completion and fixed so it loads apps on first tab-press
|
2004-04-22 21:10:27 +00:00
|
|
|
|
(Thanks Mathias Gumz)
|
2004-04-22 21:04:44 +00:00
|
|
|
|
FbRun.cc
|
2004-04-19 18:11:01 +00:00
|
|
|
|
*04/04/19:
|
2004-04-19 22:49:54 +00:00
|
|
|
|
* Moved kde dockapps from slit into the systray in toolbar (Henrik
|
|
|
|
|
Screen.hh/cc, Systray.hh/cc, fluxbox.hh/cc, Slit.cc/hh
|
2004-04-19 18:11:01 +00:00
|
|
|
|
* Minor fix for fbrun using FbTk::Directory (Thanks Mathias Gumz)
|
|
|
|
|
Directory.hh/cc, FbRun.cc
|
2004-04-18 14:17:58 +00:00
|
|
|
|
*04/04/18:
|
2004-04-19 18:11:01 +00:00
|
|
|
|
* Fixed decoration bug with mwm hint + remember (Thanks Mathias Gumz)
|
|
|
|
|
fluxbox.hh/cc, Window.hh/cc
|
2004-04-18 19:02:17 +00:00
|
|
|
|
* Fixed round courners bug in menu (Henrik)
|
|
|
|
|
FbMenu.hh/cc, FbTk/Menu.hh
|
2004-04-18 17:57:06 +00:00
|
|
|
|
* Minor fix for decor/position remember state (Thanks Mathias Gumz)
|
|
|
|
|
Remember.cc
|
|
|
|
|
* Fixed drawing issue with big menus (Thanks Mathias Gumz)
|
|
|
|
|
FbTk/Menu.cc
|
2004-04-18 14:17:58 +00:00
|
|
|
|
* fbrun: Tab complete on all apps in $PATH
|
|
|
|
|
(To tab complete on history Ctrl+Tab)
|
|
|
|
|
(Thanks Mathias Gumz)
|
|
|
|
|
FbRun.hh/cc
|
2004-04-17 09:19:46 +00:00
|
|
|
|
*04/04/17:
|
|
|
|
|
* KDE as default now, not a big overhead anyways (Henrik)
|
|
|
|
|
configure.in
|
2004-04-14 14:05:54 +00:00
|
|
|
|
*04/04/14:
|
2004-04-14 16:38:33 +00:00
|
|
|
|
* Revert to sync. Async stops it from replaying (Simon)
|
|
|
|
|
Window.cc
|
2004-04-14 15:40:57 +00:00
|
|
|
|
* Half revert a bit of the below, since it broke click-to-focus (Simon)
|
|
|
|
|
-> adds back the grab, but as an async one
|
|
|
|
|
Window.cc
|
2004-04-14 15:17:20 +00:00
|
|
|
|
* Hopefully fix the "stange" hang on restart (Simon)
|
|
|
|
|
- remove big sync-ed grab on all Button1 events
|
|
|
|
|
- Also tidy and fix tab moving
|
|
|
|
|
Window.cc
|
2004-04-14 14:05:54 +00:00
|
|
|
|
* Fixed a menu title bug (Thanks Mathias Gumz)
|
|
|
|
|
Menu.cc
|
2004-04-12 18:25:11 +00:00
|
|
|
|
*04/04/12:
|
2004-04-12 23:06:11 +00:00
|
|
|
|
* Hide window menu when clicking on another window (Thanks Mathias Gumz)
|
|
|
|
|
Screen.hh/cc, Window.hh/cc
|
2004-04-12 18:25:11 +00:00
|
|
|
|
* Possibly fixed the "strange" hang on restart and at creation of
|
|
|
|
|
new windows. Needs more testing though.
|
|
|
|
|
Making sure there's not more than one GrabPointer at once in FluxboxWindow.
|
|
|
|
|
(Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Window.hh/cc
|
2004-04-12 18:25:11 +00:00
|
|
|
|
*04/04/10:
|
|
|
|
|
* Some cleaning in Makefile.am's (Thanks Fr<46>d<EFBFBD>ric L. W. Meunier (1 at pervalidus dot net))
|
2004-04-04 12:17:09 +00:00
|
|
|
|
*04/04/03:
|
|
|
|
|
* French nls for fluxbox-generate_menu (Thanks LaLu <mathieu dot buffenoir at ece dot fr>
|
|
|
|
|
fluxbox-generate_menu.in
|
2004-04-01 14:06:42 +00:00
|
|
|
|
*04/04/01:
|
|
|
|
|
* Support aspect ratio hints (Simon)
|
|
|
|
|
WinClient.cc
|
2004-03-31 10:32:07 +00:00
|
|
|
|
*04/03/31:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed _MOTIF_WM_HINTS decoration toggle bug (Henrik)
|
2004-03-30 14:32:04 +00:00
|
|
|
|
Window.cc
|
2004-03-31 10:32:07 +00:00
|
|
|
|
*04/03/30:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed optional decoration on transient windows
|
2004-04-01 14:06:42 +00:00
|
|
|
|
(Thanks Scott Moser <ssmoser at us dot ibm dot com>)
|
|
|
|
|
Screen.hh/cc, Window.cc, nls/C/Configmenu.m
|
2004-03-28 17:49:03 +00:00
|
|
|
|
*04/03/28:
|
|
|
|
|
* Fixed window snaping to screen objects (Henrik)
|
|
|
|
|
Window.cc
|
2004-03-22 20:28:39 +00:00
|
|
|
|
*04/03/22:
|
2004-03-22 21:06:22 +00:00
|
|
|
|
* Added screen resources to define line style for resize/move (Thanks Mathias Gumz)
|
|
|
|
|
session.screen<num>.overlay.lineWidth: <integer>
|
2004-08-29 21:11:24 +00:00
|
|
|
|
session.screen<num>.overlay.lineStyle: <valid arguments:
|
2004-03-22 21:06:22 +00:00
|
|
|
|
LineSolid, LineOnOffDash
|
|
|
|
|
LineDoubleDash
|
|
|
|
|
>
|
2004-08-29 21:11:24 +00:00
|
|
|
|
session.screen<num>.overlay.joinStyle: <valid arguments:
|
2004-03-22 21:06:22 +00:00
|
|
|
|
JoinRound, JoindMiter,
|
|
|
|
|
JoinBevel
|
|
|
|
|
>
|
2004-08-29 21:11:24 +00:00
|
|
|
|
session.screen<num>.overlay.capStyle: <valid arguments:
|
2004-03-22 21:06:22 +00:00
|
|
|
|
CapNotLast, CapRound,
|
|
|
|
|
CapButt, CapProjecting>
|
|
|
|
|
|
2004-03-22 20:28:39 +00:00
|
|
|
|
* Fixed no-text-in-iconbar-bug on restart (Thanks Mathias Gumz)
|
|
|
|
|
IconbarTool.cc
|
2004-03-21 09:00:25 +00:00
|
|
|
|
*04/03/21:
|
|
|
|
|
* A number of small fixes (Simon)
|
|
|
|
|
- Fix up focus+highlights on tab close
|
|
|
|
|
- Centralise focus fallbacks (fluxbox::unfocusWindow)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
- we now prefer the last focused window in the current tabgroup to
|
2004-03-21 09:00:25 +00:00
|
|
|
|
the actual last focused window on the whole screen.
|
|
|
|
|
fluxbox.hh/cc Screen.hh/cc Window.hh/cc Workspace.hh/cc FbWinFrame.cc
|
2004-03-19 09:38:39 +00:00
|
|
|
|
*04/03/19:
|
|
|
|
|
* fluxbox-generate_menu: (Han)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
removes the reload-menu code which is obsolete
|
2004-03-19 09:38:39 +00:00
|
|
|
|
since Mathias's latest patch
|
|
|
|
|
fluxbox-generate_menu.in
|
2004-03-18 14:46:47 +00:00
|
|
|
|
*04/03/18:
|
|
|
|
|
* Fixed menu time stamp for root menu (Thanks Mathias Gumz)
|
|
|
|
|
the root menu now reloads if you edit the menu file
|
|
|
|
|
Screen.cc
|
|
|
|
|
* Added Control-c to the TextBox.cc so the (Thanks Mathias Gumz)
|
|
|
|
|
TextBox gets cleared if one presses Control-c
|
|
|
|
|
TextBox.cc
|
2004-05-02 21:32:57 +00:00
|
|
|
|
* Fixed so @ and | works in text box (Thanks Mathias Gumz)
|
2004-03-18 14:46:47 +00:00
|
|
|
|
TextBox.cc
|
2004-03-15 23:36:13 +00:00
|
|
|
|
*04/03/16:
|
2004-03-18 14:46:47 +00:00
|
|
|
|
* Minor fix for ${INSTALL} and reload fluxbox menu (Han)
|
|
|
|
|
with fluxbox-generate_menu
|
2004-03-15 23:36:13 +00:00
|
|
|
|
* Fix the fix, and a bit more for placeWindow (Simon)
|
|
|
|
|
Workspace.cc
|
2004-03-15 03:48:47 +00:00
|
|
|
|
*04/03/15:
|
|
|
|
|
* bug in placeWindow caused spinning with screens higher than width
|
|
|
|
|
e.g. vertical xinerama (Simon)
|
|
|
|
|
Workspace.cc
|
2004-03-13 11:15:44 +00:00
|
|
|
|
*04/03/13:
|
|
|
|
|
* Fixed so it compiles in cygwin (Henrik)
|
|
|
|
|
I18n.hh
|
2004-03-11 00:08:34 +00:00
|
|
|
|
*04/03/11:
|
2004-03-11 08:39:43 +00:00
|
|
|
|
* fbsetbg updates: (Han)
|
|
|
|
|
* Check if Esetroot was linked with Imlib
|
|
|
|
|
* Add support for gxmessage (looks much nicer)
|
|
|
|
|
* Send all messages to xmessage/gxmessage because test -t is also true
|
|
|
|
|
when startx is used.
|
|
|
|
|
* Add compat note for $UID
|
2004-03-11 00:08:34 +00:00
|
|
|
|
* fbsetbg: special Esetroot check and message improvements (Han)
|
2004-03-07 23:37:39 +00:00
|
|
|
|
*04/03/08:
|
2004-03-08 12:20:31 +00:00
|
|
|
|
* Fix focus passing when grouping (Simon)
|
|
|
|
|
Window.cc
|
2004-03-07 23:37:39 +00:00
|
|
|
|
* Fix receipt of _NET_WM_DESKTOP client messages (Simon)
|
|
|
|
|
- fixes xmms "show on all desktops" not working
|
|
|
|
|
Ewmh.cc
|
2004-03-03 07:44:48 +00:00
|
|
|
|
*04/03/03:
|
2004-03-03 12:53:06 +00:00
|
|
|
|
* Fix update of keys on keymap change (Simon)
|
|
|
|
|
fluxbox.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fix outline moving dropping on source workspace made window
|
|
|
|
|
disappear [we now explicitly don't unfocus a moving window] (Simon)
|
2004-03-03 12:29:31 +00:00
|
|
|
|
Window.cc fluxbox.cc
|
2004-03-03 07:44:48 +00:00
|
|
|
|
* Updated finnish locales for fluxbox-generate_menu (Thanks Lauri Hakkarainen)
|
2004-03-01 13:16:41 +00:00
|
|
|
|
*04/03/02:
|
|
|
|
|
* fluxbox-generate_menu changes: (Han)
|
|
|
|
|
* Updated German locales from Mathias Gumz
|
|
|
|
|
* More firefox support.
|
|
|
|
|
* Updated compat-notes.
|
2004-02-28 10:43:57 +00:00
|
|
|
|
*04/02/28:
|
2004-02-28 16:57:15 +00:00
|
|
|
|
* Improved rendering speed when changing workspace or creating new window (Henrik)
|
|
|
|
|
FbWinFrame.cc
|
|
|
|
|
* Fixed bug in StringUtil::removeTrailingWhitespace (Thanks Mathias Gumz)
|
|
|
|
|
StringUtil.cc
|
2004-02-28 10:43:57 +00:00
|
|
|
|
* Fixed infinite loop in fbrun (Thanks Mathias Gumz)
|
|
|
|
|
FbRun.cc
|
|
|
|
|
* Added improved checking for compiler and compiler version (Henrik)
|
|
|
|
|
version.h.in, main.cc
|
2004-02-27 14:23:03 +00:00
|
|
|
|
*04/02/26:
|
|
|
|
|
* Improved transparent rendering speed in titlebar (Henrik)
|
|
|
|
|
FbWinFrame.cc
|
|
|
|
|
* Improved transparent rendering speed in Menu (Henrik)
|
|
|
|
|
Menu.cc
|
|
|
|
|
* Added CompareEqual class template that helps comparing
|
|
|
|
|
accessor functions with PODs for containers
|
|
|
|
|
CompareEqual.hh
|
2004-02-25 18:41:38 +00:00
|
|
|
|
*04/02/25:
|
|
|
|
|
* Fixed cycling in tab completion for fbrun (Thanks Mathias Gumz)
|
|
|
|
|
FbRun.cc
|
2004-02-20 09:30:35 +00:00
|
|
|
|
*04/02/20:
|
2004-02-20 19:42:00 +00:00
|
|
|
|
* Added SendToNextWorkspace and SendToPrevWorkspace actions (Thanks Mathias Gumz)
|
|
|
|
|
CurrentWindowCmd.hh/cc, FbCommandFactory.cc
|
2004-02-20 09:30:35 +00:00
|
|
|
|
* Minor filename expansion fix (Thanks Mathias Gumz)
|
|
|
|
|
and added '!' as a comment character in keys file
|
|
|
|
|
fluxbox.cc, Workspace.cc, Slit.cc, Keys.cc
|
|
|
|
|
* fixed focus issues with remember hidden (Thanks Mathias Gumz)
|
|
|
|
|
Ewmh.cc, Gnome.cc, Screen.cc, Window.hh/cc, Remember.hh/cc
|
2004-02-18 10:36:20 +00:00
|
|
|
|
*04/02/18:
|
|
|
|
|
* Change workspace when clicking on a window in iconbar that's on (Henrik)
|
|
|
|
|
another workspace
|
|
|
|
|
IconButton.cc
|
2004-02-16 09:20:45 +00:00
|
|
|
|
*04/02/16:
|
2004-02-16 10:28:20 +00:00
|
|
|
|
* Added remember hidden state for apps (Thanks Mathias Gumz)
|
|
|
|
|
You mark apps in the apps-file with
|
|
|
|
|
[Hidden] {yes}
|
|
|
|
|
With this you can configure any app to be hidden from the toolbar
|
|
|
|
|
Remember.cc/hh, IconbarTool.cc
|
2004-02-16 09:20:45 +00:00
|
|
|
|
* Fixed window size bug in no-decor windows on start/restart (Henrik)
|
|
|
|
|
Window.cc
|
|
|
|
|
*04/02/14:
|
|
|
|
|
* Fixed bug in _NET_MOVERESIZE_WINDOW (Henrik)
|
|
|
|
|
Ewmh.cc
|
2004-02-10 12:57:42 +00:00
|
|
|
|
*04/02/10:
|
2004-02-10 19:04:53 +00:00
|
|
|
|
* Minor fixes (Thanks Mathias Gumz)
|
|
|
|
|
fluxbox.hh/cc, Slit.cc, Xinerama.hh, Screen.cc
|
2004-02-10 12:57:42 +00:00
|
|
|
|
* fbgm updates (Thanks Han and Nero Wolfe [mrwolfe<at>linuxmail.org])
|
|
|
|
|
- portability fixes, improve menu reloading, and new menu entries
|
|
|
|
|
fluxbox-generate_menu.in
|
2004-01-30 11:06:25 +00:00
|
|
|
|
*04/01/30:
|
|
|
|
|
* Tidy up a few slitlist things (Simon)
|
|
|
|
|
- expand ~, trim spaces, allow comments, use WM_CLASS instead of NAME
|
|
|
|
|
- should make it use regexp like remember sometime
|
|
|
|
|
Slit.cc Xutil.hh/cc
|
2004-01-23 10:38:25 +00:00
|
|
|
|
*04/01/23:
|
|
|
|
|
* Fix a few window frame issues when changing styles (Simon)
|
|
|
|
|
- particularly a "void" area of the window
|
|
|
|
|
Window.hh/cc FbWinFrame.cc
|
2004-01-22 05:49:33 +00:00
|
|
|
|
*04/01/22:
|
|
|
|
|
* Fix missing sanitycheck in fbsetbg (Thanks Tom Ryan)
|
|
|
|
|
fbsetbg
|
2004-01-21 09:05:37 +00:00
|
|
|
|
*04/01/21:
|
2004-12-31 16:32:51 +00:00
|
|
|
|
* Added more international keywords and (Thanks Antonio Gomes)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Portuguese locales for fluxbox-generate_menu.in
|
2004-01-21 21:59:14 +00:00
|
|
|
|
* Added automatic reload of the new menu in (Han)
|
|
|
|
|
fluxbox-generate_menu
|
2004-01-21 20:15:25 +00:00
|
|
|
|
* Fixed window size bug (Henrik)
|
|
|
|
|
FbWinFrame::hideHandle and hideTitlebar could've
|
|
|
|
|
caused window to have negative size
|
2004-08-29 21:11:24 +00:00
|
|
|
|
FbWinFrame.cc
|
2004-01-21 12:32:13 +00:00
|
|
|
|
* Fixed cursor bug in fbrun (Thanks Mathias Gumz (gumz<at>cs.uni-magdeburg.de))
|
|
|
|
|
TextBox.cc
|
2004-01-21 09:37:55 +00:00
|
|
|
|
* Added support for: (Henrik)
|
|
|
|
|
_NET_WM_WINDOW_TYPE
|
|
|
|
|
_NET_WM_WINDOW_TYPE_DOCK
|
|
|
|
|
Ewmh.hh/cc
|
2004-01-21 20:15:25 +00:00
|
|
|
|
* Fixed so one can navigate in menu even if (Henrik)
|
|
|
|
|
numlock, capslock or scrollock are on
|
2004-01-21 09:05:37 +00:00
|
|
|
|
Menu.cc
|
2004-01-19 18:38:28 +00:00
|
|
|
|
*04/01/19:
|
|
|
|
|
* Fixed minor bug in ResourceManager (Henrik)
|
|
|
|
|
Resource.cc
|
|
|
|
|
* Support for: (Henrik)
|
2004-01-19 22:45:57 +00:00
|
|
|
|
_NET_WM_STATE_ABOVE
|
|
|
|
|
_NET_WM_STATE_BELOW
|
2004-01-19 18:38:28 +00:00
|
|
|
|
_NET_WM_CLIENT_LIST_STACKING
|
|
|
|
|
_NET_WM_DESKTOP_VIEWPORT
|
|
|
|
|
_NET_WM_DESKTOP_GEOMETRY
|
|
|
|
|
_NET_WORKAREA
|
|
|
|
|
_NET_ACTIVE_WINDOW
|
|
|
|
|
Ewmh.cc
|
|
|
|
|
* Fixed minor bugs in Ewmh, (Henrik)
|
|
|
|
|
The gnome-panel should now be working with window list and workspaces
|
|
|
|
|
Ewmh.cc
|
2004-01-18 19:15:51 +00:00
|
|
|
|
*04/01/18:
|
2004-01-19 18:38:28 +00:00
|
|
|
|
* Fixed snap to max screen area instead of real screen area (Henrik)
|
|
|
|
|
Window.cc
|
2004-01-18 19:15:51 +00:00
|
|
|
|
* Support for _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBAR (Henrik)
|
|
|
|
|
Window.cc/hh, Ewmh.hh/cc
|
|
|
|
|
* Fixed mplayer xvid vo bug (Henrik)
|
|
|
|
|
It now finds correct screen to create window on
|
|
|
|
|
fluxbox.cc
|
2004-01-17 21:27:49 +00:00
|
|
|
|
*04/01/17:
|
|
|
|
|
* Enter nls/pl_PL into configure.in and add a Makefile.am to pl_PL.
|
|
|
|
|
* Add nls/sl_SI (thanks Ale<6C> Jagodnik)
|
2004-01-16 11:52:51 +00:00
|
|
|
|
*04/01/16:
|
2004-01-17 01:30:23 +00:00
|
|
|
|
* Updated nl_NL locales (Han)
|
2004-01-16 11:52:51 +00:00
|
|
|
|
* Different window for window position (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com)
|
2004-01-17 01:30:23 +00:00
|
|
|
|
Screen.cc/hh, Window.cc,
|
2004-01-16 11:52:51 +00:00
|
|
|
|
* New Command: (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com)
|
|
|
|
|
WindowMenu - this will show the window menu on the focused window
|
|
|
|
|
* Revert to old focused window after menu keyboard navigation (Henrik)
|
|
|
|
|
fluxbox.cc
|
|
|
|
|
* Menu keyboard navigation bug fixes (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com)
|
|
|
|
|
also fixes so submenus dont open unless you press Right
|
|
|
|
|
Menu.cc
|
|
|
|
|
* Using strut area for ArrangeWindows (Thanks Carlos (mindsuck<(at)>gfxnstuff .com.ar))
|
|
|
|
|
* New behavior for icon button (Thanks Dmitriy Nikitinskiy)
|
|
|
|
|
On click: if focused then iconify else raise and focus.
|
|
|
|
|
IconButton.cc
|
|
|
|
|
*04/01/15:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------
|
2004-01-08 22:08:59 +00:00
|
|
|
|
Changes for 0.9.8:
|
2004-01-13 14:41:32 +00:00
|
|
|
|
*04/01/14:
|
2004-01-14 23:07:17 +00:00
|
|
|
|
* Fixed some border issues with left/right alignment in Iconbar (Henrik)
|
|
|
|
|
IconbarTool.cc, Container.cc
|
2004-01-13 14:41:32 +00:00
|
|
|
|
* Implement transparency for toolbar (Simon)
|
|
|
|
|
- can use toolbar.alpha, as well as toolbar.<tool>.alpha
|
|
|
|
|
ToolTheme.hh/cc IconbarTheme.hh/cc *Tool.cc Container.cc Toolbar.cc
|
2004-01-14 12:44:42 +00:00
|
|
|
|
*04/01/12:
|
|
|
|
|
* Limit loop in menu cleaning (Han)
|
|
|
|
|
fluxbox-generate_menu.in
|
2004-01-11 13:05:53 +00:00
|
|
|
|
*04/01/11:
|
|
|
|
|
* Fixed ImageControl cache problem (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
ImageControl.hh/cc
|
2004-01-11 16:14:03 +00:00
|
|
|
|
* Hide menus when click on iconbar (Henrik)
|
|
|
|
|
Screen.hh/cc, fluxbox.hh/cc, IconButton.cc, Toolbar.cc
|
2004-01-10 00:37:35 +00:00
|
|
|
|
*04/01/10:
|
2004-01-10 03:00:15 +00:00
|
|
|
|
* Fixed a memory leak (Henrik)
|
|
|
|
|
We forgot to destroy screens on shutdown
|
|
|
|
|
fluxbox.cc, Screen.cc
|
2004-01-10 00:37:35 +00:00
|
|
|
|
* Fix a number of transparency issues for window frames (Simon)
|
|
|
|
|
FbWinFrame.cc WinButton.hh/cc
|
2004-01-09 10:28:18 +00:00
|
|
|
|
*04/01/09:
|
2004-01-09 21:38:01 +00:00
|
|
|
|
* Fixed color parse bug (Henrik)
|
|
|
|
|
removing whitespaces
|
|
|
|
|
Color.cc
|
2004-01-09 10:28:18 +00:00
|
|
|
|
* Fixed an iconify bug in "All Windows" mode in IconbarTool (Henrik)
|
|
|
|
|
IconbarTool.cc
|
2004-01-08 22:08:59 +00:00
|
|
|
|
*04/01/08:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed some uninitialized variables (Henrik)
|
2004-01-08 22:08:59 +00:00
|
|
|
|
* Minor fixes for signed/unsigned warnings in FbTk (Henrik)
|
|
|
|
|
FbTk/*
|
|
|
|
|
|
|
|
|
|
------------------------------------------------------------------------
|
2003-11-19 12:57:27 +00:00
|
|
|
|
Changes for 0.9.7:
|
2004-01-02 14:01:15 +00:00
|
|
|
|
*04/01/02:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added new styles Emerge (from Nuno Alexandre) and
|
2004-01-03 12:01:44 +00:00
|
|
|
|
BlueFlux (from Lauri Hakkarainen)
|
|
|
|
|
* Removed styles: Clean (CleanColor renamed to Clean), Rancor and Blue (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* fbsetbg trivial: (Thanks Han)
|
|
|
|
|
Add support for random_number, provided by:
|
2004-01-03 01:25:38 +00:00
|
|
|
|
http://www.xs4all.nl/~hanb/software/arc4random.tar.bz2
|
|
|
|
|
for the fans :)
|
|
|
|
|
fbsetbg
|
2004-01-03 00:33:42 +00:00
|
|
|
|
* Added menu item [separator] (Henrik)
|
|
|
|
|
Screen.cc
|
2004-01-02 22:59:47 +00:00
|
|
|
|
* Fixed bug in ThemeItem<int>::setFromString (Henrik)
|
|
|
|
|
It didn't check if sscanf returned error
|
|
|
|
|
ThemeItems.hh
|
2004-01-02 14:01:15 +00:00
|
|
|
|
* Fixed image cache bug (Henrik)
|
|
|
|
|
ImageControl.hh
|
|
|
|
|
* Fixed active/unfocus fallback bug (Henrik)
|
|
|
|
|
FbWinFrame.cc
|
|
|
|
|
* Tab completion in command dialog (Henrik)
|
|
|
|
|
CommandDialog.hh
|
2003-12-30 21:51:06 +00:00
|
|
|
|
*03/12/30:
|
2003-12-31 00:39:42 +00:00
|
|
|
|
* Added resource session.useMod1 <boolean> to disable/enable mod1 (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
for Resize/Move window with mod1 + button
|
2003-12-31 00:39:42 +00:00
|
|
|
|
Window.cc, fluxbox.hh/cc
|
|
|
|
|
* Fixed so it checks for caps, num and scrollock (Henrik)
|
|
|
|
|
KeyUtil.hh/cc, fluxbox.cc, TextBox.cc, WorkspaceCmd.cc, Window.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Focus issue (Henrik)
|
2003-12-30 21:51:06 +00:00
|
|
|
|
Window.cc/hh, fluxbox.hh/cc
|
|
|
|
|
*03/12/29:
|
|
|
|
|
* Removed dublicate call to load theme in startup (Henrik)
|
|
|
|
|
Screen.cc
|
|
|
|
|
* Random wallpaper for fbsetbg (Thanks Han)
|
|
|
|
|
fbsetbg, fluxbox-generate_menu
|
2003-12-23 01:55:07 +00:00
|
|
|
|
*03/12/22:
|
|
|
|
|
* Fix rendering of icon buttons when larger from rounding (Simon)
|
|
|
|
|
Container.hh IconbarTool.hh/cc
|
2003-12-22 01:20:49 +00:00
|
|
|
|
*03/12/22:
|
|
|
|
|
* Added Lock Screen to fluxbox-generate_menu (Thanks Han)
|
2003-12-21 13:57:04 +00:00
|
|
|
|
*03/12/21:
|
2003-12-21 16:12:19 +00:00
|
|
|
|
* Fix rounding on Iconbar (Simon)
|
|
|
|
|
Container.cc
|
2003-12-21 15:24:28 +00:00
|
|
|
|
* And another attempt at sloppy focus issues (Simon)
|
|
|
|
|
WinClient.cc Window.cc fluxbox.cc
|
2003-12-22 01:20:49 +00:00
|
|
|
|
* Minor fix (Henrik)
|
2003-12-21 13:57:04 +00:00
|
|
|
|
We must assume Passive when no input hint is set
|
|
|
|
|
WinClient.cc
|
2003-12-20 17:42:36 +00:00
|
|
|
|
*03/12/20:
|
2003-12-21 01:17:03 +00:00
|
|
|
|
* Fixed toolbar and slit autohide bug (Henrik)
|
|
|
|
|
Toolbar.cc, Slit.cc
|
2003-12-20 17:42:36 +00:00
|
|
|
|
* Added new action: BindKey <key line> (Henrik)
|
|
|
|
|
This will allow you to add key bindings while you're running fluxbox
|
|
|
|
|
in the Fluxbox Command dialog.
|
|
|
|
|
example:
|
|
|
|
|
BindKey Mod1 R :RootMenu
|
|
|
|
|
The key will add itself to the keys file, to remove keys you still
|
|
|
|
|
have to manualy edit the keys file until there's a better save
|
|
|
|
|
in the code.
|
|
|
|
|
FbCommandFactory.cc, FbCommands.hh/cc, Keys.hh/cc
|
2003-12-19 03:59:45 +00:00
|
|
|
|
*03/12/19:
|
2003-12-19 18:27:28 +00:00
|
|
|
|
* Added Edit Clock Format menu item (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
This allow the user to edit the clock format without open
|
2003-12-19 18:27:28 +00:00
|
|
|
|
and edit the init file manualy
|
|
|
|
|
ClockTool.cc
|
|
|
|
|
* Added new commands: (Henrik)
|
|
|
|
|
SetResourceValueCmd <resourcename> <resource value>
|
|
|
|
|
SetResourceValueDialog
|
|
|
|
|
These will help the user to set some resources that doesn't have
|
|
|
|
|
a configure menu item or that's painfull to change in small steps
|
|
|
|
|
(like Menu Alpha)
|
|
|
|
|
FbCommands.hh/cc, FbCommandFactory.cc
|
|
|
|
|
* Added setResourceValue, resourceValue and findResource to ResourceManager (Henrik)
|
|
|
|
|
Resource.hh/cc
|
2003-12-19 15:02:07 +00:00
|
|
|
|
* Removed flicker in iconbar while changing active client (Henrik)
|
|
|
|
|
in Window.
|
|
|
|
|
IconbarTool.hh/cc
|
2003-12-19 03:59:45 +00:00
|
|
|
|
* Fixed bug in key/mouse screen updates in fluxbox.cc (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Old/New action:
|
2003-12-19 03:59:45 +00:00
|
|
|
|
SetWorkspaceName doesn't pop up dialog to edit workspace name (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
it now sets the current workspace name direct
|
2003-12-19 03:59:45 +00:00
|
|
|
|
example: SetWorkspaceName somespace
|
|
|
|
|
this will set current workspace name to somespace
|
|
|
|
|
The new action for editing workspace name is:
|
|
|
|
|
WorkspaceNameDialog
|
2004-08-29 21:11:24 +00:00
|
|
|
|
FbCommands.hh/cc, FbCommandFactory.cc
|
2003-12-19 03:59:45 +00:00
|
|
|
|
* New Action: CommandDialog - with this action you'll get a dialog much like (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
fbrun but in this you can issue fluxbox actions like NextWorkspace and so on.
|
2003-12-19 03:59:45 +00:00
|
|
|
|
* Replaces WorkspaceNameEditing with a more generic dialog (Henrik)
|
|
|
|
|
CommandDialog.
|
|
|
|
|
CommandDialog.hh/cc, FbCommandFactory.cc
|
|
|
|
|
* Code cleaning (Henrik)
|
|
|
|
|
...
|
|
|
|
|
* changed session.opaqueMove to session.screen<num>.opaqueMove (Henrik)
|
|
|
|
|
Screen.cc
|
2003-12-18 01:01:55 +00:00
|
|
|
|
*03/12/18:
|
2003-12-18 21:20:46 +00:00
|
|
|
|
* Patch from Ciaran that fixes so style files that (Thanks Ciaran McCreesh)
|
|
|
|
|
starts with "." or ends with "~" (backup files)
|
|
|
|
|
doesn't gett added to style menu
|
2003-12-18 19:49:44 +00:00
|
|
|
|
* Some cleaning (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
...
|
2003-12-18 01:01:55 +00:00
|
|
|
|
* nl_NL locales (Thanks Han Boetes)
|
|
|
|
|
configure.in, nls/Makefile.am, nls/nl_NL/*, util/fluxbox-generate_menu.in
|
2003-12-17 15:28:41 +00:00
|
|
|
|
*03/12/17:
|
|
|
|
|
* Fixed some icc warnings (Henrik)
|
|
|
|
|
...
|
|
|
|
|
* Changed menu delay resource values to milliseconds instead of microsec (Henrik)
|
|
|
|
|
Max value for each delay is 5000 msec (5 seconds)
|
|
|
|
|
A good set of values are:
|
|
|
|
|
session.screen0.menuDelay: 400
|
|
|
|
|
session.screen0.menuDelayClose: 300
|
|
|
|
|
MenuTheme.hh, Menu.cc, Screen.cc
|
2003-12-15 11:55:58 +00:00
|
|
|
|
*03/12/15:
|
|
|
|
|
* Fix mozilla focus issue (Simon)
|
|
|
|
|
- When input focus hint not present assume false rather than true
|
|
|
|
|
WinClient.cc
|
2003-12-14 01:07:56 +00:00
|
|
|
|
*03/12/13:
|
|
|
|
|
* Moving client to drop zone when drag'n'drop to root window (Henrik)
|
|
|
|
|
Window.cc
|
2003-12-12 13:08:24 +00:00
|
|
|
|
*03/12/12:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added menu delay/click to open or close submenus (Henrik)
|
2003-12-12 18:20:48 +00:00
|
|
|
|
In menuMode: Click you need to click on the menu item to open it.
|
|
|
|
|
The menuDelay is the delay to open an submenu.
|
|
|
|
|
The menuDelayClose is so you don't need to aim that much when
|
|
|
|
|
you're moving the cursor to the submenu, over the item below
|
|
|
|
|
or above, so it stays visible.
|
|
|
|
|
new resource items:
|
|
|
|
|
session.screen0.menuMode: can be either Click or Delay (default: Delay)
|
2003-12-30 21:51:06 +00:00
|
|
|
|
session.screen0.menuDelay: in msec (default: 0 )
|
|
|
|
|
session.screen0.menuDelayClose: in msec (default: 0 )
|
2003-12-12 18:20:48 +00:00
|
|
|
|
example:
|
|
|
|
|
session.screen0.menuMode: Delay
|
2004-01-03 00:33:42 +00:00
|
|
|
|
session.screen0.menuDelay: 400
|
|
|
|
|
session.screen0.menuDelayClose: 300
|
2003-12-12 18:20:48 +00:00
|
|
|
|
Notice how the menuDelay is a bit larger than menuCloseDelay
|
|
|
|
|
this is so the previous menu can close before you open the next
|
|
|
|
|
|
2003-12-12 15:29:48 +00:00
|
|
|
|
* Fixed bug when adding alot of new workspaces (Henrik)
|
|
|
|
|
Ewmh.cc
|
2003-12-12 14:59:37 +00:00
|
|
|
|
* Removed Next/Prev client from window menu (Henrik)
|
|
|
|
|
Window.cc
|
|
|
|
|
* Added aligment for buttons in iconbar (Henrik)
|
|
|
|
|
Change Left, Relative or Right via the Iconbar mode menu
|
|
|
|
|
New resource item:
|
|
|
|
|
session.screen0.iconbar.clientWidth: integer
|
|
|
|
|
session.screen0.iconbar.alignment: LEFT, RELATIVE or RIGHT
|
|
|
|
|
IconbarTool.hh/cc, Container.hh/cc
|
2003-12-12 13:08:24 +00:00
|
|
|
|
* Support for bsetroot in fbsetbg (Han)
|
2003-12-11 15:22:09 +00:00
|
|
|
|
*03/12/11:
|
|
|
|
|
* Added remember position (Thanks Mathias Gumz)
|
|
|
|
|
Usage: [app] (fbrun)
|
2003-12-12 18:20:48 +00:00
|
|
|
|
[Position] (WINCENTER) {0 0}
|
2003-12-11 15:22:09 +00:00
|
|
|
|
[end]
|
|
|
|
|
and inside the { } is the relative position
|
|
|
|
|
possible values for () are:
|
|
|
|
|
UPPERLEFT, UPPERRIGHT, LOWERLEFT, LOWERRIGHT, CENTER, WINCENTER
|
|
|
|
|
Remember.cc/hh
|
2003-12-10 23:14:14 +00:00
|
|
|
|
*03/12/10:
|
2003-12-11 15:07:09 +00:00
|
|
|
|
* Added temporarly nice separator line (Thanks Ciaran McCreesh)
|
2003-12-10 23:33:50 +00:00
|
|
|
|
use [nop] (---) to get a nice separator line in the menu
|
|
|
|
|
Window.cc, Menu.cc
|
2003-12-10 23:14:14 +00:00
|
|
|
|
* Fixed geometry window bug when resizing (Henrik)
|
|
|
|
|
Window.cc, Screen.cc
|
|
|
|
|
* Cleaning in menu code (Henrik)
|
|
|
|
|
...
|
2003-12-09 08:48:08 +00:00
|
|
|
|
*03/12/09:
|
2003-12-09 12:28:24 +00:00
|
|
|
|
* Ignore NotifyInferior focus changes (Simon)
|
|
|
|
|
- trying to pin down various focus issues... does this help/hinder?
|
|
|
|
|
fluxbox.cc
|
2003-12-09 08:48:08 +00:00
|
|
|
|
* New theme items: (Simon)
|
|
|
|
|
window.label.active: <texture>
|
|
|
|
|
window.label.active.textColor: <color>
|
|
|
|
|
For highlighting the active (visible) tab when not in focus.
|
|
|
|
|
- fixes bug with unfocused windows not getting unfocus.textColor
|
|
|
|
|
FbWinFrame.hh/cc FbWinFrameTheme.hh/cc
|
2003-12-08 17:41:47 +00:00
|
|
|
|
*03/12/08:
|
2003-12-08 19:32:50 +00:00
|
|
|
|
* fbsetbg now remembers -u option and it also has (Han)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
a new -U option which does the same thing without remembering
|
|
|
|
|
fbsetbg
|
2003-12-08 17:41:47 +00:00
|
|
|
|
* Added "visible" menu item to Toolbar (Henrik)
|
|
|
|
|
When this item is off the toolbar vill be completely
|
|
|
|
|
hidden. (You can still access the toolbar menu via main
|
|
|
|
|
configure menu)
|
|
|
|
|
New resource item:
|
|
|
|
|
session.<screename>.toolbar.visible: <boolean>
|
|
|
|
|
Toolbar.hh/cc
|
|
|
|
|
* Removed data/startup.in (Henrik)
|
|
|
|
|
data/Makefile.am, data/startup.in
|
2003-12-07 16:54:27 +00:00
|
|
|
|
*03/12/07:
|
2003-12-07 17:56:41 +00:00
|
|
|
|
* Fixed bug window title change bug for iconbar (Henrik)
|
|
|
|
|
IconbarTool.cc, Workspace.cc, Window.hh/cc
|
2003-12-07 16:54:27 +00:00
|
|
|
|
* Fixed bug in extra drawing in the iconbar (Henrik)
|
|
|
|
|
TODO: check this out more
|
|
|
|
|
Container.cc
|
|
|
|
|
* Fixed bug with color/colorTo and .pixmap in styles (Henrik)
|
|
|
|
|
Toolbar.cc, Slit.cc, Screen.cc, WorkspaceNameTool.cc,
|
|
|
|
|
IconbarTool.cc, Texture.cc, ButtonTool.cc, ClockTool.cc, FbWinFrame.cc
|
|
|
|
|
* Added Toolbar to main config menu again (Henrik)
|
|
|
|
|
Toolbar.cc
|
2003-12-06 17:02:17 +00:00
|
|
|
|
*03/12/06:
|
|
|
|
|
* Updates for startfluxbox.in (Han)
|
2003-12-04 23:02:55 +00:00
|
|
|
|
*03/12/04:
|
|
|
|
|
* Added new clock format menu item (Henrik)
|
|
|
|
|
It'll toggle the clock in 24/12 format
|
|
|
|
|
ClockTool.cc/hh, ToolFactory.cc
|
|
|
|
|
* Changed XSync to FbTk::App::sync (Henrik)
|
|
|
|
|
fluxbox.cc, Keys.cc, App.hh/cc, Window.cc, Screen.cc
|
2003-12-03 00:49:59 +00:00
|
|
|
|
*03/12/03:
|
2003-12-03 23:07:43 +00:00
|
|
|
|
* window menu inside clientmenu inside workspacemenu (Henrik)
|
|
|
|
|
Workspace.cc
|
|
|
|
|
* Added new command "reloadstyle" (Henrik)
|
|
|
|
|
FbCommands.hh/cc, FbCommandFactory.cc
|
2003-12-03 00:49:59 +00:00
|
|
|
|
* Fixed so toolbar menu hides when you click on root window/desktop (Henrik)
|
|
|
|
|
fluxbox.cc
|
|
|
|
|
* Removed ToolbarHandler (Henrik)
|
|
|
|
|
ToolbarHandler.cc/hh, Toolbar.hh/cc, IconbarTool.cc, fluxbox.cc/hh
|
2003-12-02 11:59:51 +00:00
|
|
|
|
*03/12/02:
|
|
|
|
|
* Missing include of math.h for sqrt (Simon)
|
|
|
|
|
WorkspaceCmd.cc
|
2003-12-01 19:01:29 +00:00
|
|
|
|
*03/12/01:
|
2003-12-01 19:57:52 +00:00
|
|
|
|
* Fixed shadow bug with other options (Henrik)
|
|
|
|
|
Font.cc
|
2003-12-01 19:01:29 +00:00
|
|
|
|
* Fixed antialias bug in fbrun (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Antialias is enabled by default for FbRun
|
2003-12-01 19:01:29 +00:00
|
|
|
|
Changed switch -a to -na (disable antialias)
|
|
|
|
|
FbRun/main.cc
|
2003-11-28 23:31:19 +00:00
|
|
|
|
*03/11/29:
|
|
|
|
|
* Added shadow text (Henrik)
|
|
|
|
|
To use shadow in text you need to add option to your font style item.
|
2004-08-29 21:11:24 +00:00
|
|
|
|
The theme item will continue to work in old fluxbox and it'll just
|
2003-12-01 19:01:29 +00:00
|
|
|
|
ignore the "shadow" option
|
|
|
|
|
Example:
|
|
|
|
|
menu.title.font: Verdana-10:bold,shadow
|
|
|
|
|
menu.frame.font: Verdana-8:shadow
|
2003-11-28 23:31:19 +00:00
|
|
|
|
window.font: sans-8:shadow
|
2003-12-01 19:01:29 +00:00
|
|
|
|
*.font: sans-12:shadow
|
2003-11-27 14:33:26 +00:00
|
|
|
|
*03/11/27:
|
2003-11-27 22:06:25 +00:00
|
|
|
|
* The "Send To..."-menu is back (Henrik)
|
|
|
|
|
SendToMenu.hh/cc, Window.cc
|
2003-11-27 14:33:26 +00:00
|
|
|
|
* Added new option on Iconbar mode menu: "Use Pixmap" (Henrik)
|
|
|
|
|
Toggle this to show/hide pixmap of windows
|
|
|
|
|
new resource item:
|
|
|
|
|
session.screen<num>.iconbar.usePixmap: <boolean>
|
|
|
|
|
* Changed Maximize menu item in Window menu to a multi button item (Henrik)
|
|
|
|
|
Button1: Maximize Normal
|
|
|
|
|
Button2: Maximize Vertical
|
|
|
|
|
Button3: Maximize Horizontal
|
|
|
|
|
MultiButtonMenuItem.hh/cc, Window.cc
|
2003-11-23 01:19:01 +00:00
|
|
|
|
*03/11/23:
|
|
|
|
|
* Some util/ updates from Han
|
|
|
|
|
.cvsignore fbsetbg fluxbox_generate_menu.in
|
2003-11-19 12:57:27 +00:00
|
|
|
|
*03/11/19:
|
|
|
|
|
* Fix menu draw bug for empty submenus (Simon)
|
|
|
|
|
Menu.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fix menu placement for iconbar and titlebar activation, including
|
2003-11-19 12:57:27 +00:00
|
|
|
|
xinerama awareness (Simon)
|
|
|
|
|
Window.cc IconButton.cc
|
|
|
|
|
* Fix win menu hide straight after show when right click icon (Simon)
|
|
|
|
|
Menu.cc
|
2003-11-27 14:33:26 +00:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------
|
2003-08-28 14:20:30 +00:00
|
|
|
|
Changes for 0.9.6:
|
2003-11-16 22:33:56 +00:00
|
|
|
|
*03/11/16:
|
2003-11-17 00:41:54 +00:00
|
|
|
|
* Fixed sstream and strstream header check (Henrik)
|
|
|
|
|
configure.in, Remember.cc, FbCommandFactory.cc, ClientPattern.cc
|
2003-11-16 22:33:56 +00:00
|
|
|
|
* Add image search paths when loading a style (Simon)
|
|
|
|
|
- now looks for pixmaps in <stylebase> and <stylebase>/pixmaps
|
|
|
|
|
- now looks for styles in <stylesdir>/<stylename>/theme.cfg
|
|
|
|
|
=> for this, stylebase is the style directory
|
|
|
|
|
- pixmap styles should use the new format for portability
|
|
|
|
|
Theme.hh/cc Image.hh/cc Screen.cc
|
2003-11-15 19:47:09 +00:00
|
|
|
|
*03/11/15:
|
|
|
|
|
* Moved fluxbox-generate_menu to fluxbox-generate_menu.in (Thanks Han)
|
|
|
|
|
fixed empty submenu problem
|
2003-12-01 19:01:29 +00:00
|
|
|
|
fluxbox-generate_menu.in, util/Makefile.am, data/Makefile.am
|
2003-10-31 10:37:09 +00:00
|
|
|
|
*03/10/31:
|
2003-11-01 00:12:53 +00:00
|
|
|
|
* Fix slit client map on restart and surplus menu redraw (Simon)
|
|
|
|
|
SlitClient.hh Slit.cc Menu.cc
|
2003-10-31 20:02:49 +00:00
|
|
|
|
* Fix textbutton text alignment (out by one) (Simon)
|
|
|
|
|
TextButton.cc
|
2003-10-31 19:32:40 +00:00
|
|
|
|
* Tweak some positioning for winbutton drawn icons (Simon)
|
|
|
|
|
WinButton.cc
|
2003-10-31 10:37:09 +00:00
|
|
|
|
* Fix iconbar button alignment and squash inactive tools (Simon)
|
|
|
|
|
- also fix a bunch of rounding issues
|
|
|
|
|
-> keep in mind that titlebar/iconbar width may not be exactly
|
|
|
|
|
divisible by the number of clients/labels in it
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Container.cc FbWinFrame.cc SystemTray.hh Screen.cc ToolbarItem.hh
|
2003-10-31 10:37:09 +00:00
|
|
|
|
Toolbar.cc
|
2003-10-30 20:27:51 +00:00
|
|
|
|
*03/10/30:
|
|
|
|
|
* Fix handling of theme's with a zero handleWidth (Simon)
|
|
|
|
|
FbWinFrame.cc
|
2003-10-28 17:39:59 +00:00
|
|
|
|
*03/10/28:
|
|
|
|
|
* Fix building with --disable-slit (Simon)
|
|
|
|
|
Screen.cc
|
2003-10-28 02:17:03 +00:00
|
|
|
|
*03/10/27:
|
|
|
|
|
* Change FbWinFrame to NOT reparent client windows into clientarea (Simon)
|
|
|
|
|
- fixes (I think) java bug with missing drawing bits of window
|
2004-08-29 21:11:24 +00:00
|
|
|
|
- allows us to remove some dodgy "and for parent" hacks (not done in
|
2003-10-28 02:17:03 +00:00
|
|
|
|
this patch, but will be in new action system which depends on this)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
- clientarea still exists for future implementation of improved
|
|
|
|
|
sizing, particularly to provide a backing to clients that don't
|
2003-10-28 02:17:03 +00:00
|
|
|
|
take up the whole area.
|
|
|
|
|
FbWinFrame.hh/cc Window.hh/cc fluxbox.cc
|
2003-10-27 18:21:24 +00:00
|
|
|
|
*03/10/26:
|
|
|
|
|
* Fixed bug in FbWindow::setNew (Henrik)
|
|
|
|
|
It didn't update member variables
|
2003-12-01 19:01:29 +00:00
|
|
|
|
FbWindow.cc
|
2003-10-26 20:27:02 +00:00
|
|
|
|
*03/10/25:
|
2003-10-25 22:13:05 +00:00
|
|
|
|
* Fixed whitespace in filenames for pixmaps (Henrik)
|
|
|
|
|
StringUtil.hh/cc, ThemeItems.hh
|
|
|
|
|
* Added MoveTo/ResizeTo commands (Thanks sylvinus)
|
|
|
|
|
Moves/Resize the window absolute coordinates
|
|
|
|
|
* usage: MoveTo 100 100
|
|
|
|
|
ResizeTo 100 100
|
2003-10-20 17:05:14 +00:00
|
|
|
|
*03/10/20:
|
|
|
|
|
* fbgm updates from Han
|
|
|
|
|
- allow options in ~/.fluxbox/menuconfig
|
|
|
|
|
- update dutch locales a bit.
|
|
|
|
|
- fbrun options added in menuconfig
|
|
|
|
|
- added /usr/X11R6 to searchpath
|
|
|
|
|
- some other random fixes/updates
|
|
|
|
|
fluxbox-generate_menu
|
2003-10-16 15:54:20 +00:00
|
|
|
|
*03/10/17:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* fbsetbg update from Han - new option to explicitly say
|
2003-10-16 15:54:20 +00:00
|
|
|
|
which wallpaper setting to use, plus minor changes
|
|
|
|
|
fbsetbg
|
2003-10-14 16:23:16 +00:00
|
|
|
|
*03/10/15:
|
|
|
|
|
* Fix event manager target window (Simon)
|
|
|
|
|
-> Some events don't have the main window as xany.window
|
|
|
|
|
(e.g. XConfigureRequestEvent has the parent there)
|
|
|
|
|
-> Fixes missing configurerequest events for e.g. galeon
|
|
|
|
|
EventManager.hh/cc fluxbox.cc
|
2003-10-14 00:00:07 +00:00
|
|
|
|
*03/10/14:
|
2003-10-14 00:23:41 +00:00
|
|
|
|
* Bug fix in NextWindow/PrevWindow Command (Henrik)
|
|
|
|
|
it was only executed when last event = keyevent
|
2003-12-01 19:01:29 +00:00
|
|
|
|
WorkspaceCmd.cc
|
2003-10-14 00:00:07 +00:00
|
|
|
|
* New theme items:
|
|
|
|
|
* toolbar.button.size for fixed buttons in the toolbar
|
|
|
|
|
* toolbar.button.borderWidth
|
|
|
|
|
* toolbar.button.borderColor
|
|
|
|
|
* toolbar.button
|
|
|
|
|
* toolbar.button.color
|
|
|
|
|
* toolbar.button.colorTo
|
|
|
|
|
* toolbar.button.pixmap
|
2003-12-01 19:01:29 +00:00
|
|
|
|
* toolbar.button.picColor
|
2003-10-14 00:00:07 +00:00
|
|
|
|
* toolbar.button.pressed.color
|
|
|
|
|
* toolbar.button.pressed.colorTo
|
|
|
|
|
* toolbar.button.pressed
|
|
|
|
|
* Added pressed color for buttons (Henrik)
|
|
|
|
|
FbTk/ Button.hh/cc
|
|
|
|
|
* Added new tools for the toolbar (Henrik)
|
|
|
|
|
- nextworkspace/prevworkspace creates left/right arrows that changes workspace
|
2003-12-01 19:01:29 +00:00
|
|
|
|
- nextwindow/prevwindow creates left/right arrows that changes focused window
|
2003-10-14 00:00:07 +00:00
|
|
|
|
ToolFactory.hh/cc
|
|
|
|
|
* Added new files (Henrik)
|
|
|
|
|
- GenericTool.hh/cc helper class for simple tools like buttons
|
|
|
|
|
- ButtonTool.hh/cc Tool class for buttons in toolbar
|
|
|
|
|
- ToolFactory.hh/cc Creates tools
|
2004-08-29 21:11:24 +00:00
|
|
|
|
- ButtonTheme.hh/cc holds theme for simple buttons,
|
2003-10-14 00:00:07 +00:00
|
|
|
|
extends tooltheme with pressed texture and picColor
|
2003-10-09 16:48:09 +00:00
|
|
|
|
*03/10/10:
|
|
|
|
|
* Various drawing-related optimisations and bug fixes (Simon)
|
|
|
|
|
- fixes toolbar random colour flicker on workspace change
|
|
|
|
|
- speeds up pixmap rendering a little (inlining and friends!)
|
2003-10-09 17:22:04 +00:00
|
|
|
|
- pixmap cache now a set rather than list (faster search)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
FbWinFrame.cc GContext.hh/cc Color.hh ImageControl.hh/cc
|
2003-10-09 16:48:09 +00:00
|
|
|
|
IconbarTool.cc fluxbox.cc Container.cc
|
2003-10-08 14:00:47 +00:00
|
|
|
|
*03/10/08:
|
2003-10-08 14:18:25 +00:00
|
|
|
|
* fluxbox-generate_menu update from Han
|
|
|
|
|
- replace getopts with portable workaround
|
|
|
|
|
fluxbox-generate_menu
|
2003-10-08 14:00:47 +00:00
|
|
|
|
* fbsetbg updates from Han, and some tweaking (Simon)
|
|
|
|
|
fbsetbg
|
2003-10-06 06:22:43 +00:00
|
|
|
|
*03/10/06:
|
2003-10-06 09:28:35 +00:00
|
|
|
|
* Fix rendering of offscreen windows (remove if !visible tests) (Simon)
|
|
|
|
|
FbWinFrame.cc
|
2003-10-06 06:22:43 +00:00
|
|
|
|
* Fix shaped windows+menus (Simon)
|
|
|
|
|
- make sure all existing menus use shape
|
|
|
|
|
- fix Shape itself, particularly to work properly with borders
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Shape.cc IconBarTool.hh/cc Toolbar.hh/cc ToolbarHandler.hh/cc
|
2003-10-06 06:22:43 +00:00
|
|
|
|
Window.hh/cc Workspace.hh/cc WinClient.cc
|
2003-10-05 02:31:23 +00:00
|
|
|
|
*03/10/05:
|
2003-10-05 09:03:43 +00:00
|
|
|
|
* Fix frame size when changing titlebar size (Simon)
|
|
|
|
|
- also send configure notify when toggling decorations
|
|
|
|
|
FbWinFrame.hh/cc Window.cc
|
2003-10-05 07:20:47 +00:00
|
|
|
|
* Move a bunch of functionality from Keys into FbTk::KeyUtil (Simon)
|
|
|
|
|
- also fix issue where Capslock mod was taken to be whatever caps
|
|
|
|
|
key was mapped to (why??). Now uses LockMask (ditto num,scroll).
|
|
|
|
|
Keys.hh/cc KeyUtil.hh/cc TextBox.cc fluxbox.cc
|
2003-10-05 06:28:47 +00:00
|
|
|
|
* Fix reading of auto raise delay (Simon)
|
|
|
|
|
fluxbox.hh/cc Screen.cc Timer.hh/cc
|
2003-10-05 02:31:23 +00:00
|
|
|
|
* Make focusLast work for sloppy focus when changing workspace or
|
|
|
|
|
closing a window (Simon)
|
|
|
|
|
- also generalises event redirects (e.g. for window moving)
|
|
|
|
|
fluxbox.hh/cc Window.hh/cc Screen.cc
|
2003-10-04 12:44:47 +00:00
|
|
|
|
*03/10/04:
|
|
|
|
|
* Fix NLS bad message errors by adding explicit codeset entries (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
- thanks to Matt Hope for pointing us to the recent workaround from
|
2003-10-04 12:44:47 +00:00
|
|
|
|
blackbox (and thanks to Matt Kraai who contrib-d to Blackbox)
|
|
|
|
|
- also clean up the Makefiles so they are more generalised
|
|
|
|
|
nls/*/Makefile.am nls/convert.awk
|
2003-10-02 13:09:24 +00:00
|
|
|
|
*03/10/02:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fix couple of memory leaks and uninitialised uses shown up with
|
2003-10-02 16:14:41 +00:00
|
|
|
|
valgrind (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
EventManager.cc TextureRender.cc Gnome.cc Screen.cc Window.cc
|
2003-10-02 16:14:41 +00:00
|
|
|
|
WinClient.cc Xutil.cc main.cc
|
2003-10-02 14:14:46 +00:00
|
|
|
|
* Make grips children of handle (Simon)
|
|
|
|
|
- Fixes parentrelative grip texture
|
|
|
|
|
FbWinFrame.hh/cc
|
2003-10-02 13:09:24 +00:00
|
|
|
|
* Fix updating of window on focus change (Simon)
|
|
|
|
|
FbWinFrame.cc
|
2003-09-29 12:04:41 +00:00
|
|
|
|
*03/09/29:
|
2003-09-29 15:00:06 +00:00
|
|
|
|
* Fix aterm not updating on opaque move (Thanks Mathias Gumz)
|
|
|
|
|
Window.cc
|
2003-09-29 14:58:15 +00:00
|
|
|
|
* Fix resize calculations, particularly wrt base_width/height (Simon)
|
|
|
|
|
- fixes abiword resize issues
|
|
|
|
|
Window.hh/cc WinClient.hh/cc
|
2003-09-30 00:14:38 +00:00
|
|
|
|
* Nearest-quadrant resizing (Thanks Uwe Maurer and Mathias Gumz)
|
2003-09-29 12:53:58 +00:00
|
|
|
|
Window.hh/cc Screen.hh/cc FbWinFrameTheme.hh/cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Update from Han
|
2003-09-29 12:04:41 +00:00
|
|
|
|
- make startup executable to save one process
|
|
|
|
|
- make pixmaps-dir
|
|
|
|
|
- use -a which falls back to -f for wallpapers(testing)
|
|
|
|
|
- some code cleanups.
|
2004-08-29 21:11:24 +00:00
|
|
|
|
fluxbox-generate_menu, fbsetbg, startfluxbox.in
|
2003-09-24 11:34:32 +00:00
|
|
|
|
*03/09/24:
|
2003-09-24 14:26:01 +00:00
|
|
|
|
* Fix crash when closing active window while cycling focus (Simon)
|
|
|
|
|
Screen.cc
|
2003-09-24 14:02:25 +00:00
|
|
|
|
* Fix updates to mwm_hints, and make configure request
|
|
|
|
|
move and resize atomic (Simon)
|
|
|
|
|
- fixes mplayer fullscreen window being moveable
|
|
|
|
|
- fixes focus loss when toggling mplayer fullscreen
|
|
|
|
|
FbWinFrame.hh/cc Window.hh/cc FbAtoms.hh/cc WinClient.cc
|
2003-09-24 11:34:32 +00:00
|
|
|
|
* Fixed the "aterm"-bug (Henrik)
|
|
|
|
|
Window.cc
|
2003-09-23 13:52:05 +00:00
|
|
|
|
*03/09/23:
|
|
|
|
|
* Add support for _NET_WM_STATE_FULLSCREEN (Simon)
|
|
|
|
|
- fixes mozilla/firebird fullscreen
|
|
|
|
|
Ewmh.hh/cc Window.hh/cc
|
2003-09-22 12:07:00 +00:00
|
|
|
|
*03/09/22:
|
|
|
|
|
* Fix invisible minimize button for non-pixmap themes (Simon)
|
|
|
|
|
WinButton.cc
|
2003-09-21 12:49:48 +00:00
|
|
|
|
*03/09/21:
|
|
|
|
|
* Fix disappearing close button (Simon)
|
|
|
|
|
WinClient.hh/cc
|
2003-09-21 16:36:38 +00:00
|
|
|
|
*03/09/20:
|
|
|
|
|
* Add nls/pl_PL (Thanks Offtza).
|
|
|
|
|
* Add nls/translators.txt saying that offtza contributed the pl_PL.
|
|
|
|
|
* Fixed WorkspaceCmd.cc ArrangeWindows for greater odd numbers (5,7,..).
|
2003-09-18 13:25:27 +00:00
|
|
|
|
*03/09/19:
|
|
|
|
|
* fbsetbg update (Thanks Han)
|
|
|
|
|
- fixes fbsetbg -l after a changing the wallpapersetter.
|
|
|
|
|
- fixes xli debug message
|
|
|
|
|
- cleanups
|
|
|
|
|
- adds feh (thanks teemu)
|
2003-09-16 13:11:42 +00:00
|
|
|
|
*03/09/16:
|
|
|
|
|
* Apply gravity when changing decorations (Simon)
|
|
|
|
|
- also fix gravity when decorations not present
|
|
|
|
|
Window.cc FbWinFrame.cc
|
2003-09-17 14:15:47 +00:00
|
|
|
|
*03/09/15:
|
|
|
|
|
* Fixed bug in IconbarTool mode = NONE (Henrik)
|
|
|
|
|
IconbarTool.cc
|
2003-09-14 10:40:58 +00:00
|
|
|
|
*03/09/14:
|
2003-09-17 14:15:47 +00:00
|
|
|
|
* Fixed minor bug in stick pressed button (Henrik)
|
|
|
|
|
WinButton.cc
|
2003-09-14 11:23:48 +00:00
|
|
|
|
* Focus fixes (Simon)
|
|
|
|
|
Hopefully fixes mysterious instances of focus not being set right.
|
|
|
|
|
Window.cc fluxbox.cc
|
2003-09-14 10:40:58 +00:00
|
|
|
|
* More optimization to reduce flicker in titlebar
|
|
|
|
|
Screen.cc, FbWinFrame.cc/hh, TextButton.hh/cc, FbWindow.hh/cc
|
2003-09-12 23:42:18 +00:00
|
|
|
|
*03/09/13:
|
2003-09-14 10:40:58 +00:00
|
|
|
|
* Fixed minor compilation problem for Solaris (Thanks NivenHuH)
|
|
|
|
|
Resource.hh
|
2003-09-12 23:42:18 +00:00
|
|
|
|
* Added new theme items (Henrik)
|
|
|
|
|
* menu.borderWidth
|
|
|
|
|
* menu.borderColor
|
|
|
|
|
* menu.bevelWidth
|
|
|
|
|
* window.handleWidth
|
|
|
|
|
* window.bevelWidth
|
2004-08-29 21:11:24 +00:00
|
|
|
|
MenuTheme.cc, FbWinFrameTheme.cc/hh, RootTheme.hh/cc,
|
2003-09-12 23:42:18 +00:00
|
|
|
|
Window.cc, Screen.cc
|
|
|
|
|
* Optimized rendering for windows (Henrik)
|
|
|
|
|
Reduced flicker
|
|
|
|
|
FbWinFrame.hh/cc, Window.cc
|
|
|
|
|
* Changed fallback options for window button pixmaps (Henrik)
|
|
|
|
|
*.focus/unfocus will fallback to old style if no pixmap is detected
|
|
|
|
|
WinButton.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added anjuta, blender -w, wings, rox filer, vmware, xlock
|
2003-09-12 23:42:18 +00:00
|
|
|
|
to fluxbox-generate_menu (Thanks Pol)
|
2003-09-11 19:55:27 +00:00
|
|
|
|
*03/09/12:
|
2003-09-11 21:30:20 +00:00
|
|
|
|
* Fix a couple of issues related to windows reparenting themselves
|
|
|
|
|
to escape the WM. Hopefully fixes mplayer/vncviewer fullscreen
|
|
|
|
|
problems. (Simon)
|
|
|
|
|
fluxbox.cc Window.cc
|
2003-09-11 19:55:27 +00:00
|
|
|
|
* Fix window gravity handling (Simon)
|
|
|
|
|
- should fix some offset fullscreen issues
|
|
|
|
|
FbWinFrame.hh/cc WinClient.hh/cc Window.cc
|
2003-09-10 13:00:18 +00:00
|
|
|
|
*03/09/10:
|
2003-09-10 22:05:32 +00:00
|
|
|
|
* Fixed buffer for TextButton (Henrik)
|
|
|
|
|
Reduces flicker
|
|
|
|
|
TextButton.hh/cc, Button.cc/hh
|
|
|
|
|
* Added Move action (Thanks Mathias Gumz)
|
|
|
|
|
Usage: Move x y
|
|
|
|
|
FbCommandFactory.cc, FbCommandFactory.hh
|
2003-09-10 13:00:18 +00:00
|
|
|
|
* Fixed minor bug in IconbarTool (Henrik)
|
|
|
|
|
IconbarTool.hh/cc
|
|
|
|
|
* Added update timer for transparency in FbWinFrame (Henrik)
|
|
|
|
|
Updates the transparency 1 usec after each move,
|
|
|
|
|
this speeds up moving in opaque mode
|
|
|
|
|
* new resource item
|
|
|
|
|
session.updateDelayTime: <micro sec>
|
|
|
|
|
This delay decides when the transparency should update when you're moving
|
|
|
|
|
FbWinFrame.hh/cc
|
2003-09-07 14:57:49 +00:00
|
|
|
|
*03/09/08:
|
2003-09-08 21:28:04 +00:00
|
|
|
|
* Fixed numlock and scrlock bug in FbTk TextBox (Henrik)
|
|
|
|
|
This will fix workspace edit window input when having
|
|
|
|
|
num- or scrolllock on.
|
|
|
|
|
TextBox.cc
|
2003-09-08 19:47:41 +00:00
|
|
|
|
* Added iconbar mode menu (Henrik)
|
|
|
|
|
* new resource item:
|
|
|
|
|
session.screen<num>.iconbar.mode: <mode>
|
|
|
|
|
Toolbar.cc, IconbarTool.cc/hh
|
2003-09-08 19:19:27 +00:00
|
|
|
|
* Added icon list sig to Screen (Henrik)
|
|
|
|
|
This will notify when the icon list changed.
|
|
|
|
|
Useful for IconbarTool
|
|
|
|
|
Screen.hh/cc
|
|
|
|
|
* Fixed minor bug in FbTk::Subject (Henrik)
|
|
|
|
|
If one removes an observer while notify() it'll put that observer
|
|
|
|
|
in a dead_observer list which will be cleand after notify()
|
|
|
|
|
Subject.cc
|
|
|
|
|
* Fixed minor bug in FbTk::Button (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
It did a execute() and then a updateTransparent (in buttonRelease),
|
2003-11-16 22:49:22 +00:00
|
|
|
|
which could be dangerous if the execute() killed the object
|
2003-09-08 19:19:27 +00:00
|
|
|
|
Button.cc
|
2003-09-07 14:57:49 +00:00
|
|
|
|
* Fix when selecting + unneeded submenu redraw on enter+motion (Simon)
|
|
|
|
|
Menu.cc
|
2003-09-08 19:19:27 +00:00
|
|
|
|
*03/09/07:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added startup script to be used with startfluxbox, to get a
|
2003-09-08 19:19:27 +00:00
|
|
|
|
consistent frontend for both *dm and startx and your fluxbox-session (Thanks Han)
|
|
|
|
|
startfluxbox.in, startup.in
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Minor cleaning in some Makefile.am (Thanks Han)
|
2003-09-06 15:54:22 +00:00
|
|
|
|
*03/09/06:
|
|
|
|
|
* Added Resize x y as command (Thanks Mathias Gumz)
|
|
|
|
|
FbCommands.cc/hh, FbCommandFactory.cc
|
|
|
|
|
* Added "!" as a comment line for keys file (Thanks Mathias Gumz)
|
|
|
|
|
Keys.cc
|
|
|
|
|
* Fixed so root menu and workspace menu shows up under the mouse (Thanks Mathias Gumz)
|
|
|
|
|
FbCommands.cc/hh
|
|
|
|
|
* Moved detection of lock modifiers from Keys to FbTk::KeyUtil (Henrik)
|
|
|
|
|
Keys.cc/hh, KeyUtil.hh/cc, WorkspaceCmd.cc
|
2003-09-01 08:00:55 +00:00
|
|
|
|
*03/08/30:
|
|
|
|
|
* Added new action: workspacemenu (Thanks Mathias Gumz)
|
|
|
|
|
FbCommandFactory.hh/cc, FbCommands.hh/cc
|
|
|
|
|
* Improved menu speed (Henrik)
|
|
|
|
|
Menu.cc
|
|
|
|
|
* Fixed old borderColor theme option fallback for Slit (Henrik)
|
|
|
|
|
SlitTheme.cc
|
2003-08-29 01:01:48 +00:00
|
|
|
|
*03/08/29:
|
2003-09-01 08:00:55 +00:00
|
|
|
|
* Fixed iconbar, workspace theme and slit for old themes (Henrik)
|
|
|
|
|
IconbarTheme.hh/cc, ToolTheme.hh/ToolTheme.cc, WorkspaceNameTheme.hh,
|
|
|
|
|
SlitTheme.hh/cc
|
2003-08-29 01:01:48 +00:00
|
|
|
|
* Added -verbose argument to fluxbox (Henrik)
|
|
|
|
|
This will enable theme warnings
|
|
|
|
|
main.cc, Theme.hh/cc
|
2003-08-28 14:20:30 +00:00
|
|
|
|
*03/08/28:
|
2003-08-28 15:53:03 +00:00
|
|
|
|
* Fixed so ThemeManager::load expands ~ (Henrik)
|
|
|
|
|
Theme.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed pixmap bug when changing between non-pixmap themes
|
2003-08-28 15:53:03 +00:00
|
|
|
|
and pixmap themes (Henrik)
|
2003-08-28 14:20:30 +00:00
|
|
|
|
Theme.cc
|
|
|
|
|
* Fixed so Theme items calls setDefaultValue in constructor (Henrik)
|
|
|
|
|
This should fix init values.
|
|
|
|
|
Theme.hh
|
|
|
|
|
* Fixed empty window bug in SystemTray (Henrik)
|
|
|
|
|
SystemTray.cc
|
|
|
|
|
* Fixed configurable tools in toolbar (Henrik)
|
|
|
|
|
* New resource item:
|
|
|
|
|
* session.screen<num>.toolbar.tools: <toolname>, <toolname2>
|
|
|
|
|
example: session.screen0.toolbar.tools: clock, iconbar, workspacename
|
|
|
|
|
Valid toolnames are:
|
|
|
|
|
* workspacename
|
|
|
|
|
* clock
|
|
|
|
|
* iconbar
|
|
|
|
|
* systemtray
|
|
|
|
|
Toolbar.hh/cc
|
|
|
|
|
* Fixed toolbar height bug crash (Henrik)
|
|
|
|
|
ToolbarTheme.cc
|
|
|
|
|
|
|
|
|
|
---------------------------------------------------------------------------
|
2003-07-12 21:52:12 +00:00
|
|
|
|
Changes for 0.9.5:
|
2003-08-27 00:23:10 +00:00
|
|
|
|
*03/08/27:
|
2003-08-27 21:26:58 +00:00
|
|
|
|
* Added support for _NET_WM_STATE_MAXIMIZE_{HORZ/VERT} (Thanks stephan wezel <s.wezel<at>web <dot> de>)
|
2003-09-10 22:05:32 +00:00
|
|
|
|
Ewmh.hh/cc
|
2003-08-27 20:49:37 +00:00
|
|
|
|
* Added new theme item for toolbar: (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* toolbar.height
|
2003-08-27 20:49:37 +00:00
|
|
|
|
* Added new theme items for menu: (Henrik)
|
|
|
|
|
* menu.selected.pixmap
|
2003-09-10 22:05:32 +00:00
|
|
|
|
* menu.unselected.pixmap
|
|
|
|
|
* menu.submenu.pixmap
|
|
|
|
|
One can now specify pixmap to use for toggle items and
|
|
|
|
|
what "arrow" to show on submenu items
|
2003-08-27 20:49:37 +00:00
|
|
|
|
* Changed FbRun to use FbPixmap and GContext (Henrik)
|
|
|
|
|
FbRun.hh/cc
|
|
|
|
|
* Added FbTk::GContext a wrapper for X GC (Henrik)
|
2003-09-21 16:36:38 +00:00
|
|
|
|
red * Changed FbRun to use FbTk::TextBox
|
2003-08-27 00:23:10 +00:00
|
|
|
|
FbRun.hh/cc
|
|
|
|
|
* Added a workspace name setting tool (Henrik)
|
|
|
|
|
new action name: SetWorkspaceName
|
|
|
|
|
SetWorkspaceName.hh/cc, FbCommands.hh/cc, FbCommandFactory.cc
|
|
|
|
|
* Added TextBox for input window (Henrik)
|
|
|
|
|
TextBox.hh/cc
|
2003-08-25 01:45:07 +00:00
|
|
|
|
*03/08/25:
|
2003-08-25 13:15:53 +00:00
|
|
|
|
* Fix some style initialisation issues (Simon)
|
|
|
|
|
Screen.hh/cc FbWinFrame.cc
|
2003-08-25 01:45:07 +00:00
|
|
|
|
* Added window icon for FbRun (Henrik)
|
|
|
|
|
fbrun.xpm, FbRun.hh/cc
|
|
|
|
|
*03/08/24:
|
|
|
|
|
* Fixed transparent bug in Menus (submenu) (Henrik)
|
|
|
|
|
Menu.cc
|
|
|
|
|
* Fixed so shaped windows like xmms wont get theme (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
specified shape (round corners)
|
2003-08-25 01:45:07 +00:00
|
|
|
|
* Added file Compose.hh (Henrik)
|
|
|
|
|
* Fixed randr support in toolbar (Henrik)
|
|
|
|
|
Toolbar.cc, Screen.hh/cc
|
2003-08-23 15:47:22 +00:00
|
|
|
|
*03/08/23:
|
|
|
|
|
* Fixed autohide and menu in Toolbar (Henrik)
|
|
|
|
|
Toolbar.cc, EventManager.hh/cc, WorkspaceNameTool.hh
|
2003-08-22 22:54:50 +00:00
|
|
|
|
*03/08/22:
|
|
|
|
|
* Added search path resource for images (Henrik)
|
|
|
|
|
* session.screen<num>.imageSearchPath
|
|
|
|
|
This is a list separated by , or space
|
|
|
|
|
example: session.screen0.imageSearchPath: ~/.fluxbox/pixmaps, /usr/share/fluxbox/pixmaps
|
|
|
|
|
* Added new files for image loading (Henrik)
|
|
|
|
|
The new way to load pixmap is to call FbTk::Image::load(thefile, screen_num);
|
2004-08-29 21:11:24 +00:00
|
|
|
|
and to add more image file support you just have to extend FbTk::ImageBase
|
|
|
|
|
and register it to FbTk::Image
|
2003-08-22 22:54:50 +00:00
|
|
|
|
Image.hh/cc, ImageXPM.hh/cc, PixmapWithMask.hh, Theme.cc, WinButtonTheme.hh/cc,
|
|
|
|
|
WinButton.cc/hh, fluxbox.cc
|
|
|
|
|
* Fixed scaling in WinButtonTheme (Henrik)
|
|
|
|
|
WinButton.cc, Screen.cc WinButtonTheme.hh/cc
|
|
|
|
|
* Added new theme item window.title.height, Window.Title.Height (Henrik)
|
|
|
|
|
FbWinFrameTheme.hh/cc
|
2003-08-19 21:57:09 +00:00
|
|
|
|
*03/08/19:
|
2003-08-19 23:38:47 +00:00
|
|
|
|
* Added ResizeVertical and ResizeHorizontal (Thanks Mathias Gumz)
|
|
|
|
|
CurrentWindowCmd.hh/cc, FbCommandFactory.cc
|
2003-08-19 21:57:09 +00:00
|
|
|
|
* Fixed fallback option for theme items (Henrik)
|
|
|
|
|
So the toolbar should look better in old themes
|
|
|
|
|
ToolTheme.cc/hh, IconbarTheme.hh/cc, Theme.hh/cc,
|
2003-09-10 22:05:32 +00:00
|
|
|
|
* Fixed bug in Subject.cc that cause observers to be added more than once (Henrik)
|
2003-08-19 21:57:09 +00:00
|
|
|
|
Subject.cc
|
|
|
|
|
*03/08/17:
|
|
|
|
|
* Update fbsetbg and fluxbox-generate_menu (Han)
|
2003-08-16 21:55:42 +00:00
|
|
|
|
*03/08/16:
|
|
|
|
|
* Fixed iconified windows in toolbar (Henrik)
|
|
|
|
|
IconbarTool.cc
|
|
|
|
|
* Fixed default values on startup for some themes (Henrik)
|
|
|
|
|
MenuTheme.cc, ToolbarTheme.cc, IconbarTheme.cc, FbWinFrameTheme.cc
|
2003-08-15 14:01:43 +00:00
|
|
|
|
*03/08/15:
|
|
|
|
|
* Fixed new height resource for toolbar (Henrik)
|
|
|
|
|
This will override the styles font height
|
|
|
|
|
session.screen0.toolbar.height
|
|
|
|
|
* Added support for system tray (_NET_SYSTEM_TRAY) (Henrik)
|
|
|
|
|
SystemTray.hh/cc, Toolbar.cc
|
2003-08-13 20:29:22 +00:00
|
|
|
|
*03/08/13:
|
2003-08-15 14:01:43 +00:00
|
|
|
|
* Fixed shape bug when switching between shaped themes and non shaped (Henrik)
|
|
|
|
|
Shape.cc
|
2003-08-13 20:29:22 +00:00
|
|
|
|
* Fixed default values for FbTk::Texture theme items (Henrik)
|
|
|
|
|
Theme.cc
|
|
|
|
|
* Added border theme items to ToolbarItems (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
ToolTheme.hh/cc, BorderTheme.hh/cc, ClockTool.hh/cc,
|
2003-08-13 20:29:22 +00:00
|
|
|
|
WorkspaceNameTool.hh/cc, IconbarTool.hh/cc
|
|
|
|
|
* New theme items
|
|
|
|
|
toolbar.clock.borderWidth: <integer>
|
|
|
|
|
toolbar.clock.borderColor: <color>
|
|
|
|
|
|
|
|
|
|
toolbar.iconbar.borderWidth: <integer>
|
|
|
|
|
toolbar.iconbar.borderColor: <color>
|
|
|
|
|
|
|
|
|
|
toolbar.workspace.borderWidth: <integer>
|
|
|
|
|
toolbar.workspace.borderColor: <color>
|
|
|
|
|
|
|
|
|
|
* Removed IconBar.hh/cc (Henrik)
|
|
|
|
|
* Changed FbTk::Button to a FbWindow (Henrik)
|
|
|
|
|
WinButton.cc, ArrowButton.cc, Button.hh/cc, FbWinFrame.cc, Window.cc,
|
|
|
|
|
TextButton.cc
|
|
|
|
|
*03/08/12:
|
|
|
|
|
* Added new texture type: Tiled (Henrik)
|
|
|
|
|
This will just affect pixmap loaded from file, and it will not scale them.
|
|
|
|
|
Texture.hh/cc, TextureRender.cc
|
2003-08-11 17:36:00 +00:00
|
|
|
|
*03/08/11:
|
|
|
|
|
* Fixed a minor focus bug, the m_focused_window was out of sync after revertFocus (Henrik)
|
|
|
|
|
fluxbox.cc
|
|
|
|
|
* Changed so FbTk::Timer executes a FbTk::Command instead of calling TimoutHandler (Henrik)
|
2003-09-10 22:05:32 +00:00
|
|
|
|
Timer.hh/cc, fluxbox.cc, Slit.hh/cc, ImageControl.hh/cc
|
2003-08-11 17:36:00 +00:00
|
|
|
|
* Added new files for Toolbar (Henrik)
|
|
|
|
|
WorkspaceNameTool.hh/cc, ClockTool.hh/cc, ToolbarItem.hh/cc, ToolTheme.hh/cc
|
|
|
|
|
TextTheme.hh/cc
|
2003-08-12 01:27:46 +00:00
|
|
|
|
* toolbar theme items now:
|
2003-09-10 22:05:32 +00:00
|
|
|
|
The clock:
|
2003-08-12 01:27:46 +00:00
|
|
|
|
toolbar.clock: <texture>
|
2003-09-10 22:05:32 +00:00
|
|
|
|
toolbar.clock.pixmap: <filename>
|
|
|
|
|
toolbar.clock.color: <color>
|
|
|
|
|
toolbar.clock.colorTo: <color>
|
|
|
|
|
toolbar.clock.textColor: <color>
|
|
|
|
|
toolbar.clock.font: <font>
|
2003-08-12 01:27:46 +00:00
|
|
|
|
|
2003-09-10 22:05:32 +00:00
|
|
|
|
Workspace name:
|
|
|
|
|
toolbar.workspace: <texture>
|
|
|
|
|
toolbar.workspace.pixmap: <filename>
|
|
|
|
|
toolbar.workspace.color: <color>
|
|
|
|
|
toolbar.workspace.colorTo: <color>
|
|
|
|
|
toolbar.workspace.textColor: <color>
|
|
|
|
|
toolbar.workspace.font: <font>
|
2003-08-12 01:27:46 +00:00
|
|
|
|
|
2004-08-29 21:11:24 +00:00
|
|
|
|
This is for an empty iconbar:
|
2003-09-10 22:05:32 +00:00
|
|
|
|
toolbar.iconbar.empty: <texture>
|
|
|
|
|
toolbar.iconbar.empty.pixmap: <filename>
|
|
|
|
|
toolbar.iconbar.empty.color: <color>
|
|
|
|
|
toolbar.iconbar.empty.colorTo: <color>
|
2003-08-12 01:27:46 +00:00
|
|
|
|
|
2003-09-10 22:05:32 +00:00
|
|
|
|
Focused window in iconbar:
|
|
|
|
|
toolbar.iconbar.focused: <texture>
|
|
|
|
|
toolbar.iconbar.focused.pixmap: <filename>
|
|
|
|
|
toolbar.iconbar.focused.color: <color>
|
|
|
|
|
toolbar.iconbar.focused.colorTo: <color>
|
|
|
|
|
toolbar.iconbar.focused.textColor: <color>
|
|
|
|
|
toolbar.iconbar.focused.font: <font>
|
2003-08-12 01:27:46 +00:00
|
|
|
|
And the same for .unfocused:
|
|
|
|
|
toolbar.iconbar.unfocused: <texture>
|
2004-08-29 21:11:24 +00:00
|
|
|
|
etc.
|
2003-08-12 01:27:46 +00:00
|
|
|
|
|
2003-08-10 12:50:04 +00:00
|
|
|
|
*03/08/10:
|
|
|
|
|
* Fix session.menuFile to work with ~ properly (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
fluxbox.hh/cc Screen.cc
|
2003-08-07 10:37:10 +00:00
|
|
|
|
*03/08/07:
|
|
|
|
|
* Updated fluxbox-generate_menu (Thanks Han)
|
|
|
|
|
Test before warning, browser details, minor indent issues
|
|
|
|
|
*03/08/04:
|
|
|
|
|
* Added transparent window (Henrik)
|
|
|
|
|
FbWindow.hh/cc, Button.cc, FbWinFrame.hh/cc, FbWinFrameTheme.hh/cc
|
2003-08-02 14:26:45 +00:00
|
|
|
|
*03/08/03:
|
|
|
|
|
* Improve inclusion of GNOME and KDE menus (Simon and Han)
|
|
|
|
|
fluxbox-generate_menu data/Makefile.am
|
2003-07-28 15:06:36 +00:00
|
|
|
|
*03/07/29:
|
2003-08-07 10:37:10 +00:00
|
|
|
|
* Minor fixes in fluxbox-generate_menu, fbsetbg and styles (Thanks Han)
|
2003-07-29 08:28:21 +00:00
|
|
|
|
* Fixed kde dockapp bug (Henrik)
|
|
|
|
|
Screen.cc, fluxbox.cc
|
2003-07-28 18:30:50 +00:00
|
|
|
|
* Added icon menu to workspace menu (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Screen.cc/hh, IconMenuItem.hh,
|
2003-07-28 15:06:36 +00:00
|
|
|
|
* Change: (Simon)
|
|
|
|
|
- Fluxbox::window search
|
|
|
|
|
- Fluxbox::m_focused_window
|
|
|
|
|
- strut saving
|
|
|
|
|
- Some event handling
|
|
|
|
|
- and more
|
|
|
|
|
to use WinClient, not FluxboxWindow.
|
2004-08-29 21:11:24 +00:00
|
|
|
|
This should fix some bugs where things weren't consistent and
|
|
|
|
|
hopefully sets the stage to fix various other things that get out of
|
2003-07-28 15:06:36 +00:00
|
|
|
|
whack.
|
|
|
|
|
fluxbox.hh/cc Screen.hh/cc Window.hh/cc Workspace.cc WinClient.hh/cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
CurrentWindowCmd.hh/cc AtomHandler.hh Ewmh.hh/cc Gnome.hh/cc
|
2003-07-28 15:06:36 +00:00
|
|
|
|
Remember.hh ToolbarHandler.hh Toolbar.cc CurrentWindowCmd.hh/cc
|
2003-07-28 13:00:20 +00:00
|
|
|
|
*03/07/28:
|
|
|
|
|
* Added MoveTabLeft and MoveTabRight commands (Henrik)
|
|
|
|
|
Window.hh/cc, FbWinFrame.hh/cc, FbCommandFactory.cc
|
2003-07-26 13:44:00 +00:00
|
|
|
|
*03/07/26:
|
2003-07-26 16:17:02 +00:00
|
|
|
|
* Fix window size when changing borderWidth [borderless wins] (Simon)
|
|
|
|
|
Window.hh/cc FbWinFrame.hh/cc
|
2003-07-26 13:44:00 +00:00
|
|
|
|
* Fix some keybinding issues with ShadeWindow, StickWindow,
|
2004-08-29 21:11:24 +00:00
|
|
|
|
SendToWorkspace, NextGroup, PrevGroup (Simon)
|
2003-07-26 13:44:00 +00:00
|
|
|
|
CurrentWindowCmd.cc FbCommandFactory.cc
|
2003-07-25 08:46:51 +00:00
|
|
|
|
*03/07/25:
|
2003-07-25 11:17:41 +00:00
|
|
|
|
* Make fbrun work properly on multiple screens (Simon)
|
|
|
|
|
FbRun.hh/cc
|
2003-07-25 10:03:55 +00:00
|
|
|
|
* Make sure all the menus have titles, make -version go to stdout (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Screen.cc Slit.cc Toolbar.cc ToolbarHandler.cc Xinerama.hh
|
2003-07-25 10:03:55 +00:00
|
|
|
|
Workspace.cc main.cc
|
2003-07-25 08:46:51 +00:00
|
|
|
|
* Fix pesky crash and phantom icons (diesig wasn't getting through) (Simon)
|
|
|
|
|
ToolbarHandler.cc
|
2003-07-24 03:19:02 +00:00
|
|
|
|
*03/07/24:
|
|
|
|
|
* Fix some maximisation issues (Simon)
|
|
|
|
|
Window.hh/cc FbCommandFactory.cc
|
2003-07-23 10:47:43 +00:00
|
|
|
|
*03/07/23:
|
|
|
|
|
* Fixed KDE dockapp bug (Henrik)
|
|
|
|
|
Slit.cc, fluxbox.hh/cc
|
2003-07-21 15:26:57 +00:00
|
|
|
|
*03/07/21:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Really fix focus stuff. Should be properly standards compliant now (I
|
2003-07-21 15:26:57 +00:00
|
|
|
|
hope). This also fixes a crash introduced yesterday. (Simon)
|
|
|
|
|
WinClient.hh/cc Window.cc fluxbox.cc
|
2003-07-20 02:45:57 +00:00
|
|
|
|
*03/07/20:
|
2003-07-20 18:05:40 +00:00
|
|
|
|
* Fix aspects of focus and raising, including transients (Simon)
|
|
|
|
|
- fixes focus toggling with transients and sloppy focus
|
|
|
|
|
WinClient.hh/cc Window.cc fluxbox.cc MultLayers.hh/cc XLayer.hh/cc Menu.hh
|
2003-07-20 10:41:56 +00:00
|
|
|
|
* Fix menu [re]drawing, particularly when selecting options (Simon)
|
|
|
|
|
Menu.hh/cc
|
2003-07-20 08:12:36 +00:00
|
|
|
|
* Fix disappearing Remember menu, plus titles of sub-window menus
|
|
|
|
|
-> can now use addExtraMenus for windows in extensions (Simon)
|
|
|
|
|
Menu.hh/cc Window.hh/cc Screen.hh/cc Remember.cc
|
2003-07-20 02:45:57 +00:00
|
|
|
|
* Fix crash with toolbarmode = OFF, and put toolbar menu back into
|
|
|
|
|
screen's configure menu (Simon)
|
|
|
|
|
Screen.hh/cc ToolbarHandler.cc
|
2003-07-18 15:40:55 +00:00
|
|
|
|
*03/07/19:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Make most Commands execute on mouse screen rather than screen
|
2003-07-19 13:51:24 +00:00
|
|
|
|
of focused window (Simon)
|
|
|
|
|
FbCommands.cc WorkspaceCmd.cc
|
2003-07-19 11:55:49 +00:00
|
|
|
|
* Fix xinerama options (again) for Slit and Toolbar (Simon)
|
|
|
|
|
Xinerama.hh Slit.hh/cc Toolbar.hh/cc
|
2003-07-19 03:59:56 +00:00
|
|
|
|
* Move menu alpha setting into MenuTheme (Simon)
|
|
|
|
|
- fixes alpha init on multi-screened machines
|
|
|
|
|
MenuTheme.hh/cc Menu.hh/cc Screen.cc
|
2003-07-18 15:44:36 +00:00
|
|
|
|
* Add compiled-in defaults to fluxbox -info (thanks Matt Hope)
|
|
|
|
|
main.cc
|
2003-07-18 15:40:55 +00:00
|
|
|
|
* Redo ResourceManager so that it loads resources on registration, and
|
|
|
|
|
only opens the database in blocks of requests (Simon)
|
|
|
|
|
- fixes initial loading of init resources (e.g. toolbar.layer)
|
|
|
|
|
Resource.hh/cc XrmDatabaseHelper.hh Screen.cc fluxbox.hh/cc Slit.cc
|
|
|
|
|
Toolbar.cc ToolbarHandler.cc
|
2003-07-17 17:56:28 +00:00
|
|
|
|
*03/07/18:
|
|
|
|
|
* Fix java bug. Wasn't sending ConfigureNotify's to client (Simon)
|
|
|
|
|
- also fix missing border on transient windows
|
|
|
|
|
- also set some gnome hints initially
|
|
|
|
|
Window.hh/cc Gnome.cc
|
2003-07-12 21:52:12 +00:00
|
|
|
|
*03/07/12:
|
|
|
|
|
* Fixed 8 bpp crash (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
ImageControl.cc
|
2003-07-12 21:52:12 +00:00
|
|
|
|
*03/07/11:
|
|
|
|
|
* Added TOOLBAR to -info (Henrik)
|
|
|
|
|
main.cc
|
|
|
|
|
-------------------------------------------------------------------------
|
2003-06-12 15:12:19 +00:00
|
|
|
|
Changes for 0.9.4:
|
2003-07-10 12:02:18 +00:00
|
|
|
|
*03/07/10:
|
2003-07-10 15:58:05 +00:00
|
|
|
|
* Added new toolbar theme item (Henrik)
|
|
|
|
|
* toolbar.button.borderWidth: <integer>
|
2003-07-10 13:23:09 +00:00
|
|
|
|
* Add [startup] to Remember (Simon)
|
|
|
|
|
Can now add entries to apps file like:
|
|
|
|
|
[startup] {xterm}
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Then "xterm" will be launched on fluxbox startup.
|
2003-07-10 13:23:09 +00:00
|
|
|
|
Can also give a screen option:
|
|
|
|
|
[startup] (screen=1) {xterm}
|
|
|
|
|
will start it on screen 1 rather than the default 0.
|
2003-07-10 15:58:05 +00:00
|
|
|
|
* Added new rounded theme items (Henrik)
|
|
|
|
|
* toolbar.shaped: <bool> this will make the toolbar shape the corners that are towards center
|
|
|
|
|
of the screen
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* menu.roundCorners: <shape items>
|
2003-07-10 15:58:05 +00:00
|
|
|
|
* window.roundCorners: <shape items>
|
|
|
|
|
Where shape items can be TopLeft TopRight BottomLeft and BottomRight
|
|
|
|
|
example: menu.roundCorners: TopRight BottomLeft
|
|
|
|
|
ToolbarTheme.hh/cc, Toolbar.cc/hh, FbTk/Menu.hh, FbMenu.hh/cc, Screen.hh/cc,
|
|
|
|
|
MenuTheme.hh/cc, FbWinFrameTheme.hh/cc, FbWinFrame.cc/hh
|
2003-07-10 12:02:18 +00:00
|
|
|
|
* Applied patch that keeps the fbrun_history clean by not allowing
|
|
|
|
|
duplicates to get placed in the history. (Thanks David J Burger <dburger<(a|T)>hawaii.edu>)
|
|
|
|
|
FbRun.cc
|
|
|
|
|
* fbsetbg updates (Han)
|
2003-07-04 14:06:20 +00:00
|
|
|
|
*03/07/05:
|
|
|
|
|
* Fix winclient death signalling - fixes remember issues with applying
|
|
|
|
|
attributes to wrong windows (Simon)
|
|
|
|
|
Remember.hh/cc AtomHandler.hh fluxbox.cc ToolbarHandler.hh/cc Ewmh.hh Gnome.hh
|
2003-07-04 01:03:41 +00:00
|
|
|
|
*03/07/04:
|
|
|
|
|
* Add support in remember for grouping apps (Simon)
|
|
|
|
|
Achieved by using [group], e.g.
|
|
|
|
|
[group]
|
|
|
|
|
[app] (title=groupme)
|
|
|
|
|
[Deco] {NONE}
|
|
|
|
|
[end]
|
|
|
|
|
will group anything with the title "groupme" and will give that group
|
|
|
|
|
no decorations. You can have multiple [app] lines in a [group].
|
|
|
|
|
Recall that app lines can also use regular expressions.
|
2004-08-29 21:11:24 +00:00
|
|
|
|
- also includes split AtomHandler::setupWindow(fbw) into
|
2003-07-04 01:03:41 +00:00
|
|
|
|
setupFrame(fbw) and setupClient(winclient).
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Remember.hh/cc Window.cc Screen.cc fluxbox.hh/cc
|
2003-07-04 01:03:41 +00:00
|
|
|
|
AtomHandler.hh Gnome.hh/cc Ewmh.hh/cc ToolbarHandler.hh/cc
|
2003-07-03 18:27:56 +00:00
|
|
|
|
*03/07/03:
|
|
|
|
|
* Added selected dot for style menu so one can see which style is selected (Henrik)
|
|
|
|
|
Screen.cc
|
|
|
|
|
* Fixed Slit autohide bug (Henrik)
|
|
|
|
|
Slit.cc
|
2003-07-02 05:54:30 +00:00
|
|
|
|
*03/07/01:
|
|
|
|
|
* Added keyboard navigation for menus (Henrik)
|
|
|
|
|
(click on title to get input focus, unless you're using RootMenu in keys)
|
|
|
|
|
Use keys:
|
2003-07-10 15:58:05 +00:00
|
|
|
|
Up/Down: select menu item
|
|
|
|
|
Left/Right: go in/out from submenus
|
|
|
|
|
Escape: close menu and return focus to windows
|
|
|
|
|
Enter: run/execute/toggle menu item
|
2003-07-02 05:54:30 +00:00
|
|
|
|
Menu.hh/cc, fluxbox.cc
|
|
|
|
|
* Fixed reconfigure toolbar on screen reconfig signal (Henrik)
|
|
|
|
|
Screen.hh/cc, Toolbar.cc
|
|
|
|
|
* Fixed workspace label redraw bug (Thanks Jochem Kossen j.kossen<a(T)>home.nl)
|
|
|
|
|
ToolbarHandler.cc
|
2003-06-30 15:19:35 +00:00
|
|
|
|
*03/06/30:
|
2003-06-30 19:51:34 +00:00
|
|
|
|
* Fixed so we can use the same action strings in menu as in key actions (Henrik)
|
|
|
|
|
Screen.cc
|
2003-06-30 15:19:35 +00:00
|
|
|
|
* Added command "ShowDesktop" (Henrik)
|
|
|
|
|
This command iconifies all windows and shows the desktop
|
|
|
|
|
WorkspaceCmd.hh/cc, FbCommandFactory.cc
|
|
|
|
|
* Added command "ArrangeWindows" (Thanks Ricardo Martins <thecrown<a(t)>softhome.net> )
|
|
|
|
|
This command arranges so all windows are in a nice row/col order
|
|
|
|
|
WorkspaceCmd.hh/cc, FbCommandFactory.cc
|
|
|
|
|
* Changed class Keys to use FbTk::Command (Henrik)
|
|
|
|
|
Keys.hh/cc, fluxbox.cc
|
|
|
|
|
* Added Files: (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
CommandParser.hh/cc, FbCommandFactory.hh/cc,
|
2003-06-30 15:19:35 +00:00
|
|
|
|
WorkspaceCmd.hh/cc, CurrentWindowCmd.hh/cc
|
2003-06-29 08:22:24 +00:00
|
|
|
|
*03/06/29:
|
2003-06-29 08:24:43 +00:00
|
|
|
|
* Add chbg support to fbsetbg (Thanks Han and Michael T. Dean)
|
2003-06-29 08:22:24 +00:00
|
|
|
|
fbsetbg
|
2003-06-27 15:05:19 +00:00
|
|
|
|
*03/06/28:
|
|
|
|
|
* Fix slit netizens (e.g. withdrawn pager) (Simon)
|
|
|
|
|
Slit.cc WinClient.cc Screen.cc
|
2003-06-26 12:22:43 +00:00
|
|
|
|
*03/06/26:
|
|
|
|
|
* Speedups for having many (particularly stuck) windows (Simon)
|
|
|
|
|
Toolbar.hh/cc IconBar.hh/cc ToolbarHandler.cc Gnome.cc Window.cc
|
2003-06-25 14:08:06 +00:00
|
|
|
|
*03/06/25:
|
|
|
|
|
* Applied toggle max vertical/horizontal patch (Thanks MrChuoi mrchuoi<[aT]>yahoo.com)
|
|
|
|
|
Window.hh/cc
|
|
|
|
|
* Fixed compile time option for Toolbar (Henrik)
|
|
|
|
|
--enable-toolbar (default on)
|
|
|
|
|
configure.in, src/Makefile.am, fluxbox.cc
|
2003-06-24 13:54:28 +00:00
|
|
|
|
*03/06/24:
|
2003-06-25 14:08:06 +00:00
|
|
|
|
* Added new theme items (Henrik)
|
|
|
|
|
* toolbar.borderWidth: <integer>
|
|
|
|
|
* toolbar.bevelWidth: <integer>
|
|
|
|
|
* toolbar.borderColor: <color>
|
|
|
|
|
* slit.borderWidth: <integer>
|
|
|
|
|
* slit.bevelWidth: <integer>
|
|
|
|
|
* slit.borderColor: <color>
|
|
|
|
|
SlitTheme.hh, ToolbarTheme.hh/cc, Slit.cc, Toolbar.cc
|
|
|
|
|
* Moved toolbar mode resource to ToolbarHandler (Henrik)
|
|
|
|
|
Screen.hh/cc, ToolbarHandler.hh/cc
|
|
|
|
|
* Fixed minor bug in button alignment (Henrik)
|
|
|
|
|
FbWinFrame.cc
|
2003-06-24 13:54:28 +00:00
|
|
|
|
* Fixed minor bug in transparent Slit (Henrik)
|
|
|
|
|
Slit.cc/hh, Screen.cc
|
|
|
|
|
* Emacs keybindings and tab completion for FbRun (Thanks David J Burger)
|
|
|
|
|
FbRun.hh/cc
|
2003-06-23 14:16:05 +00:00
|
|
|
|
*03/06/23:
|
|
|
|
|
* Add group persistence over a restart,
|
|
|
|
|
Move most winclient initialisation from FluxboxWindow to WinClient,
|
|
|
|
|
And fix a few bugs (Simon)
|
|
|
|
|
Screen.hh/cc WinClient.hh/cc Window.hh/cc Gnome.cc Slit.hh
|
2003-06-24 13:54:28 +00:00
|
|
|
|
* Moved toolbar resources from BScreen to Toolbar (Henrik)
|
|
|
|
|
Screen.hh/cc, Toolbar.hh/cc
|
|
|
|
|
*03/06/22:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* fluxbox-generate_menu:
|
2003-06-24 13:54:28 +00:00
|
|
|
|
French locales, (Thanks Tarax <tarax(aT)arkitekts.org> )
|
|
|
|
|
Two additions to the menu (Thanks Pol)
|
|
|
|
|
* Added Xutil for getWMName in Slit, SlitClient and WinClient and made some
|
|
|
|
|
cleaning (Henrik)
|
|
|
|
|
WinClient.cc, Slit.cc, SlitClient.cc
|
|
|
|
|
* New resource name session.screen<num>.slit.maxOver: <bool> (Henrik)
|
|
|
|
|
This will prevent windows from maximize over the slit
|
2003-07-10 15:58:05 +00:00
|
|
|
|
Slit.cc
|
2003-06-20 01:49:12 +00:00
|
|
|
|
*03/06/20:
|
|
|
|
|
* Moved SlitTheme and SlitClient out from Slit.cc into new files (Henrik)
|
|
|
|
|
SlitClient.hh/cc, SlitTheme.hh
|
|
|
|
|
* Moved Slit resource from BScreen to Slit (Henrik)
|
|
|
|
|
Slit.hh/cc, Screen.hh/cc
|
2003-06-18 14:07:40 +00:00
|
|
|
|
*03/06/18:
|
|
|
|
|
* Fixed toolbar and slit maximize implementation (Henrik)
|
|
|
|
|
Toolbar.hh/cc, Slit.hh/cc
|
|
|
|
|
* Fixed _NET_WM_STRUT support (Henrik)
|
|
|
|
|
Ewmh.hh/cc, AtomHandler.hh, Gnome.hh, Remember.hh, ToolbarHandler.hh
|
2003-07-10 15:58:05 +00:00
|
|
|
|
Screen.hh/cc, fluxbox.cc, Window.hh/cc
|
2003-06-18 14:07:40 +00:00
|
|
|
|
* Added Strut.hh which contains left, right, top and bottom (Henrik)
|
|
|
|
|
*03/06/16:
|
|
|
|
|
* Fixed trailing whitespace in group file loading (Henrik)
|
|
|
|
|
Workspace.cc
|
2003-06-15 11:37:14 +00:00
|
|
|
|
*03/06/15:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Apply workaround for strftime test - fails with gcc 3.3 due to
|
2003-06-15 12:28:37 +00:00
|
|
|
|
compiler bug? - thanks Joshua Kwan (Simon)
|
|
|
|
|
configure.in
|
2003-06-15 11:37:14 +00:00
|
|
|
|
* Fix group cycling, also adding new "NextGroup/PrevGroup" keys (Simon)
|
|
|
|
|
Screen.hh/cc Keys.hh/cc fluxbox.cc
|
2003-06-12 15:12:19 +00:00
|
|
|
|
*03/06/13:
|
2003-06-13 22:52:46 +00:00
|
|
|
|
* Fixed autogrouping (Henrik)
|
|
|
|
|
Window.cc, Workspace.cc
|
2003-06-12 15:12:19 +00:00
|
|
|
|
* Regular expression support for remember (Simon)
|
|
|
|
|
Also ability to limit number of matches for a given rule
|
|
|
|
|
Also ability to match several different window attributes
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Can disable in compile using --disable-regexp (will just do plain
|
2003-06-12 15:12:19 +00:00
|
|
|
|
string equality then)
|
|
|
|
|
- General format is:
|
|
|
|
|
[app] (property=expr) ... {number}
|
|
|
|
|
If "property=" is excluded, the name property is assumed.
|
|
|
|
|
If {number} is excluded, 0 = no limit is assumed.
|
|
|
|
|
- Current available properties are:
|
|
|
|
|
* name -> the name of the window - the first field of WM_CLASS
|
|
|
|
|
* class -> the class of the window - the second field of WM_CLASS
|
|
|
|
|
* title -> the title of the window - the WM_NAME property
|
2004-08-29 21:11:24 +00:00
|
|
|
|
- e.g. [app] (*[tT]erm) {2}
|
2003-06-12 15:12:19 +00:00
|
|
|
|
will match anything ending with term, for up to 2 instances
|
2004-08-29 21:11:24 +00:00
|
|
|
|
- e.g. [app] (title=.*gaim.*)
|
|
|
|
|
will match anything with gaim in the title ("gaim", "the gaim
|
2003-06-12 15:12:19 +00:00
|
|
|
|
window", etc.
|
2003-06-18 14:07:40 +00:00
|
|
|
|
RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc
|
2003-07-10 15:58:05 +00:00
|
|
|
|
WinClient.hh/cc StringUtil.hh/cc
|
2003-06-13 05:06:30 +00:00
|
|
|
|
*03/06/12:
|
|
|
|
|
* Renamed i18n.hh/cc to I18n.hh/cc (Henrik)
|
|
|
|
|
*03/06/11:
|
|
|
|
|
* Added nls for antialias (Thanks ...)
|
|
|
|
|
nls/C/Configmenu.m, Screen.cc, nls/C/ja_JP/Configmenu.m
|
2003-06-18 14:07:40 +00:00
|
|
|
|
---------------------------------------------------------------------------------
|
2003-05-10 23:24:13 +00:00
|
|
|
|
Changes for 0.9.3:
|
2003-06-08 00:13:41 +00:00
|
|
|
|
*03/06/08:
|
2003-06-08 14:32:28 +00:00
|
|
|
|
* Add Reconfigure and Restart Key actions, thanks Jann Fisher (Simon)
|
|
|
|
|
Also modify the patch to take argument on Restart action
|
|
|
|
|
Keys.hh/cc fluxbox.cc
|
2003-06-08 13:47:30 +00:00
|
|
|
|
* Fix restart command to accept and use an argument again (Simon)
|
|
|
|
|
Screen.cc FbCommands.hh/cc
|
2003-06-08 00:13:41 +00:00
|
|
|
|
* Fix bug that sometimes left window frames after window closed (Simon)
|
|
|
|
|
fluxbox.cc
|
2003-06-06 02:18:34 +00:00
|
|
|
|
*03/06/06:
|
|
|
|
|
* Fixes and improvements from Han (Simon, thanks Han)
|
|
|
|
|
fluxbox-generate_menu fbsetbg
|
2003-06-05 13:21:10 +00:00
|
|
|
|
*03/06/05:
|
2003-06-10 12:11:34 +00:00
|
|
|
|
* Fixed slit bug (Henrik)
|
|
|
|
|
Slit.cc
|
|
|
|
|
* Fixed window/button redraw bug (Henrik)
|
|
|
|
|
FbTk/Button.cc
|
2003-06-05 13:21:10 +00:00
|
|
|
|
* Optimise window placement (much better now) (Simon)
|
|
|
|
|
Workspace.cc
|
2003-05-26 04:24:24 +00:00
|
|
|
|
*03/05/26:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fix usage of decorations.border, add BORDER decoration to remember
|
2003-05-26 04:24:24 +00:00
|
|
|
|
(Simon)
|
|
|
|
|
Window.hh/cc Remember.cc
|
2003-05-24 05:49:31 +00:00
|
|
|
|
*03/05/24:
|
2003-06-10 12:11:34 +00:00
|
|
|
|
* Fixed menu bug in FluxboxWindow (Henrik)
|
|
|
|
|
Window.cc
|
2003-05-24 05:49:31 +00:00
|
|
|
|
* Fix crash when toolbar turned off, and toolbar initialisation (Simon)
|
|
|
|
|
Menu.cc Screen.cc Toolbar.cc
|
2003-05-21 23:59:54 +00:00
|
|
|
|
*03/05/21:
|
|
|
|
|
* Fix cascade placement for multiple heads (Simon)
|
|
|
|
|
Workspace.hh/cc Window.hh/cc FbWinFrame.hh/cc
|
2003-05-20 11:03:11 +00:00
|
|
|
|
*03/05/20:
|
|
|
|
|
* Add xinerama for placement and snapping, plus tidy (Simon)
|
|
|
|
|
Screen.hh/cc Window.cc Workspace.cc
|
2003-05-19 08:27:49 +00:00
|
|
|
|
*03/05/19:
|
2003-05-19 15:32:47 +00:00
|
|
|
|
* Clean + change xinerama, plus add maximize smarts (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Screen.hh/cc Window.cc Workspace.cc Toolbar.cc Slit.cc
|
2003-05-19 14:48:45 +00:00
|
|
|
|
* Fixed minor bug in bsetroot (Henrik)
|
|
|
|
|
bsetroot.cc
|
2003-05-19 14:26:30 +00:00
|
|
|
|
* Add back some Xinerama support (still need placement + maximise) (Simon)
|
|
|
|
|
Screen.hh/cc Toolbar.cc Slit.cc Xinerama.hh
|
2003-05-19 08:27:49 +00:00
|
|
|
|
* Fix bsetroot segfault (Simon)
|
|
|
|
|
FbWindow.cc
|
2003-05-18 22:10:54 +00:00
|
|
|
|
*03/05/18:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Moved Resource.hh/cc, DirHelper.hh/cc and
|
2003-05-18 22:10:54 +00:00
|
|
|
|
XrmDatabaseHelper.hh to FbTk (Henrik)
|
2003-07-10 15:58:05 +00:00
|
|
|
|
Screen.hh/cc, fluxbox.hh/cc, IntResMenuItem.hh/cc
|
2003-05-17 11:34:58 +00:00
|
|
|
|
*03/05/17:
|
|
|
|
|
* Fixed autohide bug in toolbar (Thanks MrChuoi)
|
|
|
|
|
Toolbar.cc, ArrowButton.hh/cc
|
|
|
|
|
* Fixed slit client bug (Thanks MrChuoi)
|
|
|
|
|
Slit.cc
|
|
|
|
|
* Fixed cursor for grips (Thanks MrChuoi)
|
|
|
|
|
Window.cc
|
|
|
|
|
* Fixed minor bug in FbTk::EventManager (Thanks MrChuoi)
|
|
|
|
|
FbTk/EventManager.cc
|
2003-05-16 00:54:06 +00:00
|
|
|
|
*03/05/16:
|
|
|
|
|
* Fixed logging file and better info message (Henrik)
|
|
|
|
|
New argument to fluxbox -log <filename>
|
2003-07-10 15:58:05 +00:00
|
|
|
|
main.cc
|
2003-05-14 14:43:54 +00:00
|
|
|
|
*03/05/14:
|
|
|
|
|
* Fixed Shape events, this fixes some decor issues with gkrellm and xmms (Henrik)
|
|
|
|
|
Window.cc/hh, fluxbox.cc/hh
|
|
|
|
|
* Fixed crash bug when client died and clientlist wasn't updated (Henrik)
|
|
|
|
|
WinClient.hh/cc, Screen.cc, Workspace.hh, fluxbox.cc
|
2003-05-13 00:38:27 +00:00
|
|
|
|
*03/05/13:
|
2003-05-14 14:43:54 +00:00
|
|
|
|
* Fixed transparent slit and minor bug in transparent (Henrik)
|
|
|
|
|
Slit.cc, Screen.hh/cc, Transparent.cc
|
2003-05-13 14:11:56 +00:00
|
|
|
|
* Fixed Slit redraw bug (Henrik)
|
|
|
|
|
Slit.cc
|
|
|
|
|
* Removed ScreenInfo.hh/cc (Henrik)
|
|
|
|
|
* Fixed better error msg for display connection (Henrik)
|
|
|
|
|
fluxbox.cc
|
2003-05-13 11:21:23 +00:00
|
|
|
|
* Fix saving of Workspace Icons Toolbar mode (Simon)
|
|
|
|
|
Screen.cc
|
2003-05-13 11:14:05 +00:00
|
|
|
|
* Fixed iconify problems when autoraise on (Simon)
|
|
|
|
|
Window.cc Screen.cc
|
2003-05-13 00:38:27 +00:00
|
|
|
|
* Fixed restoring submenus after a reconfigure (Thanks MrChuoi)
|
|
|
|
|
Screen.cc, fluxbox.cc/hh
|
|
|
|
|
* Added auto hide menu item to toolbar menu (Thanks MrChuoi)
|
|
|
|
|
Toolbar.cc
|
2003-05-12 04:30:43 +00:00
|
|
|
|
*03/05/12:
|
|
|
|
|
* Fixed basic RANDR support (Henrik)
|
|
|
|
|
Resizes toolbar and slit when root window size changes.
|
|
|
|
|
Screen.hh/cc, FbRootWindow.hh/cc, FbTk/FbWindow.hh
|
|
|
|
|
fluxbox.cc/hh
|
|
|
|
|
*03/05/11:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed dangling m_focused_window pointer,
|
2003-05-12 04:30:43 +00:00
|
|
|
|
that didn't got set in Fluxbox::revertFocus (Henrik)
|
|
|
|
|
fluxbox.cc
|
2003-05-10 23:24:13 +00:00
|
|
|
|
*03/05/10:
|
|
|
|
|
* Added FbRootWindow.hh/cc (Henrik)
|
|
|
|
|
Screen.hh/cc, Window.cc, Workspace.cc, IconBar.cc, Slit.cc,
|
2003-05-12 04:30:43 +00:00
|
|
|
|
fluxbox.cc, WinClient.cc, Ewmh.cc, Gnome.cc
|
2003-05-10 23:24:13 +00:00
|
|
|
|
* Added ScreenInfo.hh/cc (Henrik)
|
|
|
|
|
Screen.hh
|
|
|
|
|
* Removed BaseDisplay.hh/cc (Henrik)
|
|
|
|
|
BaseDisplay.hh/cc, fluxbox.hh, Window.cc/hh
|
2003-05-13 00:38:27 +00:00
|
|
|
|
--------------------------------------------------------------
|
2003-04-20 02:47:15 +00:00
|
|
|
|
Changes for 0.9.2:
|
2003-05-07 23:45:44 +00:00
|
|
|
|
*03/05/08:
|
2003-05-08 15:06:59 +00:00
|
|
|
|
* Fixed sloppy focus for embedded tabs (Simon)
|
|
|
|
|
Window.cc
|
2003-05-08 11:01:47 +00:00
|
|
|
|
* Fixed Slit ordering bug (Henrik)
|
|
|
|
|
Screen.cc
|
2003-05-07 23:45:44 +00:00
|
|
|
|
* Fixed better command help/option
|
|
|
|
|
main.cc
|
2003-05-08 11:01:47 +00:00
|
|
|
|
* Fixed Slit redrawing bug (Henrik)
|
2003-05-07 23:45:44 +00:00
|
|
|
|
Slit.hh/cc
|
2003-05-07 11:39:21 +00:00
|
|
|
|
*03/05/07:
|
2003-05-07 16:44:51 +00:00
|
|
|
|
* Fix crash when detaching client that isn't active (Simon)
|
|
|
|
|
Window.cc
|
2003-05-07 16:21:26 +00:00
|
|
|
|
* Fixed transient grouping issues (transients now WinClients) (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
WinClient.hh/cc Window.hh/cc Workspace.cc Screen.cc
|
2003-05-07 11:39:21 +00:00
|
|
|
|
* Fixed screen problem with redrawing menus (Henrik)
|
|
|
|
|
The m_screen_num wasn't set in X Window assignment operator
|
|
|
|
|
FbTk/FbWindow.cc
|
|
|
|
|
* Fixed check for RENDER extension before we start using it (Henrik)
|
|
|
|
|
FbTk/Transparent.hh/cc
|
|
|
|
|
* Fixed some bugs and minor cleaning (Thanks MrChuoi)
|
|
|
|
|
fluxbox.cc, FbTk/Button.cc, FbTk/RefCount.hh
|
2004-08-29 21:11:24 +00:00
|
|
|
|
LayerMenu.hh,
|
2003-05-07 11:39:21 +00:00
|
|
|
|
Resource.hh, Window.cc[focus on deiconify]
|
2003-05-04 23:38:06 +00:00
|
|
|
|
*03/05/05:
|
2003-05-07 11:39:21 +00:00
|
|
|
|
* Added window.<button name>.unfocus.pixmap theme item (Henrik)
|
|
|
|
|
WinButtonTheme.hh/cc, WinButton.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Rework focus somewhat - now use Fluxbox::revertFocus when a window
|
2003-05-04 23:38:06 +00:00
|
|
|
|
dies/gets forced out of focus (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
- should fix click focus sometimes acting sloppy
|
2003-05-04 23:38:06 +00:00
|
|
|
|
fluxbox.hh/cc Screen.hh/cc WinClient.cc Workspace.cc Ewmh.cc
|
2003-05-04 13:03:57 +00:00
|
|
|
|
*03/05/04:
|
2003-05-04 16:55:40 +00:00
|
|
|
|
* add session.ignoreBorder - ignores window border with movement (Simon)
|
|
|
|
|
fluxbox.hh/cc Window.cc
|
2003-05-04 13:55:39 +00:00
|
|
|
|
* Fix warping with multiple screens (Simon)
|
|
|
|
|
Window.cc
|
2003-05-04 13:03:57 +00:00
|
|
|
|
* Set many key events/commands to act on the screen the mouse is on,
|
|
|
|
|
rather than the focused window (Simon)
|
|
|
|
|
fluxbox.cc
|
|
|
|
|
* Fix segfault on restart with iconic windows (Simon)
|
|
|
|
|
Screen.cc
|
2003-05-01 13:19:36 +00:00
|
|
|
|
*03/05/01:
|
2003-05-01 15:03:36 +00:00
|
|
|
|
* Fix slit autohide triggering (Simon)
|
|
|
|
|
Slit.cc
|
2003-05-01 13:19:36 +00:00
|
|
|
|
* Clean ups and optimising of redraw/reconfigures
|
|
|
|
|
Also fixes warping in outline focus bug (Simon)
|
|
|
|
|
Window.hh/cc FbWinFrame.hh/cc
|
2003-04-29 09:38:21 +00:00
|
|
|
|
*03/04/29:
|
2003-04-29 12:39:45 +00:00
|
|
|
|
* fix cause of (some?) excessive reconfigures (Simon)
|
|
|
|
|
fluxbox.cc
|
2003-04-29 11:28:07 +00:00
|
|
|
|
* fix fbsetbg relative path bug + simplify (Han)
|
|
|
|
|
util/fbsetbg
|
2003-04-29 09:38:21 +00:00
|
|
|
|
* Added FbDrawable.hh/cc (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
This is a basic class for drawables such as FbWindow
|
2003-05-12 04:30:43 +00:00
|
|
|
|
and FbPixmap
|
|
|
|
|
FbWindow.hh/cc, FbDrawable.hh/cc, FbPixmap.hh/cc
|
2003-04-28 12:55:32 +00:00
|
|
|
|
*03/04/28:
|
2003-04-28 22:44:23 +00:00
|
|
|
|
* Added support for pixmap themes (Henrik)
|
|
|
|
|
(this requires libXpm is installed, but you can disabled this with --disable-xpm)
|
|
|
|
|
* Texture type now has an extra option: .pixmap
|
|
|
|
|
example:
|
2003-05-12 04:30:43 +00:00
|
|
|
|
window.label.focus.pixmap: image.xpm
|
|
|
|
|
menu.title.pixmap: image.xpm
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Standard buttons has one pixmap for pressed
|
2003-05-12 04:30:43 +00:00
|
|
|
|
and one for normal state
|
2004-08-29 21:11:24 +00:00
|
|
|
|
example:
|
2003-05-12 04:30:43 +00:00
|
|
|
|
window.close.pressed.pixmap: image_pressed.xpm
|
|
|
|
|
window.close.pixmap: image.xpm
|
|
|
|
|
window.stick.pixmap: image.xpm
|
|
|
|
|
window.shade.pixmap: image.xpm
|
|
|
|
|
window.maximize.pixmap: image.xpm
|
|
|
|
|
window.maximize.pressed.pixmap: image_pressed.xpm
|
|
|
|
|
window.iconify.pixmap: image.xpm
|
|
|
|
|
...
|
2003-04-28 22:44:23 +00:00
|
|
|
|
Screen.cc/hh, WinButton.hh/cc, Texture.hh, TextureRender.cc/hh
|
2003-05-12 04:30:43 +00:00
|
|
|
|
WinButtonTheme.hh/cc, configure.in
|
2003-04-28 22:44:23 +00:00
|
|
|
|
* Update fbsetbg and fluxbox-generate_menu (Han)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fix a bunch of alignment + size issues with toolbar (particularly
|
2003-04-28 16:48:23 +00:00
|
|
|
|
when vertical) (Simon)
|
|
|
|
|
Toolbar.cc Iconbar.cc
|
2003-04-28 13:38:23 +00:00
|
|
|
|
* Fix remembering (and general init) of decorations (Simon)
|
|
|
|
|
Window.hh/cc
|
2003-04-28 12:55:32 +00:00
|
|
|
|
* Fix handleEvent issues, plus detachClient crash (Simon)
|
|
|
|
|
Window.cc Screen.cc Remember.cc
|
2003-04-28 01:49:11 +00:00
|
|
|
|
*03/04/27:
|
|
|
|
|
* Fixed execute on screen bug (Henrik)
|
|
|
|
|
FbCommands.hh/cc
|
|
|
|
|
* Fixed scaled pixmap (Henrik)
|
|
|
|
|
FbPixmap.hh/cc
|
|
|
|
|
* Fixed sloppy focus - workspace warp bug (Henrik)
|
|
|
|
|
Window.cc
|
2003-04-27 02:26:21 +00:00
|
|
|
|
* Fix cassert #includes (Simon)
|
|
|
|
|
Window.cc WinClient.cc FbRun.cc signaltest.cc
|
2003-04-26 05:42:36 +00:00
|
|
|
|
*03/04/26:
|
2003-04-28 01:49:11 +00:00
|
|
|
|
* Moved StringUtil to FbTk (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Screen.cc, Workspace.cc, Keys.cc, XmbFontImp.cc
|
2003-04-28 01:49:11 +00:00
|
|
|
|
* Removed DrawUtil.hh/cc and nl_types_cygnus.h (Henrik)
|
|
|
|
|
* Fixed menu bug (Henrik)
|
|
|
|
|
Screen.cc, FbTk/Menu.cc
|
2003-04-26 13:47:53 +00:00
|
|
|
|
* Add remember layer (Simon)
|
|
|
|
|
Remember.hh/cc
|
2003-04-26 05:42:36 +00:00
|
|
|
|
* Add remember patch integration code (Simon)
|
|
|
|
|
- note: does not include "startup" menu
|
|
|
|
|
- save on close disabled atm, due to other issues...
|
|
|
|
|
- enabled in configure by default, disable with --disable-remember
|
2004-08-29 21:11:24 +00:00
|
|
|
|
- BIG thanks to Xavier Brouckaert (xbr at info.ucl.ac.be) for
|
2003-04-26 05:56:27 +00:00
|
|
|
|
the original remember patch!
|
2003-04-26 05:42:36 +00:00
|
|
|
|
Makefile.am Remember.hh/cc Screen.cc Window.hh/cc fluxbox.cc
|
2003-04-25 09:07:14 +00:00
|
|
|
|
*03/04/25:
|
2003-04-25 11:27:13 +00:00
|
|
|
|
* Fix small gcc 3.3 build issue (Simon)
|
|
|
|
|
Window.hh/cc
|
2003-04-25 09:07:14 +00:00
|
|
|
|
* Add UnderMousePlacement policy, plus minor positioning fix (Simon)
|
|
|
|
|
-> Patch originally contributed by "Mike" (lgn@users.sf)
|
|
|
|
|
Screen.hh Workspace.cc fluxbox.cc Window.cc
|
2003-04-25 19:40:01 +00:00
|
|
|
|
* Fixed so WinButton updates sticky state from FluxboxWindow (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
WinButton.hh/cc, Screen.cc
|
2003-04-25 19:40:01 +00:00
|
|
|
|
* Added basic drawable functions to FbWindow (Henrik)
|
|
|
|
|
* drawLine, drawRect, fillRect, copyArea
|
|
|
|
|
FbWindow.hh/cc
|
|
|
|
|
* Fixed SlitTheme (Henrik)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Slit.cc/hh
|
2003-04-25 19:40:01 +00:00
|
|
|
|
* Removed old theme engine (Henrik)
|
|
|
|
|
Theme.hh/cc
|
|
|
|
|
* Added RootTheme.hh/cc (Henrik)
|
|
|
|
|
Screen.hh/cc, Workspace.cc, Slit.cc, IconBar.cc, Toolbar.cc
|
2003-05-12 04:30:43 +00:00
|
|
|
|
fluxbox.cc
|
2003-04-25 10:05:56 +00:00
|
|
|
|
*03/04/24:
|
|
|
|
|
* updated fluxbox-generate_menu (Han)
|
|
|
|
|
- decent reply to -- longopts
|
|
|
|
|
- better ussage message
|
|
|
|
|
- Added more OpenOffice entries
|
2003-04-21 07:01:03 +00:00
|
|
|
|
*03/04/21:
|
|
|
|
|
* Fix toolbar startup and reconfigure things (Simon)
|
|
|
|
|
(Thanks Brian Sea)
|
|
|
|
|
Screen.cc
|
2003-04-20 02:47:15 +00:00
|
|
|
|
*03/04/20:
|
|
|
|
|
* Snap to Windows (and toolbar, slit + screen edge) (Simon)
|
|
|
|
|
Window.hh/cc
|
2003-04-20 12:21:35 +00:00
|
|
|
|
* Directional focus movement (key actions FocusUp/Down/Left/Right) (Simon)
|
|
|
|
|
Keys.hh/cc Screen.hh/cc fluxbox.cc
|
2003-04-20 13:51:59 +00:00
|
|
|
|
* Added transparent menus, session.screen<num>.menuAlpha (Henrik)
|
|
|
|
|
Menu.hh/cc, Transparent.hh/cc, Screen.hh/cc
|
|
|
|
|
02/04/17:
|
2003-04-21 07:01:03 +00:00
|
|
|
|
* Fixed menu bug (Henrik)
|
2003-04-20 13:51:59 +00:00
|
|
|
|
Menu.cc, Screen.cc
|
2003-04-21 07:01:03 +00:00
|
|
|
|
* Fixed saving of toolbar mode (Simon)
|
|
|
|
|
ToolbarHandler.cc
|
2003-04-20 13:51:59 +00:00
|
|
|
|
--------------------------------------------------------------
|
2003-02-24 10:51:04 +00:00
|
|
|
|
Changes for 0.9.1:
|
2003-04-16 00:40:43 +00:00
|
|
|
|
*03/04/16:
|
2003-04-16 22:23:41 +00:00
|
|
|
|
* Fixed resize bug (Henrik)
|
|
|
|
|
Window.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed saving of some other slit params - placement, direction,
|
2003-04-16 16:18:06 +00:00
|
|
|
|
autohide (Simon)
|
|
|
|
|
Screen.hh/cc Slit.hh/cc fluxbox.cc
|
2003-04-16 13:47:09 +00:00
|
|
|
|
* Fixed saving of toolbar and slit layer (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
LayerMenu.hh Screen.hh Slit.hh/cc Toolbar.hh/cc ToolbarHandler.hh
|
2003-04-16 13:47:09 +00:00
|
|
|
|
Window.cc
|
2003-04-16 16:18:06 +00:00
|
|
|
|
* Fixed toolbar width percent menu item (Henrik)
|
2003-04-16 13:20:36 +00:00
|
|
|
|
Toolbar.cc
|
|
|
|
|
* Fixed current focused client button rendered (Henrik)
|
|
|
|
|
FbWinFrame.hh/cc, Window.cc
|
2003-04-16 00:40:43 +00:00
|
|
|
|
* Applied click raises patch (Thanks Dale P. Smith)
|
|
|
|
|
Screen.hh/cc, Window.cc
|
2003-04-15 00:50:25 +00:00
|
|
|
|
*03/04/15:
|
2003-04-16 22:23:41 +00:00
|
|
|
|
* Fixed y offset bug on ConfigureRequestEvent (Henrik)
|
2003-04-16 00:40:43 +00:00
|
|
|
|
Window.cc
|
2003-04-16 22:23:41 +00:00
|
|
|
|
* Fixed ConfigureNotify bug (Henrik)
|
2003-04-16 00:40:43 +00:00
|
|
|
|
Window.cc/hh
|
2003-04-15 14:43:25 +00:00
|
|
|
|
* Added drag and drop support for tabs (Henrik)
|
|
|
|
|
Window.hh/cc
|
|
|
|
|
* Fixed client and icon count in Ewmh (Henrik)
|
|
|
|
|
Ewmh.cc
|
|
|
|
|
* Cleaning (Henrik)
|
|
|
|
|
fluxbox.hh/cc, FbAtoms.hh/cc, IconBar.hh/cc, WinClient.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Window.cc, Screen.hh/cc, Toolbar.hh/cc, FbCommands.cc,
|
2003-05-12 04:30:43 +00:00
|
|
|
|
Workspace.cc, Gnome.cc
|
2003-04-15 00:50:25 +00:00
|
|
|
|
* Add most recently used/stacked window cycling, set as default (Simon)
|
2003-04-17 02:02:43 +00:00
|
|
|
|
Thanks also to Sean Seefried for his initial patch.
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Window.cc Screen.hh/cc fluxbox.hh/cc Keys.hh/cc
|
2003-04-14 10:07:39 +00:00
|
|
|
|
*03/04/14:
|
2003-04-16 22:23:41 +00:00
|
|
|
|
* merged embedded-tab-branch into main branch (Henrik)
|
2003-04-14 10:07:39 +00:00
|
|
|
|
* Don't create menuconfig during install and style cleanups (Han)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
fluxbox_generate_menu
|
2003-04-14 10:07:39 +00:00
|
|
|
|
* Sun compat in Makefile.am (Han)
|
|
|
|
|
data/Makefile.am
|
2003-04-15 14:43:25 +00:00
|
|
|
|
*03/04/11:
|
|
|
|
|
* Icon list updates when window state changes and notifies
|
|
|
|
|
observer fluxbox::update
|
|
|
|
|
fluxbox.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Reassociation of window when it changes to sticky is
|
2003-04-15 14:43:25 +00:00
|
|
|
|
done in fluxbox::update now
|
|
|
|
|
fluxbox.cc
|
|
|
|
|
* Fixed transient bug
|
|
|
|
|
WinClient.cc, Window.cc, fluxbox.cc
|
|
|
|
|
* Added TextButton.hh/cc
|
|
|
|
|
* Fixed label buttons in FbWinFrame for multiple clients
|
|
|
|
|
FbWinFrame.hh/cc, Window.hh/cc
|
|
|
|
|
* Added Next/Prev Client menu items to window menu
|
|
|
|
|
Screen.cc
|
|
|
|
|
*03/04/09:
|
|
|
|
|
* Fixed Client menu
|
|
|
|
|
Workspace.cc
|
|
|
|
|
* Removed tab resources and old tab code
|
|
|
|
|
Tab.hh/cc, Screen.hh/cc, fluxbox.hh/cc, Window.hh/cc, Workspace.cc
|
2003-04-13 12:41:39 +00:00
|
|
|
|
*03/04/08:
|
|
|
|
|
* Fixes in fluxbox-generate_menu (Thanks Han)
|
2003-04-15 14:43:25 +00:00
|
|
|
|
*03/04/07:
|
|
|
|
|
* Moved client specific stuff from FluxboxWindow to WinClient
|
|
|
|
|
Window.hh/cc, fluxbox.cc, Screen.cc/hh
|
|
|
|
|
* Fixed client list update in Ewmh module
|
|
|
|
|
Ewmh.cc
|
|
|
|
|
*03/04/04:
|
|
|
|
|
* Added WinClient.hh/cc which holds client information
|
|
|
|
|
*03/04/03:
|
|
|
|
|
* Added AttachClient and DetachClient key actions
|
|
|
|
|
Keys.hh/cc
|
2003-03-30 12:47:00 +00:00
|
|
|
|
*03/03/30:
|
|
|
|
|
* Using pkg-config instead of xft-config (Thanks Matt Hope)
|
|
|
|
|
xft.m4
|
2003-03-22 05:13:08 +00:00
|
|
|
|
*03/03/22:
|
2003-03-22 11:35:55 +00:00
|
|
|
|
* Added cursor to fbrun (Henrik)
|
|
|
|
|
FbRun.hh/cc
|
2003-03-22 05:13:08 +00:00
|
|
|
|
* Fix outline moving, warping, etc (Simon)
|
|
|
|
|
Window.hh/cc Screen.cc fluxbox.cc
|
2003-03-03 21:51:13 +00:00
|
|
|
|
*03/03/03:
|
|
|
|
|
* Add code for Toolbar modes (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
AtomHandler.hh EventManager.cc Ewmh.hh/cc Gnome.hh/cc
|
|
|
|
|
IconBar.hh/cc Screen.hh/cc Toolbar.hh/cc ToolbarHandler.hh/cc
|
2003-03-03 21:51:13 +00:00
|
|
|
|
Window.cc fluxbox.cc
|
2003-03-22 11:35:55 +00:00
|
|
|
|
*03/02/25:
|
|
|
|
|
* Fixed freebsd error and some nls in fluxbox-generate_menu (Han)
|
2003-04-15 14:43:25 +00:00
|
|
|
|
|
2003-03-22 11:35:55 +00:00
|
|
|
|
---------------------------------------------------
|
2003-04-15 14:43:25 +00:00
|
|
|
|
|
2003-02-23 14:23:44 +00:00
|
|
|
|
Changes for 0.9.0:
|
|
|
|
|
*03/02/23:
|
|
|
|
|
* Fixed auto hide option for toolbar menu (Henrik)
|
|
|
|
|
Screen.cc, Toolbar.cc
|
|
|
|
|
* Fixed vertical workspace name editing (Henrik)
|
|
|
|
|
Toolbar.cc
|
2003-02-24 10:51:04 +00:00
|
|
|
|
* Added Meta style (Thanks Joel)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Disabled background image menu in fluxbox-generate_menu
|
2003-02-22 15:10:43 +00:00
|
|
|
|
*03/02/22:
|
2003-02-23 13:40:22 +00:00
|
|
|
|
* Fix frame size and window moving/resizing/outline bugs (Simon)
|
|
|
|
|
Window.cc FbWinFrame.cc
|
2003-02-23 01:10:16 +00:00
|
|
|
|
* s/""/'' so the shell does not have to expand the contents of the string
|
|
|
|
|
in fluxbox_generatemenu (Han)
|
|
|
|
|
* Added portability notes in fluxbox_generatemenu (Han)
|
|
|
|
|
* Added file utils menu item in fluxbox_generatemenu (Han)
|
|
|
|
|
* Fixed a resize bug (Henrik)
|
|
|
|
|
Window.cc
|
|
|
|
|
* Fixed bug in menu bullet type (Henrik)
|
|
|
|
|
FbTk/MenuTheme.cc
|
2003-02-22 15:10:43 +00:00
|
|
|
|
* Fixed sloppy focus to use new event handler model (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Screen.hh/cc Window.hh/cc fluxbox.hh/cc
|
2003-02-23 01:10:16 +00:00
|
|
|
|
* Fixed auto hide bug in Toolbar (Henrik)
|
|
|
|
|
Toolbar.cc
|
|
|
|
|
* Fixed default white color bug in Theme (Henrik)
|
|
|
|
|
FbTk/Theme.cc
|
|
|
|
|
* Added toolbar placement menu and fixed resource saving for toolbar placement (Henrik)
|
2003-05-12 04:30:43 +00:00
|
|
|
|
Toolbar.cc, Screen.cc/hh
|
2003-02-23 01:10:16 +00:00
|
|
|
|
* Fixed vertical text for icons in Iconbar (Henrik)
|
|
|
|
|
IconBar.hh/cc, Toolbar.cc
|
2003-02-20 23:35:40 +00:00
|
|
|
|
*03/02/20:
|
|
|
|
|
* Fixed a size bug without titlebar (Henrik)
|
|
|
|
|
Window.cc, FbWinFrame.cc
|
|
|
|
|
* Fixed a clientmenu update bug (Henrik)
|
|
|
|
|
Workspace.hh/cc
|
|
|
|
|
* Fixed slit client resize bug (Henrik)
|
|
|
|
|
Slit.hh/cc
|
2003-02-19 22:55:42 +00:00
|
|
|
|
*03/02/19:
|
|
|
|
|
* Fixed transient raise/lower (Henrik)
|
2003-02-17 12:58:00 +00:00
|
|
|
|
*03/02/17:
|
2003-02-19 22:55:42 +00:00
|
|
|
|
* Added layer menus for windows, toolbar, and slit, plus associated (Simon)
|
2003-02-18 15:11:12 +00:00
|
|
|
|
resources. Cleaned up some cruft from the previous layering setup.
|
|
|
|
|
Gnome.cc LayerMenu.hh Screen.hh/cc Slit.hh/cc Tab.cc Toolbar.hh/cc Window.hh/cc Workspace.hh fluxbox.hh/cc
|
2003-02-19 22:55:42 +00:00
|
|
|
|
* Renamed LayeredMenu to FbMenu (Simon)
|
2003-02-18 15:11:12 +00:00
|
|
|
|
LayeredMenu.hh FbMenu.hh
|
2003-02-19 22:55:42 +00:00
|
|
|
|
* Changed XLayerItem to hold FbWindows instead of Windows (Simon)
|
2003-02-18 15:11:12 +00:00
|
|
|
|
XLayerItem.hh/cc XLayer.cc MultLayers.cc Window.cc
|
2003-02-17 12:58:00 +00:00
|
|
|
|
* Added shade option for button config (Henrik)
|
|
|
|
|
Screen.cc
|
|
|
|
|
* Fixed antialias toggle for menus (Henrik)
|
|
|
|
|
Screen.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added toolbar width percent change menu item (Henrik)
|
2003-02-17 12:58:00 +00:00
|
|
|
|
Screen.cc, Toolbar.cc
|
|
|
|
|
* Added IntResMenuItem, for resource<int> changes in the menu (Henrik)
|
|
|
|
|
IntResMenuItem.hh/cc
|
2003-02-19 22:55:42 +00:00
|
|
|
|
* Fixed non opaque moving (Henrik)
|
|
|
|
|
Window.cc
|
|
|
|
|
* Fixed titlebar alignment problem (Henrik)
|
|
|
|
|
FbWinFrame.cc
|
2003-02-16 15:12:08 +00:00
|
|
|
|
*03/02/16:
|
2003-02-17 12:58:00 +00:00
|
|
|
|
* Fixed configurable titlebar buttons (Henrik)
|
|
|
|
|
Screen.cc
|
|
|
|
|
* Fixed workspace menu and clientmenu (Henrik)
|
|
|
|
|
Workspace.hh/cc, Screen.cc, Window.hh
|
2003-02-16 15:12:08 +00:00
|
|
|
|
* Added layer submenu to window menu + small fix (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Screen.cc Window.hh/cc fluxbox.hh
|
2003-02-16 17:57:54 +00:00
|
|
|
|
* Fixed gnome workspace initialisation issues (Simon)
|
|
|
|
|
Gnome.cc Window.hh/cc Screen.cc
|
2003-02-15 02:11:57 +00:00
|
|
|
|
*03/02/15:
|
|
|
|
|
* Added Style menu and fixed theme listeners for FbWinFrame, Menu and Toolbar (Henrik)
|
|
|
|
|
ToolbarTheme.hh/cc, Toolbar.hh/cc, FbTk Menu.hh/cc, FbTk MenuTheme.hh/cc,
|
2003-05-12 04:30:43 +00:00
|
|
|
|
Screen.cc, FbWinFrame.hh/cc, FbWinFrameTheme.hh/cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Moved Observer.hh/cc and Subject.hh/cc to FbTk directory and
|
2003-02-15 02:11:57 +00:00
|
|
|
|
change Subject to use std::list instead of std::vector (Henrik)
|
|
|
|
|
* Added SetStyleCmd command, which takes argument for style filename (Henrik)
|
2003-02-17 12:58:00 +00:00
|
|
|
|
FbCommands.hh/cc
|
2003-02-15 02:11:57 +00:00
|
|
|
|
*03/02/10:
|
2003-02-09 14:11:14 +00:00
|
|
|
|
* More fiddling of Layer code, cleaning up (Henrik + Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
FbTk/MultLayers.hh/cc FbTk/XLayer.hh/cc FbTk/XLayerItem.hh/cc
|
2003-02-09 14:11:14 +00:00
|
|
|
|
Gnome.cc Screen.hh/cc Tab.cc Window.hh/cc Workspace.cc fluxbox.cc
|
2003-02-02 16:32:41 +00:00
|
|
|
|
*03/02/03:
|
|
|
|
|
* Integration of new Layering code, plus updates to the code (Simon)
|
|
|
|
|
- new KeyActions: Raise/LowerLayer, AlwaysOnTop/Bottom, Top/BottomLayer
|
|
|
|
|
AtomHandler.hh Ewmh.hh/cc FbWindow.hh/cc Menu.hh MultLayers.hh/cc
|
|
|
|
|
XLayer.hh/cc XLayerItem.hh/cc Gnome.hh/cc Keys.hh/cc Screen.hh/cc Tab.cc
|
|
|
|
|
Window.hh/cc Workspace.hh/cc fluxbox.hh/cc fluxbox.1.in
|
|
|
|
|
* Added a "Quit" KeyAction (Simon)
|
|
|
|
|
Keys.hh/cc, fluxbox.cc fluxbox.1.in
|
2003-02-15 02:11:57 +00:00
|
|
|
|
* Removed XLayerItem from FbTk::FbWindow
|
|
|
|
|
* Removed XLayerItem from FbTk::Menu
|
|
|
|
|
FbTk/Menu.hh
|
2003-01-23 07:12:04 +00:00
|
|
|
|
*03/01/23:
|
|
|
|
|
* Added polish locales to fluxbox-generate_menu (thanks Adam Byrtek)
|
2003-01-16 12:43:36 +00:00
|
|
|
|
*03/01/16:
|
|
|
|
|
* Added new Layering code into FbTk (Simon)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
FbTk/... Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh
|
2003-01-16 12:43:36 +00:00
|
|
|
|
XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh
|
2003-01-12 19:24:31 +00:00
|
|
|
|
*03/01/12:
|
2003-01-23 07:12:04 +00:00
|
|
|
|
* Added RootTheme which redraws the background
|
|
|
|
|
Screen.hh/cc
|
|
|
|
|
* Fixed button GC for title bar buttons
|
|
|
|
|
FbWinFrame.cc
|
2003-01-12 19:24:31 +00:00
|
|
|
|
* BoolMenuItem, for changing bool values from menu
|
|
|
|
|
BoolMenuItem.hh/cc
|
|
|
|
|
* Fixed optional visability for SlitClients,
|
|
|
|
|
see client list menu in Slit
|
|
|
|
|
* Changed Slit::frame.window to an FbTk::FbWindow
|
|
|
|
|
* Fixed scrollClientsUp/Down function in Slit
|
|
|
|
|
* Moved SlitClient to Slit.cc
|
|
|
|
|
* Changed Slit to an FbTk::EventHandler
|
|
|
|
|
Slit.hh/cc
|
|
|
|
|
* Changed SlitMenu to FbTk::Menu in Slit and fixed a client menu
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Slit.hh/cc
|
2003-01-12 19:24:31 +00:00
|
|
|
|
* Added MenuItem.hh/cc in FbTk
|
|
|
|
|
* Fixed bug in FbTk::Menu
|
|
|
|
|
Menu.cc
|
|
|
|
|
* Removed Clientmenu.cc/hh
|
|
|
|
|
* Changed Clientmenu in BScreen to FbTk::Menu
|
|
|
|
|
Screen.hh/cc
|
|
|
|
|
* Changed Toolbarmenu in Toolbar to FbTk::Menu
|
|
|
|
|
Toolbar.hh/cc
|
|
|
|
|
* Removed toolbar dep from Workspace
|
|
|
|
|
Workspace.cc
|
|
|
|
|
* Removed slit functions from class Fluxbox
|
|
|
|
|
fluxbox.hh
|
|
|
|
|
* Removed Basemenu.hh/cc, Clientmenu.cc/hh, Workspacemenu.hh/cc,
|
|
|
|
|
Windowmenu.hh/cc and Iconmenu.hh/cc
|
|
|
|
|
* Moved KDE slit handling from class Fluxbox to class Slit
|
|
|
|
|
*03/01/10:
|
|
|
|
|
* Fixed bug in FluxboxWindow::configureRequestEvent
|
|
|
|
|
Window.cc
|
|
|
|
|
* Added FbTk::MacroCommand
|
|
|
|
|
MacroCommand.hh/cc
|
2003-01-10 01:04:43 +00:00
|
|
|
|
*03/01/09:
|
|
|
|
|
* Adjusted some files to FbTk::ImageControl and FbTk::Timer
|
|
|
|
|
Basemenu.hh, FbWinFrame.hh/cc, IconBar.cc, Slit.hh, Toolbar.hh, Theme.hh
|
|
|
|
|
Window.hh/cc
|
|
|
|
|
* Removed bexec from BaseDisplay
|
|
|
|
|
Theme.cc, fluxbox.cc, BaseDisplay.hh/cc
|
|
|
|
|
* Moved Timer.hh/cc, ImageControl.hh/cc and TextureRender.hh/cc to FbTk
|
|
|
|
|
* Removed Rootmenu.hh/cc
|
|
|
|
|
* Added FbCommands.hh/cc which contains some default commands that
|
2004-08-29 21:11:24 +00:00
|
|
|
|
fluxbox handles, like RestartFluxboxCmd, ExitFluxboxCmd,
|
2003-05-12 04:30:43 +00:00
|
|
|
|
ReconfigureFluxboxCmd and ExecuteCmd
|
2003-01-10 01:04:43 +00:00
|
|
|
|
* Changed Client menu in Workspace to FbTk::Menu
|
|
|
|
|
Workspace.hh
|
|
|
|
|
* Changed Workspace and Rootmenu menu to FbTk::Menu
|
|
|
|
|
Screen.hh/cc
|
|
|
|
|
* Removed Iconmenu and disabled Stylemenu in BScreen
|
|
|
|
|
Screen.hh/cc
|
|
|
|
|
* Removed exec and function item from MenuItem
|
|
|
|
|
Menu.hh/cc
|
|
|
|
|
* Fixed menu border color, border width and bevel width
|
|
|
|
|
MenuTheme.hh/cc, Menu.cc
|
2003-01-07 02:13:43 +00:00
|
|
|
|
*03/01/06:
|
|
|
|
|
* Fixed action/menu setup in setupWindowActions
|
|
|
|
|
Screen.cc
|
|
|
|
|
* Added FbTk MenuTheme object in Screen
|
|
|
|
|
Screen.cc/hh
|
|
|
|
|
* Fixed Windowmenu in FluxboxWindow to FbTk Menu
|
|
|
|
|
Window.cc/hh, Toolbar.cc
|
|
|
|
|
* Added actions, double click interval and hide/show decoraions to titlebar
|
|
|
|
|
FbWinFrame.hh/cc, Window.cc
|
2003-01-05 23:48:13 +00:00
|
|
|
|
*03/01/05: --- huge commit ---
|
|
|
|
|
* Added FbWinFrame.hh/cc, FbWinFrameTheme.hh/cc
|
|
|
|
|
* Updated Window.cc/hh to use FbWinFrame
|
|
|
|
|
* Removed XINERAMA and Slit from class FluxboxWindow
|
|
|
|
|
* Moved creation of titlebar buttons to BScreen::setupActions
|
|
|
|
|
* FluxboxWindow object creation is now done in BScreen::createWindow(xclientwindow)
|
|
|
|
|
* FluxboxWindow setups actions in BScreen::setupWindowActions(FluxboxWindow)
|
|
|
|
|
* Fixed getMaxLeft/Right/Top/Bottom functions in BScreen to get max workspace area
|
|
|
|
|
* FluxboxWindow is now a FbTk::EventHandler
|
|
|
|
|
* Clamped texture size in TexturRender so it doesnt crash n burn on bad sizes
|
|
|
|
|
* Adjusted Tab.cc, Windowmenu.cc, fluxbox.cc to match new FluxboxWindow
|
|
|
|
|
* Added WinButton.hh/cc for simple fluxboxwindow button drawing
|
|
|
|
|
* Added border size to FbTk::FbWindow
|
2003-01-04 15:24:32 +00:00
|
|
|
|
*03/01/04:
|
|
|
|
|
* Added spanish locales (Muchas gracias Alberto G. Hierro)
|
|
|
|
|
*02/12/29:
|
|
|
|
|
* Updated README (Han)
|
|
|
|
|
* Fixed screenshot and menu configuration in menu script (Han)
|
|
|
|
|
fluxbox-generate_menu
|
|
|
|
|
*02/12/25:
|
|
|
|
|
* Minor fixes in FbTk::Button
|
|
|
|
|
Button.hh/cc
|
|
|
|
|
* Moved Basemenu to FbTk/ and changed name to Menu
|
|
|
|
|
and updated Menu to use commands and new MenuTheme
|
|
|
|
|
Menu.hh/cc
|
|
|
|
|
* Added FbTk::MenuTheme
|
|
|
|
|
MenuTheme.hh/cc
|
|
|
|
|
*02/12/20:
|
|
|
|
|
* Fixes in fluxbox-generate_menu:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
menu title with space, user menu, cleanups and
|
2003-01-04 15:24:32 +00:00
|
|
|
|
simplifications, whitespace. (Han)
|
2002-12-19 01:58:56 +00:00
|
|
|
|
*02/12/17:
|
|
|
|
|
* Comment and minor fixes in fluxbox-generate_menu (Han)
|
|
|
|
|
*02/12/16:
|
|
|
|
|
* Updated Turkish translation (tr_TR) (Thanks Arman Aksoy)
|
|
|
|
|
* Updated fluxbox-generate_menu (Han Boetes)
|
|
|
|
|
* Updated man page (Tobias Klausmann)
|
|
|
|
|
fluxbox.1.in
|
|
|
|
|
* Fixed de_DE translation (Thanks Andreas)
|
|
|
|
|
configure.in, nls/Makefile.am, nls/de_DE/*, util/fluxbox-generate_menu
|
|
|
|
|
* Fixed minor bugs in Button
|
|
|
|
|
Button.hh/cc
|
2002-12-13 20:41:07 +00:00
|
|
|
|
*02/12/13:
|
|
|
|
|
* Changed toolbar to use ArrowButton and Command
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added Command.hh, SimpleCommand.hh, Button.hh/cc,
|
2002-12-13 20:41:07 +00:00
|
|
|
|
RefCount.hh, ArrowButton.hh/cc
|
|
|
|
|
*02/12/10:
|
|
|
|
|
* Changed blackbox.cat to fluxbox.cat
|
2002-12-08 13:07:49 +00:00
|
|
|
|
*02/12/08:
|
|
|
|
|
* Fixed better Xft checking in configure.in
|
2002-12-13 20:41:07 +00:00
|
|
|
|
* Fixed rotation argument in Font::drawText
|
|
|
|
|
Font.hh/cc
|
2002-12-04 00:11:48 +00:00
|
|
|
|
*02/12/04:
|
2002-12-08 13:07:49 +00:00
|
|
|
|
* Updated FbRun
|
2002-12-04 23:11:28 +00:00
|
|
|
|
* Fixed Left and Right placement of toolbar with vertical text.
|
|
|
|
|
Toolbar.hh/cc, Screen.cc
|
2002-12-04 00:11:48 +00:00
|
|
|
|
* Changed Basemenu to FbWindow and EventHandler usage
|
|
|
|
|
Basemenu.hh/cc, fluxbox.hh/cc
|
|
|
|
|
*02/12/03:
|
|
|
|
|
* Changed Toolbar to FbWindow usage
|
|
|
|
|
Toolbar.hh/cc
|
|
|
|
|
* Added FbTk::FbWindow, a wrapper for X window
|
2002-12-01 13:52:59 +00:00
|
|
|
|
*02/12/02:
|
2002-12-03 00:07:37 +00:00
|
|
|
|
* Added DirHelper class (Henrik)
|
|
|
|
|
DirHelper.hh/cc
|
|
|
|
|
* Change Toolbar events to FbTk::EventHandler (Henrik)
|
|
|
|
|
fluxbox.cc, Toolbar.hh/cc
|
|
|
|
|
* Converted Toolbar theme to the new theme engine (Henrik)
|
|
|
|
|
FbTk/ToolbarTheme.hh/cc, Toolbar.hh/cc, Screen.cc/hh, Theme.hh/cc
|
|
|
|
|
* New Theme engine in place in FbTk (Henrik)
|
|
|
|
|
Theme.hh/cc
|
2002-12-01 13:52:59 +00:00
|
|
|
|
* Re-indented src tree from tab-indent to spaces (emacs offset 4) (Simon)
|
|
|
|
|
src/**/*.{cc,hh}
|
|
|
|
|
*02/11/30:
|
2002-12-03 00:07:37 +00:00
|
|
|
|
* Changed name from BImage to TextureRender and moved it to TextureRender.hh/cc (Henrik)
|
|
|
|
|
* Changed name from Image.hh/cc to ImageControl.hh/cc and made some cleaning (Henrik)
|
2002-12-01 13:52:59 +00:00
|
|
|
|
* Fixed bug [ 642203 ] configure / make problem, solaris sparc
|
|
|
|
|
plus more compatibility issues with old tools/shells (Simon/Han)
|
|
|
|
|
fluxbox-generate_menu
|
2002-12-03 00:07:37 +00:00
|
|
|
|
*02/11/27:
|
|
|
|
|
* Added FbTk::EventManager and changed FbTk::EventHandler to interface
|
2004-08-29 21:11:24 +00:00
|
|
|
|
class for XEvents.
|
2002-12-03 00:07:37 +00:00
|
|
|
|
EventHandler.hh, SignalHandler.hh/cc, App.hh/cc, FbRun.hh/cc ...
|
|
|
|
|
*02/11/26:
|
|
|
|
|
* Fixed DrawUtil::doAligment
|
|
|
|
|
* Moved some FbTk files into src/FbTk
|
|
|
|
|
* Fixed FbRun application to FbTk only
|
2002-11-25 14:14:56 +00:00
|
|
|
|
*02/11/25:
|
|
|
|
|
* Fixed vertical tabs for XFontImp
|
|
|
|
|
XFontImp.cc/hh, Font.hh/cc, Tab.cc, Screen.cc, DrawUtil.cc/hh
|
2002-11-24 06:04:31 +00:00
|
|
|
|
*02/11/24:
|
2002-11-25 14:14:56 +00:00
|
|
|
|
* Removed interlace compile time option (Henrik)
|
|
|
|
|
Image.hh/cc
|
2002-11-24 06:04:31 +00:00
|
|
|
|
* Fixed bug [ 641136 ] OpenOffice 1.0.1 aborts (Simon)
|
|
|
|
|
Ewmh.cc
|
|
|
|
|
* Fixed bug [ 561602 ] Problem using ToggleDecor in terminals (Simon)
|
|
|
|
|
Window.cc/hh
|
|
|
|
|
* Fixed bug [ 642189 ] Wrong AA font on init (Simon)
|
|
|
|
|
Font.cc
|
|
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------
|
2002-09-14 12:33:57 +00:00
|
|
|
|
Changes for 0.1.13:
|
2002-11-17 17:36:50 +00:00
|
|
|
|
*02/11/17:
|
|
|
|
|
* Fixed bug in toggleTab
|
|
|
|
|
Window.cc
|
|
|
|
|
* Fixed alignment bug in Tab
|
|
|
|
|
Tab.cc
|
|
|
|
|
* Fixed HAVE_XFT_UTF8 check (Simon)
|
|
|
|
|
configure.in, XftFontImp.cc
|
2002-11-16 22:17:37 +00:00
|
|
|
|
*02/11/15:
|
|
|
|
|
* Fixed antialias bug in toolbar
|
|
|
|
|
* Fixed bug [ 627897 ] Clicking tab leads to crashing X-Server.
|
|
|
|
|
Tab.cc
|
2002-11-15 12:46:58 +00:00
|
|
|
|
*02/11/14:
|
|
|
|
|
* Fixed bug [ 604958 ] Menu not (full) visible when tabs bottom
|
|
|
|
|
Rootmenu.cc/hh
|
|
|
|
|
* Fixed bug [ 581588 ] Toolbar auto-hiding
|
|
|
|
|
Toolbar.cc
|
2002-11-12 14:54:45 +00:00
|
|
|
|
*02/11/13:
|
2002-11-15 12:46:58 +00:00
|
|
|
|
* Clean up in Slit
|
|
|
|
|
Slit.cc/hh, Screen.cc
|
|
|
|
|
* Fixed caps, num and scroll lock modifier checks
|
|
|
|
|
(fixed Bug: [ 522673 ] Numlock not handled correctly in Solaris)
|
|
|
|
|
Keys.cc/hh
|
|
|
|
|
*02/11/12:
|
|
|
|
|
* Updated fluxbox-generate_menu (Han)
|
|
|
|
|
* Fixed alignment in window label
|
|
|
|
|
Window.cc
|
|
|
|
|
* Fixed history in FbRun
|
|
|
|
|
* Updated FbRun to use the new font system
|
2002-11-12 14:54:45 +00:00
|
|
|
|
* Removed window size limitation, fixes Debian bug #159709 (Simon)
|
|
|
|
|
Window.cc
|
|
|
|
|
* Fixed geometry/position window size and alignment problem (Simon)
|
|
|
|
|
Screen.cc
|
|
|
|
|
*02/11/03:
|
|
|
|
|
* Fixed Toolbar workspace label text color.
|
2002-11-12 14:31:12 +00:00
|
|
|
|
Theme.cc
|
|
|
|
|
*02/10/25:
|
2002-11-15 12:46:58 +00:00
|
|
|
|
* Renamed Icon.hh/cc to Iconmenu.hh/cc
|
|
|
|
|
* Clean up (fixed bug [ 608945 ] xmms crashes fluxbox )
|
|
|
|
|
BaseDisplay.hh/cc, Screen.cc/hh, Tab.cc, Window.cc
|
2002-11-12 14:31:12 +00:00
|
|
|
|
*02/10/24:
|
|
|
|
|
* Updated fluxbox-generate_menu (Thanks Han)
|
|
|
|
|
*02/10/23:
|
|
|
|
|
* Fixed auto_ptr assignment so it compiles with gcc 2.95.x
|
2004-08-29 21:11:24 +00:00
|
|
|
|
fluxbox.cc, Window.cc
|
2002-11-12 14:31:12 +00:00
|
|
|
|
* Minor cleaning in Windowmenu.cc/hh
|
|
|
|
|
*02/10/22:
|
|
|
|
|
* Fixed isGroupable for FluxboxWindow,
|
2002-11-15 12:46:58 +00:00
|
|
|
|
It should report if the window is groupable if it's
|
|
|
|
|
not transient, nonresiable and nonmaximizable
|
|
|
|
|
Window.hh/cc
|
2002-11-12 14:31:12 +00:00
|
|
|
|
*02/10/20:
|
|
|
|
|
* Updated it_IT translation (Thanks Filippo Pappalardo)
|
2002-10-20 16:38:56 +00:00
|
|
|
|
*02/10/19:
|
|
|
|
|
* Fixed terminal option for fluxbox-generate_menu (Thanks Han)
|
|
|
|
|
* Fixed bug [ 604634 ] Fluxbox 0.1.11 menu on iconbar problem
|
|
|
|
|
Toolbar.cc
|
|
|
|
|
* Fixed ascent and descent in FontImps
|
|
|
|
|
* Added testsuit for FbTk::Font
|
|
|
|
|
src/tests/testFont.cc, src/tests/Makefile
|
|
|
|
|
* Updated fluxbox-generate_menu it_IT locales and
|
|
|
|
|
added DEFAULT_TERM value (Thanks Filippo Pappalardo)
|
|
|
|
|
*02/10/18:
|
|
|
|
|
* Added it_IT locales to fluxbox-generate_menu and updated
|
|
|
|
|
data/nls/it_IT (Thanks Filippo Pappalardo)
|
|
|
|
|
*02/10/16:
|
|
|
|
|
* Fixed UTF-8 for antialias fonts
|
|
|
|
|
XftFontImp.cc/hh, Font.cc
|
|
|
|
|
* Fixed support for:
|
|
|
|
|
_NET_WM_DESKTOP,
|
|
|
|
|
_NET_NUMBER_OF_DESKTOPS,
|
2002-11-15 12:46:58 +00:00
|
|
|
|
_NET_CURRENT_DESKTOP,
|
|
|
|
|
_NET_ACTIVE_WINDOW,
|
|
|
|
|
_NET_CLOSE_WINDOW
|
|
|
|
|
Ewmh.hh/cc
|
2002-10-15 10:59:38 +00:00
|
|
|
|
*02/10/15:
|
|
|
|
|
* Conditional compile/linking of Xft specific files
|
|
|
|
|
src/Makefile.am, configure.in
|
2002-10-15 19:13:51 +00:00
|
|
|
|
* Antialias in Windowmenu, Tab and geometry window
|
|
|
|
|
Window.cc, Screen.cc, Toolbar.cc, Theme.cc/hh, Tab.cc, IconBar.cc
|
2002-10-15 10:59:38 +00:00
|
|
|
|
* Antialias option in Configmenu
|
|
|
|
|
Configmenu.cc, Screen.cc/hh, Theme.cc/hh
|
2002-10-14 19:30:31 +00:00
|
|
|
|
*02/10/14:
|
|
|
|
|
* Added XftFontImp.hh/cc for Xft font support.
|
|
|
|
|
Compile with --enable-xft
|
|
|
|
|
*02/10/13:
|
|
|
|
|
* Minor cleaning in configure.in
|
|
|
|
|
* Fixed grab reconfigure bug
|
2002-10-15 10:59:38 +00:00
|
|
|
|
Window.cc
|
2002-10-14 19:30:31 +00:00
|
|
|
|
* Fixed UTF-8 support in XmbFontImp.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Moved font system specific stuff from Font.hh/cc to
|
2002-10-14 19:30:31 +00:00
|
|
|
|
font implementation classes.
|
|
|
|
|
* Added FontImp.hh, XFontImp.hh/cc, XmbFontImp.hh/cc
|
|
|
|
|
For the new font implementation bridge pattern.
|
|
|
|
|
*02/10/11:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed support for _NET_WM_STATE with _NET_WM_STATE_STICKY and
|
2002-10-14 19:30:31 +00:00
|
|
|
|
_NET_WM_STATE_SHADED
|
2002-11-15 12:46:58 +00:00
|
|
|
|
Ewmh.cc
|
2002-10-14 19:30:31 +00:00
|
|
|
|
*02/10/02:
|
|
|
|
|
* Added Ewmh.hh/cc for Extended Window Manager Hints
|
|
|
|
|
*02/09/21:
|
|
|
|
|
* New menu item (Thanks Han)
|
2002-09-21 13:35:51 +00:00
|
|
|
|
fluxbox-generate_menu
|
2002-09-21 14:02:28 +00:00
|
|
|
|
* Latvian language support (Thanks Artis Trops)
|
2002-09-14 12:33:57 +00:00
|
|
|
|
*02/09/14:
|
|
|
|
|
* Fixed bug [ 604463 ] mplayer fullscreen fails (Henrik)
|
|
|
|
|
Window.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added Color.cc and moved color handling from Image.cc to it.
|
2002-09-14 16:40:38 +00:00
|
|
|
|
(Henrik)
|
2002-09-21 13:35:51 +00:00
|
|
|
|
* Added Texture.cc and Texture::setFromString (Henrik)
|
2002-09-15 14:56:28 +00:00
|
|
|
|
* Proper handling of sticky windows when cycling (Simon)
|
2002-09-14 12:33:57 +00:00
|
|
|
|
|
2002-09-21 13:35:51 +00:00
|
|
|
|
---------------------------------------------------------------------
|
2002-09-14 12:33:57 +00:00
|
|
|
|
Changes for 0.1.12/13:
|
|
|
|
|
*02/09/12:
|
|
|
|
|
* Removed -fg and -bg settings in fluxbox-generate_menu
|
|
|
|
|
* Made a temporary fix for sticky windows (Thanks Simon Bowden)
|
|
|
|
|
*02/09/10:
|
|
|
|
|
* Fixed deadlock in the new transient handling
|
|
|
|
|
Window.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed minor issue with sending window to another workspace via
|
2002-09-14 12:33:57 +00:00
|
|
|
|
blackbox-atoms.
|
|
|
|
|
Window.cc
|
|
|
|
|
* Fixed focus issue for transients.
|
|
|
|
|
Window.cc
|
|
|
|
|
* Fixed so Gnome win state is checked after window creation.
|
|
|
|
|
bug [ 548957 ] fspanel doesnt become sticky
|
2002-11-15 12:46:58 +00:00
|
|
|
|
Window.cc
|
2002-09-08 19:54:10 +00:00
|
|
|
|
*02/09/08:
|
|
|
|
|
* Fixed new transient handling
|
2002-09-14 12:33:57 +00:00
|
|
|
|
Workspace.cc/hh, Screen.cc/hh, Window.cc/hh, Slit.cc, Toolbar.cc
|
2002-09-08 19:54:10 +00:00
|
|
|
|
*02/09/07:
|
|
|
|
|
* Fixed save workspace names when add/remove workspace (Thanks Simon Bowden)
|
|
|
|
|
Workspacemenu.cc
|
|
|
|
|
* Fixed outlined size when resizing (Thanks Simon Bowden)
|
|
|
|
|
Window.cc
|
|
|
|
|
* Moved data/fluxbox-generate_menu to util/ .
|
|
|
|
|
* Moved Gnome stuff to Gnome.cc/hh.
|
|
|
|
|
Screen.cc/hh, Window.cc/hh, fluxbox.cc/hh
|
|
|
|
|
* Added Subject.cc/hh, Observer.cc/hh, Gnome.cc/hh and AtomHandler.hh
|
2002-09-06 21:02:28 +00:00
|
|
|
|
*02/09/06:
|
|
|
|
|
* Fixed workspace name update from toolbar (Thanks Bradley C Bailey)
|
|
|
|
|
Toolbar.cc
|
|
|
|
|
* Deiconify before send to workspace (Thanks Bradley C Bailey)
|
|
|
|
|
Windowmenu.cc
|
2002-09-08 19:54:10 +00:00
|
|
|
|
|
2002-09-06 21:02:28 +00:00
|
|
|
|
--------------------------------------------------------------------------
|
2002-07-19 17:12:42 +00:00
|
|
|
|
Changes for 0.1.11:
|
2002-09-03 13:21:39 +00:00
|
|
|
|
*02/09/02:
|
2002-09-03 10:58:01 +00:00
|
|
|
|
* New theme BlueNight (Thanks mack)
|
2002-09-01 11:13:30 +00:00
|
|
|
|
*02/08/31:
|
|
|
|
|
* Fixed minor issue with window moving across workspace in outlined mode
|
|
|
|
|
(Thanks Simon Bowden)
|
|
|
|
|
Window.cc
|
|
|
|
|
*02/08/30:
|
|
|
|
|
* Removed BaseDisplay::GrabGuard (Thanks Simon Bowden)
|
|
|
|
|
* Carry a window across workspace in non-opaque mode (Thanks Simon Bowden)
|
|
|
|
|
Window.cc/hh, Screen.cc/hh, fluxbox.cc
|
|
|
|
|
* Removed TDF theme
|
2002-09-03 10:58:01 +00:00
|
|
|
|
* Added new theme: LemonSpace (Thanks xlife)
|
2002-09-01 11:13:30 +00:00
|
|
|
|
* Fixed transient windows checking
|
|
|
|
|
Window.cc, Workspace.cc
|
2002-08-28 21:31:01 +00:00
|
|
|
|
*02/08/28:
|
|
|
|
|
* Minor fix in bsetbg (Thanks Han)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed bug [ 582574 ] borderless windows cant be horiz resized.
|
2002-08-28 21:31:01 +00:00
|
|
|
|
(Thanks Simon Bowden)
|
|
|
|
|
Window.cc
|
2002-09-03 10:58:01 +00:00
|
|
|
|
* Fixed bug [ 600811 ] undefined keys messes up
|
2002-08-28 21:31:01 +00:00
|
|
|
|
Keys.cc
|
|
|
|
|
*02/08/24:
|
|
|
|
|
* Fixed workspace name and the reassociation bug (Thanks Simon Bowden)
|
|
|
|
|
* Fixed bug [ 598490 ] misplaced parentrelative gives redrw prb
|
|
|
|
|
* Fixed bug [ 586830 ], the clock now updates once per second.
|
|
|
|
|
*02/08/20:
|
|
|
|
|
* New fluxbox util: fbrun
|
2002-08-18 00:16:48 +00:00
|
|
|
|
*02/08/18:
|
|
|
|
|
* Added FbTk::EventHandler, a generic eventhandler
|
|
|
|
|
* Changed FbTk::SignalHandler to use FbTk::EventHandler with FbTk::SignalEvent
|
|
|
|
|
* Moved some functions from BaseDisplay to Fluxbox, and
|
|
|
|
|
made BaseDisplay singleton type with FbTk::EventHandler<XEvent>
|
2002-08-28 21:31:01 +00:00
|
|
|
|
* Cleaning in fluxbox-generate_menu (Thanks Han)
|
2002-08-18 00:16:48 +00:00
|
|
|
|
*02/08/16:
|
|
|
|
|
* Minor cleaning in Window.cc
|
2002-08-14 00:03:10 +00:00
|
|
|
|
*02/08/14:
|
|
|
|
|
* Added class SignalHandler (SignalHandler.hh/cc) which should
|
|
|
|
|
take care of any system signals
|
2002-08-18 00:16:48 +00:00
|
|
|
|
* Change FbAtoms in to a singleton
|
|
|
|
|
* Changed expandFilename to use std::string
|
2002-08-12 17:38:14 +00:00
|
|
|
|
*02/08/12:
|
|
|
|
|
* The window menu now popups in iconbar when you right click on the icon.
|
|
|
|
|
* Fixed bug [ 574717 ] restaring fluxbox should keep iconic.
|
|
|
|
|
The gnome atom wasn't updated when the window change to iconic state
|
2002-08-11 10:10:08 +00:00
|
|
|
|
*02/08/11:
|
|
|
|
|
* New menu items (Thanks Cosmic Flo)
|
2002-08-11 22:49:07 +00:00
|
|
|
|
* Added Autogrouping
|
|
|
|
|
* Add this line: session.groupFile: ~/.fluxbox/group
|
2004-08-29 21:11:24 +00:00
|
|
|
|
to the file ~/.fluxbox/init and edit ~/.fluxbox/group
|
2002-08-11 22:49:07 +00:00
|
|
|
|
Groupfile format:
|
|
|
|
|
There is one group for each line in the file
|
2004-08-29 21:11:24 +00:00
|
|
|
|
and you just type the instance name of the program
|
2002-08-11 22:49:07 +00:00
|
|
|
|
to be grouped. Ex:
|
|
|
|
|
Navigator nedit
|
|
|
|
|
xterm
|
|
|
|
|
This will make two groups, one with netscape and nedit
|
|
|
|
|
and one with xterm.
|
|
|
|
|
The new window will only group itself to other windows
|
|
|
|
|
on the same workspace and to the last window that was
|
2002-09-01 11:13:30 +00:00
|
|
|
|
focused.
|
2002-08-10 10:03:22 +00:00
|
|
|
|
*02/08/10:
|
2002-08-11 10:10:08 +00:00
|
|
|
|
* French translation in fluxbox-generate_menu (Thanks Cosmic Flo)
|
2002-08-04 15:57:28 +00:00
|
|
|
|
*02/08/04:
|
|
|
|
|
* Fixed doxygen comments and minor clean up.
|
2002-08-02 13:03:11 +00:00
|
|
|
|
*02/08/02:
|
|
|
|
|
* autogrouping-from-tab patch (Thanks Steve Cooper)
|
2002-08-11 22:49:07 +00:00
|
|
|
|
This will allow you to popup the root menu, if you right click,
|
|
|
|
|
and select an application and it'll start grouped to the tab.
|
2002-07-23 18:41:19 +00:00
|
|
|
|
*02/07/23:
|
|
|
|
|
* Fixed "send to..." bug (Thanks Bradley C Bailey)
|
|
|
|
|
* Moved BTexture from Image.hh to FbTk::Texture in Texture.hh
|
|
|
|
|
* Moved BColor from Image.hh to FbTk::Color in Color.hh
|
|
|
|
|
* Slit theme, you can now have theme on the slit:
|
|
|
|
|
slit: <texture option>
|
2002-09-01 11:13:30 +00:00
|
|
|
|
slit.color: <color value>
|
2004-08-29 21:11:24 +00:00
|
|
|
|
slit.colorTo: <color value>
|
2002-09-03 10:58:01 +00:00
|
|
|
|
If slit isn't present in the theme it'll fall back to
|
|
|
|
|
toolbar theme.
|
2002-07-19 17:12:42 +00:00
|
|
|
|
*02/07/19:
|
|
|
|
|
* Fixed slitlist bug
|
|
|
|
|
Slit wasn't reading the entire line from slitlist.
|
|
|
|
|
* Added ja_JP to fluxbox-generate_menu script (Thanks Junichiro Kita)
|
|
|
|
|
* Updated nls/ja_JP/ (Thanks Junichiro Kita)
|
2002-07-23 18:41:19 +00:00
|
|
|
|
* Changed some function names
|
2002-07-19 17:12:42 +00:00
|
|
|
|
--------------------------------------------------------------------
|
|
|
|
|
|
2002-05-28 15:07:59 +00:00
|
|
|
|
Changes for 0.1.10:
|
2002-07-14 00:35:52 +00:00
|
|
|
|
*02/07/13:
|
|
|
|
|
* Added xsri target in bsetbg (Thanks Jeramy)
|
|
|
|
|
* Fixed bug [ 566277 ] xine fullscreen causes hard X lockup.
|
|
|
|
|
Invalid win and screen pointer in Fluxbox::setFocusedWindow
|
|
|
|
|
*02/07/10:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed border and handle in Window.cc so we don't show them as default,
|
|
|
|
|
if the window is transient.
|
2002-07-14 00:35:52 +00:00
|
|
|
|
(bug [ 554218 ] windows have wrong resizeableness)
|
2002-06-14 10:01:36 +00:00
|
|
|
|
*02/06/14:
|
|
|
|
|
* Extra checking for transient, so we don't get lockup
|
|
|
|
|
*02/06/04:
|
|
|
|
|
* Fixed Resize/Move even without decorations.
|
2002-06-02 22:46:42 +00:00
|
|
|
|
*02/06/03:
|
2002-06-02 23:04:48 +00:00
|
|
|
|
* Fixed bug [ 562882 ] "bbpager in slit doesn't work correctly".
|
|
|
|
|
The client was removed from netizenlist in ~FluxboxWindow.
|
|
|
|
|
* Fixed bug [ 562713 ] "incorrect listings in workspace menu".
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Normal insert of new clients in the list again, in
|
2002-07-14 00:35:52 +00:00
|
|
|
|
Workspace::addWindow
|
2002-06-02 23:43:19 +00:00
|
|
|
|
* Fixed bug [ 554646 ] "Dialog boxes have tabs briefly"
|
|
|
|
|
Windows that are not maximizable by default, such as
|
|
|
|
|
dialogs, wont get a tab by default.
|
2002-06-02 22:46:42 +00:00
|
|
|
|
*02/06/01:
|
2002-07-14 00:35:52 +00:00
|
|
|
|
* Updated nl_NL locales in fluxbox-generate_menu (Thanks Han Boetes)
|
2002-05-31 05:24:04 +00:00
|
|
|
|
*02/05/31:
|
|
|
|
|
* Added ru_RU locales to fluxbox-generate_menu (Thanks Anton Denisov)
|
2002-05-28 15:07:59 +00:00
|
|
|
|
*02/05/29:
|
2002-05-30 15:50:52 +00:00
|
|
|
|
* Made some cleaning in class FluxboxWindow:
|
|
|
|
|
Removed unused variable, moved Mwm* defines into enums in
|
2002-07-14 00:35:52 +00:00
|
|
|
|
the class, changed (void) to () (C++ uses void as default, and (void)
|
|
|
|
|
is really anoying to look at when syntax highlight is on) and
|
|
|
|
|
removed NAME_* defines since they're no longer in use
|
2002-05-28 15:07:59 +00:00
|
|
|
|
* Fixed "Desktop Wheeling" translation in ru_RU (Thanks Anton Denisov)
|
2002-05-29 21:15:57 +00:00
|
|
|
|
* Added slit order (Thanks Steve Cooper)
|
|
|
|
|
* Fixed language support in fluxbox-generate_menu:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* sv_SE
|
2002-05-29 21:15:57 +00:00
|
|
|
|
* nl_NL - Thanks Han Boetes
|
|
|
|
|
* fi_FI - Thanks Christian R<>nn
|
|
|
|
|
* Fixed inverted highlight on toggle-items that are selected (Thanks Junichiro Kita)
|
2002-05-28 15:07:59 +00:00
|
|
|
|
*02/05/25:
|
|
|
|
|
* Fixed NLS variable in configure.in (Thanks kita)
|
|
|
|
|
* Minor fixes in fluxbox-generate_menu script (Thanks xyrnix)
|
|
|
|
|
|
|
|
|
|
---------------------------------------------------------------------
|
|
|
|
|
|
2002-04-28 20:51:09 +00:00
|
|
|
|
Changes for 0.1.9:
|
2002-05-24 11:32:18 +00:00
|
|
|
|
*02/05/24:
|
|
|
|
|
* Fixed bugs and arguments in fluxbox-generate_menu (Thanks Han Boetes)
|
2002-05-24 13:33:39 +00:00
|
|
|
|
* Fixed include in i18n.hh so it compiles in Mac OS X
|
|
|
|
|
* 24 hour clock format as default now
|
2002-05-23 09:49:15 +00:00
|
|
|
|
*02/05/23:
|
|
|
|
|
* Fixed invalid iterator in Timer.cc
|
2002-05-24 11:32:18 +00:00
|
|
|
|
* Fixed nls files (Thanks Anton Denisov)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Updated generate_menu to fluxbox-generate_menu and fixed
|
2002-05-24 13:33:39 +00:00
|
|
|
|
new items and functionality (Thanks Han Boetes and Jeramy B. Smith)
|
2002-05-21 21:51:37 +00:00
|
|
|
|
*02/05/21:
|
|
|
|
|
* Moved transient checking into a function in class FluxboxWindow
|
2002-05-23 09:49:15 +00:00
|
|
|
|
* const fixes in Screen.hh
|
2002-05-19 18:49:54 +00:00
|
|
|
|
*02/05/19:
|
|
|
|
|
* Removed titlebar from src/Makefile.am and doc/fluxbox.1.in (Thanks Matt Hope)
|
|
|
|
|
* Added configurable geometry show (Thanks Rando Christensen)
|
2002-05-24 13:33:39 +00:00
|
|
|
|
New configure in init: session.screen0.showwindowposition
|
2002-05-18 12:40:28 +00:00
|
|
|
|
*02/05/18:
|
|
|
|
|
* Fixed style save_rc when changing style
|
2002-05-19 18:49:54 +00:00
|
|
|
|
* const-correct in class Tab
|
2002-05-17 11:49:30 +00:00
|
|
|
|
*02/05/17:
|
|
|
|
|
* Removed some unnessesary const return values on fundamental types
|
|
|
|
|
* Fixed const-correct on Resource class and BTexture class
|
2002-05-18 12:40:28 +00:00
|
|
|
|
* Fixed transient bug, although the transient code should be better.
|
|
|
|
|
* Minor fixes so it compiles with Intel(tm) Linux Compiler 6.0
|
|
|
|
|
* Clean up in class FluxboxWindow
|
2002-05-09 22:46:35 +00:00
|
|
|
|
*02/05/08:
|
|
|
|
|
* Fixed checking on focused_window in handleKeyEvents, fluxbox.cc
|
|
|
|
|
* Added "Allow Desktop MouseWheel Switching" runtime option (Thanks Rando Christensen)
|
|
|
|
|
* Fixed Slit saving bug and slit update bug when you start fluxbox.
|
2002-05-07 15:26:59 +00:00
|
|
|
|
*02/05/07:
|
|
|
|
|
* Fixed a minor bug in DrawUtil.cc (Thanks Sang-Hoon RHEE)
|
|
|
|
|
* Fixed bug [ 552723 ] removing decorations while shaded. (Thanks Joel Carlbark)
|
|
|
|
|
* const iterators in Screen::updateGnomeList
|
|
|
|
|
* fixed some const in Workspace and moved clientmenu from pointer to regular
|
|
|
|
|
* Minor clean up in Workspacemenu.cc/hh, Clientmenu.cc/hh, Netizen.hh/cc
|
|
|
|
|
* const fixes in FbAtoms.hh
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added options direct to CXXFLAGS in configure.in, so we don't need to
|
2002-05-07 15:26:59 +00:00
|
|
|
|
add them in every Makefile.am-file.
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Updated src/Makefile.am and util/Makefile.am (see above)
|
2002-05-07 15:26:59 +00:00
|
|
|
|
*02/05/03:
|
2002-05-24 21:20:51 +00:00
|
|
|
|
* Fixed so settings for tool bar saves when you change them i the menu
|
2002-05-07 15:26:59 +00:00
|
|
|
|
in Toolbar.cc
|
|
|
|
|
*02/05/02:
|
|
|
|
|
* Added FirstTab, LastTab, MoveTabPrev and MoveTabNext keybindings (Thanks Phil Dier)
|
|
|
|
|
* Fixed ScreenList in fluxbox.cc
|
|
|
|
|
* Removed "NULL" from Font.cc
|
2002-04-28 20:51:09 +00:00
|
|
|
|
*02/04/28:
|
|
|
|
|
* Fixed shade bug while vertical rotated tabs and tabs off (Thanks signal9)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fluxbox doesn't save on exit anymore so restart of fluxbox will reread
|
2002-04-28 20:51:09 +00:00
|
|
|
|
configuration
|
|
|
|
|
* Minor clean up in Configmenu.hh/cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed bug [ 515483 ] "XMMS Problem", in Window.cc,
|
2002-04-28 20:51:09 +00:00
|
|
|
|
decorations.handle and decorations.border now = true on transient windows
|
|
|
|
|
*02/04/26:
|
|
|
|
|
* Fixed m_multibyte in Font.cc (Thanks kita)
|
|
|
|
|
*02/04/20:
|
|
|
|
|
* Fixed menu.font string in Theme.cc
|
2002-05-07 15:26:59 +00:00
|
|
|
|
|
2002-04-28 20:51:09 +00:00
|
|
|
|
--------------------------------------------------------------
|
2002-04-09 12:25:10 +00:00
|
|
|
|
Changes for 0.1.8:
|
2002-04-19 09:41:45 +00:00
|
|
|
|
*02/04/19:
|
|
|
|
|
* Added ToggleTab to key actions (Thanks Matt Hope)
|
|
|
|
|
*02/04/17:
|
|
|
|
|
* Added workspace change when scrolling on the root window function
|
|
|
|
|
* Fixed workspace warping bug when moving a tab-group
|
|
|
|
|
*02/04/14:
|
|
|
|
|
* Fixed decoration.handle bug
|
|
|
|
|
* Fixed tabs default off (Thanks Dave Watson)
|
|
|
|
|
*02/04/12:
|
|
|
|
|
* Added Workspace warping, this does only work with opaque moving (Thanks Steve Cooper)
|
|
|
|
|
* Fixed menu bug
|
2002-04-09 12:25:10 +00:00
|
|
|
|
*02/04/09:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added RootMenu action to Keys.cc/hh and fluxbox.cc , this will pop up the
|
2002-04-09 12:25:10 +00:00
|
|
|
|
Root menu. (Thanks Stanislav Karchebny)
|
2002-04-09 23:24:08 +00:00
|
|
|
|
* Removed LinkedList.cc/hh
|
|
|
|
|
* Fixed std::map, std::list, std::vector in class Fluxbox
|
|
|
|
|
* Clean up in Workspace.hh/cc
|
2002-04-09 12:25:10 +00:00
|
|
|
|
*02/04/08:
|
|
|
|
|
* Fixed a few comments in StringUtil.cc (Thanks Maurits Dijkstra)
|
|
|
|
|
* Clean up in Basemenu.hh/cc
|
|
|
|
|
*02/04/05:
|
|
|
|
|
* Fixed unsigned/signed in Basemenu.cc
|
2002-04-04 00:22:51 +00:00
|
|
|
|
*02/04/04:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Moved NLS types from #define to enums and moved them into
|
2002-04-04 22:58:49 +00:00
|
|
|
|
namespace FBNLS, this way we don't pollute the global namespace too much.
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed the i18n checking with MB_CUR_MAX and some other fixes
|
2002-04-04 00:22:51 +00:00
|
|
|
|
from the blackbox code (Thanks bb-developers).
|
2002-04-04 22:58:49 +00:00
|
|
|
|
* Fixed bug [ 528101 ] window dragging + workspace changing
|
|
|
|
|
* Fixed ToggleDecor key action (still some small decoration-bugs to fix)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Moved enum Decor from BaseDisplay to FluxboxWindow
|
2002-04-04 22:58:49 +00:00
|
|
|
|
* Updated Makefile.am in nls/C to generate namespace and enum for blackbox-nls.hh
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed bug [ 533436 ] Minor taskbar issue, it will update iconbar-text now.
|
2002-04-04 00:22:51 +00:00
|
|
|
|
*02/04/03:
|
|
|
|
|
* Fixed some signed/unsigned in Windowmenu.cc/hh, Slit.hh/cc, Basemenu.hh,
|
|
|
|
|
Icon.hh/cc and Workspacemenu.cc/hh
|
|
|
|
|
* Fixed reassociateWindow in Tab.cc
|
|
|
|
|
* Fixed font in some styles (Thanks Matt Hope)
|
|
|
|
|
* Changed icon and title name to std::string in FluxboxWindow
|
|
|
|
|
* Removed int Basemenu::insert(char **, int = -1, int = 0);
|
2002-04-02 23:15:48 +00:00
|
|
|
|
*02/04/02:
|
|
|
|
|
* Fixed smarter next/prev focus in Screen.cc/.hh and addWindow in Workspace.cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Makes new windows get inserted after the focused window in the cycling
|
2002-04-02 23:15:48 +00:00
|
|
|
|
order instead of always at the end. (Thanks Ben Jansens)
|
|
|
|
|
* Added doSkipWindow function in Screen.hh/cc
|
|
|
|
|
* Fixed some signed/unsigened in fluxbox.cc
|
|
|
|
|
*02/03/27:
|
|
|
|
|
* Fixed includes and namespace in Font.cc/hh
|
|
|
|
|
*02/03/21:
|
|
|
|
|
* Added FbTk::Font to the code, Font.hh/cc
|
|
|
|
|
* Changed MenuStyle font to FbTk::Font
|
|
|
|
|
* Changed DrawUtil to namespace
|
|
|
|
|
*02/03/20:
|
|
|
|
|
* Fixed some unsigned/signed stuff in Basemenu.cc/hh
|
|
|
|
|
* Rearranged public/private order in Slit.hh
|
|
|
|
|
* Removed #include "BaseDisplay.hh" and added #include <unistd.h>
|
|
|
|
|
in Timer.cc
|
|
|
|
|
* Changed StringUtil to namespace instead of struct
|
|
|
|
|
*02/03/19:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added Xinerama support
|
2002-03-18 19:45:02 +00:00
|
|
|
|
*02/03/18:
|
2002-03-19 01:28:09 +00:00
|
|
|
|
* Fixed indentation to tabs in Image.cc/hh Slit.cc/hh and
|
|
|
|
|
Timer.hh/cc
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Changed timer pointer in some classes to
|
2002-03-19 01:28:09 +00:00
|
|
|
|
a non pointer variable
|
|
|
|
|
* Clean up in class BTimer (Timer.cc/hh)
|
|
|
|
|
BTimer now register it self to a static list in the class BTimer
|
2002-04-09 12:25:10 +00:00
|
|
|
|
and update timers with the static function updateTimers(int fd)
|
|
|
|
|
The cyclic dep between BaseDisplay and BTimer is now gone.
|
2002-03-18 19:45:02 +00:00
|
|
|
|
* Added FbAtoms.hh/cc where all the atoms is.
|
|
|
|
|
Makes the interface in BaseDisplay cleaner
|
|
|
|
|
* Fixed std::max/min
|
|
|
|
|
* Added better window cycling with optional parameters (Thanks Steve Cooper)
|
|
|
|
|
NextWindow and PrevWindow now takes an integer parameter.
|
2002-04-09 12:25:10 +00:00
|
|
|
|
parameter values:
|
|
|
|
|
0 or unspecified = Default/current behavior - no skipping
|
2002-03-18 19:45:02 +00:00
|
|
|
|
1 = Skip: lower tabs
|
|
|
|
|
2 = Skip: stuck windows
|
|
|
|
|
3 = Skip: lower tabs/stuck windows
|
|
|
|
|
4 = Skip: shaded windows
|
|
|
|
|
5 = Skip: lower tabs/shaded windows
|
|
|
|
|
6 = Skip: stuck windows/shaded windows
|
|
|
|
|
7 = Skip: lower tabs/stuck windows/shaded windows
|
2002-03-23 02:02:01 +00:00
|
|
|
|
*02/03/15:
|
2002-04-09 12:25:10 +00:00
|
|
|
|
* Xinerama support, maximizes windows to the current heads size, places
|
|
|
|
|
windows on the current head, makes it possible to place toolbar on
|
|
|
|
|
the different heads, also possible with the slit. Menus will be placed
|
|
|
|
|
on the current head too. (Claes N<>sten)
|
2002-03-23 02:02:01 +00:00
|
|
|
|
*02/03/13:
|
2002-04-09 12:25:10 +00:00
|
|
|
|
* Fixed window placement, now tabs are taking in account. Also,
|
|
|
|
|
no spaced are put inbetween windows to save space. (Claes N<>sten)
|
2002-03-11 12:32:46 +00:00
|
|
|
|
*02/03/11:
|
|
|
|
|
* Fixed some KDE stuff in Slit.cc (Thanks Tommi Komulainen)
|
|
|
|
|
*02/03/08:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed bug in BScreen::removeNetizen
|
2002-03-11 12:32:46 +00:00
|
|
|
|
if there was only one netizen object in the list
|
|
|
|
|
delete *netizenList.erase(it) would segfault
|
|
|
|
|
* Some clean up in main.cc
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------
|
2002-01-18 01:38:44 +00:00
|
|
|
|
Changes for 0.1.7:
|
2002-03-01 15:35:14 +00:00
|
|
|
|
*02/03/01:
|
|
|
|
|
* Fixed default values for title bar
|
|
|
|
|
*02/02/27:
|
|
|
|
|
* Fixed add/remove workspace bug in Screen.cc
|
|
|
|
|
* Fixed generate_menu (Thanks Preben Peppe Guldberg)
|
2002-02-26 22:46:06 +00:00
|
|
|
|
*02/02/26:
|
|
|
|
|
* indentation in Workspace.hh
|
|
|
|
|
* Added key action SENDTOWORKSPACE (Thanks Oliwier Ptak)
|
|
|
|
|
*02/02/24:
|
|
|
|
|
* Added setupConfigFiles in class Fluxbox
|
|
|
|
|
copies configfiles to ~/.fluxbox/
|
|
|
|
|
*02/02/23:
|
|
|
|
|
* Added Bulgarian translation (Thanks Miroslav Iordanov)
|
|
|
|
|
* Added Japanese translation (Thanks Takashi KATAYAMA)
|
|
|
|
|
*02/02/21:
|
2002-03-01 15:35:14 +00:00
|
|
|
|
* Bug fix in _WIN_CLIENT_LIST
|
2002-02-26 22:46:06 +00:00
|
|
|
|
*02/02/20:
|
2002-02-20 23:15:44 +00:00
|
|
|
|
* Added _WIN_CLIENT_LIST
|
2002-03-01 15:35:14 +00:00
|
|
|
|
* Fixed parameter to key bindings (Thanks Tomer Kol)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed a bug in BScreen::raiseWindow
|
2002-02-20 23:15:44 +00:00
|
|
|
|
*02/02/17:
|
|
|
|
|
* Fixed _WIN_WORKSPACE_COUNT
|
|
|
|
|
* Clean up in menu parsing
|
|
|
|
|
* Fixed WIN_HINTS_SKIP_FOCUS
|
2002-03-01 15:35:14 +00:00
|
|
|
|
* Fixed icon bar bug
|
2002-02-16 13:15:43 +00:00
|
|
|
|
*02/02/16:
|
|
|
|
|
* Updated include guards
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added _WIN_LAYER
|
2002-02-20 23:15:44 +00:00
|
|
|
|
* Fixed more on _WIN_STATE
|
2002-02-16 13:15:43 +00:00
|
|
|
|
*02/02/13:
|
|
|
|
|
* Fixed bug in Window.cc
|
|
|
|
|
*02/02/11:
|
|
|
|
|
* Fixed bug in Screen and Workspace
|
|
|
|
|
* Fixed timer bug in BaseDisplay
|
|
|
|
|
* Remove throw in FluxboxWindow
|
|
|
|
|
creation of a window should be checked with isManaged
|
2002-02-09 16:48:33 +00:00
|
|
|
|
*02/02/09:
|
|
|
|
|
* Fixed bug in Workspace::removeWindow
|
2002-02-16 13:15:43 +00:00
|
|
|
|
* Moved to STL vector in BaseDisplay (Thanks Paul W Brannan)
|
2002-02-09 16:48:33 +00:00
|
|
|
|
*02/02/08:
|
2002-03-01 15:35:14 +00:00
|
|
|
|
* Back to STL list
|
2002-02-09 16:48:33 +00:00
|
|
|
|
* Fixed bug in Basemenu.hh (Thanks Paul W Brannan)
|
|
|
|
|
*02/02/06:
|
|
|
|
|
* Reverted back to LinkedList in Toolbar.cc/.hh, Screen.hh/Screen.cc
|
|
|
|
|
due to some strange segfaults.
|
|
|
|
|
* Added Gnome _WIN_STATE (sticky, minimized, shaded)
|
|
|
|
|
*02/02/05:
|
|
|
|
|
* Fixed a signed/unsigned problem
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Moved keyhandling, buttonevent and clientmessage to
|
2002-02-09 16:48:33 +00:00
|
|
|
|
functions in fluxbox.cc
|
|
|
|
|
*02/02/04:
|
|
|
|
|
* Fixed some unsigned/signed warnings
|
|
|
|
|
* Moved from LinkedList to STL in some files (Thanks Paul W Brannan)
|
2002-02-26 22:46:06 +00:00
|
|
|
|
* Added pt_PT to nls (Portuguese) (Thanks Luis Medinas)
|
2002-02-09 16:48:33 +00:00
|
|
|
|
* Fixed multibyte in Iconbar (Thanks Jesper Louis Andersen)
|
|
|
|
|
* Removed some unnecessary timer->stop() (Thanks Jesper Louis Andersen)
|
2002-02-02 19:51:15 +00:00
|
|
|
|
*02/02/02:
|
|
|
|
|
* Added leftWorkspace and rightWorkspace, now those keybindings
|
|
|
|
|
actually work. (Claes N<>st<73>n)
|
|
|
|
|
* Fixed small glitch in Tab.cc. (Claes N<>st<73>n)
|
2002-02-04 07:22:06 +00:00
|
|
|
|
*02/01/31:
|
2002-02-20 23:15:44 +00:00
|
|
|
|
* Fixed _WIN_WORKSPACE and _WIN_WORKSPACE_COUNT
|
2002-02-04 07:22:06 +00:00
|
|
|
|
*02/01/30:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed width or height less than zero problem in
|
2002-02-04 07:22:06 +00:00
|
|
|
|
FluxboxWindow::configure
|
|
|
|
|
* Added numObjects() (Thanks Jesper Louis Andersen)
|
2002-01-27 13:17:51 +00:00
|
|
|
|
*02/01/27:
|
|
|
|
|
* Clean up in menu loading
|
2002-02-04 07:22:06 +00:00
|
|
|
|
* Moved from old C style file reading to c++ istream in menu loading
|
2002-01-27 13:17:51 +00:00
|
|
|
|
* Fixed small bug in StringUtil::expandFilename (Thanks Mauro Persano)
|
|
|
|
|
*02/01/26:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed BadWindow error from ~FluxboxWindow (frame.handle was destroyed
|
2002-02-04 07:22:06 +00:00
|
|
|
|
before the children)
|
2002-01-27 13:17:51 +00:00
|
|
|
|
* Fixed indentation in BaseDisplay.hh/.cc and changed some variables
|
|
|
|
|
* Updated Russian translation (Thanks Anton Denisov)
|
|
|
|
|
* Clean up in Tab code (Thanks Jesper Louis Andersen)
|
|
|
|
|
*02/01/20:
|
|
|
|
|
* Fixed std::string for Toolbar workspace name change.
|
|
|
|
|
* Added getStringBetween to StringUtil
|
|
|
|
|
*02/01/19:
|
|
|
|
|
* Fixed some screen resources to Resource<T>
|
|
|
|
|
* Updated init.in
|
|
|
|
|
* Created GrabGuard for BaseDisplay
|
2002-01-18 01:38:44 +00:00
|
|
|
|
*02/01/18:
|
2002-01-27 13:17:51 +00:00
|
|
|
|
* Fixed bsetroot, now Eterm's, XChat's and similar will be able to use
|
|
|
|
|
bsetroot's background images. (Claes N<>st<73>n)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed ResourceManager
|
2002-01-18 01:38:44 +00:00
|
|
|
|
* Changed resources to Resource<T> in class Fluxbox
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Added Resource.hh/.cc, XrmDatabaseHelper.hh,
|
2002-01-27 13:17:51 +00:00
|
|
|
|
NotCopyable.hh
|
2002-01-18 01:38:44 +00:00
|
|
|
|
*02/01/16:
|
|
|
|
|
* Fixed indent in Window.hh
|
|
|
|
|
*02/01/15:
|
|
|
|
|
* Fixed exception in FluxboxWindow::FluxboxWindow
|
2002-01-18 18:28:17 +00:00
|
|
|
|
* Fixed lower/raise of windows when using windowmenu/keybinding
|
|
|
|
|
so now tabs should follow. (Claes N<>st<73>n)
|
2002-01-18 01:38:44 +00:00
|
|
|
|
*02/01/14:
|
|
|
|
|
* Fixed throw statement in FluxboxWindow
|
|
|
|
|
|
2001-12-17 00:44:55 +00:00
|
|
|
|
Changes for 0.1.6:
|
2002-01-18 01:38:44 +00:00
|
|
|
|
*02/01/11:
|
2002-01-11 22:48:45 +00:00
|
|
|
|
* Fixed small bug in keybindings code, now killwindow and shade will
|
|
|
|
|
work as supposed with tabs. (Claes N<>st<73>n)
|
2002-01-11 11:59:54 +00:00
|
|
|
|
* Fixed so it compiles with cygwin (Thanks Eric Nicolas)
|
2002-01-11 12:35:36 +00:00
|
|
|
|
* Fixed bug in maximize over slit option
|
|
|
|
|
* Updated documents (Thanks Rando Christensen)
|
2002-01-10 12:56:07 +00:00
|
|
|
|
*02/01/10:
|
2002-01-11 11:59:54 +00:00
|
|
|
|
* Fixed {VERT,HORIZ}{INC,DEC} keybindings so that tabs will
|
|
|
|
|
resize/reposition. (Claes N<>st<73>n)
|
|
|
|
|
* Updated documentation (Thanks Rando Christensen)
|
|
|
|
|
* All enums are now changed to uppercase letters. (Claes N<>st<73>n)
|
|
|
|
|
* Now tabs won't appear on some apps where they shouldn't,
|
2004-08-29 21:11:24 +00:00
|
|
|
|
for example bbpager and mplayer. (Claes N<>st<73>n)
|
2002-01-10 12:56:07 +00:00
|
|
|
|
* Fixed rootCommand to screen, so we can have
|
|
|
|
|
different rootcommands on the different screens
|
2002-01-11 11:59:54 +00:00
|
|
|
|
* Fixed so we can disable lines in the keyfile with a #
|
|
|
|
|
* Fixed raise with mouse click while sloppy window focus
|
2002-01-09 14:24:26 +00:00
|
|
|
|
*02/01/09:
|
|
|
|
|
* Updated copyright date
|
2002-01-10 12:56:07 +00:00
|
|
|
|
* Updated generate_menu (Thanks zyrnix)
|
|
|
|
|
* Fixed Withdraw state
|
|
|
|
|
* Clean up in old gnome atom code
|
2002-01-08 11:03:22 +00:00
|
|
|
|
*02/01/08:
|
|
|
|
|
* Made class Keys more independent (layer 2). class Keys now only
|
|
|
|
|
depends on StringUtil.
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Replaced the old strtok in Keys with a new stringtok from
|
2002-01-08 11:03:22 +00:00
|
|
|
|
StringUtil this should make the config file less restrictive
|
|
|
|
|
* Added stringtok to StringUtil
|
2002-01-10 12:56:07 +00:00
|
|
|
|
* Removed Fluxbox dependency from class Theme
|
2002-01-09 14:24:26 +00:00
|
|
|
|
* Fixed closebutton bug
|
|
|
|
|
* Fixed memory leak in Keys
|
2002-01-06 09:37:50 +00:00
|
|
|
|
*02/01/06:
|
|
|
|
|
* Changed toolbar placement enums to uppercase letters (Claes N<>st<73>n)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Moved strcasestr from Theme.cc to StringUtil
|
2002-02-04 07:22:06 +00:00
|
|
|
|
* Created StringUtil and DrawUtil and moved all functions from Misc to them
|
2002-01-05 11:22:53 +00:00
|
|
|
|
*02/01/05:
|
2002-01-05 23:00:18 +00:00
|
|
|
|
* Changed placement/alignment enums to uppercase letters (Claes N<>st<73>n)
|
2002-01-05 19:24:34 +00:00
|
|
|
|
* Fixed tab/iconbar resource bug (Claes N<>st<73>n)
|
2002-01-11 11:59:54 +00:00
|
|
|
|
* Applied "maximize slit stop"-patch (Thanks Andrew Livesay)
|
2002-01-05 18:13:50 +00:00
|
|
|
|
* Fixed stickytoggle bug in Windowmenu (Thanks Chris Elston)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed shade bug in Windowmenu
|
2002-01-05 17:09:35 +00:00
|
|
|
|
* Fixed error in nls/it_IT/Makefile.am
|
2002-01-05 18:13:50 +00:00
|
|
|
|
* Updated french translation (Thanks Fabien Devaux)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed focus Configmenu bug
|
2002-01-05 11:22:53 +00:00
|
|
|
|
*02/01/04:
|
|
|
|
|
* Fixed keybinding bug (Thanks Devaux Fabien)
|
2002-01-01 15:12:56 +00:00
|
|
|
|
*02/01/01:
|
|
|
|
|
* Updated the man page (Thanks Matthew Hawkins)
|
2002-01-01 16:06:00 +00:00
|
|
|
|
* Fixed windowmenu bug when resizing with num/caps/scrollock on (Thanks Devaux Fabien)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Restored lower window with mouse feature
|
2001-12-31 10:31:18 +00:00
|
|
|
|
*01/12/29:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed slit:onTop with toolbar:onTop bug
|
2001-12-31 10:31:18 +00:00
|
|
|
|
* Changed Keygrabbing constants to uppercase
|
2002-01-01 15:12:56 +00:00
|
|
|
|
* Changed Texture constants to uppercase and moved them into class BImage
|
2001-12-31 10:31:18 +00:00
|
|
|
|
to clean up the global namespace
|
2002-01-04 21:21:43 +00:00
|
|
|
|
*01/12/27:
|
|
|
|
|
* Fixed grabVertMax and grabHorizMax + 1 pixel maximise bug. (Claes N<>st<73>n)
|
|
|
|
|
* Now relative and vertical tabs gets textures rendered ok, still
|
2002-01-06 11:51:53 +00:00
|
|
|
|
interlaced and gradients aren't rendered in right direction. (Claes N<>st<73>n)
|
2002-01-04 21:21:43 +00:00
|
|
|
|
*01/12/26:
|
|
|
|
|
* Fixed tab and iconbar uppdating so that tab and iconbar labels will have
|
2002-01-06 11:51:53 +00:00
|
|
|
|
the right text. (Claes N<>st<73>n)
|
2002-01-04 21:21:43 +00:00
|
|
|
|
*01/12/23:
|
|
|
|
|
* Fixed a bug in Tab::buttonReleaseEvent and added sloppyWindowGrouping
|
2002-01-06 11:51:53 +00:00
|
|
|
|
wich lets you release windows tabs on other windows and not only other
|
|
|
|
|
tabs to group them (Claes N<>st<73>n)
|
2001-12-29 22:28:16 +00:00
|
|
|
|
*01/12/19:
|
2001-12-31 10:31:18 +00:00
|
|
|
|
* Moved some structs from file scope of BaseDisplay.hh in to class BaseDisplay
|
|
|
|
|
* Fixed redraw bug when changing workspace
|
2001-12-17 00:44:55 +00:00
|
|
|
|
*01/12/17:
|
|
|
|
|
* Fixed errorchecking in Misc::DrawString and Misc::DrawRotString (me)
|
|
|
|
|
* Fixed tabcycling (Thanks Mike Walker)
|
2001-12-29 22:28:16 +00:00
|
|
|
|
* Moved expandFilename from class Fluxbox to class Misc (me)
|
2001-12-17 00:44:55 +00:00
|
|
|
|
*01/12/14
|
2002-01-01 15:12:56 +00:00
|
|
|
|
* Moved Tab width and height functions to screen, new syntax is
|
2004-08-29 21:11:24 +00:00
|
|
|
|
session.screenX.tab.width (Claes N<>st<73>n)
|
2001-12-17 00:44:55 +00:00
|
|
|
|
*01/12/13:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Moved all free functions in misc.cc/.hh into a class Misc
|
2002-01-01 15:12:56 +00:00
|
|
|
|
* Moved struct FFont from Theme.hh to class Misc so the
|
2004-08-29 21:11:24 +00:00
|
|
|
|
cyclic dep between class Theme and class Misc is removed.
|
|
|
|
|
* Updated Screen.hh to return reference instead of pointer in
|
|
|
|
|
get*Style
|
|
|
|
|
* Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString
|
|
|
|
|
functions in class Misc
|
2001-12-31 10:31:18 +00:00
|
|
|
|
* Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc
|
2001-12-12 21:36:14 +00:00
|
|
|
|
*01/12/12:
|
|
|
|
|
* Updated russian translation (Thanks Sergey Volozhanin)
|
|
|
|
|
* Updated man-page (Thanks Matthew Hawkins)
|
|
|
|
|
*01/12/11:
|
2002-01-01 15:12:56 +00:00
|
|
|
|
* Fixed alt+resize and pressing button1 bug (me)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Cleaned Tab::insert up and fix a bug in it. (Claes N<>st<73>n)
|
2001-12-17 00:44:55 +00:00
|
|
|
|
*01/12/10
|
|
|
|
|
* Added NLS for Windowmenu Tab toggle (Claes N<>st<73>n)
|
|
|
|
|
* Fixed Tab toggle texture / positioning "bug" (Claes N<>st<73>n)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
|
2001-12-17 00:44:55 +00:00
|
|
|
|
Changes for 0.1.5:
|
|
|
|
|
|
2001-12-11 20:47:02 +00:00
|
|
|
|
*01/12/09
|
|
|
|
|
* Added execCommand to keybindings
|
2002-01-01 15:12:56 +00:00
|
|
|
|
* Added new theme qnx-photon
|
2001-12-11 20:47:02 +00:00
|
|
|
|
* Fixed util/Makefile.am
|
2002-01-01 15:12:56 +00:00
|
|
|
|
* Bugfix in Tab::insert
|
2001-12-11 20:47:02 +00:00
|
|
|
|
*01/12/08:
|
2002-01-01 15:12:56 +00:00
|
|
|
|
* Fixed "Move Group to..."-bug (me)
|
2001-12-11 20:47:02 +00:00
|
|
|
|
* Updated AUTHORS (me)
|
|
|
|
|
* Fixed ungrabbing keys in Keys::load (me)
|
|
|
|
|
* Added rootCommand override (Joel Carlbark)
|
|
|
|
|
* Updated Tab code (Cleas N<>st<73>n)
|
|
|
|
|
* Moved some structs and enums in to the classes
|
|
|
|
|
to clean up the global namespace. (me)
|
|
|
|
|
* Added grabNextTab, grabPrevTab, grabAbortKeychain (me)
|
|
|
|
|
* Added mergeTree in class Keys (me)
|
|
|
|
|
* Added Italian nls (Thanks Giuseppe Ciotta <giuseppe.ciotta@libero.it>)
|
|
|
|
|
* Changed name on the includeguards (me)
|
|
|
|
|
* Updated the doc/Coding_style (me)
|
|
|
|
|
* Added "none" to titlebar config
|
|
|
|
|
so users can create a titlebar without buttons (Joel Carlbark)
|
|
|
|
|
* Fixed reversed justify in menustyle (me)
|
|
|
|
|
*01/12/05:
|
|
|
|
|
* Updated Tab code (Claes N<>st<73>n)
|
|
|
|
|
*01/12/03:
|
|
|
|
|
* Added "tab" in Windowmenu.cc (me)
|
|
|
|
|
* Updated Tab code (Claes N<>st<73>n)
|
|
|
|
|
*01/12/01:
|
|
|
|
|
* Fixed chained keybinding so we can do "emacs-keybindingstyle" (me)
|
|
|
|
|
*01/11/30:
|
|
|
|
|
* Fixed position code for tabs (me)
|
2002-01-01 15:12:56 +00:00
|
|
|
|
* Fixed tabconfigmenu bug (me)
|
2001-12-11 20:47:02 +00:00
|
|
|
|
* Added new keybinding code (me)
|
|
|
|
|
* Removed old bbkeys code (me)
|
|
|
|
|
*01/11/29:
|
|
|
|
|
* applied Tab position patch (Claes N<>st<73>n)
|
2002-01-01 15:12:56 +00:00
|
|
|
|
* Fixed transient_for-bug, Fluxbox::~FluxboxWindow (me)
|
2001-12-11 20:47:02 +00:00
|
|
|
|
client.transient_for didn't got focus and caused the (me)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Fluxbox::focused_window to be a badpointer since
|
2001-12-11 20:47:02 +00:00
|
|
|
|
the focused_window was pointing to an already destroyed
|
|
|
|
|
FluxboxWindow. (me)
|
|
|
|
|
*01/11/27:
|
|
|
|
|
* Added alignment for tabs in Tab.cc (me)
|
|
|
|
|
*01/11/22:
|
|
|
|
|
* Added wheelscroll to change tab on titlebar. Window.cc/.hh (me)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
*01/11/20:
|
2001-12-11 20:47:02 +00:00
|
|
|
|
* Screen.hh/cc Added updateWorkspaceNamesAtom
|
|
|
|
|
updates the gnome atom _WIN_WORKSPACE_NAMES (me)
|
|
|
|
|
*01/11/18:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Window.cc Fixed "invalid pixmap" error (me)
|
2001-12-11 20:47:02 +00:00
|
|
|
|
*01/11/17:
|
|
|
|
|
* Gnome _WIN_WORKSPACE (me)
|
|
|
|
|
* Gnome _WIN_WORKSPACE_COUNT (me)
|
|
|
|
|
* Gnome _WIN_CLIENT_LIST (me)
|
|
|
|
|
*01/11/15:
|
|
|
|
|
* Added --enable-gnome to configure.in (me)
|
|
|
|
|
*01/11/14:
|
|
|
|
|
* Added Gnome atoms (BaseDisplay.cc/hh) (me)
|
|
|
|
|
*01/11/13:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Fixed grabs for window. No we can Alt+Move window with
|
2001-12-11 20:47:02 +00:00
|
|
|
|
Numlock, Capslock and Scrolllock on. (me)
|
|
|
|
|
* Fixed nls for "Use Icons" and "Use Tabs" (Claes N<>st<73>n)
|
|
|
|
|
* Removed BScreen::LoadStyle() (me)
|
|
|
|
|
*01/11/12:
|
|
|
|
|
* Tab::draw, DrawString (me)
|
|
|
|
|
* FluxboxWindow::redrawLabel, DrawString (me)
|
|
|
|
|
* Moved strcasestr to misc.hh/cc (me)
|
|
|
|
|
* Added DrawString function in misc.hh/cc (me)
|
|
|
|
|
* Added misc.cc/hh (me)
|
|
|
|
|
*01/11/11:
|
|
|
|
|
* Theme.cc/.hh added to source, handles all theme loading (me)
|
|
|
|
|
*01/11/09:
|
2002-01-01 15:12:56 +00:00
|
|
|
|
* Fixed bug in Fluxbox::getRcFilename() (me)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
*01/11/07:
|
2001-12-11 20:47:02 +00:00
|
|
|
|
* Removed a not working wheelscroll on rootwindow in fluxbox.cc (me)
|
|
|
|
|
* Moved wheelscroll in Toolbar.cc from pressEvent to releaseEvent (me)
|
|
|
|
|
* Fixed some nls in data (me)
|
2004-08-29 21:11:24 +00:00
|
|
|
|
*01/11/06:
|
2001-12-11 20:47:02 +00:00
|
|
|
|
* Fixed syntaxerror in Makro and CleanColor theme (me)
|
|
|
|
|
* First part of restructure for themes (me)
|
|
|
|
|
*01/11/05:
|
|
|
|
|
* Clean up in IconBar.cc (me)
|
|
|
|
|
*01/11/04:
|
|
|
|
|
* Fixed so it compiles with gcc 3.0.x (me)
|
|
|
|
|
|
|
|
|
|
Changes for 0.1.4:
|
2001-12-17 00:44:55 +00:00
|
|
|
|
|
2001-12-11 20:47:02 +00:00
|
|
|
|
*01/11/03: Added new theme: Carbondioxide by skypher
|
2004-08-29 21:11:24 +00:00
|
|
|
|
*01/11/03: Fixed bsetbg in utils/Makefile.am
|
2001-12-11 20:47:02 +00:00
|
|
|
|
*01/11/02: Clean up
|
|
|
|
|
*01/11/02: Added session.iconbar to config file
|
|
|
|
|
*01/11/02: Changed the generate_menu skript to clean sh
|
|
|
|
|
*01/11/02: Updated skyphers theme (Clean, CleanColor, MerleyKay, Makro)
|
|
|
|
|
*01/11/02: Fixed parentrelative in tabs
|
|
|
|
|
*01/11/02: Fixed so the tab disconnects when it iconifies
|
|
|
|
|
*01/11/02: Added "Use Iconbar" to configmenu
|
|
|
|
|
*01/11/01: Added iconbar to the toolbar (new files IconBar.cc/.hh)
|
|
|
|
|
*01/10/31: Added border to tabs
|
|
|
|
|
*01/10/31: Removed workspace change when wheelscroll on titlebar
|
|
|
|
|
*01/10/31: Fixed so shade is correct when linkin tabs
|
|
|
|
|
*01/10/31: Fixed default color/texture for tab to be the same as titlebar
|
|
|
|
|
if the theme is a blackbox theme.
|
|
|
|
|
*01/10/29: Added KDE support (thanks Dan Williams for the blackbox patch)
|
2002-01-01 15:12:56 +00:00
|
|
|
|
*01/10/29: Fixed reconfigure-bug for tabs
|
2001-12-11 20:47:02 +00:00
|
|
|
|
*01/10/28: Added "Use Tabs" in configure menu
|
|
|
|
|
*01/10/28: Added theme support for tabs
|
2002-01-01 15:12:56 +00:00
|
|
|
|
*01/10/28: Fixed the move bug when moving a tablist
|
2001-12-11 20:47:02 +00:00
|
|
|
|
|
|
|
|
|
Changes for 0.1.3:
|
|
|
|
|
|
|
|
|
|
* Default focusmode is ClickToFocus
|
|
|
|
|
changed in fluxbox.cc
|
|
|
|
|
|
|
|
|
|
* fluxbox.hh
|
|
|
|
|
added resource.tabs
|
2004-08-29 21:11:24 +00:00
|
|
|
|
|
2001-12-11 20:47:02 +00:00
|
|
|
|
* fluxbox.cc
|
|
|
|
|
added enterNotify for tabs
|
|
|
|
|
added load/save in load_rc() save_rc() for resource.tabs
|
|
|
|
|
|
|
|
|
|
* blackbox-nls.hh
|
|
|
|
|
added WindowmenuSendGroupTo
|
|
|
|
|
|
|
|
|
|
* Windowmenu.hh,.cc
|
|
|
|
|
added sendGroupTo() so we can send a hole
|
|
|
|
|
list to another workspace
|
|
|
|
|
|
|
|
|
|
* Tab.hh,.cc:
|
2004-08-29 21:11:24 +00:00
|
|
|
|
Added functions: iconify, deiconfigy, withdraw,
|
2001-12-11 20:47:02 +00:00
|
|
|
|
disconnect, insert, shade
|
|
|
|
|
EnterNotifyMask for tabwindow
|
|
|
|
|
|
|
|
|
|
* fluxbox.cc: getRcFilename
|
|
|
|
|
fixed correct lenght on dbfile
|
|
|
|
|
|
|
|
|
|
* Window.cc: motionNotifyEvent
|
|
|
|
|
removed unnecessary 'else if'-statement
|
|
|
|
|
|
|
|
|
|
* Screen.cc: LoadStyle()
|
|
|
|
|
changed exit to throw
|
|
|
|
|
|
|
|
|
|
* Screen.cc: prevWorkspace, nextWorkspace
|
|
|
|
|
fixed revers workspace change.
|
|
|
|
|
|
|
|
|
|
Changes for Fluxbox 0.1.2:
|
|
|
|
|
|
|
|
|
|
* Added doc/Coding_style
|
|
|
|
|
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* FluxboxWindow.cc: FluxboxWindow::buttonPressEvent
|
|
|
|
|
fixed so the shade button is drawn in pressed mode.
|
2001-12-11 20:47:02 +00:00
|
|
|
|
|
|
|
|
|
* CleanColor theme: error fixed.
|
|
|
|
|
|
|
|
|
|
* default theme is now: Clean
|
|
|
|
|
|
|
|
|
|
* fluxbox.hh,.cc: execCommand removed
|
|
|
|
|
uses bexec from BaseDisplay.hh, to grabExecute in process_event, instead.
|
|
|
|
|
|
|
|
|
|
* Window.cc: FluxboxWindow::FluxboxWindow
|
|
|
|
|
Changed event_mask for XGrabButton frame.plate from 0 to AnyModifier
|
|
|
|
|
and ungrabs Mod1-3.
|
2004-08-29 21:11:24 +00:00
|
|
|
|
This should fix the focus "bug" when num lock, caps lock or scroll lock
|
2001-12-11 20:47:02 +00:00
|
|
|
|
are pressed.
|
|
|
|
|
|
|
|
|
|
* fluxbox.cc: Fluxbox::process_event
|
|
|
|
|
fixed an error check on getAction in
|
|
|
|
|
KeyPress case.
|
|
|
|
|
|
|
|
|
|
* I18n class is now singleton type
|
|
|
|
|
|
|
|
|
|
* Changed name on:
|
|
|
|
|
Blackbox class to Fluxbox
|
|
|
|
|
BlackboxWindow to FluxboxWindow
|
|
|
|
|
|
|
|
|
|
* Changed name on file blackbox.cc and blackbox.hh to
|
|
|
|
|
fluxbox.cc and fluxbox.hh
|
|
|
|
|
|
|
|
|
|
Changes from Blackbox 0.61.1 to Fluxbox 0.1.1:
|
|
|
|
|
|
|
|
|
|
* Integrated bbkeys in code.
|
2004-08-29 21:11:24 +00:00
|
|
|
|
"session.keyFile: thekeyfile" in the file init
|
2001-12-11 20:47:02 +00:00
|
|
|
|
|
|
|
|
|
* "make dist" now creates a "functional" tarball
|
|
|
|
|
|
|
|
|
|
* Escape cancels edit workspace name
|
|
|
|
|
and return to old name
|
|
|
|
|
|
|
|
|
|
* New coding style
|
|
|
|
|
using tab instead of space for ident
|
|
|
|
|
|
|
|
|
|
* Variable titlebar
|
|
|
|
|
The buttons on the titlebar can now be configured.
|
|
|
|
|
|
2004-08-29 21:11:24 +00:00
|
|
|
|
* Wheelscroll
|
2001-12-11 20:47:02 +00:00
|
|
|
|
Wheelscroll function on titlebar and toolbar changes workspace
|
|
|
|
|
|
|
|
|
|
* Config path
|
|
|
|
|
The config path is now ~/.fluxbox
|
|
|
|
|
|
|
|
|
|
* Toolbar.cc: ~Toolbar
|
|
|
|
|
memory leak fix
|
|
|
|
|
It didnt remove some windows in ToolbarSearch.
|
|
|
|
|
|
|
|
|
|
* Blackbox class now singleton type
|
|
|
|
|
|