Juergen Schmied
2c20591578
New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
...
RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
SetTaskmanWindow.
1998-10-15 12:35:41 +00:00
Juergen Schmied
e6db6f6c0a
New stubs NtQueryInformationThread, NtQueryInformationToken,
...
RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
1998-10-15 12:32:54 +00:00
Turchanov Sergey
8db79c2c57
Fixed PlaySound to start its thread the right way.
1998-10-15 12:13:39 +00:00
Alex Korobka
f172d64a40
CB_SETCURSEL and some other fixes.
1998-10-14 18:40:35 +00:00
Alex Korobka
d37b69cdc8
Better QUEUE_FlushMessages().
1998-10-14 18:38:22 +00:00
Moshe Vainer
4a150e7753
Partial implementation of GetOutlineTextMetrics32A.
...
Added structures for OUTLINETEXTMETRICS.
1998-10-14 18:15:43 +00:00
Ulrich Weigand
27bb362fe1
Do not clip source rectangle even by visible region for bitblts.
...
Added field 'totalExtent' to WIN_DC_INFO.
1998-10-14 18:06:44 +00:00
Ulrich Weigand
ff1c569d5c
Added stub for VMM PM API AH=026[de] (never say 'safe mode').
1998-10-14 18:01:08 +00:00
Ulrich Weigand
3888246083
Bugfix: Local32Free caused free handles list corruption.
1998-10-14 18:00:23 +00:00
Marcus Meissner
48ed3e11a4
Fixed --disable-debug config option.
1998-10-14 17:58:40 +00:00
Petter Reinholdtsen
5a17c038a8
Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
...
and FileIconInit() needed by Win95 explorer.
1998-10-13 12:49:40 +00:00
Norman Stevens
a83d0657e6
Improving keyboard handling, including accelerator keys in dialog
...
boxes. Also fixes enter key in Agent32 edit box.
1998-10-12 07:25:35 +00:00
Alexandre Julliard
115d87348c
Touch to test auto mailing of commits.
1998-10-11 23:14:04 +00:00
Eric Pouech
8b230047e9
Added support in file dialog boxes handling for filters like
...
"*.txt;*.bat".
1998-10-11 19:37:23 +00:00
Ulrich Weigand
a3527cf369
Implemented new PE DLL initalization code, trying to call the
...
DllEntryPoint routines always in correct order :-)
Bypass snooping when getting data buffer addresses (thunk buffers,
__GP handlers) and for 32-bit routines directly called from 16-bit
(due to stack address size problems).
1998-10-11 19:31:10 +00:00
Ulrich Weigand
2e244c45a3
Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
...
Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
1998-10-11 19:29:22 +00:00
Ulrich Weigand
5efaf50ed5
Implemented (partially) the KERNEL Thunklet API and Callback Client
...
API (KERNEL.560-568,604-612,619-622).
Added stubs for K228, K237, KERNEL.365, KERNEL.447.
1998-10-11 19:26:00 +00:00
Alexandre Julliard
f276a7d441
Added comm.s.
1998-10-11 19:14:59 +00:00
Ulrich Weigand
71f7a4603e
Stubs for CreateUser(Discardable)Bitmap16.
1998-10-11 19:13:52 +00:00
Ulrich Weigand
bf5f693ff9
Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
1998-10-11 19:12:16 +00:00
Ulrich Weigand
85a7ff4090
GlobalFix16 is supposed to return selector to the memory area.
1998-10-11 19:10:10 +00:00
Ulrich Weigand
0b597bce93
Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
1998-10-11 19:01:33 +00:00
Ulrich Weigand
2e30f6ffa3
Use emergency TEB selector to avoid debugger crashes when stepping
...
through relay stubs (or when FS is invalid otherwise).
1998-10-11 18:59:11 +00:00
Ulrich Weigand
72dcd5c8b5
MOUSE.DRV routines moved to event.c. Call mouse event procedure.
1998-10-11 18:58:01 +00:00
Ulrich Weigand
d4663668b8
Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
...
coordinates relative to the device, not the DC origin. This is
necessary to correctly implement GetClipRgn16 and InquireVisRgn.
SelectVisRgn also expects region in device-relative coordinates.
Adapted the rest of Wine to this coordinate change.
Implemented ExtSelectClipRgn.
1998-10-11 18:47:02 +00:00
Andreas Mohr
832e498565
Added gdb tip.
1998-10-11 17:40:28 +00:00
Andreas Mohr
c21650e17f
Small fix.
1998-10-11 17:37:53 +00:00
Andreas Mohr
e6c12eeb04
Yet another small self-loader fix.
1998-10-11 17:36:46 +00:00
Andreas Mohr
fe6dfb0522
Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
...
correctly due to current drive being set too late.
1998-10-11 17:36:06 +00:00
Alexandre Julliard
927875fdbe
Added a lost entry for last release.
1998-10-11 17:21:20 +00:00
Patrik Stridvall
1439f72b48
Use $(AS) instead of $(CC) to compile .s files.
1998-10-11 17:12:21 +00:00
Patrik Stridvall
8295c862dc
Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
1998-10-11 17:09:05 +00:00
Patrik Stridvall
091e78564d
Started the implementation of IMAGEHLP.DLL.
1998-10-11 17:04:17 +00:00
Patrik Stridvall
29c08dd4df
Started the implementation of MSACM.DLL and MSACM32.DLL.
1998-10-11 17:00:29 +00:00
Patrik Stridvall
686db71fd5
Removed things that were earlier added by mistake.
1998-10-11 15:55:55 +00:00
Patrik Stridvall
5cd63f3531
The implementation of mmioWrite is now called instead of the stub.
1998-10-11 15:54:19 +00:00
Juergen Schmied
6acd059970
Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
1998-10-11 15:50:14 +00:00
Juergen Schmied
bbb946f0ed
New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
...
Implemented: SHGetPathFromIDList32W.
Changed PathCombine.
1998-10-11 15:48:39 +00:00
Juergen Schmied
5371e45285
New structures DVASPECT, TYMED, IDLList.
...
Shell specific clipboard formats.
1998-10-11 15:45:48 +00:00
Juergen Schmied
c289be71e5
Cosmetics.
1998-10-11 15:44:50 +00:00
Juergen Schmied
85c33fdc2c
Stub EnumPrintersW.
1998-10-11 15:43:16 +00:00
Juergen Schmied
48db7fffe3
Implemented first functions.
1998-10-11 15:42:10 +00:00
Juergen Schmied
7a78cfef8b
New class IDLList "Item ID List List" (internal).
1998-10-11 15:41:30 +00:00
Juergen Schmied
5733ed761d
Small changes (uses HIWORD/LOWORD).
1998-10-11 15:40:04 +00:00
Juergen Schmied
84b358dc15
Stub CreateDialogIndirectParamAorW.
1998-10-11 15:38:35 +00:00
Uwe Bonnes
2a4707abe1
Don't install object files when --disable-lib is selected.
1998-10-11 14:57:08 +00:00
Uwe Bonnes
fd314683b9
Don't print name for 32 bit lib multiple times.
...
Clean up printing in DEBUG_ProcessDeferredDebug.
1998-10-11 14:56:21 +00:00
David Luyer
39413f81c1
Small fixes.
1998-10-11 14:36:56 +00:00
Petter Reinholdtsen
0dce5b7538
Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
1998-10-11 14:26:25 +00:00
Matthew Becker
b05264fe53
Documentation corrections/standardizations.
1998-10-11 14:21:42 +00:00