Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-04 | Pre-increment non-primitive types. | Ryan Pavlik | 1 | -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-10 | Convert ToolbarItem::resizeSig to FbTk::Signal | Pavel Labath | 1 | -1/+1 | |
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -9/+5 | |
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway. | |||||
2011-02-22 | bugfix: consistent use of 'int' for alpha values (#3187373) | Mathias Gumz | 1 | -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-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -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-21 | Changed workspace names signal in BScreen to use the new signal system | Henrik Kinnunen | 1 | -2/+2 | |
2008-09-21 | Changed current workspace signal in BScreen to use the new signal system | Henrik Kinnunen | 1 | -2/+9 | |
2008-01-13 | fix initialization of WorkspaceNameTheme | Mark Tiefenbruck | 1 | -12/+7 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -13/+13 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2006-05-07 | more utf8 changes, notably window titles | simonb | 1 | -2/+2 | |
2006-04-15 | implement vertical toolbar placement options | simonb | 1 | -2/+24 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-06-07 | Fixed justification in WorkspaceNameTool #1213262, values were set after the | mathias | 1 | -4/+6 | |
render() call was made. | |||||
2005-04-27 | close #1182770 | mathias | 1 | -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-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -11/+18 | |
for consistency with transparency resources | |||||
2004-08-29 | a few random fixes | rathnor | 1 | -1/+5 | |
2004-08-25 | fix up theming of the toolbar | rathnor | 1 | -2/+4 | |
2004-06-16 | toolbar fixes, updates and optimisations | rathnor | 1 | -2/+1 | |
2004-01-13 | toolbar transparency | rathnor | 1 | -1/+3 | |
2003-12-07 | usePixmap from Texture | fluxgen | 1 | -2/+2 | |
2003-08-26 | listen to workspace name sig | fluxgen | 1 | -1/+4 | |
2003-08-13 | border theme | fluxgen | 1 | -1/+6 | |
2003-08-12 | fixed background pixmap bug | fluxgen | 1 | -1/+2 | |
2003-08-11 | minor fix | fluxgen | 1 | -2/+5 | |
2003-08-11 | basic tools for toolbar | fluxgen | 1 | -0/+115 | |