summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-10-04minor cosmeticHEADmasterMathias Gumz
2012-10-04Add support for nearest corner or edge resizingMichael Abbott
2012-10-03Improved vertical alignment of text in FbTk::TextButtonMathias Gumz
2012-09-14removed duplicate function signature for FbTk::StringUtil::extractNumber()Mathias Gumz
2012-09-14minor cosmeticMathias Gumz
2012-09-14Fix regression: switch back to microseconds for DelayCmdMathias Gumz
2012-09-14Fix bug: (re)setting timeouts on a running FbTk::Timer might lead to broken t...Mathias Gumz
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz
2012-08-22fix sanity check for transient and explicitly placed windowsPeter Hercek
2012-08-03Add menu.hilite.font and menu.hilite.justify style resourcesVladimir A. Pavlov
2012-08-03FbTk/ThemeItems.cc: move loading additional font resources to load()Vladimir A. Pavlov
2012-08-03FbTk/ThemeItems.cc: don't use style resources in ThemeItem<Font>::setDefaultV...Vladimir A. Pavlov
2012-07-08make the menu bit of decoration masks control whether or not menu button is s...Mark Tiefenbruck
2012-07-06make alt-tab skip modal windowsMark Tiefenbruck
2012-07-01add fullscreen, maximizedhorizontal, and maximizedvertical tests to ClientPat...Mark Tiefenbruck
2012-04-10removed 'always-true' expressionPaul Tagliamonte
2012-04-10use the 'z' modifier for printing 'size_t' like variablesPaul Tagliamonte
2012-04-10Bugfix: Don't draw the interlace lines 1px too farMathias Gumz
2012-04-06Allow percentage values for some Window commandsLajos Koszti
2012-01-04FocusableList.cc,.hh: Pass string arguments by const reference.Ryan Pavlik
2012-01-04FbTk/XrmDatabaseHelper.hh: operator== can be const.Ryan Pavlik
2012-01-04Check .empty() instead of .size() == 0Ryan Pavlik
2012-01-04Pre-increment non-primitive types.Ryan Pavlik
2012-01-04Exceptions should be caught by reference.Ryan Pavlik
2012-01-04Add mwm _MOTIF_WM_INFO atom to advertise mwm hints capabilityDaniel Diaz
2012-01-04No need to check if a pointer is null before de-allocating it.Paul Tagliamonte
2011-10-31src/Makefile.am,FbTk/StringUtil.cc: Search relative to the executable.Ryan Pavlik
2011-10-31FbTk/StringUtil.cc: Don't return mid-routine.Ryan Pavlik
2011-10-31main.cc,FbTk/StringUtil.cc: On windows, use USERPROFILE instead of HOMERyan Pavlik
2011-10-31FbTk/FbString.cc,Font.cc: Windows doesn't have nl_langinfoRyan Pavlik
2011-10-31FbCommands.cc: Implement ExecuteCmd for WindowsRyan Pavlik
2011-10-31main.cc: Add a wrapper for two-argument mkdir on WindowsRyan Pavlik
2011-10-31fluxbox.cc: ifdef the signals windows doesn't have.Ryan Pavlik
2011-10-31FbTk/Timer.cc: Check HAVE_SYS_SELECT_H, add alternate for windowsRyan Pavlik
2011-10-31Merge branches 'fix-out-of-range-memory', 'obey-configure' and 'other-improve...Ryan Pavlik
2011-10-31FbTk/App.cc: make startup failure easier to diagnoseRyan Pavlik
2011-10-31main.cc: Use expandFilename for default pathsRyan Pavlik
2011-10-31src/Makefile.am: Add warning to defaults.cc as wellRyan Pavlik
2011-10-31main.cc: Check getenv output better.Ryan Pavlik
2011-10-31FbTk/FileUtil.cc: Use only file masks defined.Ryan Pavlik
2011-10-31FbTk/SignalHandler.cc: Use HAVE_SIGACTION, with signal() fallbackRyan Pavlik
2011-10-31FbTk/Timer.cc: Check HAVE_SYS_SELECT_HRyan Pavlik
2011-10-31FbTk/StringUtil.cc: Fix out-of-range memory access.Ryan Pavlik
2011-10-31RootTheme.cc: Obey HAVE_SYS_WAIT_HRyan Pavlik
2011-10-31main.cc: Only sync() if we can.Ryan Pavlik
2011-10-31fluxbox.cc: check HAVE_SYS_WAIT_HRyan Pavlik
2011-10-31FbTk/I18n.cc: Constructor should also check defined(NLS)Ryan Pavlik
2011-10-23bugfix: use the imlib cache for every imlib context usedMathias Gumz
2011-10-23clean up imlib2 loaders at shutdownMathias Gumz
2011-10-23clean up resources on shutdownMathias Gumz