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
/
Window.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-01
Attach modifiedSig handlers to the session.screenX.tab.width resource
Pavel Labath
1
-0/+2
2011-11-01
Attach modifiedSig handlers to the session.screenX.tab.placement resource
Pavel Labath
1
-0/+2
2011-11-01
Attach modifiedSig handlers to the session.screenX.tabs.intitlebar resource
Pavel Labath
1
-0/+3
2011-11-01
Attach modifiedSig handlers to the session.screenX.tabs.usePixmap resource
Pavel Labath
1
-7/+4
2011-11-01
Attach modifiedSig handlers to the session.screenX.defaultDeco resource
Pavel Labath
1
-2/+11
2011-11-01
Attach modifiedSig handlers to the session.autoRaiseDelay resource
Pavel Labath
1
-3/+3
2011-11-01
Emit the "modified" signal when a resource value is changed through C++ code
Pavel Labath
1
-1/+1
2011-11-01
Enable the resource traits classes to hold non-static members
Pavel Labath
1
-6/+3
2011-11-01
Attach a modifiedSig handler to the session.tabPadding resource
Pavel Labath
1
-1/+3
2011-11-01
Vector resources can now specify which char to use as delimiters
Pavel Labath
1
-1/+2
2011-11-01
Replace ResourceManager with the lua version
Pavel Labath
1
-7/+3
2011-11-01
Simplify FbTk::Resource template class
Pavel Labath
1
-4/+5
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
2009-12-18
implemented 'MoveN' and 'ClickN' support in keys file.
Mathias Gumz
1
-7/+36
2009-11-23
Keep 'maximum/fullscreen' when moving a window between different heads
Michal Zime
1
-0/+14
2009-10-03
compile fixes for sun compiler 5.10: 'i want an extern C function ptr'
Mathias Gumz
1
-1/+1
2009-10-03
compile fixes for sun compiler 5.10: complains about 'not beeing able to init...
Mathias Gumz
1
-2/+3
2009-09-30
cosmetic fixes: removed redundant ';' + some whitespaces
Mathias Gumz
1
-1/+1
2009-09-14
mwm hints can't control the close button
Mark Tiefenbruck
1
-2/+2
2009-09-12
implemented visibility of titlebar buttons via the apps file
Mathias Gumz
1
-18/+23
2009-06-28
hide the menu when you click on a window
Mark Tiefenbruck
1
-2/+1
2009-06-28
make Raise/LowerLayer accept integer argument for number of layers, default 2
Mark Tiefenbruck
1
-7/+2
2009-06-28
allow "lower" as a reference point for MoveTo, etc.
Mark Tiefenbruck
1
-1/+1
[next]