aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-10Make FbTk::MemFun[12] inherit from std::unary/binary_functionPavel Labath1-2/+3
2011-05-10Make FbTk::MemFun[0-3] use their ResultType parameterPavel Labath1-33/+33
2011-05-10Convert Focusable::dieSig to FbTk::SignalPavel Labath12-102/+77
2011-05-10Last round of simplification of Signal/Slot classesPavel Labath18-139/+103
2011-05-10Don't crash when a slot is deregistered in the middle of signal processingPavel Labath1-15/+46
2011-05-10Simplify Slot.hhPavel Labath2-254/+70
2011-05-10Make RefCount<> more sensiblePavel Labath12-23/+27
2011-05-10Remove the Observer dependency from FbTk::MenuPavel Labath4-15/+8
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath34-115/+92
2011-05-10Simplify FbTk::Signal template classes a bitPavel Labath1-64/+30
2011-05-09Fix make install failure with some autotools versionsPavel Labath1-3/+3
2011-05-08Can check CARDINAL properties in CLIENT PATTERNSnacitar sevaht10-63/+69
2011-05-08fluxbox-remote now properly returns exit statusnacitar sevaht1-5/+20
2011-05-07Include src/tests in the distribution tarballPavel Labath2-1/+21
2011-05-04Fix "comparison between signed and unsigned" warningPavel Labath1-2/+1
2011-05-04Add backup and vim swap files to .gitignorePavel Labath1-0/+2
2011-04-27Woops, forgot to add the file.Pavel Labath1-0/+10