aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-16Fix uncommited change (see 8387742c8...)Mathias Gumz1-1/+1
2015-01-16Fix casting issuesMathias Gumz1-2/+2
2015-01-16Fix uninitialized variables; cosmeticsMathias Gumz8-77/+36
2015-01-16Avoid modulo 0Mathias Gumz1-0/+4
2015-01-16Fix semantic errors (wrong variable names etc)Mathias Gumz2-2/+3
2015-01-16Fix leak in ClientPatternTestCmdMathias Gumz1-21/+13
2015-01-16Refactor: bundle xinerama-info together, simpler codeMathias Gumz2-61/+52
2015-01-16Refactor: move some menu-creation functions to MenuCreatorMathias Gumz7-65/+48
2015-01-16Reduce number of allocations for menu creationMathias Gumz4-23/+44
2015-01-15Refactor: split out menu generation from BScreenMathias Gumz7-381/+572
2015-01-15Refactor menu code: be more explicit and compactMathias Gumz15-408/+375
2015-01-10Code cleanupMathias Gumz3-53/+20
2015-01-10Make use of API instead of hardcoded default fontMathias Gumz1-4/+3
2015-01-10Fix order of reconfigure the theme of an IconButtonMathias Gumz1-15/+11
2015-01-10Remove dead codeMathias Gumz2-20/+0
2015-01-10Fix bug: integer underflow in startup phaseMathias Gumz1-1/+7
2015-01-05Fix 'make check'Release-1_3_6Mathias Gumz1-21/+10
2015-01-05Fix build-system: install data files (keys, apps, menu ...)Mathias Gumz1-7/+3
2015-01-04Fix build-system: use xxx_LDADD instead of xxx_LDFLAGSMathias Gumz1-4/+6
2015-01-03Fix to make clang happyNable 801-3/+5
2015-01-03Minor API change for OSDWindowMathias Gumz4-10/+9
2015-01-03Fix signature ITypeAheadable::isEnabled()Mathias Gumz1-1/+1
2015-01-03Fix signature FbTk::FontImp::rotate()Mathias Gumz1-1/+1
2015-01-03Clean unused variablesMathias Gumz6-9/+1
2015-01-03Fix clang warning 'expression with side effects'Mathias Gumz2-9/+14
2015-01-03Fix number2*() functionsMathias Gumz1-7/+7
2015-01-03Remove dead / unused codeMathias Gumz2-78/+5
2015-01-03Fix typo / editor bug or something like that.Mathias Gumz1-1/+1
2015-01-03Remove various unused variablesMathias Gumz7-28/+21
2015-01-03Update copyright infoMathias Gumz1-1/+1
2015-01-03Use correct buffer size for number2*()Mathias Gumz1-3/+6
2015-01-03Fix build issueMathias Gumz1-1/+1
2015-01-03Remove reference to src/tests/testSignalMathias Gumz1-13/+0
2015-01-03Update release versionMathias Gumz2-1/+5
2014-10-27make use of FbTk-apiMathias Gumz1-27/+26
2014-09-29treat windows having WM_CLASS == "DockApp" like DockAppsMathias Gumz2-5/+13
2014-09-29Corrections for border width for relative resizeArkadiusz Bokowy1-0/+2
2014-09-14Code cleanupArkadiusz Bokowy1-3/+1
2014-09-14fix: check the correct XClassHint propertyMathias Gumz1-8/+3
2014-07-22fix uninitialized variablesMathias Gumz2-4/+2
2014-07-22fix _NET_MOVERESIZE_WINDOW resize issue (#1108)Mathias Gumz1-6/+6
2014-05-12allow a timeout of a full 'unit'Mathias Gumz1-1/+1
2014-05-12cosmetic, less codeMathias Gumz1-9/+10
2014-05-12detect minute-based strftime-formats (again)Mathias Gumz3-6/+14
2014-05-12fix clocktool lagging behind and skipping secondsMathias Gumz1-2/+13
2014-04-11removed reference to 'defaults.hh'Mathias Gumz1-2/+0
2014-04-11merge Sami Kerola's new build-systemMathias Gumz47-504/+561
2014-04-09use function fluxbox::findScreen()Mathias Gumz1-9/+1
2014-04-09fix excessive loading of keys file caused by xmodmapMathias Gumz2-11/+43
2014-02-19make sure that result of division is signed intAmadeusz Sławiński1-4/+6