1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
Commit Graph

168510 Commits

Author SHA1 Message Date
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
Alexandre Julliard
5f2c7dc15d Added Eric Pouech. 1998-10-11 14:16:50 +00:00
Eric Pouech
9f65a719fb Started coding 32 bit MCI handling.
Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
Wrote MCI MIDI support.
1998-10-11 14:14:24 +00:00
Rein Klazes
8077f1094b Yet another improvement to the bezier code. 1998-10-11 14:07:01 +00:00
Rein Klazes
d62c62b19b Added window text to the output generated by walk wnd debugger
command. Now at least I can recognise what's what.
1998-10-11 14:05:34 +00:00
Rein Klazes
43daa7a32f GetTickCounts() has a granularity in windows of 25 msec's.
Girotel's serial communication appears to depend on it, so I guess
it's a feature...
1998-10-11 14:04:10 +00:00
Rein Klazes
cd7986ba01 Update the modemn status bit that indicates whether the RLSD line is
active in every call to GetCommError(). This is not the proper place,
but since wine doesn't do any event-stuff...
Fixed some TRACE call's faced with non zero terminated strings.
Restore the terminal state at CloseCommt to the state it was at
OpenComm(), so the modem will go off-hook.
1998-10-11 14:02:09 +00:00
Alexander Larsson
d235b137a8 GetModuleFileName32A() returns long filename if app sets osversion >=
4.0. Also moved the long filename hackery to GetLongPathName32A() so
it can be used by win32 programs.
1998-10-11 13:59:08 +00:00
Alexander Larsson
c1190fe2b4 GetLongPathName32A() returns dos format long filename instead of unix
format.
1998-10-11 13:57:09 +00:00
Eric Kohl
b600ac0f77 Small fixes. 1998-10-11 13:26:49 +00:00
Eric Kohl
a8ea46b7a9 Added SHFlushClipboard. 1998-10-11 13:25:51 +00:00
Eric Kohl
17216d35a7 Fixed some undocumented functions.
Changed algorithm in DPA_QuickSort().
Fixed heap creation/destruction and control [un]registration in
ComCtl32LibMain().
1998-10-11 13:21:17 +00:00
Eric Kohl
54d9f79337 Fixed a bug. 1998-10-11 13:20:06 +00:00
Eric Kohl
96388c85b1 Added tracking support and fixed loading of resource strings.
Added unregister code.
1998-10-11 13:19:17 +00:00
Eric Kohl
37d68ef55b Added IPAddress and NativeFont controls. 1998-10-11 13:17:47 +00:00
Eric Kohl
978137dc60 Some minor improvements. 1998-10-11 13:12:54 +00:00
Eric Kohl
6ef6825cdc Improved drawing and placement code. Explorer style common dialogs are
looking good now.
1998-10-11 13:11:54 +00:00
Eric Kohl
1b1bf2be84 Fixed bug in DrawIconEx32(). 1998-10-11 13:10:08 +00:00
Eric Kohl
a62e129dfe Improved GetSystemInformation32[A/W]. 1998-10-11 13:09:32 +00:00
Eric Kohl
8e517b5ce1 Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
Fixed handling of WS_EX_TOOLWINDOW.
1998-10-11 13:06:35 +00:00