Commit graph

1111 commits

Author SHA1 Message Date
Matthias Ettrich
9388aeba3d fixed maximization handling
svn path=/trunk/kdebase/kwin/; revision=113436
2001-09-05 20:40:04 +00:00
Matthias Ettrich
0f2643c994 updated copyright year, there were indeed changes this year
svn path=/trunk/kdebase/kwin/; revision=113370
2001-09-05 09:09:59 +00:00
Dirk Mueller
df7c4fb8b6 kdesktopwidget -> qdesktopwidget
svn path=/trunk/kdebase/kwin/; revision=112863
2001-09-01 12:52:41 +00:00
Waldo Bastian
83cbfe3acb Window follows mind^H^H^H^Hdesktop.
svn path=/trunk/kdebase/kwin/; revision=112163
2001-08-27 23:56:15 +00:00
Waldo Bastian
1fe4d5fbff This supposed "safety check" doesn't work. Do the "Right Thing" instead.
-    if (workspace()->activeClient() == this)
-       workspace()->setFocusChangeEnabled(true); // Safety
+    if (moveResizeMode)
+       workspace()->setFocusChangeEnabled(true);

svn path=/trunk/kdebase/kwin/; revision=112142
2001-08-27 21:16:39 +00:00
Stephan Binner
21a2a14edd Fix Konsole transparent background problems when window is sticky or sent to other desktop (#24178)
svn path=/trunk/kdebase/kwin/; revision=112136
2001-08-27 21:02:33 +00:00
Adrian Schroeter
4106f298c6 revert to 1.4 code
svn path=/trunk/kdebase/kwin/; revision=112134
2001-08-27 20:53:51 +00:00
Adrian Schroeter
15fde704ed cleanup
svn path=/trunk/kdebase/kwin/; revision=112036
2001-08-27 08:57:41 +00:00
Waldo Bastian
aedc59bde7 Ported from KDE 1.1.2: Electric Borders are back!
svn path=/trunk/kdebase/kwin/; revision=112025
2001-08-27 05:42:32 +00:00
Karol Szwed
349c87a545 Make the inactive help button color follow the inactive button color
set in kcontrol, not the active button color.

svn path=/trunk/kdebase/kwin/; revision=111338
2001-08-22 11:18:56 +00:00
Karol Szwed
bebd8a5f08 - Fixing the inactive minimize button color not following the inactive button
colors.
- Adding custom button position code
- Small code cleanups

svn path=/trunk/kdebase/kwin/; revision=111330
2001-08-22 10:11:06 +00:00
Simon Hausmann
cd76120586 - die Bool, long live qvariant
svn path=/trunk/kdebase/kwin/; revision=110970
2001-08-18 23:51:08 +00:00
Simon Hausmann
5ee6942907 - die Bool, die. once and forever :)
svn path=/trunk/kdebase/kwin/; revision=110969
2001-08-18 23:44:37 +00:00
Simon Hausmann
d562a693d1 - another Bool fix for qt3, qt2, final and no-final. maybe we should
just include qvariant.h in config.h ;) (j/k)

