Dmitry Timoshkov
|
56852a5eac
|
user32: Windows uses ptMaxTrackSize to set an initial window size not ptMaxSize.
|
2007-04-06 12:37:53 +02:00 |
Andrew Talbot
|
a33f71a32d
|
winex11.drv: Replace inline static with static inline.
|
2007-03-17 20:04:54 +01:00 |
Vitaliy Margolen
|
abcbcc35da
|
winex11.drv: Popup windows with system menu are managed.
|
2007-02-13 17:16:54 +01:00 |
Dmitry Timoshkov
|
0fcc10fc3c
|
user32: Although Windows sends WM_GETMINMAXINFO at the window creation time, it doesn't use returned values to set window size.
|
2007-02-05 14:01:49 +01:00 |
Dmitry Timoshkov
|
d57dc9da0a
|
user32: Fix some failures in the MDI message test.
|
2007-01-04 21:12:26 +01:00 |
Juris Smotrovs
|
00982465c4
|
user32: Extend the support for SWP_STATECHANGED for all windows.
|
2006-12-19 16:58:24 +01:00 |
Pierre d'Herbemont
|
221b044740
|
user32: Factorize graphics driver SetParent into user32.
|
2006-12-12 20:38:32 +01:00 |
Pierre d'Herbemont
|
e5e58a6b13
|
user32: Factorize driver's SetWindowPos in user32.
|
2006-11-29 14:05:33 +01:00 |
Alexandre Julliard
|
a06aeaba39
|
winex11.drv: Offset X11 coordinates with the primary monitor position.
No longer force the primary monitor to contain the X11 (0,0) coordinate.
|
2006-10-26 13:04:52 +02:00 |
Alexandre Julliard
|
3c305f9db9
|
winex11.drv: Preliminary support for Xinerama.
|
2006-10-23 14:37:17 +02:00 |
Nickolay V. Shmyrev
|
1a1b902e7f
|
winex11.drv: Always set window type.
|
2006-10-12 11:37:52 +02:00 |
Vitaliy Margolen
|
6069d0d596
|
winex11drv: Win64 printf format warning fixes.
|
2006-10-09 15:23:33 +02:00 |
Dmitry Timoshkov
|
ac387bbe13
|
winex11.drv: Make all windows moveable by default.
|
2006-10-05 18:07:10 +02:00 |
James Liggett
|
8a75f3bb79
|
winex11.drv: Fix explorer regression caused by systray patch
Move systray_dock_window call to X11DRV_CreateWindow so that it can
safely call SetWindowPos without having _CheckNotSysLevel crash the
explorer.
|
2006-08-24 11:51:45 +02:00 |
James Liggett
|
60a97505a6
|
winex11.drv: Add XEmbed system tray support.
Portions of this patch based on the work of Mike Hearn and Rob
Shearman.
|
2006-08-23 12:09:09 +02:00 |
Dmitry Timoshkov
|
b2686ad2dd
|
include: Move appropriate parts of winpos.h to winuser.h and win.h,
remove winpos.h afterwards.
|
2006-06-29 14:48:42 +02:00 |
Andrew Talbot
|
55e20a7482
|
winex11.drv: Write-strings warning fix.
|
2006-06-27 11:16:19 +02:00 |
Alexandre Julliard
|
bdb4fab7a7
|
x11drv: Renamed the x11drv directory to winex11.drv.
|
2006-06-16 09:57:50 +02:00 |