Alexandre Julliard
|
0801ffc5a3
|
Implemented GetAncestor and removed WIN_GetTopParent.
Removed a few more accesses to the WND structure.
|
2001-08-24 00:26:59 +00:00 |
Alexandre Julliard
|
d44e495aa4
|
Fixed GetClassLong to return full 32 bits for all items.
Removed GCW_* definitions that don't exist in Win32.
|
2001-08-20 18:09:39 +00:00 |
Alexandre Julliard
|
de42428f23
|
Removed a number of direct accesses to the WND structure, replacing
them by API calls.
|
2001-08-10 22:51:42 +00:00 |
Alexandre Julliard
|
cb25e2506f
|
Replace SendMessage16 by SendMessageW where possible.
|
2001-08-08 23:28:42 +00:00 |
Alexandre Julliard
|
bfb4a23aa9
|
Replaced MSG_InternalGetMessage calls by equivalent exported APIs.
|
2001-08-06 18:05:47 +00:00 |
Bill Medland
|
cbfbf2a582
|
Corrections to the Win95 and later frame drawing code.
|
2001-07-20 18:36:49 +00:00 |
Dmitry Timoshkov
|
a57befe72d
|
Replace more PROFILE_ functions by RegQueryValueExA.
|
2001-06-14 19:24:02 +00:00 |
Alexandre Julliard
|
0ca9465f58
|
Removed unneeded inclusion of queue.h.
|
2001-06-07 22:29:33 +00:00 |
Alexandre Julliard
|
dc4fe7735b
|
Create an X window for every window, including children.
Fixed non-client rectangle calculations in managed mode.
Added support for icon window in managed mode.
|
2001-06-04 21:55:17 +00:00 |
Dmitry Timoshkov
|
d1e648f0d2
|
Remove optimization in NC_HandleNCActivate.
|
2001-06-04 02:49:22 +00:00 |
Alexandre Julliard
|
3abeae8f4a
|
Moved window move/resize syscommand handling to the graphics driver.
|
2001-05-09 17:21:04 +00:00 |
Alexandre Julliard
|
3f03975f48
|
Added first/last message filters to MSG_InternalGetMessage to avoid
busy waits.
|
2001-04-12 21:09:03 +00:00 |
Alexandre Julliard
|
f88e5aa7bf
|
Cleaned up assumptions about WS_CHILD flag so that we can allow it to
be changed in SetWindowLong.
|
2001-03-21 23:55:36 +00:00 |
Andreas Mohr
|
312303acaf
|
- move TSXGrabServer after a possible return FALSE;
- move misplaced comment
- optimize TSXGrabServer use
|
2001-02-12 18:10:27 +00:00 |
Alexandre Julliard
|
c1d35ccd9b
|
Use DrawFrameControl() instead of OEM bitmaps to paint caption buttons
and menu check marks.
|
2001-01-24 19:47:57 +00:00 |
Alexandre Julliard
|
8bb7fb960c
|
Fixed a number of incompatibilities in OEM icons/cursors handling.
|
2001-01-20 02:48:30 +00:00 |
Alexandre Julliard
|
a41b2cfdd0
|
Moved tweak support to USER dll. Removed tweak.h and cache.h.
|
2001-01-15 20:12:55 +00:00 |
Patrik Stridvall
|
2ece70e77b
|
Various documentation fixes.
|
2000-12-22 01:38:01 +00:00 |
Alexandre Julliard
|
db0747d095
|
Removed some unnecessary includes.
Got rid of ldt.h.
|
2000-12-13 20:23:41 +00:00 |
Alexandre Julliard
|
91222da881
|
Moved most builtin controls structures into their respective C file.
Created new controls.h file private to user32.dll and moved remaining
builtin controls definitions there.
|
2000-12-10 23:01:33 +00:00 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Alexandre Julliard
|
2682bc24ca
|
Fixed a few dependencies on 16-bit or internal functions. Fixed a few
warnings.
|
2000-11-27 22:03:23 +00:00 |
Dmitry Timoshkov
|
63ba91dc8e
|
Fixed behaviour of window's system buttons.
|
2000-10-15 00:22:29 +00:00 |
Susan Farley
|
557066db1c
|
Status bars on managed windows should not have SIZEGRIP style.
|
2000-10-13 17:07:08 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
Andreas Mohr
|
260f1a1def
|
Spelling, trace fixes.
|
2000-09-22 20:59:29 +00:00 |
Mike McCormack
|
a2bdadec88
|
Make sure NC_HandleNCCalcSize returns a valid rectangle.
Painting fails if the rectangle is invalid.
|
2000-09-12 23:37:57 +00:00 |
Francois Methot
|
bd1908f04c
|
Do not check for system menu if the window has style WS_EX_TOOL_WINDOW.
|
2000-08-28 21:31:23 +00:00 |
Dmitry Timoshkov
|
9b1e1dc4c5
|
Add "FullWindowDrag" feature for not managed windows.
|
2000-08-14 17:20:25 +00:00 |
Alexandre Julliard
|
b0efe28f6c
|
Removed a few dependencies on GDI internals from USER dll.
|
2000-08-04 04:18:04 +00:00 |
Francois Boisvert
|
5538ec4661
|
NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
clicking on a window having a customize non client area.
|
2000-07-29 00:00:29 +00:00 |
Alexandre Julliard
|
c192ba2468
|
Exec a separate wine binary for every win32 process so that they run
in separate address spaces.
Run 16-bit tasks as Win32 threads, not processes.
|
2000-05-29 21:25:10 +00:00 |
Susan Farley
|
9ce8382ea0
|
Set and retrieve the window icon that is drawn under managed mode
(based on the work of Andrew Lewycky for Corel).
|
2000-05-23 04:12:23 +00:00 |
Alexandre Julliard
|
16e9237a8c
|
Francois Boisvert
System icons in the small caption bars are displayed with the right size.
|
2000-05-18 00:12:23 +00:00 |
Chris Morgan
|
362196445e
|
Fixed borders of windows while dragging or sizing to match
TWEAK_WineLook setting.
|
2000-05-14 23:43:29 +00:00 |
Aric Stewart
|
44675508a5
|
Added WM_SIZING message support.
|
2000-05-05 18:28:10 +00:00 |
Patrik Stridvall
|
2d6457c11a
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
Francois Gouget
|
6d77d3a1df
|
Use min/max instead of MIN/MAX.
|
2000-03-25 21:44:35 +00:00 |
Jeremy White
|
d3e22d9d55
|
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
the resulting compilation failures).
|
2000-02-10 19:03:02 +00:00 |
Alexandre Julliard
|
563561eecb
|
Use GetProcAddress instead of calling ShellAboutA directly.
|
2000-01-24 05:46:47 +00:00 |
Alexandre Julliard
|
1dc551cf6b
|
Authors: Kai Morich <kai.morich@bigfoot.de>, Marcus Meissner <marcus@jet.franken.de>
Added systray support.
Swallow the windows systray icons into kpanel systray if KDE/KWM is
running.
|
1999-12-11 23:54:59 +00:00 |
Ulrich Weigand
|
2faf2cf964
|
Perform 16/32A/32W message mapping for posted messages.
|
1999-12-10 03:47:13 +00:00 |
Dimitrie O. Paun
|
dd03cc19fd
|
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
Use the default version of FIXME, ERR, WARN, TRACE for the default
channel.
|
1999-12-08 03:56:23 +00:00 |
Noomen Hamza
|
d1a1f7d6f7
|
Popup windows will be hidden when we minimize a main frame or shown
when we maximize or restore a minimized main frame.
|
1999-10-24 00:02:27 +00:00 |
Noomen Hamza
|
5a3505c985
|
Non active window should be activated when it gets any
client/non-client double/single left/medium/right mouse click(s).
|
1999-09-23 11:36:25 +00:00 |
Francis Beaudet
|
c9a50fd64f
|
Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
handled by the window manager.
|
1999-09-10 13:59:24 +00:00 |
Francis Beaudet
|
1cc0a9a2c4
|
Make sure that all MDI children have the WS_EX_MDICHILD style set.
|
1999-09-03 15:00:45 +00:00 |
Abey George
|
48c6eb55f7
|
Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
styles.
|
1999-09-03 12:33:40 +00:00 |
Pascal Lessard
|
ecbf1d926d
|
Added the case of a user defined icon for the sysbutton hittest.
|
1999-08-21 13:09:16 +00:00 |
Francis Beaudet
|
7ed1af3df3
|
Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
for the MSG_InternalGetMessage() call is a WM_TIMER.
|
1999-08-15 16:58:03 +00:00 |