aboutsummaryrefslogtreecommitdiff
path: root/src/WorkspaceNameTool.cc
AgeCommit message (Collapse)AuthorFilesLines
2012-01-04Pre-increment non-primitive types.Ryan Pavlik1-2/+2
Found with cppcheck: "Prefix ++/-- operators should be preferred for non-primitive types. Pre-increment/decrement can be more efficient than post-increment/decrement. Post-increment/decrement usually involves keeping a copy of the previous value around and adds a little extra code."
2011-05-10Convert ToolbarItem::resizeSig to FbTk::SignalPavel Labath1-1/+1
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-9/+5
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway.
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz1-1/+1
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'.
2010-09-08introduced FbTk::BidiStringMathias Gumz1-7/+3
a 'BidiString' holds both the logical content and the visual reordered version of the content of a string. this helps to reduce the number of calls to reorder the string before drawing it (as introduced in the patch from Ken Bloom) and to be more consistent in menus and textboxes (drawing cursors and underlining text).
2008-09-21Changed workspace names signal in BScreen to use the new signal systemHenrik Kinnunen1-2/+2
2008-09-21Changed current workspace signal in BScreen to use the new signal systemHenrik Kinnunen1-2/+9
2008-01-13fix initialization of WorkspaceNameThemeMark Tiefenbruck1-12/+7
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-13/+13
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2006-05-07more utf8 changes, notably window titlessimonb1-2/+2
2006-04-15implement vertical toolbar placement optionssimonb1-2/+24
2006-02-16updated copyright infomathias1-1/+1
2005-06-07Fixed justification in WorkspaceNameTool #1213262, values were set after themathias1-4/+6
render() call was made.
2005-04-27close #1182770mathias1-7/+10
if someone changed the session.screen0.workspaces:<int> value and fired a "reload config"/reconfigure-Command fluxbox crashed. changes: - cleaner way of reading in the workspacenames - cleaner way of initialize the workspaces in BScreen() - on BScreen::reconfigure we add/delete Workspaces to the current screen until init-file and fluxbox are in sync -> the user changed the initfile and pressed reload, so imho he wants to have the changes in the init-file realized.
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor1-11/+18
for consistency with transparency resources
2004-08-29a few random fixesrathnor1-1/+5
2004-08-25fix up theming of the toolbarrathnor1-2/+4
2004-06-16toolbar fixes, updates and optimisationsrathnor1-2/+1
2004-01-13toolbar transparencyrathnor1-1/+3
2003-12-07usePixmap from Texturefluxgen1-2/+2
2003-08-26listen to workspace name sigfluxgen1-1/+4
2003-08-13border themefluxgen1-1/+6
2003-08-12fixed background pixmap bugfluxgen1-1/+2
2003-08-11minor fixfluxgen1-2/+5
2003-08-11basic tools for toolbarfluxgen1-0/+115