Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-22 | Remove 'always true' condition | Mathias Gumz | 1 | -1/+1 | |
2015-01-16 | Avoid modulo 0 | Mathias Gumz | 1 | -0/+4 | |
Coverity pointed out that 'size' might be 0 (even if the 'find()' would detect this). This commit fixes this and avoids entering 'find()' at all. | |||||
2015-01-03 | Fix typo / editor bug or something like that. | Mathias Gumz | 1 | -1/+1 | |
While running code analysis tools this issue popped up. As it is written it is clearly a NOP, but the reason for why it is written that way remains unknown. I suspect that it was a textfragment introduced by some repeat-function of the used editor (think '.' in VIM). The code was introduced by commit a932a7a801 and looked like this in the original form: if(!XQueryTree(FbTk::App::instance()->display(), window().window(), &root_return, &parent_return, &children_return, &nchildren_return)) parent_return=parent_return;//return; Look at the outcommented return statement. I decided to return from that function instead of the NOP. | |||||
2011-02-22 | bugfix: consistent use of 'int' for alpha values (#3187373) | Mathias Gumz | 1 | -1/+1 | |
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'. | |||||
2010-09-15 | code deduplication by using <algorithm> and FbTk/STLUtil.hh | Mathias Gumz | 1 | -47/+23 | |
2009-06-28 | fix changing iconbar alignment and button width from init file | Mark Tiefenbruck | 1 | -1/+4 | |
2009-06-28 | previous fix for reverting iconbar to relative broke external tabs | Mark Tiefenbruck | 1 | -19/+27 | |
2009-06-28 | revert to relative iconbar alignment when too many windows are open | Mark Tiefenbruck | 1 | -23/+16 | |
2008-08-18 | add top, left, right, and bottom center tab placement options | Mark Tiefenbruck | 1 | -3/+11 | |
2008-08-16 | some cleanup | Mark Tiefenbruck | 1 | -5/+6 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-15 | split Text.hh into Orientation.hh and TextUtils.{cc,hh} | Mathias Gumz | 1 | -31/+1 | |
2007-12-28 | moved Container to FbTk | Mark Tiefenbruck | 1 | -0/+524 | |