aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
2013-02-17Enable the resource traits classes to hold non-static membersPavel Labath2-11/+19
2013-02-17Add a "modified" signal to resourcesPavel Labath1-2/+12
2013-02-17Lua: Make global variables read-onlyPavel Labath3-19/+20
2013-02-17Small optimization of the newindexDeny{Write,Modify} functionsPavel Labath1-3/+20
2013-02-17use Lua::registerInitFunction to simplify some parts of codePavel Labath2-32/+26
2013-02-17A lightweight version of lua::state::pushclosure which handles the simple casesPavel Labath2-3/+12
2013-02-17FbTk::Lua - a class which augments lua::state with additional featuresPavel Labath3-0/+183
2013-02-17Luamm: add lua_istable C++ wrapperPavel Labath1-0/+1
2013-02-17Add a version of lua::state::loadstring which accepts std::stringPavel Labath1-0/+1
2013-02-17Store menus if smart pointers (RefCount)Pavel Labath7-31/+15
2013-02-17A veeeery rough implementation of lua menu parsersPavel Labath3-4/+4
2013-02-17Fix saving of resources.Pavel Labath1-29/+66
2013-02-16Vector resources can now specify which char to use as delimitersPavel Labath1-2/+2
2013-02-16Add LocaleStringTraits resource classPavel Labath1-2/+19
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