index
:
fluxbox.git
fix/dont-deliver-sigalarm
master
pre-devel-1_1
prep/release-1.4.0
The official Fluxbox repository
The Fluxbox Team
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
FbTk
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-01-15
small refactoring of FbTk/Menu code
Mathias Gumz
2
-227/+252
2010-09-20
bugfix: ' floating point exception' due wrongly placed code
Mathias Gumz
1
-1/+2
2010-09-17
bugfix: avoid naive use of 'putenv' by providing 'FbTk::App::setenv()'
Mathias Gumz
2
-0/+60
2010-09-17
request explicitly as many elements for the gradient tables as we need
Mathias Gumz
2
-18/+8
2010-09-17
bugfix: forgot to resize 'pixels' before putting values into it (facepalm)
Mathias Gumz
1
-2/+2
2010-09-17
lots of code cleanup, reordering, trimming public API, bugfixes
Mathias Gumz
4
-896/+918
2010-09-17
use FbTk::API to reduce code duplication
Mathias Gumz
2
-3/+25
2010-09-15
code deduplication by using <algorithm> and FbTk/STLUtil.hh
Mathias Gumz
3
-53/+53
2010-09-14
bugfix: 'reset' nr_shapes to '0' after last instance of 'Shape'
Mathias Gumz
1
-1/+3
2010-09-14
cleanup and code deduplication
Mathias Gumz
3
-2/+3
2010-09-14
use one array instead of two to hold both 'names' and 'atoms' for the rootwindow
Mathias Gumz
1
-30/+29
2010-09-14
bugfix: create the corner pixmaps only once per screen
Mathias Gumz
1
-14/+29
2010-09-14
bugfix: free the shape-corners on the last used 'Shape'
Mathias Gumz
1
-1/+1
2010-09-10
moved helper struct TextPropPtr into anonymous namespace
Mathias Gumz
1
-0/+4
2010-09-09
bugfix: initialize the Shape of a menu AFTER we created the window for the menu
Mathias Gumz
1
-1/+4
[prev]
[next]