aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TypeAhead.hh
AgeCommit message (Collapse)AuthorFilesLines
2015-01-16Fix uninitialized variables; cosmeticsMathias Gumz1-0/+2
Note: I expect only modern compilers will hit the source of fluxbox. It seems futile to guard stdlib headers while demanding <algorithm> etc. This should trim down the noise in the source quite a bit.
2012-01-04Pre-increment non-primitive types.Ryan Pavlik1-3/+3
Found with cppcheck: "Prefix ++/-- operators should be preferred for non-primitive types. Pre-increment/decrement can be more efficient than post-increment/decrement. Post-increment/decrement usually involves keeping a copy of the previous value around and adds a little extra code."
2007-12-30removed some unneeded headersMathias Gumz1-1/+0
2007-12-30forgotten inlines from previous roundMathias Gumz1-1/+1
2007-12-29'inline' in class declaration is implicitly inlineMathias Gumz1-4/+4
2007-10-13merged changes from pre-develmarkt1-0/+2
2007-03-03added support for typeahead in menusmarkt1-0/+174
2007-02-28whoops, didn't mean to add thesemarkt1-0/+0
2007-02-28ignore borders when doing FocusLeft, etc.markt1-0/+0