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
/
Screen.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-01
Cosmetic
Mathias Gumz
1
-3/+5
2015-01-22
Add -no-slit and -no-toolbar flags
Mathias Gumz
1
-53/+56
2015-01-22
Fix removing windows from icon list
Mathias Gumz
1
-3/+3
2015-01-21
Fix segfault on shutdown
Mathias Gumz
1
-44/+8
2015-01-21
Fix behavior for autorepeat keys
Mathias Gumz
1
-2/+7
2015-01-21
Minor cosmetics
Mathias Gumz
1
-7/+6
2015-01-21
Fix compile errors with clang
Mathias Gumz
1
-5/+1
2015-01-19
Fix compile error: old g++ does not like c-like struct initialization
Mathias Gumz
1
-5/+4
2015-01-16
Fix uninitialized variables; cosmetics
Mathias Gumz
1
-17/+5
2015-01-16
Refactor: bundle xinerama-info together, simpler code
Mathias Gumz
1
-49/+35
2015-01-16
Refactor: move some menu-creation functions to MenuCreator
Mathias Gumz
1
-22/+4
2015-01-16
Reduce number of allocations for menu creation
Mathias Gumz
1
-12/+15
2015-01-15
Refactor: split out menu generation from BScreen
Mathias Gumz
1
-358/+9
2015-01-15
Refactor menu code: be more explicit and compact
Mathias Gumz
1
-27/+25
2015-01-03
Minor API change for OSDWindow
Mathias Gumz
1
-7/+6
2014-09-29
treat windows having WM_CLASS == "DockApp" like DockApps
Mathias Gumz
1
-4/+9
2014-04-11
merge Sami Kerola's new build-system
Mathias Gumz
1
-19/+7
2013-08-02
Fix lost keypresses after workspace change (#1067)
Ed Martin
1
-6/+2
2013-05-26
build-sys: use pkg-config to locate dependencies
Sami Kerola
1
-10/+7
2013-05-26
build-sys: use AC_USE_SYSTEM_EXTENSIONS
Sami Kerola
1
-5/+0
2013-05-26
build-sys: include config.h to all files using automake
Sami Kerola
1
-4/+0
2013-05-23
minor
Mathias Gumz
1
-1/+1
2013-05-23
fix head detection for adjacent heads of too different sizes and window place...
Peter Hercek
1
-11/+14
2013-01-31
Adds 'ClientPatternTest' command
Mathias Gumz
1
-28/+38
2013-01-10
Optional removal of SystemTray tool
Mathias Gumz
1
-1/+3
2012-12-12
Fix build regression: enable XRANDR support by default
Mathias Gumz
1
-11/+18
2012-12-05
Simplified 'configure' / build system
Mathias Gumz
1
-10/+10
2012-11-20
Added option for focus revert to stay on current head
Hendrik Iben
1
-0/+11
2012-04-06
Allow percentage values for some Window commands
Lajos Koszti
1
-0/+49
2012-01-04
Pre-increment non-primitive types.
Ryan Pavlik
1
-2/+2
2012-01-04
Exceptions should be caught by reference.
Ryan Pavlik
1
-1/+1
2011-09-14
Remove obsolete code
Pavel Labath
1
-8/+0
2011-09-14
Fix a small bug in BScreen constructor
Pavel Labath
1
-1/+1
2011-05-10
Convert Screen::reconfigureSig to FbTk::Signal
Pavel Labath
1
-3/+1
2011-05-10
Convert FbTk::Theme::reconfigSig and friends to the new Signal system
Pavel Labath
1
-5/+3
2011-05-08
Can check CARDINAL properties in CLIENT PATTERNS
nacitar sevaht
1
-6/+5
2011-04-14
bugfix: use 'unsigned long' to feed XChangeProperty, closes #3285968
David Coppa
1
-1/+1
2011-03-23
compile fix: arguments must match declaration
Mathias Gumz
1
-4/+4
2011-03-23
compile fix: sunCC 5.11 (sunstudio 12) compiles and links again
Mathias Gumz
1
-4/+4
2011-03-19
delete config menu first at shutdown
Henrik Kinnunen
1
-3/+11
2011-03-19
bugfix: reposition windows only if they are invisible
Mathias Gumz
1
-4/+19
2011-03-19
code deduplication: use RectangleUtil::insideBorder()
Mathias Gumz
1
-4/+1
2011-03-19
prepare BScreen::XineramaHeadInfo to be 'RectangleLike'
Mathias Gumz
1
-9/+10
2011-02-24
cache result of getWorkspace()
Mathias Gumz
1
-2/+3
2011-02-23
renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem
Mathias Gumz
1
-2/+2
2011-01-15
small refactoring of FbTk/Menu code
Mathias Gumz
1
-1/+1
2011-01-13
compile fix: missing symbol (SystemTray::getNetSystemTray()) when configured ...
Mathias Gumz
1
-1/+4
2010-09-18
recovered lost change from 041d586972db4da170123f5468d7b11d4eda8ae5
Mathias Gumz
1
-96/+65
2010-09-17
missing initializations
Mathias Gumz
1
-0/+1
2010-09-17
moved commandline parsing to its own function
Mathias Gumz
1
-66/+96
[next]