aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-17Fix saving of resources.Pavel Labath1-29/+66
2013-02-17Remove an unused variablePavel Labath1-1/+0
2013-02-17Make session.screenX.workspace_names a real FbTk::ResourcePavel Labath3-102/+27
2013-02-16Vector resources can now specify which char to use as delimitersPavel Labath2-3/+4
2013-02-16Add LocaleStringTraits resource classPavel Labath1-2/+19
2013-02-16Replace ResourceManager with the lua versionPavel Labath13-146/+100
2013-02-16Fix bug in LResources: they were unable to handle resources with numbers in n...Pavel Labath1-6/+6
2013-02-16Another temporary commitPavel 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 Labath7-65/+71
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 Labath3-34/+49
2013-02-16Simplify FbTk::Resource template classPavel Labath22-882/+453
2013-02-16Specializations of FbTk::Resource<X>::{setFromLua,pushToLua}Pavel Labath7-50/+348
2013-02-16A rough version of resource implementation in luaPavel Labath7-35/+457
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-16Do not depend on readlinePavel Labath2-2/+9
2013-02-16C++ binding for luaPavel Labath3-0/+810
2013-02-16Integrate the lua build system into oursPavel Labath5-3/+12
2013-02-16Add lua as an internal library in libs/luaPavel Labath102-0/+28415
2013-02-10Updated Changelog, NEWS, man-pages for 1.3.4Mathias Gumz23-120/+190
2013-02-10Remove unused variables, cosmeticsMathias Gumz1-16/+16
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-06Feature #3602124: 'LHalf' and 'RHalf' buttons to the titlebarMathias Gumz6-19/+85
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 Gumz7-53/+177
2013-01-26Calculates timeouts of ClockTool based upon System ClockMathias Gumz5-26/+36
2013-01-23Improve calculation of brighter colorsMathias Gumz4-22/+209
2013-01-20Adds 'he_IL' translations (provided by Genghis Khan)Mathias Gumz5-2/+333
2013-01-17Fix bug: actually invert a given TextureMathias Gumz1-1/+1