aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
AgeCommit message (Collapse)AuthorFilesLines
2005-11-22const function Resource getStringfluxgen1-1/+1
2005-06-28- Fix for toggling the toolbar doesnt update strut (thanx C. Monti)mathias1-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-23moved window menu from FluxboxWindow to BScreenfluxgen1-1/+1
2005-05-03fix some menu drawing issuessimonb1-2/+2
2005-04-10Big changes to how transparency workssimonb1-6/+0
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent
2005-02-07white-space cosmeticmathias1-46/+46
2005-01-24copyright datemathias1-1/+1
2005-01-03fixed #996298, maximized windows and snapped windows dont respectmathias1-4/+4
toolbar-borderwidth further more windows do snap at screen-edges, no matter if maxover is enabled or not
2004-12-13icc complaint about a "possible" conflict between themathias1-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-25forgotten initialization of frame.y_hiddenmathias1-0/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-21missing template<>akir1-1/+2
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor1-4/+46
for consistency with transparency resources
2004-09-11head specific strut, patch from Mathieu De Zutterfluxgen1-12/+11
2004-09-11head specific strut, patch from Mathieu De Zutterfluxgen1-17/+16
2004-08-31fix for gcc 2.95.4, again make_pair and missing #include <typeinfo> beforeakir1-18/+20
typeid-usage
2004-08-31add autoconf check for std c++ headersrathnor1-2/+6
2004-08-29fix toolbar localtion (visible when 100%)rathnor1-9/+9
fix menu font size when no style
2004-08-29a few random fixesrathnor1-6/+11
2004-08-25fix up theming of the toolbarrathnor1-31/+67
2004-07-14fixed toolbar draw bug at startupfluxgen1-3/+3
2004-06-21tidying up initialisation with dockappsrathnor1-3/+2
2004-06-20fix systemtray related thingsrathnor1-5/+13
2004-06-16toolbar fixes, updates and optimisationsrathnor1-8/+13
2004-06-10minor stufffluxgen1-3/+3
2004-06-08Change one nls item namerathnor1-2/+2
2004-06-07minor fixfluxgen1-2/+2
2004-06-07update NLS string handling...rathnor1-60/+56
2004-04-26toolbar themeing fixesrathnor1-6/+29
2004-01-21using empty instead of sizefluxgen1-2/+2
2004-01-16windowmenu command, patch fomr Junichiro Kitafluxgen1-1/+2
2004-01-13toolbar transparencyrathnor1-1/+6
2004-01-11hide menus on clickfluxgen1-2/+4
2003-12-20fixed autohide bugfluxgen1-11/+17
2003-12-19updates for new workspace name cmdfluxgen1-2/+2
2003-12-18code cleaningfluxgen1-5/+5
2003-12-10cleaning in the menu codefluxgen1-4/+3
2003-12-08visible menu itemfluxgen1-44/+58
2003-12-07usePixmap from Texturefluxgen1-2/+2
2003-12-07added config menu to Screenfluxgen1-2/+4
2003-12-03removed ToolbarHandlerfluxgen1-18/+24
2003-10-31fix a number of positioning and sizing issuesrathnor1-11/+31
2003-10-14old style toolbar as defaultfluxgen1-2/+2
2003-10-13moved tool creation to ToolFactory, removed FbCommands deps and using ↵fluxgen1-75/+17
CommandParser instead
2003-10-06fix shape - all menus shaped, and some weird shape bugsrathnor1-2/+3
2003-09-08minor fixfluxgen1-2/+3
2003-08-30need to know when alpha changesfluxgen1-1/+2
2003-08-29fixed workspace theme for old themesfluxgen1-14/+9
2003-08-28fixed default values for toolsfluxgen1-2/+3
2003-08-28added configurable toolsfluxgen1-40/+94