aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-20Convert slitlist from a separate file to a regular lua resourcePavel Labath5-78/+96
2011-06-19Fix saving of resources.Pavel Labath1-29/+66
2011-06-17Remove an unused variablePavel Labath1-1/+0
2011-06-16Make session.screenX.workspace_names a real FbTk::ResourcePavel Labath3-102/+27
2011-06-16Vector resources can now specify which char to use as delimitersPavel Labath2-3/+4
2011-06-16Add LocaleStringTraits resource classPavel Labath1-2/+19
2011-06-16Replace ResourceManager with the lua versionPavel Labath13-144/+99
2011-06-16Fix bug in LResources: they were unable to handle resources with numbers in n...Pavel Labath1-6/+6
2011-06-16Another temporary commitPavel Labath1-6/+6
2011-06-15Make lua resource manager automatically initialize lua state if neededPavel Labath1-0/+5
2011-06-15Add a function for converting from XResources to lua onesPavel Labath3-0/+21
2011-06-15Lua resources: Add support for saving of boolean valuesPavel Labath1-6/+15
2011-06-15Factor out "session." from resource namesPavel Labath7-67/+74
2011-06-15Move more common stuff of (L)ResourceManagers to their base classPavel Labath4-80/+41
2011-06-15Avoid a "converting to int from foo" compiler warningPavel Labath1-1/+1
2011-06-15Add support for array lua resourcesPavel Labath3-37/+53
2011-06-15temporary commit for testing lua resource managerPavel Labath1-0/+13
2011-06-15Simplify FbTk::Resource template classPavel Labath22-877/+449
2011-06-15Specializations of FbTk::Resource<X>::{setFromLua,pushToLua}Pavel Labath7-40/+346
2011-06-15A rough version of resource implementation in luaPavel Labath7-35/+457
2011-06-15convert ResourceManager::{add,remove}Resource from template to a regular func...Pavel Labath2-34/+31
2011-06-15Lua exceptions can now outlive thier lua contextPavel Labath2-5/+18
2011-06-15Luamm: add lua_createtable bindingPavel Labath1-0/+1
2011-06-15luamm: add a version of loadstring which also takes the string length as a pa...Pavel Labath2-3/+22
2011-06-15Add lua_rawgeti wrapper to luammPavel Labath1-0/+1
2011-06-15Remove the possibility to transport exceptions through lua codePavel Labath2-54/+9
2011-06-15c++ lua binding: get rid of variadic templatesPavel Labath1-5/+44
2011-06-15c++ lua binding: get rid of shared_ptrPavel Labath2-102/+108
2011-06-15c++ lua binding: get rid of deleted functions and rvalue referencesPavel Labath2-48/+25
2011-06-15c++ lua binding: replace std::function with FbTk::SlotPavel Labath2-24/+36
2011-06-15Prepare the Slot classes to be used as lua callbacksPavel Labath2-64/+117
2011-06-15C++ binding for luaPavel Labath3-0/+810
2011-06-15Integrate the lua build system into oursPavel Labath6-3/+15
2011-06-15Add lua as an internal library in libs/luaPavel Labath102-0/+28415
2011-06-15Add template copy constructor to FbTk::RefcountPavel Labath1-2/+8
2011-05-16TextDialog now handles parentrelative labelsnacitar sevaht1-11/+20
2011-05-16TextDialog and ToolTipWindow style rendering bugs fixednacitar sevaht2-11/+17
2011-05-10Make SignalTracker always disconnect itself from SignalsPavel Labath1-4/+3
2011-05-10Remove all trace of Observers and SubjectsPavel Labath15-359/+2
2011-05-10Convert ToolbarItem::resizeSig to FbTk::SignalPavel Labath6-19/+11
2011-05-10Convert Screen::reconfigureSig to FbTk::SignalPavel Labath5-29/+10
2011-05-10Convert Focusable::attentionSig to FbTk::SignalPavel Labath4-47/+10
2011-05-10Convert FbWinFrame::frameExtentSig to FbTk::SignalPavel Labath4-23/+13
2011-05-10Convert FluxboxWindow::hintSig to FbTk::SignalPavel Labath2-6/+3
2011-05-10Convert FluxboxWindow::layerSig to FbTk::SignalPavel Labath6-86/+34
2011-05-10Convert FluxboxWindow::stateSig to FbTk::SignalPavel Labath8-59/+56
2011-05-10Remove Observers from testSignal.ccPavel Labath1-23/+0
2011-05-10Convert FluxboxWindow::workspaceSig to FbTk::SignalPavel Labath6-27/+40
2011-05-10Convert Focusable::orderSig,addSig,removeSig,resetSig to FbTk::SignalPavel Labath4-79/+72
2011-05-10Added FbTk::MemFunBind - a functor which binds all arguments of a functionPavel Labath1-0/+94