Guy L. Albertelli
2420fa983d
- Move creation process to the WM_NCCREATE message like native and force
...
styles WS_VISIBLE and CCS_TOP.
- Implement messages WM_NCHITTEST, WM_STYLECHANGED, RB_MOVEBAND,
RB_MINIMIZEBAND.
- Improve preformance by removing calls to GetWindowLong for GWL_STYLE
(by saving state and handling WM_STYLECHANGED).
- Cleanup and remove dead and test code.
2001-07-08 20:31:11 +00:00
Guy L. Albertelli
655ff38dce
Correct amount of info displayed for NM_NCHITTEST and all the LVN_*.
2001-07-08 20:30:43 +00:00
Bill Medland
31b15c6a86
Correct more colours so that DrawEdge works for more cases.
2001-07-08 20:30:10 +00:00
Hidenori Takeshima
04c43c5f6f
Added missing IIDs.
2001-07-08 20:29:48 +00:00
Mike McCormack
a38e5e5771
Implement ReadFileEx and WriteFileEx (lpOverlappedCompletion routine
...
is not supported yet...)
2001-07-08 20:29:26 +00:00
Mike McCormack
db718970d3
Use HANDLEs instead of unix fds.
2001-07-08 20:28:55 +00:00
Jeremy White
d08c72a5ba
Add --list facility to list installed programs.
...
Add --remove xxx facility to remove a specific program.
2001-07-08 20:28:23 +00:00
Patrik Stridvall
01d5e5b071
Documentation fixes.
2001-07-02 19:59:40 +00:00
Hidenori Takeshima
b7d4b4e73b
Added stubs for quartz.dll.
2001-07-02 18:57:22 +00:00
Mike McCormack
838a3614f6
Declare stubs for ReadFileEx, WriteFileEx.
2001-07-02 18:56:01 +00:00
Hidenori Takeshima
0ca6db0a1c
Added some dshow headers.
2001-07-02 18:04:04 +00:00
Dmitry Timoshkov
7aa8694908
Fix some inter dll dependencies.
2001-07-02 18:02:10 +00:00
Dmitry Timoshkov
07b4422a01
Add stdcall->cdecl thunks for inet_network and getnetbyname.
2001-07-02 18:01:41 +00:00
Dmitry Timoshkov
043f64021d
Replace PROFILE_* functions by Reg*.
2001-07-02 18:00:33 +00:00
Guy L. Albertelli
6ae29d6ac0
RBBS_FIXEDSIZE should not affect _AdjustBands (found by Mike McCormack
...
in WinZip).
2001-07-02 17:59:11 +00:00
Mike McCormack
aa62953b31
Fix button text placement for disabled buttons (see Winzip 8.0).
2001-07-02 17:58:31 +00:00
Nikolas Zimmermann
96c0ed6634
Added IBindHost, IWinInetInfo, IWinInetHttpInfo class definitions,
...
BINDF, BINDSTATUS structs.
2001-07-02 17:58:01 +00:00
Patrik Stridvall
a274dd9105
Fixed some issues found by winapi_check.
2001-07-02 01:22:10 +00:00
Patrik Stridvall
0e397febb0
Several bug fixes and additions.
2001-07-02 01:21:48 +00:00
Dmitry Timoshkov
56a19923e8
Replace some 16-bit calls by their 32-bit equivalents.
2001-07-02 01:21:26 +00:00
Guy L. Albertelli
b0327f2b40
Remember response from LVN_GETDISPINFO if user sets LVIF_DI_SETITEM.
2001-07-02 01:20:28 +00:00
Dmitry Timoshkov
f177a1546b
Finish win32s separation.
2001-07-02 01:19:57 +00:00
Alexandre Julliard
4bbf1fbded
Release 20010629.
2001-06-29 20:19:27 +00:00
Dmitry Timoshkov
3b725f6b9a
Fix 'make depend' for out of the source tree build.
2001-06-29 19:20:18 +00:00
Dmitry Timoshkov
e070021789
Add missing config.h include.
2001-06-29 19:19:53 +00:00
Alexandre Julliard
f25487a10f
Removed unnecessary SetWindowPos call in SetWindowRgn.
2001-06-29 01:41:32 +00:00
Andreas Mohr
3d2a38cf1a
Documentation update.
2001-06-29 01:41:03 +00:00
Alexandre Julliard
ed15fc7de1
Moved ForceWindowRaise to the USER driver and removed the WND driver.
2001-06-29 01:26:41 +00:00
Travis Michielsen
b9bd3f81c0
Fixed handling of WM_MOUSEWHEEL messages in non-client space.
2001-06-29 01:17:55 +00:00
Patrik Stridvall
17fd4e3816
Documentation name fixes.
2001-06-28 18:04:41 +00:00
Patrik Stridvall
61c8a939f3
Fixed subtle configure bug concerning OpenGL.
...
Found on FreeBSD (which has OpenGL in /usr/X11R6/lib).
2001-06-28 18:03:15 +00:00
Patrik Stridvall
83eb6b83a5
Fixed some issues found by winapi_check.
2001-06-28 18:02:05 +00:00
Patrik Stridvall
f20beca7e6
Several bug fixes and additions.
2001-06-28 18:01:39 +00:00
Bill Medland
86bfa4cbd1
Improved handling of styles in the edit control, including detecting
...
changes of style and correcting handling of inconsistant styles.
2001-06-28 18:01:00 +00:00
Dmitry Timoshkov
93e936f97b
Finish ole32 separation.
2001-06-28 17:59:22 +00:00
Alexandre Julliard
9f55ae6f62
- Remove cooked hardware messages when they are dropped (reported by
...
Gerard Patel).
- Convert all posted 32-bit messages to Unicode before storing them in
the queue.
- Faster implementation of MSG_IsPointerMessage.
- Moved a couple of functions from queue.c to message.c.
2001-06-28 04:37:22 +00:00
Alexandre Julliard
ed2f19a63f
Put AC_DEFINE symbols definitions directly in the configure script so
...
that we no longer need an acconfig.h. Cleaned up dlopen() tests a bit.
2001-06-27 21:42:00 +00:00
Andreas Mohr
e8f90883d8
Fix misleading P4 warning message appearing even in case of match.
2001-06-27 21:38:58 +00:00
Alexandre Julliard
649637f53f
Added window properties to make some x11drv-specific information
...
available to higher level code.
2001-06-26 21:10:11 +00:00
Uwe Bonnes
6509fa93f9
Added /dev/parport support for direct port access.
2001-06-26 21:06:07 +00:00
Alexandre Julliard
9446387170
Make the visible region empty for non-visible windows.
2001-06-26 20:09:19 +00:00
Dmitry Timoshkov
b91d2dfa5b
Replace one more PROFILE_ function by RegQueryValueExA.
2001-06-26 19:36:23 +00:00
Dmitry Timoshkov
36b4e1e2bf
Replace some 16-bit calls by their 32-bit equivalents.
2001-06-26 19:34:36 +00:00
Alexandre Julliard
7f862cb2d2
Don't compile vm86-specific code on platforms that don't support it.
2001-06-25 21:08:47 +00:00
Jau-Horng Chen
8a820bc51a
Added Traditional Chinese Support
...
Fixed sublang font size error when not using fixed-size font.
2001-06-25 21:01:00 +00:00
Dmitry Timoshkov
698ef15b19
Replace some 16-bit calls by their 32-bit equivalents.
2001-06-25 20:08:44 +00:00
Alexandre Julliard
f9037de2ae
Implemented SendInput().
2001-06-25 20:01:03 +00:00
Dmitry Timoshkov
8d7b7d830c
Better separate the XShm using code.
2001-06-25 19:51:04 +00:00
Bang Jun-Young
a556f688ec
Add a workaround for a bug in byacc (again).
2001-06-24 00:23:37 +00:00
Eric Pouech
1055481a71
Fixed for new relay format. added thread knowledge.
2001-06-24 00:23:18 +00:00