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
2010-07-14
bugfix: another crash when cleaning up signals
Jim Ramsay
1
-4/+4
2010-05-23
bugfix: do not use invalid iterators while looping thru a container which get...
Mathias Gumz
1
-3/+2
2010-05-23
mostly cosmetic fixes, mainly discovered by 'clang --analyze'
Mathias Gumz
1
-1/+1
2010-05-16
fixed potential memory leak
Mathias Gumz
1
-1/+3
2010-05-16
cleanup created corner pixmaps, moved the initCorners() function out of the c...
Mathias Gumz
2
-23/+33
2010-05-16
initialize all member variables, otherwise unclean state in some circumstances
Mathias Gumz
1
-1/+6
2010-05-07
bugfix: crash when cleaning up signals
Mathias Gumz
1
-10/+9
2010-05-06
compile fix: FD_ZERO (sys/select.h) on solaris wants to use memset(); closes ...
Mathias Gumz
2
-5/+10
2010-05-06
bugfix: added missing 'virtual' keyword, otherwise fluxbox crashes with 'pure...
Mathias Gumz
1
-1/+1
2010-03-26
Added Tracker interface for SignalHolder.
Henrik Kinnunen
1
-3/+40
2010-03-26
Minor fix for argument reference in MemFunSelectArgImpl
Henrik Kinnunen
1
-3/+3
2010-03-26
Initialize all variables in FbWindow
Henrik Kinnunen
1
-0/+4
2010-03-19
Added SelectArg.hh to Makefile.am
Henrik Kinnunen
1
-1/+1
2010-03-19
Added SelectArg and MemFunSelectArg*
Henrik Kinnunen
3
-0/+149
2010-03-18
Added missing RelaySignal.hh to Makefile.am
Henrik Kinnunen
1
-1/+1
2010-03-18
Added FbTk::relaySignal, which relays new signals to old Subject type signals.
Henrik Kinnunen
1
-0/+62
2010-03-18
minor cleaning in MemFun.hh
Henrik Kinnunen
1
-6/+4
2010-03-18
Added MemFunIgnoreArgs which ignores aditional arguments.
Henrik Kinnunen
1
-1/+89
2010-02-27
fixed little preprocessor error
Mathias Gumz
1
-1/+1
2010-01-19
improved documentation of the code
Mathias Gumz
1
-5/+8
2009-12-18
implemented 'MoveN' and 'ClickN' support in keys file.
Mathias Gumz
1
-25/+31
2009-10-08
reportedly fix compiling on gcc 4.4 on Solaris
Mark Tiefenbruck
1
-0/+2
2009-10-03
definition should match declaration
Mathias Gumz
1
-1/+1
2009-10-03
compile fixes for sun compiler 5.10: class Layer conflicts with class FbTk/La...
Mathias Gumz
2
-8/+8
2009-10-03
compile fixes for sun compiler 5.10: complains about 'not beeing able to init...
Mathias Gumz
1
-1/+1
2009-10-01
another little helper for FbTk::StringUtil: extractNumber()
Mathias Gumz
2
-0/+54
2009-10-01
removed unused code
Mathias Gumz
4
-73/+0
2009-10-01
compile fix: missing include guards
Mathias Gumz
1
-0/+6
2009-10-01
simpler code
Mathias Gumz
2
-0/+9
2009-10-01
compile fix: missing headers (sun compiler complained about)
Mathias Gumz
1
-0/+6
2009-10-01
compile fix: using correct forward declaration for template classes
Mathias Gumz
3
-4/+4
2009-10-01
made code simpler
Mathias Gumz
2
-16/+7
2009-09-30
cosmetic fix: removed warning about double ';' after command
Mathias Gumz
1
-15/+5
2009-09-30
compile fix: use the correct format string to parse the number
Mathias Gumz
1
-1/+1
2009-09-30
compile fix: sun compiler complains about missing std::mem_fun_t<>
Mathias Gumz
1
-0/+1
2009-09-30
cosmetic fixes: removed redundant ';' + some whitespaces
Mathias Gumz
20
-29/+31
2009-09-23
bugfix: 'HideMenus' command did not work if the user 'opened' an empty submenu.
Mathias Gumz
1
-1/+1
2009-08-08
allow navigating multi-column menus with left and right arrows
Mark Tiefenbruck
2
-4/+23
2009-06-28
change default toolbar tools to:
Mark Tiefenbruck
1
-1/+1
2009-06-28
fix changing iconbar alignment and button width from init file
Mark Tiefenbruck
1
-1/+4
2009-06-28
allow 'Ctrl' and 'Alt' as modifiers in keys file
Mark Tiefenbruck
1
-0/+2
2009-06-28
previous fix for reverting iconbar to relative broke external tabs
Mark Tiefenbruck
2
-21/+29
2009-06-28
revert to relative iconbar alignment when too many windows are open
Mark Tiefenbruck
1
-23/+16
2009-05-26
Error on incomplete MacroCmd key command
Jim Ramsay
1
-7/+9
2009-05-26
Exit loop for unterminated { } pair
Jim Ramsay
1
-1/+1
2009-02-24
remove unnecessary xpm.h include in imlib code
Mark Tiefenbruck
1
-2/+0
2008-10-15
ignore XRandr events that don't actually change the screen size
Mark Tiefenbruck
2
-7/+12
2008-10-13
merge menuDelay and menuDelayClose options
Mark Tiefenbruck
3
-10/+6
2008-10-09
using namespace instead of a useless class
Mathias Gumz
3
-56/+21
2008-10-07
allow relative path for background images in style files
Mark Tiefenbruck
2
-17/+21
[next]