aboutsummaryrefslogtreecommitdiff
path: root/src/ScreenPlacement.cc
AgeCommit message (Expand)AuthorFilesLines
2016-09-11introduce autotabplacementThomas Lübking1-8/+17
2016-08-28fix compiler warning about std::auto_ptrMathias Gumz1-1/+0
2012-01-04Exceptions should be caught by reference.Ryan Pavlik1-1/+1
2011-03-19code cleanup: moved code from public API to implementationMathias Gumz1-1/+1
2011-03-18compiler cosmetic: changed return type of ScreenPlacement::placeAndShowMenu()...Mathias Gumz1-1/+1
2011-02-24moved Menu placement into ScreenPlacement::placeAndShowMenu()Mathias Gumz1-1/+48
2010-05-23mostly cosmetic fixes, mainly discovered by 'clang --analyze'Mathias Gumz1-30/+31
2008-09-11fix some default valuesMark Tiefenbruck1-1/+1
2008-08-27make FbWinFrame and FluxboxWindow share a WindowState objectMark Tiefenbruck1-2/+2
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-1/+0
2007-10-24introduced workspacename for ClientPattern, and some miscellaneous cleanupmarkt1-9/+3
2007-10-24really fix placement when head is remembered but not positionmarkt1-1/+1
2007-10-13merged changes from pre-develmarkt1-1/+14
2007-06-29updates for compiling with gcc 4.3markt1-0/+5
2007-05-17fixed some window placement issuesmarkt1-4/+5
2006-03-20some small placement fixessimonb1-3/+4
2006-03-20external tabssimonb1-5/+4
2006-03-02fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at l...mathias1-0/+3
2006-02-19moved placement strategies to different PlacementStrategy classesfluxgen1-0/+207