(Format: Year/Month/Day) Changes for 0.9.7: *03/11/23: * Some util/ updates from Han .cvsignore fbsetbg fluxbox_generate_menu.in *03/11/19: * Fix menu draw bug for empty submenus (Simon) Menu.cc * Fix menu placement for iconbar and titlebar activation, including xinerama awareness (Simon) Window.cc IconButton.cc * Fix win menu hide straight after show when right click icon (Simon) Menu.cc Changes for 0.9.6: *03/11/16: * Fixed sstream and strstream header check (Henrik) configure.in, Remember.cc, FbCommandFactory.cc, ClientPattern.cc * Add image search paths when loading a style (Simon) - now looks for pixmaps in and /pixmaps - now looks for styles in //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 *03/11/15: * Moved fluxbox-generate_menu to fluxbox-generate_menu.in (Thanks Han) fixed empty submenu problem fluxbox-generate_menu.in, util/Makefile.am, data/Makefile.am *03/10/31: * Fix slit client map on restart and surplus menu redraw (Simon) SlitClient.hh Slit.cc Menu.cc * Fix textbutton text alignment (out by one) (Simon) TextButton.cc * Tweak some positioning for winbutton drawn icons (Simon) WinButton.cc * 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 Container.cc FbWinFrame.cc SystemTray.hh Screen.cc ToolbarItem.hh Toolbar.cc *03/10/30: * Fix handling of theme's with a zero handleWidth (Simon) FbWinFrame.cc *03/10/28: * Fix building with --disable-slit (Simon) Screen.cc *03/10/27: * Change FbWinFrame to NOT reparent client windows into clientarea (Simon) - fixes (I think) java bug with missing drawing bits of window - allows us to remove some dodgy "and for parent" hacks (not done in this patch, but will be in new action system which depends on this) - clientarea still exists for future implementation of improved sizing, particularly to provide a backing to clients that don't take up the whole area. FbWinFrame.hh/cc Window.hh/cc fluxbox.cc *03/10/26: * Fixed bug in FbWindow::setNew (Henrik) It didn't update member variables FbWindow.cc *03/10/25: * 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 *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 *03/10/17: * fbsetbg update from Han - new option to explicitly say which wallpaper setting to use, plus minor changes fbsetbg *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 *03/10/14: * Bug fix in NextWindow/PrevWindow Command (Henrik) it was only executed when last event = keyevent WorkspaceCmd.cc * 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 * toolbar.button.picColor * 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 - nextwindow/prevwindow creates left/right arrows that changes focused window 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 - ButtonTheme.hh/cc holds theme for simple buttons, extends tooltheme with pressed texture and picColor *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!) - pixmap cache now a set rather than list (faster search) FbWinFrame.cc GContext.hh/cc Color.hh ImageControl.hh/cc IconbarTool.cc fluxbox.cc Container.cc *03/10/08: * fluxbox-generate_menu update from Han - replace getopts with portable workaround fluxbox-generate_menu * fbsetbg updates from Han, and some tweaking (Simon) fbsetbg *03/10/06: * Fix rendering of offscreen windows (remove if !visible tests) (Simon) FbWinFrame.cc * Fix shaped windows+menus (Simon) - make sure all existing menus use shape - fix Shape itself, particularly to work properly with borders Shape.cc IconBarTool.hh/cc Toolbar.hh/cc ToolbarHandler.hh/cc Window.hh/cc Workspace.hh/cc WinClient.cc *03/10/05: * Fix frame size when changing titlebar size (Simon) - also send configure notify when toggling decorations FbWinFrame.hh/cc Window.cc * 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 * Fix reading of auto raise delay (Simon) fluxbox.hh/cc Screen.cc Timer.hh/cc * 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 *03/10/04: * Fix NLS bad message errors by adding explicit codeset entries (Simon) - thanks to Matt Hope for pointing us to the recent workaround from 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 *03/10/02: * Fix couple of memory leaks and uninitialised uses shown up with valgrind (Simon) EventManager.cc TextureRender.cc Gnome.cc Screen.cc Window.cc WinClient.cc Xutil.cc main.cc * Make grips children of handle (Simon) - Fixes parentrelative grip texture FbWinFrame.hh/cc * Fix updating of window on focus change (Simon) FbWinFrame.cc *03/09/29: * Fix aterm not updating on opaque move (Thanks Mathias Gumz) Window.cc * Fix resize calculations, particularly wrt base_width/height (Simon) - fixes abiword resize issues Window.hh/cc WinClient.hh/cc * Nearest-quadrant resizing (Thanks Uwe Maurer and Mathias Gumz) Window.hh/cc Screen.hh/cc FbWinFrameTheme.hh/cc * Update from Han - make startup executable to save one process - make pixmaps-dir - use -a which falls back to -f for wallpapers(testing) - some code cleanups. fluxbox-generate_menu, fbsetbg, startfluxbox.in *03/09/24: * Fix crash when closing active window while cycling focus (Simon) Screen.cc * 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 * Fixed the "aterm"-bug (Henrik) Window.cc *03/09/23: * Add support for _NET_WM_STATE_FULLSCREEN (Simon) - fixes mozilla/firebird fullscreen Ewmh.hh/cc Window.hh/cc *03/09/22: * Fix invisible minimize button for non-pixmap themes (Simon) WinButton.cc *03/09/21: * Fix disappearing close button (Simon) WinClient.hh/cc *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,..). *03/09/19: * fbsetbg update (Thanks Han) - fixes fbsetbg -l after a changing the wallpapersetter. - fixes xli debug message - cleanups - adds feh (thanks teemu) *03/09/16: * Apply gravity when changing decorations (Simon) - also fix gravity when decorations not present Window.cc FbWinFrame.cc *03/09/15: * Fixed bug in IconbarTool mode = NONE (Henrik) IconbarTool.cc *03/09/14: * Fixed minor bug in stick pressed button (Henrik) WinButton.cc * Focus fixes (Simon) Hopefully fixes mysterious instances of focus not being set right. Window.cc fluxbox.cc * More optimization to reduce flicker in titlebar Screen.cc, FbWinFrame.cc/hh, TextButton.hh/cc, FbWindow.hh/cc *03/09/13: * Fixed minor compilation problem for Solaris (Thanks NivenHuH) Resource.hh * Added new theme items (Henrik) * menu.borderWidth * menu.borderColor * menu.bevelWidth * window.handleWidth * window.bevelWidth MenuTheme.cc, FbWinFrameTheme.cc/hh, RootTheme.hh/cc, 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 * Added anjuta, blender -w, wings, rox filer, vmware, xlock to fluxbox-generate_menu (Thanks Pol) *03/09/12: * 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 * Fix window gravity handling (Simon) - should fix some offset fullscreen issues FbWinFrame.hh/cc WinClient.hh/cc Window.cc *03/09/10: * 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 * 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: This delay decides when the transparency should update when you're moving FbWinFrame.hh/cc *03/09/08: * Fixed numlock and scrlock bug in FbTk TextBox (Henrik) This will fix workspace edit window input when having num- or scrolllock on. TextBox.cc * Added iconbar mode menu (Henrik) * new resource item: session.screen.iconbar.mode: Toolbar.cc, IconbarTool.cc/hh * 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) It did a execute() and then a updateTransparent (in buttonRelease), which could be dangerous if the execute() killed the object Button.cc * Fix when selecting + unneeded submenu redraw on enter+motion (Simon) Menu.cc *03/09/07: * Added startup script to be used with startfluxbox, to get a consistent frontend for both *dm and startx and your fluxbox-session (Thanks Han) startfluxbox.in, startup.in * Minor cleaning in some Makefile.am (Thanks Han) *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 *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 *03/08/29: * Fixed iconbar, workspace theme and slit for old themes (Henrik) IconbarTheme.hh/cc, ToolTheme.hh/ToolTheme.cc, WorkspaceNameTheme.hh, SlitTheme.hh/cc * Added -verbose argument to fluxbox (Henrik) This will enable theme warnings main.cc, Theme.hh/cc *03/08/28: * Fixed so ThemeManager::load expands ~ (Henrik) Theme.cc * Fixed pixmap bug when changing between non-pixmap themes and pixmap themes (Henrik) 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.toolbar.tools: , 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 --------------------------------------------------------------------------- Changes for 0.9.5: *03/08/27: * Added support for _NET_WM_STATE_MAXIMIZE_{HORZ/VERT} (Thanks stephan wezel web de>) Ewmh.hh/cc * Added new theme item for toolbar: (Henrik) * toolbar.height * Added new theme items for menu: (Henrik) * menu.selected.pixmap * menu.unselected.pixmap * menu.submenu.pixmap One can now specify pixmap to use for toggle items and what "arrow" to show on submenu items * Changed FbRun to use FbPixmap and GContext (Henrik) FbRun.hh/cc * Added FbTk::GContext a wrapper for X GC (Henrik) red * Changed FbRun to use FbTk::TextBox 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 *03/08/25: * Fix some style initialisation issues (Simon) Screen.hh/cc FbWinFrame.cc * 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) specified shape (round corners) * Added file Compose.hh (Henrik) * Fixed randr support in toolbar (Henrik) Toolbar.cc, Screen.hh/cc *03/08/23: * Fixed autohide and menu in Toolbar (Henrik) Toolbar.cc, EventManager.hh/cc, WorkspaceNameTool.hh *03/08/22: * Added search path resource for images (Henrik) * session.screen.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); and to add more image file support you just have to extend FbTk::ImageBase and register it to FbTk::Image 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 *03/08/19: * Added ResizeVertical and ResizeHorizontal (Thanks Mathias Gumz) CurrentWindowCmd.hh/cc, FbCommandFactory.cc * 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, * Fixed bug in Subject.cc that cause observers to be added more than once (Henrik) Subject.cc *03/08/17: * Update fbsetbg and fluxbox-generate_menu (Han) *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 *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 *03/08/13: * Fixed shape bug when switching between shaped themes and non shaped (Henrik) Shape.cc * Fixed default values for FbTk::Texture theme items (Henrik) Theme.cc * Added border theme items to ToolbarItems (Henrik) ToolTheme.hh/cc, BorderTheme.hh/cc, ClockTool.hh/cc, WorkspaceNameTool.hh/cc, IconbarTool.hh/cc * New theme items toolbar.clock.borderWidth: toolbar.clock.borderColor: toolbar.iconbar.borderWidth: toolbar.iconbar.borderColor: toolbar.workspace.borderWidth: toolbar.workspace.borderColor: * 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 *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) Timer.hh/cc, fluxbox.cc, Slit.hh/cc, ImageControl.hh/cc * Added new files for Toolbar (Henrik) WorkspaceNameTool.hh/cc, ClockTool.hh/cc, ToolbarItem.hh/cc, ToolTheme.hh/cc TextTheme.hh/cc * toolbar theme items now: The clock: toolbar.clock: toolbar.clock.pixmap: toolbar.clock.color: toolbar.clock.colorTo: toolbar.clock.textColor: toolbar.clock.font: Workspace name: toolbar.workspace: toolbar.workspace.pixmap: toolbar.workspace.color: toolbar.workspace.colorTo: toolbar.workspace.textColor: toolbar.workspace.font: This is for an empty iconbar: toolbar.iconbar.empty: toolbar.iconbar.empty.pixmap: toolbar.iconbar.empty.color: toolbar.iconbar.empty.colorTo: Focused window in iconbar: toolbar.iconbar.focused: toolbar.iconbar.focused.pixmap: toolbar.iconbar.focused.color: toolbar.iconbar.focused.colorTo: toolbar.iconbar.focused.textColor: toolbar.iconbar.focused.font: And the same for .unfocused: toolbar.iconbar.unfocused: etc. *03/08/10: * Fix session.menuFile to work with ~ properly (Simon) fluxbox.hh/cc Screen.cc *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 *03/08/03: * Improve inclusion of GNOME and KDE menus (Simon and Han) fluxbox-generate_menu data/Makefile.am *03/07/29: * Minor fixes in fluxbox-generate_menu, fbsetbg and styles (Thanks Han) * Fixed kde dockapp bug (Henrik) Screen.cc, fluxbox.cc * Added icon menu to workspace menu (Henrik) Screen.cc/hh, IconMenuItem.hh, * Change: (Simon) - Fluxbox::window search - Fluxbox::m_focused_window - strut saving - Some event handling - and more to use WinClient, not FluxboxWindow. This should fix some bugs where things weren't consistent and hopefully sets the stage to fix various other things that get out of whack. fluxbox.hh/cc Screen.hh/cc Window.hh/cc Workspace.cc WinClient.hh/cc CurrentWindowCmd.hh/cc AtomHandler.hh Ewmh.hh/cc Gnome.hh/cc Remember.hh ToolbarHandler.hh Toolbar.cc CurrentWindowCmd.hh/cc *03/07/28: * Added MoveTabLeft and MoveTabRight commands (Henrik) Window.hh/cc, FbWinFrame.hh/cc, FbCommandFactory.cc *03/07/26: * Fix window size when changing borderWidth [borderless wins] (Simon) Window.hh/cc FbWinFrame.hh/cc * Fix some keybinding issues with ShadeWindow, StickWindow, SendToWorkspace, NextGroup, PrevGroup (Simon) CurrentWindowCmd.cc FbCommandFactory.cc *03/07/25: * Make fbrun work properly on multiple screens (Simon) FbRun.hh/cc * Make sure all the menus have titles, make -version go to stdout (Simon) Screen.cc Slit.cc Toolbar.cc ToolbarHandler.cc Xinerama.hh Workspace.cc main.cc * Fix pesky crash and phantom icons (diesig wasn't getting through) (Simon) ToolbarHandler.cc *03/07/24: * Fix some maximisation issues (Simon) Window.hh/cc FbCommandFactory.cc *03/07/23: * Fixed KDE dockapp bug (Henrik) Slit.cc, fluxbox.hh/cc *03/07/21: * Really fix focus stuff. Should be properly standards compliant now (I hope). This also fixes a crash introduced yesterday. (Simon) WinClient.hh/cc Window.cc fluxbox.cc *03/07/20: * 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 * Fix menu [re]drawing, particularly when selecting options (Simon) Menu.hh/cc * 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 * Fix crash with toolbarmode = OFF, and put toolbar menu back into screen's configure menu (Simon) Screen.hh/cc ToolbarHandler.cc *03/07/19: * Make most Commands execute on mouse screen rather than screen of focused window (Simon) FbCommands.cc WorkspaceCmd.cc * Fix xinerama options (again) for Slit and Toolbar (Simon) Xinerama.hh Slit.hh/cc Toolbar.hh/cc * Move menu alpha setting into MenuTheme (Simon) - fixes alpha init on multi-screened machines MenuTheme.hh/cc Menu.hh/cc Screen.cc * Add compiled-in defaults to fluxbox -info (thanks Matt Hope) main.cc * 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 *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 *03/07/12: * Fixed 8 bpp crash (Henrik) ImageControl.cc *03/07/11: * Added TOOLBAR to -info (Henrik) main.cc ------------------------------------------------------------------------- Changes for 0.9.4: *03/07/10: * Added new toolbar theme item (Henrik) * toolbar.button.borderWidth: * Add [startup] to Remember (Simon) Can now add entries to apps file like: [startup] {xterm} Then "xterm" will be launched on fluxbox startup. Can also give a screen option: [startup] (screen=1) {xterm} will start it on screen 1 rather than the default 0. * Added new rounded theme items (Henrik) * toolbar.shaped: this will make the toolbar shape the corners that are towards center of the screen * menu.roundCorners: * window.roundCorners: 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 * Applied patch that keeps the fbrun_history clean by not allowing duplicates to get placed in the history. (Thanks David J Burger hawaii.edu>) FbRun.cc * fbsetbg updates (Han) *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 *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. - also includes split AtomHandler::setupWindow(fbw) into setupFrame(fbw) and setupClient(winclient). Remember.hh/cc Window.cc Screen.cc fluxbox.hh/cc AtomHandler.hh Gnome.hh/cc Ewmh.hh/cc ToolbarHandler.hh/cc *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 *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: 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 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.kossenhome.nl) ToolbarHandler.cc *03/06/30: * Fixed so we can use the same action strings in menu as in key actions (Henrik) Screen.cc * Added command "ShowDesktop" (Henrik) This command iconifies all windows and shows the desktop WorkspaceCmd.hh/cc, FbCommandFactory.cc * Added command "ArrangeWindows" (Thanks Ricardo Martins 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) CommandParser.hh/cc, FbCommandFactory.hh/cc, WorkspaceCmd.hh/cc, CurrentWindowCmd.hh/cc *03/06/29: * Add chbg support to fbsetbg (Thanks Han and Michael T. Dean) fbsetbg *03/06/28: * Fix slit netizens (e.g. withdrawn pager) (Simon) Slit.cc WinClient.cc Screen.cc *03/06/26: * Speedups for having many (particularly stuck) windows (Simon) Toolbar.hh/cc IconBar.hh/cc ToolbarHandler.cc Gnome.cc Window.cc *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 *03/06/24: * Added new theme items (Henrik) * toolbar.borderWidth: * toolbar.bevelWidth: * toolbar.borderColor: * slit.borderWidth: * slit.bevelWidth: * slit.borderColor: 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 * 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 *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 * Moved toolbar resources from BScreen to Toolbar (Henrik) Screen.hh/cc, Toolbar.hh/cc *03/06/22: * fluxbox-generate_menu: French locales, (Thanks Tarax ) 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.slit.maxOver: (Henrik) This will prevent windows from maximize over the slit Slit.cc *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 *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 Screen.hh/cc, fluxbox.cc, Window.hh/cc * Added Strut.hh which contains left, right, top and bottom (Henrik) *03/06/16: * Fixed trailing whitespace in group file loading (Henrik) Workspace.cc *03/06/15: * Apply workaround for strftime test - fails with gcc 3.3 due to compiler bug? - thanks Joshua Kwan (Simon) configure.in * Fix group cycling, also adding new "NextGroup/PrevGroup" keys (Simon) Screen.hh/cc Keys.hh/cc fluxbox.cc *03/06/13: * Fixed autogrouping (Henrik) Window.cc, Workspace.cc * 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 Can disable in compile using --disable-regexp (will just do plain 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 - e.g. [app] (*[tT]erm) {2} will match anything ending with term, for up to 2 instances - e.g. [app] (title=.*gaim.*) will match anything with gaim in the title ("gaim", "the gaim window", etc. RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc WinClient.hh/cc StringUtil.hh/cc *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 --------------------------------------------------------------------------------- Changes for 0.9.3: *03/06/08: * 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 * Fix restart command to accept and use an argument again (Simon) Screen.cc FbCommands.hh/cc * Fix bug that sometimes left window frames after window closed (Simon) fluxbox.cc *03/06/06: * Fixes and improvements from Han (Simon, thanks Han) fluxbox-generate_menu fbsetbg *03/06/05: * Fixed slit bug (Henrik) Slit.cc * Fixed window/button redraw bug (Henrik) FbTk/Button.cc * Optimise window placement (much better now) (Simon) Workspace.cc *03/05/26: * Fix usage of decorations.border, add BORDER decoration to remember (Simon) Window.hh/cc Remember.cc *03/05/24: * Fixed menu bug in FluxboxWindow (Henrik) Window.cc * Fix crash when toolbar turned off, and toolbar initialisation (Simon) Menu.cc Screen.cc Toolbar.cc *03/05/21: * Fix cascade placement for multiple heads (Simon) Workspace.hh/cc Window.hh/cc FbWinFrame.hh/cc *03/05/20: * Add xinerama for placement and snapping, plus tidy (Simon) Screen.hh/cc Window.cc Workspace.cc *03/05/19: * Clean + change xinerama, plus add maximize smarts (Simon) Screen.hh/cc Window.cc Workspace.cc Toolbar.cc Slit.cc * Fixed minor bug in bsetroot (Henrik) bsetroot.cc * Add back some Xinerama support (still need placement + maximise) (Simon) Screen.hh/cc Toolbar.cc Slit.cc Xinerama.hh * Fix bsetroot segfault (Simon) FbWindow.cc *03/05/18: * Moved Resource.hh/cc, DirHelper.hh/cc and XrmDatabaseHelper.hh to FbTk (Henrik) Screen.hh/cc, fluxbox.hh/cc, IntResMenuItem.hh/cc *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 *03/05/16: * Fixed logging file and better info message (Henrik) New argument to fluxbox -log main.cc *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 *03/05/13: * Fixed transparent slit and minor bug in transparent (Henrik) Slit.cc, Screen.hh/cc, Transparent.cc * Fixed Slit redraw bug (Henrik) Slit.cc * Removed ScreenInfo.hh/cc (Henrik) * Fixed better error msg for display connection (Henrik) fluxbox.cc * Fix saving of Workspace Icons Toolbar mode (Simon) Screen.cc * Fixed iconify problems when autoraise on (Simon) Window.cc Screen.cc * 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 *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: * Fixed dangling m_focused_window pointer, that didn't got set in Fluxbox::revertFocus (Henrik) fluxbox.cc *03/05/10: * Added FbRootWindow.hh/cc (Henrik) Screen.hh/cc, Window.cc, Workspace.cc, IconBar.cc, Slit.cc, fluxbox.cc, WinClient.cc, Ewmh.cc, Gnome.cc * Added ScreenInfo.hh/cc (Henrik) Screen.hh * Removed BaseDisplay.hh/cc (Henrik) BaseDisplay.hh/cc, fluxbox.hh, Window.cc/hh -------------------------------------------------------------- Changes for 0.9.2: *03/05/08: * Fixed sloppy focus for embedded tabs (Simon) Window.cc * Fixed Slit ordering bug (Henrik) Screen.cc * Fixed better command help/option main.cc * Fixed Slit redrawing bug (Henrik) Slit.hh/cc *03/05/07: * Fix crash when detaching client that isn't active (Simon) Window.cc * Fixed transient grouping issues (transients now WinClients) (Simon) WinClient.hh/cc Window.hh/cc Workspace.cc Screen.cc * 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 LayerMenu.hh, Resource.hh, Window.cc[focus on deiconify] *03/05/05: * Added window.