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
/
FbTk
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-04
Move most of the resource loading code into ResourceManager_base
Pavel Labath
4
-42/+45
2011-08-02
Automatically save init file when a resource is modified
Pavel Labath
3
-5/+38
2011-08-02
Add explicit ReturnType cast to operator() of FbTk::Slots
Pavel Labath
1
-4/+5
2011-08-02
Upgrade FbTk::Timer so it can take an arbitrary functor as a parameter
Pavel Labath
2
-2/+20
2011-08-02
Rename Signal::connect function taking an already-constructed slot to connect...
Pavel Labath
1
-7/+7
2011-08-01
Remove remnants of old menu parsing code
Pavel Labath
3
-79/+1
2011-08-01
Refactoring: move details if init file loading into LResourceManager
Pavel Labath
2
-0/+36
2011-07-30
Create a completely new lua state upon USR2 reconfigure
Pavel Labath
2
-15/+40
2011-07-29
Add checkstring() to lua::state
Pavel Labath
2
-4/+21
2011-07-25
Add checkudata and checkargno functions to lua::state
Pavel Labath
2
-0/+43
2011-07-25
Add readOnlySetField to FbTk::Lua
Pavel Labath
2
-0/+10
2011-07-25
Add comparison operators to FbTk::RefCount
Pavel Labath
1
-0/+30
2011-07-24
luamm: add lua_isuserdata C++ binding
Pavel Labath
1
-0/+1
2011-07-22
Remove the assignment operator from a regular pointer to a RefCount
Pavel Labath
3
-9/+7
2011-07-15
Attach a modifiedSig handler to the session.cacheMax resource
Pavel Labath
2
-5/+10
2011-07-14
Attach a modifiedSig handler to the session.cacheLife resource
Pavel Labath
2
-8/+14
2011-07-14
Fix a small leak in FbTk::Lua
Pavel Labath
1
-1/+7
2011-07-13
Emit the "modified" signal when a resource value is changed through C++ code
Pavel Labath
1
-2/+6
2011-07-12
Add RangeTraits class which automatically clamps the value of resources
Pavel Labath
2
-0/+39
2011-07-12
Enable the resource traits classes to hold non-static members
Pavel Labath
2
-11/+19
2011-07-10
add FbTk::makeRef function, for easier construction of RefCount pointers
Pavel Labath
1
-0/+20
2011-07-10
FbTk::Timer accepts Slots instead of Commands as the former are more general
Pavel Labath
2
-8/+8
2011-07-10
Signal::connect now also accepts an already-constructed Slot
Pavel Labath
1
-3/+27
2011-07-10
Make FbTk::Command inherit from FbTk::Slot
Pavel Labath
1
-3/+8
2011-07-10
Add a "modified" signal to resources
Pavel Labath
1
-2/+12
2011-07-08
Lua: Make global variables read-only
Pavel Labath
3
-19/+20
2011-07-08
Small optimization of the newindexDeny{Write,Modify} functions
Pavel Labath
1
-3/+20
2011-07-08
use Lua::registerInitFunction to simplify some parts of code
Pavel Labath
2
-32/+26
2011-07-08
A lightweight version of lua::state::pushclosure which handles the simple cases
Pavel Labath
2
-3/+12
2011-07-07
FbTk::Lua - a class which augments lua::state with additional features
Pavel Labath
3
-0/+183
2011-07-02
Luamm: add lua_istable C++ wrapper
Pavel Labath
1
-0/+1
2011-07-02
Add a version of lua::state::loadstring which accepts std::string
Pavel Labath
1
-0/+1
2011-07-02
Store menus if smart pointers (RefCount)
Pavel Labath
7
-31/+15
2011-07-02
Add a reset() function to FbTk::RefCount
Pavel Labath
1
-0/+1
2011-06-27
A veeeery rough implementation of lua menu parsers
Pavel Labath
3
-4/+4
2011-06-26
Mark FbTk::StringConvertor as NotCopyable
Pavel Labath
1
-1/+3
2011-06-19
Fix saving of resources.
Pavel Labath
1
-29/+66
2011-06-16
Vector resources can now specify which char to use as delimiters
Pavel Labath
1
-2/+2
2011-06-16
Add LocaleStringTraits resource class
Pavel Labath
1
-2/+19
2011-06-16
Replace ResourceManager with the lua version
Pavel Labath
1
-0/+8
2011-06-16
Fix bug in LResources: they were unable to handle resources with numbers in n...
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
4
-13/+19
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
2
-33/+48
2011-06-15
Simplify FbTk::Resource template class
Pavel Labath
2
-24/+244
2011-06-15
A rough version of resource implementation in lua
Pavel Labath
6
-35/+443
[next]