index
:
fluxbox_pavel.git
fixes
master
on-1.3.4
Pavel's repository
Pavel Labath
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-19
Fix saving of resources.
Pavel Labath
1
-29/+66
2011-06-17
Remove an unused variable
Pavel Labath
1
-1/+0
2011-06-16
Make session.screenX.workspace_names a real FbTk::Resource
Pavel Labath
3
-102/+27
2011-06-16
Vector resources can now specify which char to use as delimiters
Pavel Labath
2
-3/+4
2011-06-16
Add LocaleStringTraits resource class
Pavel Labath
1
-2/+19
2011-06-16
Replace ResourceManager with the lua version
Pavel Labath
13
-144/+99
2011-06-16
Fix bug in LResources: they were unable to handle resources with numbers in n...
Pavel Labath
1
-6/+6
2011-06-16
Another temporary commit
Pavel Labath
1
-6/+6
2011-06-15
Make lua resource manager automatically initialize lua state if needed
Pavel Labath
1
-0/+5
2011-06-15
Add a function for converting from XResources to lua ones
Pavel Labath
3
-0/+21
2011-06-15
Lua resources: Add support for saving of boolean values
Pavel Labath
1
-6/+15
2011-06-15
Factor out "session." from resource names
Pavel Labath
6
-38/+45
2011-06-15
Move more common stuff of (L)ResourceManagers to their base class
Pavel Labath
4
-80/+41
2011-06-15
Avoid a "converting to int from foo" compiler warning
Pavel Labath
1
-1/+1
2011-06-15
Add support for array lua resources
Pavel Labath
3
-37/+53
2011-06-15
temporary commit for testing lua resource manager
Pavel Labath
1
-0/+13
2011-06-15
Simplify FbTk::Resource template class
Pavel Labath
21
-856/+428
2011-06-15
Specializations of FbTk::Resource<X>::{setFromLua,pushToLua}
Pavel Labath
7
-40/+346
2011-06-15
A rough version of resource implementation in lua
Pavel Labath
6
-35/+443
2011-06-15
convert ResourceManager::{add,remove}Resource from template to a regular func...
Pavel Labath
2
-34/+31
2011-06-15
Lua exceptions can now outlive thier lua context
Pavel Labath
2
-5/+18
2011-06-15
Luamm: add lua_createtable binding
Pavel Labath
1
-0/+1
2011-06-15
luamm: add a version of loadstring which also takes the string length as a pa...
Pavel Labath
2
-3/+22
2011-06-15
Add lua_rawgeti wrapper to luamm
Pavel Labath
1
-0/+1
2011-06-15
Remove the possibility to transport exceptions through lua code
Pavel Labath
2
-54/+9
2011-06-15
c++ lua binding: get rid of variadic templates
Pavel Labath
1
-5/+44
2011-06-15
c++ lua binding: get rid of shared_ptr
Pavel Labath
2
-102/+108
2011-06-15
c++ lua binding: get rid of deleted functions and rvalue references
Pavel Labath
2
-48/+25
2011-06-15
c++ lua binding: replace std::function with FbTk::Slot
Pavel Labath
2
-24/+36
2011-06-15
Prepare the Slot classes to be used as lua callbacks
Pavel Labath
2
-64/+117
2011-06-15
C++ binding for lua
Pavel Labath
3
-0/+810
2011-06-15
Integrate the lua build system into ours
Pavel Labath
2
-1/+3
2011-06-15
Add template copy constructor to FbTk::Refcount
Pavel Labath
1
-2/+8
2011-05-16
TextDialog now handles parentrelative labels
nacitar sevaht
1
-11/+20
2011-05-16
TextDialog and ToolTipWindow style rendering bugs fixed
nacitar sevaht
2
-11/+17
2011-05-10
Make SignalTracker always disconnect itself from Signals
Pavel Labath
1
-4/+3
2011-05-10
Remove all trace of Observers and Subjects
Pavel Labath
15
-359/+2
2011-05-10
Convert ToolbarItem::resizeSig to FbTk::Signal
Pavel Labath
6
-19/+11
2011-05-10
Convert Screen::reconfigureSig to FbTk::Signal
Pavel Labath
5
-29/+10
2011-05-10
Convert Focusable::attentionSig to FbTk::Signal
Pavel Labath
4
-47/+10
2011-05-10
Convert FbWinFrame::frameExtentSig to FbTk::Signal
Pavel Labath
4
-23/+13
2011-05-10
Convert FluxboxWindow::hintSig to FbTk::Signal
Pavel Labath
2
-6/+3
2011-05-10
Convert FluxboxWindow::layerSig to FbTk::Signal
Pavel Labath
6
-86/+34
2011-05-10
Convert FluxboxWindow::stateSig to FbTk::Signal
Pavel Labath
8
-59/+56
2011-05-10
Remove Observers from testSignal.cc
Pavel Labath
1
-23/+0
2011-05-10
Convert FluxboxWindow::workspaceSig to FbTk::Signal
Pavel Labath
6
-27/+40
2011-05-10
Convert Focusable::orderSig,addSig,removeSig,resetSig to FbTk::Signal
Pavel Labath
4
-79/+72
2011-05-10
Added FbTk::MemFunBind - a functor which binds all arguments of a function
Pavel Labath
1
-0/+94
2011-05-10
Make FbTk::MemFun[12] inherit from std::unary/binary_function
Pavel Labath
1
-2/+3
2011-05-10
Make FbTk::MemFun[0-3] use their ResultType parameter
Pavel Labath
1
-33/+33
[prev]
[next]