aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
2013-02-16Replace ResourceManager with the lua versionPavel Labath1-0/+8
2013-02-16Fix bug in LResources: they were unable to handle resources with numbers in n...Pavel Labath1-6/+6
2013-02-16Make lua resource manager automatically initialize lua state if neededPavel Labath1-0/+5
2013-02-16Add a function for converting from XResources to lua onesPavel Labath3-0/+21
2013-02-16Lua resources: Add support for saving of boolean valuesPavel Labath1-6/+15
2013-02-16Factor out "session." from resource namesPavel Labath4-13/+19
2013-02-16Move more common stuff of (L)ResourceManagers to their base classPavel Labath4-80/+41
2013-02-16Avoid a "converting to int from foo" compiler warningPavel Labath1-1/+1
2013-02-16Add support for array lua resourcesPavel Labath2-33/+48
2013-02-16Simplify FbTk::Resource template classPavel Labath2-24/+244
2013-02-16A rough version of resource implementation in luaPavel Labath6-35/+443
2013-02-16convert ResourceManager::{add,remove}Resource from template to a regular func...Pavel Labath2-34/+31
2013-02-16Lua exceptions can now outlive thier lua contextPavel Labath2-5/+18
2013-02-16Luamm: add lua_createtable bindingPavel Labath1-0/+1
2013-02-16luamm: add a version of loadstring which also takes the string length as a pa...Pavel Labath2-3/+22
2013-02-16Add lua_rawgeti wrapper to luammPavel Labath1-0/+1
2013-02-16Remove the possibility to transport exceptions through lua codePavel Labath2-54/+9
2013-02-16c++ lua binding: get rid of variadic templatesPavel Labath1-5/+44
2013-02-16c++ lua binding: get rid of shared_ptrPavel Labath2-102/+108
2013-02-16c++ lua binding: get rid of deleted functions and rvalue referencesPavel Labath2-48/+25
2013-02-16c++ lua binding: replace std::function with FbTk::SlotPavel Labath2-24/+36
2013-02-16C++ binding for luaPavel Labath3-0/+810
2013-02-16Integrate the lua build system into oursPavel Labath1-0/+1
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
2013-01-23Improve calculation of brighter colorsMathias Gumz4-22/+209
2013-01-17Fix bug: actually invert a given TextureMathias Gumz1-1/+1
2013-01-15Simplifies and fix bugs in FbTk::TimerMathias Gumz2-41/+36
2013-01-13Ensure textures have the correct size bevor applying 'bevel'Mathias Gumz1-7/+8
2013-01-13Optimize inner loop of pixel transfer in TrueColorMathias Gumz1-65/+61
2013-01-13Use the same lookup-tables for solid and gradient texturesMathias Gumz5-164/+237
2013-01-13improved code documentationMathias Gumz2-14/+3
2013-01-13Minor optimization of handling the timersMathias Gumz1-15/+15
2013-01-12Fix bug: handle the list of Timers not in-placeMathias Gumz1-14/+18
2013-01-02Compile fix: forgotten parentheses around valueMathias Gumz1-1/+1
2012-12-30replace XKeycodeToKeysym() with XkbKeycodeToKeysym()Sami Kerola1-2/+3
2012-12-30Fix double text rendering if using parentRelativeVladimir A. Pavlov1-2/+0
2012-12-30Set WM_WINDOW_ROLE for fluxbox windowsVladimir A. Pavlov2-0/+9
2012-12-11Fixed bug: use expanded style/theme filenameMathias Gumz1-1/+2
2012-11-08Rewrite of FbTk::TextureRenderMathias Gumz2-1130/+634