index
:
fluxbox_paul.git
doc-fixes
fbautostart
fbcompose-integration
fluxbox-gsoc-2011-integration
fluxbox-lua-integration
fluxbox-lua-integration-latest
master
single-shot
Paul Tag's repository
Paul Tag
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
FbTk
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-20
Added support for ARGB visual, patch #3284774
Gediminas Liktaras
2
-13/+30
2011-09-14
Enable connecting to const Signals
Pavel Labath
1
-17/+19
2011-09-14
Add explicit ReturnType cast to operator() of FbTk::Slots
Pavel Labath
1
-4/+5
2011-09-14
Upgrade FbTk::Timer so it can take an arbitrary functor as a parameter
Pavel Labath
2
-2/+20
2011-09-14
Rename Signal::connect function taking an already-constructed slot to connect...
Pavel Labath
1
-7/+7
2011-09-14
Add comparison operators to FbTk::RefCount
Pavel Labath
1
-0/+30
2011-09-14
Remove the assignment operator from a regular pointer to a RefCount
Pavel Labath
3
-9/+7
2011-09-14
add FbTk::makeRef function, for easier construction of RefCount pointers
Pavel Labath
1
-0/+20
2011-09-14
FbTk::Timer accepts Slots instead of Commands as the former are more general
Pavel Labath
2
-8/+8
2011-09-14
Signal::connect now also accepts an already-constructed Slot
Pavel Labath
1
-3/+27
2011-09-14
Make FbTk::Command inherit from FbTk::Slot
Pavel Labath
1
-3/+8
2011-09-14
Add a reset() function to FbTk::RefCount
Pavel Labath
1
-0/+1
2011-09-14
Mark FbTk::StringConvertor as NotCopyable
Pavel Labath
1
-1/+3
2011-09-14
Prepare the Slot classes to be used independently of Signals
Pavel Labath
2
-64/+117
2011-09-14
Add template copy constructor to FbTk::Refcount
Pavel Labath
1
-2/+8
2011-09-11
FbString: fix build without iconv
Peter Korsgaard
1
-1/+2
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
[next]