summaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
AgeCommit message (Collapse)AuthorFilesLines
2009-05-01Everything but TextJim Ramsay1-1/+1
Managed 32-bit visuals for everything, but text is broken (menus, titlebars, etc)
2008-10-19increase default size of toolbar and icon buttonsMark Tiefenbruck1-1/+1
2008-09-28Changed resize signal in BScreen to use the new signal systemHenrik Kinnunen1-1/+8
2008-09-08update workspace names atoms/resources when adding a new workspaceMark Tiefenbruck1-1/+1
also removed unnecessary items from default init file
2008-08-24toolbar placement menu wasn't updatingMark Tiefenbruck1-0/+1
2008-08-04add selection box to various "choose one of these" menu itemsMark Tiefenbruck1-10/+15
2008-04-27Added SimpleObserver class.Henrik Kinnunen1-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-29fixed a small issue with autohidden toolbarMathias Gumz1-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-11more fun with the window menuMark Tiefenbruck1-12/+1
2008-01-27"On head" menu -- reloading and refreshing bugfix.Tomas Janousek1-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-22fix some issues with window menusMark Tiefenbruck1-1/+13
2008-01-15split Text.hh into Orientation.hh and TextUtils.{cc,hh}Mathias Gumz1-0/+1
2008-01-13fix crashes on restartMark Tiefenbruck1-1/+2
2008-01-12move some stuff from Fluxbox to BScreenMark Tiefenbruck1-4/+1
2008-01-11make FbTk::Command a template class, split parsing information out of ↵Mark Tiefenbruck1-7/+7
ObjectRegistry
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-18/+18
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-28move Shape to FbTkMark Tiefenbruck1-16/+15
2007-12-27architecture astronomyMark Tiefenbruck1-10/+10
2007-12-16changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>Mark Tiefenbruck1-2/+2
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them ↵markt1-2/+2
auto-register
2007-12-11only allow one open menu at a timemarkt1-21/+15
2007-12-09added OnTitlebar modifier to keys filemarkt1-1/+1
2007-11-23make sure window commands operate on the right windowmarkt1-0/+3
2007-11-22added special FocusIn/Out MouseOver/Out ChangeWorkspace keysmarkt1-3/+8
2007-11-20move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbedmarkt1-1/+1
2007-10-13merged changes from pre-develmarkt1-19/+9
2007-09-08fix crash when changing toolbar visibility with empty toolbar.toolsmarkt1-1/+1
2007-08-07rotate toolbar texture along with toolbarmarkt1-2/+10
2007-07-02fixed DOS when toolbar.button.borderWidth is large and toolbar.bevelWidth > 0markt1-0/+3
moved the transparency menu up with the rest of the submenus in the config menu
2007-03-19size of relative items in toolbar wasn't being calculated properlymarkt1-15/+9
2007-03-10changed default toolbar layer to DOCKmarkt1-1/+1
2007-01-07per-window transparency, including apps and menu support, plus some simonb1-2/+2
infrastructure and related changes. Thanks for original patch from Julien Trolet, dmxen at sourceforge dot net
2007-01-06make "force pseudotransparency" menu item work immediatelymarkt1-0/+3
2006-12-31update toolbar visibility on reconfiguremarkt1-1/+4
2006-12-29don't add 2 pixels to toolbar.height from init file; oh, and I named the ↵markt1-2/+1
remember menu to help debugging
2006-12-18Rotate items in toolbar the same way as tabsmarkt1-8/+8
2006-10-30Cosmetic patch from Slava Semushinmathias1-11/+13
2006-09-20fixed bug #1561482, crashed with toolbarmenufluxgen1-50/+60
2006-06-29minor tidy, thanks Slava Semushinsimonb1-3/+1
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-25/+25
console, plus handle catalogs better.
2006-05-20improve native language handling, move messages and menu labels to simonb1-6/+6
FbTk::FbString
2006-04-24fix memory leaks in menu codesimonb1-0/+3
2006-04-17fix transparency updates for the toolbar when autohide is onsimonb1-1/+7
2006-04-17fix some toolbar transparencysimonb1-0/+1
2006-04-17fix some rotation issuessimonb1-31/+4
2006-04-16add reversewheeling option simonb1-5/+14
thanks Kalle - ice_jkpg at users.sourceforge.net
2006-04-16fix all compiler warnings with -Wallsimonb1-1/+0
2006-04-15implement vertical toolbar placement optionssimonb1-15/+80
2006-03-02fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at ↵mathias1-1/+3
lowlatency dot de>