Luboš Luňák
78715e20e3
Allow activation from session if there was user activity
...
but there's no active window.
svn path=/trunk/KDE/kdebase/workspace/; revision=547674
20 years ago
Luboš Luňák
750d4f1d03
#67406 - config option kwinrc:Windows:ShowDesktopIsMinimizeAll.
...
But I hope this actually won't be needed with KDE4.
svn path=/trunk/KDE/kdebase/workspace/; revision=546548
20 years ago
Luboš Luňák
daf4e723ea
Save also stacking order when doing session save.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=531882
20 years ago
Luboš Luňák
b7d19892d3
Don't deactivate the showing desktop state when a new window is shown
...
that belongs to the desktop (#113552 ).
svn path=/trunk/KDE/kdebase/workspace/; revision=528392
20 years ago
Laurent Montel
8a3b3987f4
Deprecated--
...
svn path=/trunk/KDE/kdebase/workspace/; revision=519636
20 years ago
Luboš Luňák
f9a6c6c9ba
So this is why fullscreening on xinerama is so random ... reverting r423736.
...
If you want KWin to obey the app's idea of what fullscreen geometry might be
just force obeying strict geometry in the workarounds tab in window-specific
settings.
svn path=/trunk/KDE/kdebase/workspace/; revision=514433
20 years ago
Allen Winter
ae65a40c7a
TRUE->true, FALSE->false
...
svn path=/trunk/KDE/kdebase/workspace/; revision=511180
20 years ago
Luboš Luňák
0dffb60c1f
When updating a user timestamp of a window, also always update timestamp
...
of the whole group (#75175 ).
svn path=/trunk/KDE/kdebase/workspace/; revision=500576
20 years ago
Laurent Montel
a48328e5bc
QString::null->QString()
...
.clear()
etc
svn path=/trunk/KDE/kdebase/workspace/; revision=493536
20 years ago
Laurent Montel
0370410f0f
qt3support--
...
svn path=/trunk/KDE/kdebase/workspace/; revision=474743
21 years ago
Stephan Kulow
6c821aba01
some more compiling
...
svn path=/trunk/KDE/kdebase/workspace/; revision=473006
21 years ago
Luboš Luňák
3fb4801635
Ignore requested position -> geometry.
...
svn path=/trunk/KDE/kdebase/kwin/; revision=444049
21 years ago
Stephan Kulow
b464518b3c
svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057
...
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase
.
I couldn't resolve one kicker conflict that results from different
development directions, so I rely on Aaron to sort it out - the file
is commited with conflicts
svn path=/trunk/KDE/kdebase/kwin/; revision=439627
21 years ago
Luboš Luňák
39388e4aeb
No idea what this setShapable() stuff is, but it certainly
...
doesn't belong to detectNoBorder().
CCMAIL: thomas.luebking@web.de
svn path=/trunk/KDE/kdebase/kwin/; revision=428551
21 years ago
Luboš Luňák
5587e43337
Fix last commit.
...
svn path=/trunk/KDE/kdebase/kwin/; revision=423507
21 years ago
Luboš Luňák
8ef2a46218
Use functions for postponing geometry updates, rather doing
...
it manually all the time using setGeometry( geometry()).
Needed for getting geometry of the damn shaded windows right
finally.
svn path=/trunk/KDE/kdebase/kwin/; revision=423506
21 years ago
Luboš Luňák
20f80af287
Make it possible to use the window-specific settings dialog
...
to also set some things only temporarily. E.g. in order
to set skiptaskbar flag on a window, it's just
Alt+F3/Advanced/Special Window Settings/Preferences ->
Apply Now for Skip taskbar, and turn on the checkbox.
svn path=/trunk/KDE/kdebase/kwin/; revision=423112
21 years ago
Luboš Luňák
5722d3fac8
Implement _NET_SHOWING_DESKTOP, giving control of the 'show desktop'
...
feature to KWin. There shouldn't hopefully be any visible user
difference other than fixed bugs.
BUG: 78109
BUG: 99524
svn path=/trunk/KDE/kdebase/kwin/; revision=413066
21 years ago
Luboš Luňák
ced5ab580a
Die, window type override, die! Since nobody really knows what this window
...
type means anyway, let's simply consider it to be a legacy way of saying "noborder"
and nothing more.
svn path=/trunk/KDE/kdebase/kwin/; revision=412372
21 years ago
Luboš Luňák
98aaf1ee02
Fix last commit and remove the old code.
...
svn path=/trunk/kdebase/kwin/; revision=405106
21 years ago
Luboš Luňák
e1fb4aa2b6
Move all code responsible for showing/hiding windows, setting mapping
...
state, NET::Hidden etc. to one function: Client::updateVisibility().
svn path=/trunk/kdebase/kwin/; revision=405104
21 years ago
Luboš Luňák
240fc84c05
Avoid unnecessary roundtrips finding out WM_CLIENT_MACHINE when setting
...
caption.
svn path=/trunk/kdebase/kwin/; revision=387096
21 years ago
Thomas Lübking
05eda26865
added support for unshadowed moving windows, slight changes to updates on shapable windows
...
21 years ago
Luboš Luňák
855786a987
Giving up on #78082 , at least temporarily. Don't force using placement
...
policy for dialogs if they request a specific geometry. Too bad apps
always specify geometry for dialogs, so if they specify silly positions
like under mouse or centered on the screen the only solution for now
is choosing ignoring requested position in window-specific settings.
BUG: 78082
svn path=/trunk/kdebase/kwin/; revision=382906
21 years ago
Luboš Luňák
07203ba5b6
Window-specific rules for dynamic windows shortcuts, so that it's
...
possible to always have certain shortcuts assigned to their windows
if such windows are open. Still few TODO items left, but let's consider
it enough for #44268 to be marked as done.
FEATURE: 44268
svn path=/trunk/kdebase/kwin/; revision=379444
21 years ago
Thomas Lübking
8ad47028f6
Added composite (translucency/shadows) support
...
21 years ago
Luboš Luňák
65c3b55e05
Revert last revert, dynamic keybidings are back in.
...
svn path=/trunk/kdebase/kwin/; revision=377118
21 years ago
Luboš Luňák
c7d0776f01
Revert last changes because of temporary freeze.
...
svn path=/trunk/kdebase/kwin/; revision=375467
21 years ago
Luboš Luňák
83e4a1d222
Save window shortcut also in session.
...
svn path=/trunk/kdebase/kwin/; revision=375459
21 years ago
Luboš Luňák
ded2656b03
If a window has configured a specific position using window-specific settings,
...
don't force it to be entirely in the workarea, as long as at least something
is still visible.
svn path=/trunk/kdebase/kwin/; revision=370319
22 years ago
Luboš Luňák
a6fa4609c2
Reoder how the initial virtual desktop placement is considered.
...
For dialogs prefer placing together with mainwindow to data
from startup notification (happens with kio_uiserver dialogs).
svn path=/trunk/kdebase/kwin/; revision=360448
22 years ago
Luboš Luňák
8255bc2749
Client::isManaged() should not be true before it's added to the client
...
list :(. At least work around a possible desktop switching and invisible
window because of this.
svn path=/trunk/kdebase/kwin/; revision=360436
22 years ago
Luboš Luňák
7e4f0508cf
Don't apply strict placement policy to dialogs without any parent at all.
...
(for kdialog --geometry etc.).
svn path=/trunk/kdebase/kwin/; revision=341782
22 years ago
Luboš Luňák
5ac4a74f2f
Don't try to focus new modal for the active window while the new modal
...
is still in manage(). Should fix first-time showing of kwallet dialog.
svn path=/trunk/kdebase/kwin/; revision=335960
22 years ago
Luboš Luňák
83ff00f572
Don't restrict already mapped or session restored window geometries
...
to the workarea.
svn path=/trunk/kdebase/kwin/; revision=334124
22 years ago
Luboš Luňák
5979a50bb6
Detect fullscreen hack state even while mapped (MPlayer).
...
svn path=/trunk/kdebase/kwin/; revision=333175
22 years ago
Luboš Luňák
8033d09cce
Dynamically detect changes of Motif hints instead of just reading
...
them once initially. At least MPlayer changes them while mapped.
svn path=/trunk/kdebase/kwin/; revision=333174
22 years ago
Luboš Luňák
3b51402792
Don't try to remember settings for a window that's not yet fully setup.
...
svn path=/trunk/kdebase/kwin/; revision=331189
22 years ago
Luboš Luňák
682a6aa28f
Move desktop range check to the proper place.
...
svn path=/trunk/kdebase/kwin/; revision=331188
22 years ago
Luboš Luňák
6060ceb9eb
Keep window role as lowercase, just like wmclass, for rules matching.
...
svn path=/trunk/kdebase/kwin/; revision=324251
22 years ago
Luboš Luňák
c6a91d80ba
KWin rules - obey/disobey given position.
...
svn path=/trunk/kdebase/kwin/; revision=322443
22 years ago
Luboš Luňák
094befa1de
Make it possible to have several rules matching one window.
...
svn path=/trunk/kdebase/kwin/; revision=321637
22 years ago
Luboš Luňák
5085b40285
Fix activation of window that was active at session saving time.
...
svn path=/trunk/kdebase/kwin/; revision=319667
22 years ago
Luboš Luňák
7e35926c37
Make no focus stealing prevention really do nothing, and change
...
the rule for it to specify new level instead of adjustment.
svn path=/trunk/kdebase/kwin/; revision=319664
22 years ago
Luboš Luňák
0f972d789f
Instead of snatching the window temporarily from kwin simply tell kwin
...
what to do with it. I've never liked this hack much, and this should
also take care of #49375 , and should make sure kstart options will
have higher priority than settings configured in kwin.
svn path=/trunk/kdebase/kwin/; revision=319662
22 years ago
Luboš Luňák
319f8bf67a
Read modality flag before handling groups (for #82648 ).
...
svn path=/trunk/kdebase/kwin/; revision=317399
22 years ago
Luboš Luňák
03bdeb94b0
KWin rules setting maximizevert, maximizehoriz, minimize, shade, skiptaskbar,
...
skippager, fullscreen, noborder.
svn path=/trunk/kdebase/kwin/; revision=317377
22 years ago
Luboš Luňák
7eadd6463f
KWin rules - position and size.
...
Forcing position doesn't work yet, and forcing size needs more testing.
svn path=/trunk/kdebase/kwin/; revision=316414
22 years ago
Luboš Luňák
a114e9acc3
KWin rules - override minsize/maxsize.
...
svn path=/trunk/kdebase/kwin/; revision=316413
22 years ago
Luboš Luňák
ab8ff46877
Forcing of a specific window type.
...
svn path=/trunk/kdebase/kwin/; revision=315469
22 years ago