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
Age
Commit message (
Expand
)
Author
Files
Lines
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-09-10
sync the copied config files to disk before continuing
Mathias Gumz
1
-0/+11
2011-09-01
bugfix: do not change workspaces when using NextWindow / PrevWindow buttons i...
Mathias Gumz
1
-3/+8
2011-08-26
regrab ButtonMotionMask as well (needed for 'Move' events in keysfile)
Mathias Gumz
1
-1/+1
2011-08-26
bugfix: remap keysyms to keycodes after 'MappingNotify', fix #3386257
Mathias Gumz
1
-11/+25
2011-08-11
Use _NET_WM_ICON from 32bit apps (xfce4-terminal) correctly
Mathias Gumz
1
-3/+13
2011-05-16
TextDialog now handles parentrelative labels
nacitar sevaht
1
-11/+20
2011-05-16
TextDialog and ToolTipWindow style rendering bugs fixed
nacitar sevaht
2
-11/+17
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
15
-359/+2
2011-05-10
Convert ToolbarItem::resizeSig to FbTk::Signal
Pavel Labath
6
-19/+11
2011-05-10
Convert Screen::reconfigureSig to FbTk::Signal
Pavel Labath
5
-29/+10
2011-05-10
Convert Focusable::attentionSig to FbTk::Signal
Pavel Labath
4
-47/+10
2011-05-10
Convert FbWinFrame::frameExtentSig to FbTk::Signal
Pavel Labath
4
-23/+13
2011-05-10
Convert FluxboxWindow::hintSig to FbTk::Signal
Pavel Labath
2
-6/+3
2011-05-10
Convert FluxboxWindow::layerSig to FbTk::Signal
Pavel Labath
6
-86/+34
2011-05-10
Convert FluxboxWindow::stateSig to FbTk::Signal
Pavel Labath
8
-59/+56
2011-05-10
Remove Observers from testSignal.cc
Pavel Labath
1
-23/+0
2011-05-10
Convert FluxboxWindow::workspaceSig to FbTk::Signal
Pavel Labath
6
-27/+40
2011-05-10
Convert Focusable::orderSig,addSig,removeSig,resetSig to FbTk::Signal
Pavel Labath
4
-79/+72
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
Convert Focusable::dieSig to FbTk::Signal
Pavel Labath
12
-102/+77
2011-05-10
Last round of simplification of Signal/Slot classes
Pavel Labath
18
-139/+103
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
12
-23/+27
2011-05-10
Remove the Observer dependency from FbTk::Menu
Pavel Labath
4
-15/+8
2011-05-10
Convert FbTk::Theme::reconfigSig and friends to the new Signal system
Pavel Labath
34
-115/+92
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
10
-63/+69
2011-05-07
Include src/tests in the distribution tarball
Pavel Labath
1
-1/+5
2011-04-27
Make sure `make distcheck' is successful
Pavel Labath
1
-2/+2
2011-04-25
bugfix: do not warp workspaces with only one workspace
Mathias Gumz
1
-1/+1
2011-04-18
Fix VPATH builds
Pavel Labath
2
-2/+3
2011-04-15
Fix a couple of "comparison between signed and unsigned" warnings
Pavel Labath
2
-9/+7
2011-04-14
bugfix: use 'unsigned long' to feed XChangeProperty, closes #3285968
David Coppa
1
-1/+1
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-04-03
bugfix: return 'height' if container is rotated vertically, closes #3195728
Gediminas Liktaras
1
-2/+2
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
compile fix: arguments must match declaration
Mathias Gumz
1
-4/+4
2011-03-23
removed useless code
Mathias Gumz
1
-6/+2
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-03-23
compile fix: sunCC 5.11 (sunstudio 12) compiles and links again
Mathias Gumz
25
-108/+106
[next]