Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-11 | introduce autotabplacement | Thomas Lübking | 1 | -1/+2 | |
2016-08-28 | fix compiler warning about std::auto_ptr | Mathias Gumz | 1 | -2/+2 | |
fluxbox uses std::unique_ptr<> where it previously used std::auto_ptr<>. C++0X was approved in 2011. among other things, it deprecates std::auto_ptr. 5 years is long enough for compilers to catch up the standard. | |||||
2011-03-19 | code cleanup: moved code from public API to implementation | Mathias Gumz | 1 | -0/+1 | |
renamed 'Region' to 'Area' to avoid conflicts with 'Region' from Xlib. | |||||
2011-03-18 | compiler cosmetic: changed return type of ↵ | Mathias Gumz | 1 | -1/+1 | |
ScreenPlacement::placeAndShowMenu() to void, closes #3204402 | |||||
2011-02-24 | moved Menu placement into ScreenPlacement::placeAndShowMenu() | Mathias Gumz | 1 | -0/+7 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-10-24 | introduced workspacename for ClientPattern, and some miscellaneous cleanup | markt | 1 | -2/+1 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -3/+5 | |
2006-04-16 | fix all compiler warnings with -Wall | simonb | 1 | -0/+2 | |
2006-04-05 | fix build error in gcc 2.95.4, missing include | simonb | 1 | -0/+2 | |
2006-02-19 | moved placement strategies to different PlacementStrategy classes | fluxgen | 1 | -0/+77 | |