summaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)Author
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-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-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-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-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-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-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-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
2011-10-23small code simplificationMathias Gumz
2011-10-23Bugfix: clean up static resources correctlyMathias Gumz
2011-10-20Added support for ARGB visual, patch #3284774Gediminas Liktaras
2011-09-14Enable connecting to const SignalsPavel Labath
2011-09-14Add explicit ReturnType cast to operator() of FbTk::SlotsPavel Labath
2011-09-14Upgrade FbTk::Timer so it can take an arbitrary functor as a parameterPavel Labath
2011-09-14Rename Signal::connect function taking an already-constructed slot to connect...Pavel Labath
2011-09-14Add comparison operators to FbTk::RefCountPavel Labath
2011-09-14Remove the assignment operator from a regular pointer to a RefCountPavel Labath
2011-09-14add FbTk::makeRef function, for easier construction of RefCount pointersPavel Labath
2011-09-14FbTk::Timer accepts Slots instead of Commands as the former are more generalPavel Labath
2011-09-14Signal::connect now also accepts an already-constructed SlotPavel Labath
2011-09-14Make FbTk::Command inherit from FbTk::SlotPavel Labath
2011-09-14Add a reset() function to FbTk::RefCountPavel Labath
2011-09-14Mark FbTk::StringConvertor as NotCopyablePavel Labath
2011-09-14Prepare the Slot classes to be used independently of SignalsPavel Labath
2011-09-14Add template copy constructor to FbTk::RefcountPavel Labath
2011-09-11FbString: fix build without iconvPeter Korsgaard