Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2005-06-28 | - Fix for toggling the toolbar doesnt update strut (thanx C. Monti) | mathias | 1 | -25/+15 | |
- Little reordering of ToolbarMenu items, more important ones to the top and "edit current ws" out... maybe we should think of another way of providing menus for the tools .. submenus? | |||||
2005-06-23 | moved window menu from FluxboxWindow to BScreen | fluxgen | 1 | -1/+1 | |
2005-05-03 | fix some menu drawing issues | simonb | 1 | -2/+2 | |
2005-04-10 | Big changes to how transparency works | simonb | 1 | -6/+0 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2005-02-07 | white-space cosmetic | mathias | 1 | -46/+46 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-03 | fixed #996298, maximized windows and snapped windows dont respect | mathias | 1 | -4/+4 | |
toolbar-borderwidth further more windows do snap at screen-edges, no matter if maxover is enabled or not | |||||
2004-12-13 | icc complaint about a "possible" conflict between the | mathias | 1 | -2/+2 | |
FbTk::Menu::update(Subject*) and FbTk::Menu::update(int index) to avoid this, we rename FbTk::Menu::update(int index) -> FbTk::Menu::updateMenu(int index) this is mostly cosmetic, but if it makes the life of a compiler happy, well .. be happy icc :) | |||||
2004-11-25 | forgotten initialization of frame.y_hidden | mathias | 1 | -0/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-21 | missing template<> | akir | 1 | -1/+2 | |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -4/+46 | |
for consistency with transparency resources | |||||
2004-09-11 | head specific strut, patch from Mathieu De Zutter | fluxgen | 1 | -12/+11 | |
2004-09-11 | head specific strut, patch from Mathieu De Zutter | fluxgen | 1 | -17/+16 | |
2004-08-31 | fix for gcc 2.95.4, again make_pair and missing #include <typeinfo> before | akir | 1 | -18/+20 | |
typeid-usage | |||||
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -2/+6 | |
2004-08-29 | fix toolbar localtion (visible when 100%) | rathnor | 1 | -9/+9 | |
fix menu font size when no style | |||||
2004-08-29 | a few random fixes | rathnor | 1 | -6/+11 | |
2004-08-25 | fix up theming of the toolbar | rathnor | 1 | -31/+67 | |
2004-07-14 | fixed toolbar draw bug at startup | fluxgen | 1 | -3/+3 | |
2004-06-21 | tidying up initialisation with dockapps | rathnor | 1 | -3/+2 | |