summaryrefslogtreecommitdiff
path: root/src/Remember.cc
AgeCommit message (Expand)Author
2012-04-06Allow percentage values for some Window commandsLajos Koszti
2012-01-04Pre-increment non-primitive types.Ryan Pavlik
2011-05-10Make RefCount<> more sensiblePavel Labath
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz
2011-02-03allow to override 'FocusNewWindow' via .fluxbox/appsPeter Hercek
2011-02-03bug fix: semantic differences between WinState::Decoration and Remember::save()Peter Hercek
2010-09-13code simplificationMathias Gumz
2010-09-09added FbTk::Util::clamp() and simplified related codeMathias Gumz
2010-09-08improved 'escapeRememberChars()' routine by traversing the string only onceMathias Gumz
2010-09-08avoid code duplicationMathias Gumz
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz
2008-08-30use FbMenu::window instead of WindowCmd<>::window for displaying items in the...Mark Tiefenbruck
2008-08-27make FbWinFrame and FluxboxWindow share a WindowState objectMark Tiefenbruck
2008-08-27move FbWinFrame::State class to a new fileMark Tiefenbruck
2008-08-22move fullscreen and maximization handling to FbWinFrameMark Tiefenbruck
2008-08-20fix match limits in apps file, plus some documentationMark Tiefenbruck
2008-08-19add [transient] tag to apps file to match transient windowsMark Tiefenbruck
2008-08-18combined code for saved window positions and MoveTo key commandMark Tiefenbruck
2008-08-16some cleanupMark Tiefenbruck
2008-08-15move getDecoMaskFromString to FbWinFrameMark Tiefenbruck
2008-08-14cleanup of some filesMathias Gumz
2008-08-05add SetLayer key commandMark Tiefenbruck
2008-05-25another fix for saving and restoring window dimensionsMark Tiefenbruck
2008-05-12some minor changesMark Tiefenbruck
2008-05-12use AutoReloadHelper in apps file, check for changes automaticallyMark Tiefenbruck
2008-02-04Fix crash with apps reloading.Tomas Janousek
2008-01-10make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck
2008-01-03remove old svn $Id$ tagsMark Tiefenbruck
2007-12-30removed some unneeded headersMathias Gumz
2007-12-26simplify the window transparency menu and handling a bitMark Tiefenbruck
2007-12-23make FbWinFrame aware of the decoration stateMark Tiefenbruck
2007-12-17holding control will now keep the menu openMark Tiefenbruck
2007-12-17fix startup items in apps file with specified screen numberMark Tiefenbruck
2007-10-24introduced workspacename for ClientPattern, and some miscellaneous cleanupmarkt
2007-10-23allow remembering minimized, maximized, and fullscreen statemarkt
2007-10-14add support for transient windows in client patterns, and merge a few more ch...markt
2007-10-13merged changes from pre-develmarkt
2007-09-08fix crash when changing toolbar visibility with empty toolbar.toolsmarkt
2007-08-05remember role too by defaultsimonb
2007-08-05remember on the class AND instance name by defaultsimonb
2007-07-06we know better than MPlayermarkt
2007-07-02use old size/position in apps file when the window is shaded or maximizedmarkt
2007-06-29updates for compiling with gcc 4.3markt
2007-06-16moved function so fluxbox compiles with --disable-remembermarkt
2007-06-08don't tab transient windows from apps file, and change their layers when the ...markt
2007-03-18changed remembering of positions so it only remembers position relative to th...markt
2007-03-06session.screen0.defaultDeco now understands TAB, BORDER, etc.markt
2007-02-05some fixes for grouping with the apps filemarkt
2007-01-07per-window transparency, including apps and menu support, plus some simonb