aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
2015-01-24Improve code documentationMathias Gumz2-16/+24
2015-01-24Fix text rendering in rotated TextButtonsMathias Gumz1-5/+12
2015-01-22Add -no-slit and -no-toolbar flagsMathias Gumz1-2/+1
2015-01-22Remove 'always true' conditionMathias Gumz1-1/+1
2015-01-22Fix broken _NET_REQUEST_FRAME_EXTENTS supportMathias Gumz2-13/+14
2015-01-21Refactor: bundle related members togetherMathias Gumz2-220/+211
2015-01-21Fix potential memory leakMathias Gumz1-11/+3
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 Gumz5-42/+22
2015-01-16Avoid modulo 0Mathias Gumz1-0/+4
2015-01-16Reduce number of allocations for menu creationMathias Gumz2-7/+29
2015-01-15Refactor menu code: be more explicit and compactMathias Gumz2-133/+117
2015-01-10Code cleanupMathias Gumz3-53/+20
2015-01-10Remove dead codeMathias Gumz2-20/+0
2015-01-10Fix bug: integer underflow in startup phaseMathias Gumz1-1/+7
2015-01-03Fix to make clang happyNable 801-3/+5
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 Gumz4-7/+1
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 Gumz1-1/+0
2015-01-03Use correct buffer size for number2*()Mathias Gumz1-3/+6
2014-05-12allow a timeout of a full 'unit'Mathias Gumz1-1/+1
2014-05-12detect minute-based strftime-formats (again)Mathias Gumz2-3/+3
2014-04-11removed reference to 'defaults.hh'Mathias Gumz1-2/+0
2014-04-11merge Sami Kerola's new build-systemMathias Gumz24-180/+163
2014-02-18Fix race condition on shutdownMathias Gumz3-146/+1
2013-06-29fix detection of $HOME folderMathias Gumz1-5/+29
2013-06-22cosmeticsMathias Gumz2-9/+8
2013-06-18Speedup overlong text detectionMathias Gumz3-26/+70
2013-05-26build-sys: move to non-recursive buildSami Kerola2-76/+164
2013-05-26build-sys: use pkg-config to locate dependenciesSami Kerola2-2/+4
2013-05-26build-sys: use AC_USE_SYSTEM_EXTENSIONSSami Kerola7-33/+0
2013-05-26build-sys: include config.h to all files using automakeSami Kerola19-73/+1
2013-02-13Initialize FbTk::Timer.m_timeout correctlyMathias Gumz1-2/+4
2013-02-10FbTk::FbTime::mono() yields microseconds since fluxbox startedMathias Gumz1-3/+2
2013-02-10CleanupMathias Gumz2-31/+31
2013-02-10More subtle brightening of texturesMathias Gumz1-5/+5
2013-02-06Fix bug in renderEllipticGradient()Mathias Gumz1-17/+20
2013-02-06Minor cosmeticsMathias Gumz1-38/+41
2013-02-06Fix integer overflowMathias Gumz1-1/+1
2013-02-06Reduces memory footprintMathias Gumz1-7/+5
2013-02-06Branchless code for interlacing a textureMathias Gumz1-25/+15
2013-02-06Fix integer overflow for bigger texturesMathias Gumz1-2/+6
2013-02-01Fix regression regarding timers with equal end-timeMathias Gumz1-2/+6
2013-01-31Adds 'ClientPatternTest' commandMathias Gumz2-1/+9
2013-01-26Calculates timeouts of ClockTool based upon System ClockMathias Gumz3-18/+27