svn path=/trunk/kdebase/kwin/; revision=110968
2001-08-18 23:38:13 +00:00
Simon Hausmann
bde39e1e90 - one day we'll just #undef X-Windows and everything will compile
svn path=/trunk/kdebase/kwin/; revision=110967
2001-08-18 23:34:53 +00:00
Simon Hausmann
9782f0f0f8 - darn, I hate X
svn path=/trunk/kdebase/kwin/; revision=110966
2001-08-18 23:27:05 +00:00
Dirk Mueller
00f21cf328 same fix here
svn path=/trunk/kdebase/kwin/; revision=110965
2001-08-18 23:25:04 +00:00
Dirk Mueller
0515b43a84 compile fix (stupid X11 #define crap)
svn path=/trunk/kdebase/kwin/; revision=110962
2001-08-18 23:21:42 +00:00
Simon Hausmann
c8f1508b36 - moved netwm.h inclusions after indirect qvariant.h inclusions
(fixes Bool clash)
- missing includes (qcursor,qstyle,qpainter,qvaluelist)
- minor qstyle api fixlet

svn path=/trunk/kdebase/kwin/; revision=110958
2001-08-18 23:06:16 +00:00
Dirk Mueller
6e09a2b547 IRIX compile fix
svn path=/trunk/kdebase/kwin/; revision=109603
2001-08-08 10:57:37 +00:00
Matthias Ettrich
bb34fb1c55 fixed hanging keyboard in CDE-style Alt-Tab
svn path=/trunk/kdebase/kwin/; revision=109474
2001-08-07 11:15:12 +00:00
Matthias Ettrich
18c0f2687a fixed bug 19369@bugs.kde.org
svn path=/trunk/kdebase/kwin/; revision=109466
2001-08-07 09:21:09 +00:00
Script Kiddy
5f2ca6211f CVS_SILENT made messages
svn path=/trunk/kdebase/kscreensaver/; revision=109165
2001-08-04 22:54:20 +00:00
Waldo Bastian
d07cce76b9 Less debug output
svn path=/trunk/kdebase/kwin/; revision=108939
2001-08-02 18:31:37 +00:00
Script Kiddy
d018a030ac CVS_SILENT made messages
svn path=/trunk/kdebase/ksysguard/; revision=108674
2001-07-31 15:19:34 +00:00
Matthias Ettrich
413eda6fcb workaround to at least one "failing grab" problem
svn path=/trunk/kdebase/kwin/; revision=108475
2001-07-30 10:48:12 +00:00
Script Kiddy
3c80134766 CVS_SILENT made messages
svn path=/trunk/kdebase/ksysguard/; revision=108405
2001-07-30 00:48:15 +00:00
Stefan Westerfeld
3658af7993 Use default_sound=xxx.wav rather than soundfile=xxx.wav - this makes enabling
sounds in kpersonalizer really do something (fixes #29492 and similar reports).

svn path=/trunk/kdebase/kwin/; revision=108188
2001-07-28 21:52:05 +00:00
Rik Hemsley
f466f726ba My patch, with a nice bugfix from gallium.
svn path=/trunk/kdebase/kwin/; revision=108119
2001-07-28 11:43:50 +00:00
Rik Hemsley
3488880eaf My patch plus a one-liner from gallium which disables gradients for
<= 8bit displays, which seems logical to both of us.

Rik

svn path=/trunk/kdebase/kwin/; revision=108115
2001-07-28 10:59:56 +00:00
Matthias Ettrich
6847f73526 cleaned grabbing up a bit
svn path=/trunk/kdebase/kwin/; revision=107986
2001-07-27 12:48:30 +00:00
Script Kiddy
015ae49018 CVS_SILENT made messages
svn path=/trunk/kdebase/ksysguard/; revision=107925
2001-07-27 05:04:34 +00:00
Script Kiddy
aeda4f97ad CVS_SILENT made messages
svn path=/trunk/kdebase/ksysguard/; revision=107352
2001-07-23 18:37:54 +00:00
John Firebaugh
8939fcff13 Don't crash when mousing over certain icons.
svn path=/trunk/kdebase/kwin/; revision=107192
2001-07-22 16:34:30 +00:00
Script Kiddy
550dbe5c84 CVS_SILENT made messages
svn path=/trunk/kdebase/kwin/; revision=106787
2001-07-19 06:37:05 +00:00
Script Kiddy
5b06a21baf CVS_SILENT made messages
svn path=/trunk/kdebase/ksysguard/; revision=106466
2001-07-17 00:38:36 +00:00
Karol Szwed
758f09657c Finalising name change from Win2K to Redmond
svn path=/trunk/kdebase/kwin/; revision=106294
2001-07-16 07:23:31 +00:00
Karol Szwed
476327e9ee Changing the Win2K client name to Redmond
svn path=/trunk/kdebase/kwin/; revision=106290
2001-07-16 06:56:39 +00:00
Karol Szwed
0980570ecc Changing the Win2K kwin client to Redmond to avoid confusion. Will
remove Win2K shortly.

svn path=/trunk/kdebase/kwin/; revision=106289
2001-07-16 06:53:11 +00:00
Script Kiddy
e7bf56712e CVS_SILENT made messages
svn path=/trunk/kdebase/ksysguard/; revision=106282
2001-07-16 03:06:54 +00:00
Karol Szwed
e71d890e36 Changing email address to one that is not expiring in the near future. :)
svn path=/trunk/kdebase/kwin/; revision=106170
2001-07-15 12:15:41 +00:00
Meni Livne
2c366e2d8e Adding insertCalatogue() calls enabling to show translated messages.
svn path=/trunk/kdebase/kwin/; revision=106169
2001-07-15 12:14:54 +00:00
Script Kiddy
f68f84db28 CVS_SILENT made messages
svn path=/trunk/kdebase/kwin/; revision=105818
2001-07-12 20:28:12 +00:00
Ellis Whitehead
c06084d21b Make switching box disappear on mouse click, and release keyboard and pointer grabs.
Before, a mouse-click would cause a partial lock-up (global shortcuts could still be activated).

svn path=/trunk/kdebase/kwin/; revision=105788
2001-07-12 17:16:04 +00:00
Matthias Ettrich
a325dd9966 make focusEnsurance() multi-screen capable (at least I hope it works this
way)

svn path=/trunk/kdebase/kwin/; revision=105769
2001-07-12 13:50:19 +00:00
Lukáš Tinkl
1540b2bf62 missing messages targets, adjusted naming for gallium's ease
svn path=/trunk/kdebase/kwin/; revision=105753
2001-07-12 11:56:22 +00:00
Lukáš Tinkl
c10f1428ce on behalf of soon-to-be-killed gallium ;)
svn path=/trunk/kdebase/kwin/; revision=105751
2001-07-12 11:33:39 +00:00
Script Kiddy
70559c1e63 CVS_SILENT made messages
svn path=/trunk/kdebase/kwin/; revision=105711
2001-07-12 00:44:42 +00:00
Ellis Whitehead
24ede41380 Make sure that Window/Desktop popup (e.g. Alt+Tab) isn't shown if modifier key has already been released before switch is processed.
svn path=/trunk/kdebase/kwin/; revision=105392
2001-07-09 03:10:16 +00:00
Script Kiddy
a742a388f1 CVS_SILENT made messages
svn path=/trunk/kdebase/kwin/; revision=105377
2001-07-08 19:56:53 +00:00