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-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
1
-0/+1
2011-06-15
Add template copy constructor to FbTk::Refcount
Pavel Labath
1
-2/+8
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
7
-344/+1
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
2011-05-10
Last round of simplification of Signal/Slot classes
Pavel Labath
4
-108/+72
2011-05-10
Don't crash when a slot is deregistered in the middle of signal processing
Pavel Labath
1
-15/+46
2011-05-10
Simplify Slot.hh
Pavel Labath
2
-254/+70
2011-05-10
Make RefCount<> more sensible
Pavel Labath
6
-12/+16
2011-05-10
Remove the Observer dependency from FbTk::Menu
Pavel Labath
2
-7/+3
2011-05-10
Convert FbTk::Theme::reconfigSig and friends to the new Signal system
Pavel Labath
5
-12/+11
2011-05-10
Simplify FbTk::Signal template classes a bit
Pavel Labath
1
-64/+30
2011-05-08
Can check CARDINAL properties in CLIENT PATTERNS
nacitar sevaht
2
-19/+38
2011-04-11
Fix a pair of warnings reported by clang
Pavel Labath
1
-2/+2
2011-04-11
Menu.cc: send debug output to cerr, make the output more sensible
Pavel Labath
1
-9/+15
2011-03-28
compile fix: added <cstdlib> to provide declaration for 'size_t' (gcc-4.6.x l...
Daniel Diaz
3
-0/+3
2011-03-23
cosmetics
Mathias Gumz
2
-6/+6
2011-03-23
compile fix: sunCC again, wants a compile time constant for arrays
Mathias Gumz
1
-2/+2
2011-02-25
bugfix: submenus didn't hide if a delay was set
Mathias Gumz
1
-2/+2
2011-02-24
little helper function 'isTitleVisible()' for FbTk::Menu
Mathias Gumz
1
-0/+1
2011-02-23
renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem
Mathias Gumz
9
-327/+177
2011-02-23
disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem'
Mathias Gumz
4
-21/+25
2011-02-23
irrelevant 'virtual' destructor
Mathias Gumz
1
-1/+1
2011-02-23
code deduplication
Mathias Gumz
3
-94/+68
2011-02-22
moved rarely used 'cpccpc' out of class declaration
Mathias Gumz
2
-12/+13
2011-02-22
bugfix: consistent use of 'int' for alpha values (#3187373)
Mathias Gumz
7
-20/+20
2011-02-22
bugfix: render 'sunken' gradients correctly
Mathias Gumz
1
-1/+1
2011-02-22
use FbTk::StringUtil API
Mathias Gumz
1
-15/+4
2011-02-22
renamed Texture:DEFAULT_BEVEL to Texture::DEFAULT_LEVEL
Mathias Gumz
3
-3/+3
2011-02-22
cosmetics
Mathias Gumz
1
-15/+6
2011-02-22
Bugfix: don't render textures with dimension of 0
Mathias Gumz
1
-1/+4
2011-02-21
Fix bug: 'src_image' might be NULL if width||height are 0 (#3188223)
Mathias Gumz
1
-40/+49
2011-02-20
Fixed a possible crash when using a slot m_holder = 0
Henrik Kinnunen
1
-5/+9
2011-01-18
bug fix: make fluxbox work under nxserver, closes #2813828
Mathias Gumz
1
-0/+50
2011-01-15
removed useless include statements
Mathias Gumz
1
-4/+0
2011-01-15
better use of API, no need for 'timeval' in Menu
Mathias Gumz
1
-4/+1
2011-01-15
MenuItem::isEnabled() is sufficient to decide Menu::isItemSelectable()
Mathias Gumz
1
-3/+1
[prev]
[next]