Script Kiddy
1d95469d9f
CVS_SILENT made messages
...
svn path=/trunk/kdelibs/kstyles/; revision=81120
2001-02-03 03:09:32 +00:00
Matthias Ettrich
3deaa52496
cooperate with qt-2.2.4 (the deadkey popup fix) and qt-copy.
...
Don't update the frame decoration if it didn't change, I don't want
flicker when changing the focus policy.
svn path=/trunk/kdebase/kwin/; revision=80891
2001-02-01 01:13:44 +00:00
bhughes
d3944b3934
allow kpager/kminipager to see window moves/resizes
...
@@ -1198,7 +1198,7 @@
c.width = windowWrapper()->width();
c.height = windowWrapper()->height();
c.border_width = 0;
- XSendEvent( qt_xdisplay(), c.event, TRUE, NoEventMask, (XEvent*)&c );
+ XSendEvent( qt_xdisplay(), c.event, TRUE, StructureNotifyMask, (XEvent*)&c );
}
svn path=/trunk/kdebase/kwin/; revision=80826
2001-01-31 15:14:40 +00:00
Script Kiddy
e62aff77d8
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=80657
2001-01-30 02:37:44 +00:00
Script Kiddy
4007b18c81
CVS_SILENT made messages
...
svn path=/trunk/kdelibs/kstyles/; revision=80354
2001-01-28 03:25:14 +00:00
Matthias Ettrich
8ba06abb33
loadFakeSessionInfo() in initialization
...
svn path=/trunk/kdebase/kwin/; revision=80299
2001-01-27 19:24:15 +00:00
Script Kiddy
c58bc6a72d
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=80200
2001-01-27 02:03:21 +00:00
Script Kiddy
6d27b8f6cb
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=80103
2001-01-26 02:08:59 +00:00
Waldo Bastian
03fc02caf3
Delay resetting client decorations a bit in some cases, maybe we have to do
...
it anyway later on in which case we can save some flicker & CPU by doing it
only once.
svn path=/trunk/kdebase/kwin/; revision=80040
2001-01-25 19:17:17 +00:00
Script Kiddy
35d0d793f6
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=79971
2001-01-25 02:51:37 +00:00
Waldo Bastian
0ea8e539a5
Attempt to fix the drawing stuff. Resizing a window still fails to redraw
...
large parts of the window decorations.
svn path=/trunk/kdebase/kwin/; revision=79948
2001-01-24 23:53:37 +00:00
Matthias Ettrich
d2e0e0529b
disabled the special treatment of system-tray parents for iconify()
...
Reason: it didn't work. This is the least intrusive and cleanest fix for it.
svn path=/trunk/kdebase/kwin/; revision=79884
2001-01-24 16:47:44 +00:00
Waldo Bastian
692efa5cde
Don't crash when making window sticky/maximized without a sticky/maximized button.
...
svn path=/trunk/kdebase/kwin/; revision=79649
2001-01-22 23:30:08 +00:00
Rik Hemsley
5198b0b270
Don't change maximise mode of windows when resetting
...
svn path=/trunk/kdebase/kwin/; revision=79285
2001-01-20 21:03:12 +00:00
Cristian Tibirna
2962a95929
CT: kcontrol/windows.cpp says default is off for ShadeHover
...
svn path=/trunk/kdebase/kwin/; revision=79169
2001-01-20 03:55:42 +00:00
Script Kiddy
7158d07ceb
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=78958
2001-01-19 02:30:05 +00:00
Matthias Ettrich
440ed4d27f
don't set framestrut on move, but on manage
...
svn path=/trunk/kdebase/kwin/; revision=78846
2001-01-18 16:21:00 +00:00
Script Kiddy
67d7da494c
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=78677
2001-01-18 02:28:45 +00:00
Matthias Ettrich
87b6129e3f
fixed small off-by-one error (shade/unshade)
...
svn path=/trunk/kdebase/kwin/; revision=78542
2001-01-17 11:40:25 +00:00
Waldo Bastian
8190667206
Let reconfigure() reparse plugin setting.
...
svn path=/trunk/kdebase/kwin/; revision=78491
2001-01-16 23:54:45 +00:00
Waldo Bastian
dc0ce11c7b
Install kwmtheme
...
svn path=/trunk/kdebase/kwin/; revision=78490
2001-01-16 23:52:34 +00:00
Waldo Bastian
922162fad0
Don't crash on missing pixmaps.
...
svn path=/trunk/kdebase/kwin/; revision=78489
2001-01-16 23:52:11 +00:00
Waldo Bastian
4ab7a90097
WABA: Listen to resetClients()
...
svn path=/trunk/kdebase/kwin/; revision=78463
2001-01-16 21:45:23 +00:00
Matthias Ettrich
01241073b6
make xswallow work
...
svn path=/trunk/kdebase/kwin/; revision=78458
2001-01-16 21:29:36 +00:00
Waldo Bastian
6576b45348
Proper error checking.
...
svn path=/trunk/kdebase/kwin/; revision=78357
2001-01-16 06:17:18 +00:00
Matthias Elter
684fa4983f
void Client::setShade( bool s, int hus ):
...
+ if(!hus)
+ info->setState( shaded?NET::Shaded:0, NET::Shaded );
Actually tell the world that the client got (un)shaded.
svn path=/trunk/kdebase/kwin/; revision=78158
2001-01-15 13:25:39 +00:00
Matthias Ettrich
ef97333d15
small fix
...
svn path=/trunk/kdebase/kwin/; revision=78049
2001-01-14 20:48:00 +00:00
Matthias Ettrich
927ab8b735
make netwm dialogs movable and give them tab-focus
...
svn path=/trunk/kdebase/kwin/; revision=78045
2001-01-14 20:25:32 +00:00
Matthias Ettrich
e9d30a20d7
Balaji Ramani <balaji@spinnakernet.com>: shadeHover support
...
GUI: new operation popup item: "Store Settings"
svn path=/trunk/kdebase/kwin/; revision=78043
2001-01-14 20:16:04 +00:00
Waldo Bastian
54a5d1b900
Fix (t.i. update) taskbar window-titles when changing window-decorations.
...
svn path=/trunk/kdebase/kwin/; revision=77928
2001-01-14 06:24:49 +00:00
Script Kiddy
91bbdba599
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=77916
2001-01-14 02:19:43 +00:00
Matthias Elter
e048421030
Workspace::activateClient does not flicker any more now.
...
The problem was that when switching to a window on a different desktop via the taskbar setCurrentDesktop made a different window active for a second.
svn path=/trunk/kdebase/kwin/; revision=77821
2001-01-13 14:57:16 +00:00
bhughes
96c420e927
kwin supports a good chunk of the NETWM spec... let's report it
...
svn path=/trunk/kdebase/kwin/; revision=77691
2001-01-12 19:44:40 +00:00
Script Kiddy
b3d8d4b410
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=77563
2001-01-12 03:07:06 +00:00
Matthias Ettrich
cf23bd927c
minor iconify/deiconify fix (previous commit broke w2k plugin)
...
svn path=/trunk/kdebase/kwin/; revision=77557
2001-01-12 01:20:07 +00:00
Matthias Ettrich
33f78a855b
some more keybindings
...
less race conditions with map/unmap thanks to BlackboxTechnology(tm)
svn path=/trunk/kdebase/kwin/; revision=77544
2001-01-11 23:41:07 +00:00
Malte Starostik
4e97288705
Added win2k kwin client by Karol Szwed <karlmail@usa.net>
...
According to him, okayed by Mosfet and Matthias Ettrich,
I add it now to get it in before the freeze as he's got no account (yet)
svn path=/trunk/kdebase/kwin/; revision=77435
2001-01-11 12:24:04 +00:00
Script Kiddy
62edd08993
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=77376
2001-01-11 02:42:51 +00:00
Harri Porten
2bfe4742b6
explicit double to int conversion
...
svn path=/trunk/kdebase/kwin/; revision=77261
2001-01-10 13:13:00 +00:00
Script Kiddy
44b018128f
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=77027
2001-01-09 02:21:41 +00:00
Matthias Ettrich
45f2bbd3d3
smarter autoRaise, wondering what it breaks this time
...
svn path=/trunk/kdebase/kwin/; revision=76893
2001-01-08 09:52:44 +00:00
Script Kiddy
a656ae84be
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=76720
2001-01-07 03:20:15 +00:00
Script Kiddy
77c8fd7471
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=76588
2001-01-06 08:56:53 +00:00
Matthias Ettrich
a189cb2c45
some attempt for dirk
...
svn path=/trunk/kdebase/kwin/; revision=76503
2001-01-05 18:28:24 +00:00
Script Kiddy
0165a8ce61
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=76183
2001-01-03 00:45:55 +00:00
Matthias Ettrich
4ec61ec284
small replay issue (exclude desktop and dock)
...
svn path=/trunk/kdebase/kwin/; revision=76122
2001-01-02 16:30:37 +00:00
Waldo Bastian
f21e0fd688
Send notifications on desktop changes.
...
svn path=/trunk/kdebase/kwin/; revision=75432
2000-12-21 21:04:52 +00:00
Matthias Ettrich
c6c1779ea3
named attributes
...
svn path=/trunk/kdebase/kwin/; revision=75367
2000-12-20 19:25:31 +00:00
Script Kiddy
29a44aa4bb
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=75305
2000-12-19 23:32:07 +00:00
Cristian Tibirna
37ef0caae2
CT: handle Control-Tab at run time, not only at start time. This should
...
silence a few bug reports from Emacs users
svn path=/trunk/kdebase/kwin/; revision=75146
2000-12-17 21:57:52 +00:00