aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/LResource.cc
AgeCommit message (Expand)AuthorFilesLines
2013-02-18fluxbox-update_configs: add conversion of init filesPavel Labath1-0/+2
2013-02-18More preparation for automatic updating of config filesPavel Labath1-15/+19
2013-02-18Move most of the resource loading code into ResourceManager_basePavel Labath1-27/+3
2013-02-18Automatically save init file when a resource is modifiedPavel Labath1-2/+19
2013-02-18Refactoring: move details if init file loading into LResourceManagerPavel Labath1-0/+34
2013-02-18Create a completely new lua state upon USR2 reconfigurePavel Labath1-15/+37
2013-02-17Lua: Make global variables read-onlyPavel Labath1-1/+5
2013-02-17use Lua::registerInitFunction to simplify some parts of codePavel Labath1-25/+22
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 Labath1-0/+16
2013-02-16Factor out "session." from resource namesPavel Labath1-2/+2
2013-02-16Move more common stuff of (L)ResourceManagers to their base classPavel Labath1-27/+2
2013-02-16A rough version of resource implementation in luaPavel Labath1-0/+163