Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-04 | add selection box to various "choose one of these" menu items | Mark Tiefenbruck | 1 | -10/+15 | |
2008-04-27 | Added SimpleObserver class. | Henrik Kinnunen | 1 | -21/+16 | |
This class works in the same way as the SimpleCommand class. Use it with the makeObserver function. It calls the receiver's member function when the subject sends a signal. | |||||
2008-03-29 | fixed a small issue with autohidden toolbar | Mathias Gumz | 1 | -2/+8 | |
the toolbar was not going to hidden state when the slit covered the toolbar and the mouse was still in the toolbar area. now we check event.subwindow to decide if it was a "valid" leaveNotifyEvent. | |||||
2008-02-11 | more fun with the window menu | Mark Tiefenbruck | 1 | -12/+1 | |
2008-01-27 | "On head" menu -- reloading and refreshing bugfix. | Tomas Janousek | 1 | -4/+8 | |
We should reload the contents of this menu on Xinerama layout change. I switched it from FbMenu to ToggleMenu, because the selected head wasn't being updated properly. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-01-22 | fix some issues with window menus | Mark Tiefenbruck | 1 | -1/+13 | |
2008-01-15 | split Text.hh into Orientation.hh and TextUtils.{cc,hh} | Mathias Gumz | 1 | -0/+1 | |
2008-01-13 | fix crashes on restart | Mark Tiefenbruck | 1 | -1/+2 | |
2008-01-12 | move some stuff from Fluxbox to BScreen | Mark Tiefenbruck | 1 | -4/+1 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -7/+7 | |
ObjectRegistry | |||||
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -18/+18 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-28 | move Shape to FbTk | Mark Tiefenbruck | 1 | -16/+15 | |
2007-12-27 | architecture astronomy | Mark Tiefenbruck | 1 | -10/+10 | |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 1 | -2/+2 | |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them ↵ | markt | 1 | -2/+2 | |
auto-register | |||||
2007-12-11 | only allow one open menu at a time | markt | 1 | -21/+15 | |
2007-12-09 | added OnTitlebar modifier to keys file | markt | 1 | -1/+1 | |
2007-11-23 | make sure window commands operate on the right window | markt | 1 | -0/+3 | |
2007-11-22 | added special FocusIn/Out MouseOver/Out ChangeWorkspace keys | markt | 1 | -3/+8 | |
2007-11-20 | move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed | markt | 1 | -1/+1 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -19/+9 | |
2007-09-08 | fix crash when changing toolbar visibility with empty toolbar.tools | markt | 1 | -1/+1 | |
2007-08-07 | rotate toolbar texture along with toolbar | markt | 1 | -2/+10 | |
2007-07-02 | fixed DOS when toolbar.button.borderWidth is large and toolbar.bevelWidth > 0 | markt | 1 | -0/+3 | |
moved the transparency menu up with the rest of the submenus in the config menu | |||||
2007-03-19 | size of relative items in toolbar wasn't being calculated properly | markt | 1 | -15/+9 | |
2007-03-10 | changed default toolbar layer to DOCK | markt | 1 | -1/+1 | |
2007-01-07 | per-window transparency, including apps and menu support, plus some | simonb | 1 | -2/+2 | |
infrastructure and related changes. Thanks for original patch from Julien Trolet, dmxen at sourceforge dot net | |||||
2007-01-06 | make "force pseudotransparency" menu item work immediately | markt | 1 | -0/+3 | |
2006-12-31 | update toolbar visibility on reconfigure | markt | 1 | -1/+4 | |
2006-12-29 | don't add 2 pixels to toolbar.height from init file; oh, and I named the ↵ | markt | 1 | -2/+1 | |
remember menu to help debugging | |||||
2006-12-18 | Rotate items in toolbar the same way as tabs | markt | 1 | -8/+8 | |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -11/+13 | |
2006-09-20 | fixed bug #1561482, crashed with toolbarmenu | fluxgen | 1 | -50/+60 | |
2006-06-29 | minor tidy, thanks Slava Semushin | simonb | 1 | -3/+1 | |
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -25/+25 | |
console, plus handle catalogs better. | |||||
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 1 | -6/+6 | |
FbTk::FbString | |||||
2006-04-24 | fix memory leaks in menu code | simonb | 1 | -0/+3 | |
2006-04-17 | fix transparency updates for the toolbar when autohide is on | simonb | 1 | -1/+7 | |
2006-04-17 | fix some toolbar transparency | simonb | 1 | -0/+1 | |
2006-04-17 | fix some rotation issues | simonb | 1 | -31/+4 | |
2006-04-16 | add reversewheeling option | simonb | 1 | -5/+14 | |
thanks Kalle - ice_jkpg at users.sourceforge.net | |||||
2006-04-16 | fix all compiler warnings with -Wall | simonb | 1 | -1/+0 | |
2006-04-15 | implement vertical toolbar placement options | simonb | 1 | -15/+80 | |
2006-03-02 | fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at ↵ | mathias | 1 | -1/+3 | |
lowlatency dot de> | |||||
2006-02-27 | forgotten cosmetics | mathias | 1 | -4/+6 | |
2006-02-27 | cosmetic changes from php-coder (copyright, header) | mathias | 1 | -0/+4 | |
2006-02-20 | moved class Layer from class Fluxbox and thus reduces some dependecies | fluxgen | 1 | -16/+23 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-11-22 | const function Resource getString | fluxgen | 1 | -1/+1 | |