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
/
Window.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-03
Remove various unused variables
Mathias Gumz
1
-6/+5
2014-09-29
treat windows having WM_CLASS == "DockApp" like DockApps
Mathias Gumz
1
-1/+4
2014-04-11
merge Sami Kerola's new build-system
Mathias Gumz
1
-8/+0
2014-02-19
make sure that result of division is signed int
Amadeusz Sławiński
1
-4/+6
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
-3/+0
2013-05-23
more compact code
Mathias Gumz
1
-19/+12
2013-05-23
Use shared code, minor code simplification
Mathias Gumz
1
-7/+5
2013-05-23
fix initial window placement to allow proper head detection and window placem...
Peter Hercek
1
-14/+21
2013-05-16
Fix regression in rendering the Window-Motion-Outline
Mathias Gumz
1
-4/+6
2013-02-06
Feature #3602124: 'LHalf' and 'RHalf' buttons to the titlebar
Mathias Gumz
1
-0/+27
2013-01-26
Calculates timeouts of ClockTool based upon System Clock
Mathias Gumz
1
-4/+4
2013-01-10
Reduced lagging begind of windows on slower displays
Aymeric Vincent
1
-1/+7
2012-11-07
Adds the OnTab keyword for the keys file
Julien Viard de Galbert
1
-53/+5
2012-10-04
minor cosmetic
Mathias Gumz
1
-8/+8
2012-10-04
Add support for nearest corner or edge resizing
Michael Abbott
1
-20/+46
2012-08-28
changed timing functions to use a monotonic increasing clock
Mathias Gumz
1
-23/+11
2012-08-22
fix sanity check for transient and explicitly placed windows
Peter Hercek
1
-5/+9
2012-07-09
make the menu bit of decoration masks control whether or not menu button is s...
Mark Tiefenbruck
1
-8/+9
2012-07-07
make alt-tab skip modal windows
Mark Tiefenbruck
1
-0/+4
2012-04-06
Allow percentage values for some Window commands
Lajos Koszti
1
-3/+13
2012-01-04
Pre-increment non-primitive types.
Ryan Pavlik
1
-2/+2
2011-10-20
Added support for ARGB visual, patch #3284774
Gediminas Liktaras
1
-1/+1
2011-05-10
Convert FbWinFrame::frameExtentSig to FbTk::Signal
Pavel Labath
1
-4/+5
2011-05-10
Convert FluxboxWindow::hintSig to FbTk::Signal
Pavel Labath
1
-2/+1
2011-05-10
Convert FluxboxWindow::layerSig to FbTk::Signal
Pavel Labath
1
-3/+2
2011-05-10
Convert FluxboxWindow::stateSig to FbTk::Signal
Pavel Labath
1
-19/+21
2011-05-10
Convert FluxboxWindow::workspaceSig to FbTk::Signal
Pavel Labath
1
-6/+5
2011-05-10
Convert Focusable::dieSig to FbTk::Signal
Pavel Labath
1
-1/+1
2011-05-10
Convert FbTk::Theme::reconfigSig and friends to the new Signal system
Pavel Labath
1
-5/+7
2011-05-08
Can check CARDINAL properties in CLIENT PATTERNS
nacitar sevaht
1
-2/+6
2011-03-23
compile fix: sunCC 5.11 (sunstudio 12) compiles and links again
Mathias Gumz
1
-11/+11
2011-02-24
better solution for warping transient windows
Mathias Gumz
1
-1/+1
2011-02-24
intermediate fix for segfault when warping transient windows to different wor...
Mathias Gumz
1
-1/+1
2011-02-24
moved Menu placement into ScreenPlacement::placeAndShowMenu()
Mathias Gumz
1
-21/+5
2011-02-23
bugfix: place WindowMenu correctly upon first call (closes #2731524)
Mathias Gumz
1
-1/+2
2010-09-14
cleanup and code deduplication
Mathias Gumz
1
-20/+14
2010-09-11
added 'SetXProp' action and (@PROP=foo) clientpattern
Mathias Gumz
1
-0/+4
2010-09-08
introduced FbTk::BidiString
Mathias Gumz
1
-20/+20
2010-08-23
reenable clickRaise(), but on any button press if no key-action was found
Mathias Gumz
1
-1/+17
2010-08-22
fixed compiler warnings regarding signed/unsigned and () around expressions
Mathias Gumz
1
-7/+14
2010-08-20
implemented 'ActivateTab' action to (re)allow activation of tabs via mouse
Mathias Gumz
1
-71/+30
2010-05-06
bugfix: when maximizing a shaded window, unshade it before
Mathias Gumz
1
-0/+6
2010-05-06
added little helper function to disable the maximization state of a window wh...
Mathias Gumz
1
-5/+13
2010-05-05
bugfix: resizing stops _NET_WM_STATE_MAXIMIZED*, so trigger signal to set the...
Mathias Gumz
1
-0/+2
2010-05-05
use maximize options for fullscreen as well
Mathias Gumz
1
-2/+2
2010-05-05
added OnLeftGrip, OnRightGrip, OnWindowBorder modifiers for keys file
Mathias Gumz
1
-161/+149
2010-03-26
Changed title signal in Focusable to new signal system
Henrik Kinnunen
1
-15/+19
2010-03-18
Changed Focusable::focusSig() to new signal system.
Henrik Kinnunen
1
-4/+4
2010-03-17
Changed #ifdef DEBUG ... cerr << to using fbdbg.
Henrik Kinnunen
1
-101/+64
[next]