Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-10 | removed 'always-true' expression | Paul Tagliamonte | 1 | -1/+1 | |
2011-10-31 | src/Makefile.am,FbTk/StringUtil.cc: Search relative to the executable. | Ryan Pavlik | 1 | -0/+65 | |
On Windows, prepend /DUMMYPREFIX to default paths, and replace it at runtime with the prefix relative to the exe directory. | |||||
2011-10-31 | FbTk/StringUtil.cc: Don't return mid-routine. | Ryan Pavlik | 1 | -2/+3 | |
Prep for Windows dummy prefix code. | |||||
2011-10-31 | main.cc,FbTk/StringUtil.cc: On windows, use USERPROFILE instead of HOME | Ryan Pavlik | 1 | -0/+4 | |
2011-10-31 | FbTk/StringUtil.cc: Fix out-of-range memory access. | Ryan Pavlik | 1 | -1/+1 | |
if pos is not npos, it will always be less than filename.size(). However, the access later is only safe if there is a character after pos, which would require pos + 1 to be less than filename.size. | |||||
2010-09-17 | use FbTk::API to reduce code duplication | Mathias Gumz | 1 | -2/+20 | |
2010-09-14 | cleanup and code deduplication | Mathias Gumz | 1 | -1/+1 | |
* ClientPattern.cc: make compiler happy (complaints about XPROP not handled in switch) * FbTk/FbPixmap.cc FbTk/StringUtil.cc: signed vs unsigned * FbTk/FbString.cc: missing return * WinClient.cc: create atoms only once; use helper function * Window.cc: use a helper function | |||||
2010-09-08 | improved extract*Number functions from FbTk/StringUtil.cc | Mathias Gumz | 1 | -6/+22 | |
2010-08-24 | code simplification / deduplication | Mathias Gumz | 1 | -0/+18 | |
* parse the string only once for a bunch of chars to check instead of starting over again and again from the beginning, created a helper function to do this (FbTk::StringUtil::findCharFromAlphabetAfterTrigger) * put same code into a function (setClockModeLabel()) * use much simpler code to switch between 12h and 24h mode and replace the fmt-switches | |||||
2009-10-03 | definition should match declaration | Mathias Gumz | 1 | -1/+1 | |
2009-10-01 | another little helper for FbTk::StringUtil: extractNumber() | Mathias Gumz | 1 | -0/+46 | |
2009-10-01 | simpler code | Mathias Gumz | 1 | -0/+7 | |
2009-06-28 | change default toolbar tools to: | Mark Tiefenbruck | 1 | -1/+1 | |
prevworkspace, workspacename, nextworkspace, iconbar, systemtray, clock | |||||
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -2/+2 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-14 | StringUtil::removeFirst/TrailingWhitespace didn't truncate a string that was ↵ | markt | 1 | -11/+4 | |
only whitespace | |||||
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them ↵ | markt | 1 | -0/+12 | |
auto-register | |||||
2007-06-29 | updates for compiling with gcc 4.3 | markt | 1 | -0/+5 | |
2006-06-27 | some minor code cleanups thanks Slava Semushin (php-coder), who also thanks ↵ | simonb | 1 | -12/+0 | |
Mikhail Gusarov | |||||
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -1/+1 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-10-21 | Fixed #1223878, Style reloading on USR2 (patch from Zan) | mathias | 1 | -27/+28 | |
cosmetic stuff in StringUtil.cc/hh | |||||
2005-10-20 | added replaceString | fluxgen | 1 | -1/+25 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-10 | cosmetic, man, we need a beautifarm :) | akir | 1 | -16/+16 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -5/+21 | |
2004-05-02 | copyright update | fluxgen | 1 | -2/+2 | |
2004-02-28 | fixed bug in removeTrailingWhitespace, patch from Mathias Gumz | fluxgen | 1 | -2/+2 | |
2003-12-16 | fixed some icc warnings | fluxgen | 1 | -1/+2 | |
2003-10-25 | added removeTrailingWhitespace | fluxgen | 1 | -18/+31 | |
2003-09-29 | added removeFirstWhitespace | fluxgen | 1 | -1/+8 | |
2003-08-22 | fixed basename | fluxgen | 1 | -1/+8 | |
2003-08-22 | cleaning, added toUpper and findExtension | fluxgen | 1 | -9/+22 | |
2003-08-10 | fix ~ to work properly in session.menuFile | rathnor | 1 | -3/+2 | |
2003-07-01 | make it work... (fix some small issues) | rathnor | 1 | -1/+8 | |
2003-06-12 | add support for nesting in getStringBetween | rathnor | 1 | -7/+16 | |
2003-04-26 | moved from fluxbox source | fluxgen | 1 | -0/+148 | |