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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-23
merged crash fix
Henrik Kinnunen
1
-4/+3
2011-02-23
Fixed possible crash issue when getting an unmap before a focus in event.
Henrik Kinnunen
1
-4/+3
2011-02-22
moved rarely used 'cpccpc' out of class declaration
Mathias Gumz
2
-12/+13
2011-02-22
don't use hardcoded references to positions in the menu
Mathias Gumz
2
-11/+16
2011-02-22
bugfix: consistent use of 'int' for alpha values (#3187373)
Mathias Gumz
26
-61/+65
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
Render rectangles instead of squares to test TextureRender.cc
Mathias Gumz
1
-13/+9
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-02-03
allow to override 'FocusNewWindow' via .fluxbox/apps
Peter Hercek
3
-0/+26
2011-02-03
bug fix: semantic differences between WinState::Decoration and Remember::save()
Peter Hercek
1
-11/+5
2011-01-18
bug fix: make fluxbox work under nxserver, closes #2813828
Mathias Gumz
1
-0/+50
2011-01-16
compile fix, new name of setMinimumSublevels() is setMinimumColumns()
Mathias Gumz
1
-1/+1
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
4
-229/+254
2011-01-13
compile fix: missing symbol (SystemTray::getNetSystemTray()) when configured ...
Mathias Gumz
1
-1/+4
2011-01-06
bugfix: do not assume ':number.screen' as the result of 'DisplayString()'
Mathias Gumz
1
-4/+15
2010-10-13
bugfix: std::string() does not like NULL on construction
Mathias Gumz
1
-6/+19
2010-09-20
use 'system()' to run 'fluxbox-update_configs'
Mathias Gumz
1
-3/+1
2010-09-20
updated 'texturetest.cc' to work with current API
Mathias Gumz
1
-4/+6
2010-09-20
bugfix: ' floating point exception' due wrongly placed code
Mathias Gumz
1
-1/+2
2010-09-19
pushed to early ...
Mathias Gumz
1
-16/+64
2010-09-18
changed the way we create the '~/.fluxbox' directory to avoid race conditions
Mathias Gumz
4
-103/+140
2010-09-18
cosmetic
Mathias Gumz
2
-63/+120
2010-09-18
recovered lost change from 041d586972db4da170123f5468d7b11d4eda8ae5
Mathias Gumz
1
-96/+65
2010-09-17
bugfix: avoid naive use of 'putenv' by providing 'FbTk::App::setenv()'
Mathias Gumz
4
-36/+66
2010-09-17
missing initializations
Mathias Gumz
3
-1/+4
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
added 'ArrangeWindowsVertical' to actions
John K Pate
2
-4/+22
2010-09-17
moved commandline parsing to its own function
Mathias Gumz
2
-86/+132
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
3
-22/+34
2010-09-17
code simplification by reducing if-else hell
Mathias Gumz
4
-164/+110
2010-09-15
use hardcoded array for hardcoded placement menu defaults
Mathias Gumz
1
-30/+28
2010-09-15
removed useless code
Mathias Gumz
1
-4/+0
2010-09-15
code deduplication by using <algorithm> and FbTk/STLUtil.hh
Mathias Gumz
1
-17/+8
2010-09-15
code deduplication by using <algorithm> and FbTk/STLUtil.hh
Mathias Gumz
6
-168/+104
2010-09-14
code cleanup, missing commit for 2b62cf973318978bc222db7719552148275887db
Mathias Gumz
1
-30/+23
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
5
-51/+54
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
[prev]
[next]