Dmitry Timoshkov
967813dca5
Fix snooping of 16-bit dlls being loaded at the same address.
2002-08-13 18:14:14 +00:00
Huw D M Davies
ff6bda8960
At the end of PATH_StrokePath, update dc->CurPosX|Y so that their
...
values are in logical co-ords.
2002-08-13 18:12:52 +00:00
Dmitry Timoshkov
2a00807f40
Fixed hex to binary conversion.
2002-08-13 18:11:15 +00:00
Dmitry Timoshkov
4c903ea4b8
us->Length is in bytes.
2002-08-13 18:10:28 +00:00
Dmitry Timoshkov
9447958bc1
Throw exception only for Wine internal locks.
2002-08-13 18:09:22 +00:00
Alexandre Julliard
473f3de872
Reduce flicker on updates.
2002-08-13 18:08:45 +00:00
Mike McCormack
06effbf07a
Duplicate the font handle passed through WM_SETFONT, because it does
...
not belong to us and is not ours to free.
2002-08-13 18:08:15 +00:00
Dmitry Timoshkov
2f2e4fab6c
Added WM_GET/SETTEXT support.
2002-08-13 18:07:02 +00:00
Alexandre Julliard
140c905688
The provider functions are WINAPI.
2002-08-13 18:05:45 +00:00
Aric Stewart
cae4c9086f
Only modify returned keys on success.
2002-08-13 18:05:19 +00:00
Alexandre Julliard
3972efae51
Added 'walk exception' command.
2002-08-13 18:04:01 +00:00
Alexandre Julliard
ea97b39a79
Avoid dependencies on y.tab.h.
2002-08-13 03:30:58 +00:00
Alexandre Julliard
6006757996
Setup exception frame around 16-bit calls to unwind stack properly.
2002-08-13 03:29:17 +00:00
Juergen Schmied
1166dc733a
Stubs for DragDropHelper.
2002-08-13 03:21:53 +00:00
Marcus Meissner
03c1f4a032
Fixed the ppdev.h present but not direct io access case.
2002-08-13 03:18:40 +00:00
Pierre Beyssac
bd15bef954
Fixed ptrace argument order for FreeBSD, NetBSD and Solaris.
2002-08-13 03:18:14 +00:00
Jukka Heinonen
77c239979a
Add support for moving VGA controller window in framebuffer using SVGA
...
interrupts. Detect correctly color plane modes and linear modes,
including Mode-X. Moved VESA interrupts into separate function and
implemented few more stubs.
2002-08-13 03:17:42 +00:00
Alexandre Julliard
c963d90f50
Test results need to depend on the module being tested.
2002-08-10 00:03:25 +00:00
Alexandre Julliard
27189627cb
Added explicit dependency on y.tab.h for lex output.
2002-08-10 00:03:08 +00:00
Alexandre Julliard
f507278769
Unprotect the resource data in the unhandled exception handler to fix
...
broken apps.
2002-08-09 20:01:00 +00:00
Alexandre Julliard
a5dea216cc
Implemented the RtlImage* functions, and use them to replace the
...
PE_HEADER macro.
2002-08-09 19:57:38 +00:00
Andriy Palamarchuk
3d8b123e5a
Improved richedit headers.
2002-08-09 19:51:49 +00:00
Michael Stefaniuc
c8ff4da2ac
Convert HMMIO to a void*.
2002-08-09 19:51:01 +00:00
Dave Hawkes
392c54e1c0
Fonts with an incomplete character set could cause a fault.
2002-08-09 19:50:20 +00:00
Marcus Meissner
5ee517ac3d
Copy va_lists by using va_copy, not by just assigning them.
2002-08-09 19:49:31 +00:00
Alexandre Julliard
edeee89c3e
Create separate makefiles for tests for more flexibility.
2002-08-09 01:22:40 +00:00
Alexandre Julliard
63d29eb79b
Fixed string lengths to do the right thing for all platforms.
2002-08-09 01:14:23 +00:00
Alexandre Julliard
ee067be694
Updated authors list.
2002-08-09 01:13:31 +00:00
Ove Kaaven
29b3061bfa
Some more RPC definitions.
2002-08-09 01:11:39 +00:00
Patrik Stridvall
4325554aef
Fixed some issues found by winapi_check.
2002-08-09 01:07:29 +00:00
Patrik Stridvall
5694feeeb8
API file update.
2002-08-09 01:03:48 +00:00
Michael Stefaniuc
ec7d7b72b2
- Convert HDRVR to a void*.
...
- Fix declaration of DriverCallback().
2002-08-09 01:02:25 +00:00
Andriy Palamarchuk
6a7759818a
Added an example of using winemaker.
2002-08-09 00:58:27 +00:00
Andriy Palamarchuk
a8b66d5f7b
Updated to generate build scripts working with current Wine, use some
...
Wine conventions.
Generated configure now finds libraries in binary Wine installation.
2002-08-09 00:57:57 +00:00
Huw D M Davies
b4bdd818e0
Add missing HeapFree.
2002-08-09 00:55:33 +00:00
Gregg Mattinson
8c9bdcc9e1
Fixes for Sparc build.
2002-08-07 01:18:41 +00:00
Alexandre Julliard
520852c769
Don't make the ac_asm function wrapper static to prevent it from being
...
optimized out.
2002-08-07 00:04:44 +00:00
Alexandre Julliard
547d236fe1
Get rid of removed winapi_check subdirs.
2002-08-07 00:03:01 +00:00
Alexandre Julliard
ca6dbf7c25
Don't change base in map_image since we use it later on.
...
Added some tracing.
2002-08-06 23:53:38 +00:00
Alexandre Julliard
c1dec29304
Authors: Josh DuBois <duboisj@codeweavers.com>, Marcus Meissner <meissner@suse.de>
...
PowerPC locked exchange functions merged from old ppc patch.
NtCurrentTeb handling for PowerPC (using gpr 13).
2002-08-06 23:51:25 +00:00
Juergen Schmied
53e5bd5000
Implement StrRetToStr in shlwapi.
2002-08-06 23:50:27 +00:00
Christian Costa
afe785c4d5
Initialize the DDCAPS structure of the DDRAW object at creation.
2002-08-06 23:49:46 +00:00
Lionel Ulmer
7ea3a29eca
Handle 'not acquired' error messages on keyboard GetDeviceData.
2002-08-06 23:49:12 +00:00
Alexandre Julliard
60a583d66d
Release 20020804.
2002-08-04 18:59:16 +00:00
Alexandre Julliard
636cfc5389
Set user address space limit to 0xc0000000.
2002-08-03 19:13:55 +00:00
Lionel Ulmer
00b088bc25
Support negative values in RECTs during Blts.
2002-08-03 19:11:55 +00:00
Juergen Schmied
712caf3596
- Fixed possible loss of data with given overlapped structure on a
...
file opened in non overlapped mode.
- Fixme for file-lock functions.
2002-08-03 19:11:33 +00:00
Alexandre Julliard
7bf07d154e
Only link with msvcrt on mingw32. Cleaned up a few AC_SUBST.
2002-08-03 00:25:59 +00:00
Juergen Schmied
d1c144148c
- Moved 16 bit functions to a seperate file.
...
- First implementation for free threaded marshaller.
- Fixed handling of REG_EXPAND_STRING registry values in CoCreateObject.
- Fixed CoLoad/FreeLibrary functions.
- Fixed use internal dll-list (used only for functions loading a dll
internally without returning HMODULE).
2002-08-03 00:17:10 +00:00
Michael Stefaniuc
c414344e2a
Convert HMIXER, HMIXEROBJ to a void*.
2002-08-03 00:14:43 +00:00