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
2013-02-17
Catch and report errors during the creation of menus
Pavel Labath
1
-9/+18
2013-02-17
Report unrecognized menu entries
Pavel Labath
1
-3/+6
2013-02-17
MenuCreator: more removal of leftovers from old menus
Pavel Labath
1
-47/+0
2013-02-17
Add support for lua commands to MenuCreator
Pavel Labath
1
-0/+4
2013-02-17
Slight simplification of MenuCreator using typedefs
Pavel Labath
1
-16/+15
2013-02-17
Add a new command which executes lua functions
Pavel Labath
3
-1/+92
2013-02-17
Luamm: add lua_istable C++ wrapper
Pavel Labath
1
-0/+1
2013-02-17
Add a version of lua::state::loadstring which accepts std::string
Pavel Labath
1
-0/+1
2013-02-17
Store menus if smart pointers (RefCount)
Pavel Labath
23
-245/+179
2013-02-17
Remove leftovers from old menus in MenuCreator.*
Pavel Labath
1
-74/+0
2013-02-17
CustomMenu command now shows lua menus
Pavel Labath
4
-38/+33
2013-02-17
Convert windowmenu to lua
Pavel Labath
3
-38/+39
2013-02-17
Handle all menu entry types when loading from lua
Pavel Labath
1
-176/+32
2013-02-17
A veeeery rough implementation of lua menu parsers
Pavel Labath
6
-9/+172
2013-02-17
Add accessor for the lua state of Fluxbox class
Pavel Labath
1
-0/+2
2013-02-17
Change default rootmenu file name
Pavel Labath
1
-1/+1
2013-02-17
Fallback to loading of system-wide init file if loading of user's fails
Pavel Labath
1
-13/+15
2013-02-17
Convert slitlist from a separate file to a regular lua resource
Pavel Labath
5
-78/+96
2013-02-17
Fix saving of resources.
Pavel Labath
1
-29/+66
2013-02-17
Remove an unused variable
Pavel Labath
1
-1/+0
2013-02-17
Make session.screenX.workspace_names a real FbTk::Resource
Pavel Labath
3
-102/+27
2013-02-16
Vector resources can now specify which char to use as delimiters
Pavel Labath
2
-3/+4
2013-02-16
Add LocaleStringTraits resource class
Pavel Labath
1
-2/+19
2013-02-16
Replace ResourceManager with the lua version
Pavel Labath
13
-146/+100
2013-02-16
Fix bug in LResources: they were unable to handle resources with numbers in n...
Pavel Labath
1
-6/+6
2013-02-16
Another temporary commit
Pavel Labath
1
-6/+6
2013-02-16
Make lua resource manager automatically initialize lua state if needed
Pavel Labath
1
-0/+5
2013-02-16
Add a function for converting from XResources to lua ones
Pavel Labath
3
-0/+21
2013-02-16
Lua resources: Add support for saving of boolean values
Pavel Labath
1
-6/+15
2013-02-16
Factor out "session." from resource names
Pavel Labath
6
-36/+42
2013-02-16
Move more common stuff of (L)ResourceManagers to their base class
Pavel Labath
4
-80/+41
2013-02-16
Avoid a "converting to int from foo" compiler warning
Pavel Labath
1
-1/+1
2013-02-16
Add support for array lua resources
Pavel Labath
3
-34/+49
2013-02-16
Simplify FbTk::Resource template class
Pavel Labath
21
-861/+432
2013-02-16
Specializations of FbTk::Resource<X>::{setFromLua,pushToLua}
Pavel Labath
7
-50/+348
2013-02-16
A rough version of resource implementation in lua
Pavel Labath
6
-35/+443
2013-02-16
convert ResourceManager::{add,remove}Resource from template to a regular func...
Pavel Labath
2
-34/+31
2013-02-16
Lua exceptions can now outlive thier lua context
Pavel Labath
2
-5/+18
2013-02-16
Luamm: add lua_createtable binding
Pavel Labath
1
-0/+1
2013-02-16
luamm: add a version of loadstring which also takes the string length as a pa...
Pavel Labath
2
-3/+22
2013-02-16
Add lua_rawgeti wrapper to luamm
Pavel Labath
1
-0/+1
2013-02-16
Remove the possibility to transport exceptions through lua code
Pavel Labath
2
-54/+9
2013-02-16
c++ lua binding: get rid of variadic templates
Pavel Labath
1
-5/+44
2013-02-16
c++ lua binding: get rid of shared_ptr
Pavel Labath
2
-102/+108
2013-02-16
c++ lua binding: get rid of deleted functions and rvalue references
Pavel Labath
2
-48/+25
2013-02-16
c++ lua binding: replace std::function with FbTk::Slot
Pavel Labath
2
-24/+36
2013-02-16
C++ binding for lua
Pavel Labath
3
-0/+810
2013-02-16
Integrate the lua build system into ours
Pavel Labath
2
-1/+3
2013-02-10
Remove unused variables, cosmetics
Mathias Gumz
1
-16/+16
2013-02-10
FbTk::FbTime::mono() yields microseconds since fluxbox started
Mathias Gumz
1
-3/+2
[next]