Commit Graph

602 Commits

Author SHA1 Message Date
Ove Kaaven fa5f56fceb Added CoFreeLibrary stub. 1998-11-01 14:47:53 +00:00
Alexandre Julliard 94fa029b69 Updated FAQ location. 1998-11-01 14:14:56 +00:00
Huw D M Davies 6fafe9e07e Implement SEGPTR conversion for STARTDOC in Escape32(). 1998-11-01 14:06:04 +00:00
Ulrich Weigand 7119a6ea5e Bugfix: SetDCState did not reset clipping region to empty. 1998-11-01 14:05:33 +00:00
Marcus Meissner 314d968d52 Fixed small off by one error in GetComputerName32W, always killed the
last character of a hostname.
1998-11-01 14:04:45 +00:00
Marcus Meissner d982a71b8a Don't HeapFree() colormap if we didn't allocate one. 1998-11-01 14:04:15 +00:00
Marcus Meissner 9cfe2d5384 Added stubs for user32,advapi32 functions. 1998-11-01 14:02:57 +00:00
Marcus Meissner 51505b12b3 More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/. 1998-11-01 14:00:21 +00:00
Andreas Mohr 6f36e642b0 Changed many WARN()s related to internal Wine memory failures to
ERR()s.
1998-11-01 13:33:57 +00:00
Andreas Mohr 6569ba3f09 Added .spec entry for KERNEL.RegisterServiceProcess. 1998-11-01 13:32:44 +00:00
Andreas Mohr b7db887be1 Added stub for CheckCursor(). 1998-11-01 13:30:18 +00:00
Tim Newsome e7cdbb0589 Fix for non-modal dialog closing. 1998-11-01 13:04:43 +00:00
David Faure 120e4576c4 Rewrote the two routines using the vkey->scancode array to use
keyc2vkey for each keycode, instead. Not tested.
Removed unused IDirectInputDeviceA_GetDeviceState.
Fixed warning in TRACE() call.
1998-11-01 13:03:43 +00:00
David Faure 6f75dc440f Deleted the vkey->sancode array, because QWERTY specific.
Back to using the X keycode instead as the scancode. Tested.
1998-11-01 13:02:59 +00:00
Huw D M Davies bcad255cb4 Print a message if the PostScript driver can't find a PPD file. 1998-11-01 13:02:27 +00:00
Ove Kaaven 5359722ceb Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
(DOS apps/games using this mode comes up now, although you can't
really do anything with them (yet?).)
1998-11-01 12:53:43 +00:00
Ove Kaaven 99c174e9a1 Use macro V86_FLAG. 1998-11-01 12:53:17 +00:00
Ove Kaaven 6877411688 Set default video mode to 3 (80x25 color). 1998-11-01 12:52:41 +00:00
Ove Kaaven b247ab3061 Ignores a couple of signals. 1998-11-01 12:52:14 +00:00
Ove Kaaven 1499a845ff Moved VGA-emulating DirectX code from dispdib.c to a separate
file. Made it use a system timer and trap I/O accesses to the VGA
DAC registers to accommodate DisplayDib-using programs that try to
access the VGA hardware directly.
1998-11-01 12:51:47 +00:00
Ove Kaaven 7f740cbb04 Indirection for INSTR_EmulateInstruction for use by DOS code.
Added support for a 55Hz system timer, letting DOS apps calibrate
their delay loops and such. Calls INSTR_EmulateInstruction for
instruction emulation (principally I/O port access). Added macro
V86_FLAG.
1998-11-01 12:41:19 +00:00
Marcus Meissner 1e319975d7 Small fixes. 1998-10-31 12:20:55 +00:00
Marcus Meissner 9fd5ceb968 Removed the FIXME() and moved SetLastError(0) to the end (so that
GetTempFileName et.al. can't overwrite it).
1998-10-31 12:20:39 +00:00
Marcus Meissner 8143accee2 Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
a bit further.
1998-10-31 12:19:56 +00:00
Rein Klazes 4f7abc05c2 MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
style, should not be shown at creation nor activated unless the
WS_VISIBLE flag is set.
1998-10-31 12:18:17 +00:00
Stephen Langasek 48325f1f18 Bugfix for fixup_imports: Enable checking for terminating import
struct with Characteristics bitfield set to 0.
1998-10-31 12:10:08 +00:00
Rein Klazes bf1bc516cc Delay linking newly created window in linked list until after the
WM_NCCREATE message.
1998-10-31 12:09:32 +00:00
Rein Klazes 1518a949cb Small bug in FILE_InUse does not do a release on every acquired file
pointer.
1998-10-31 12:08:55 +00:00
Marcus Meissner 4ef4d6d5ea lpszName of NULL is handled (removes some warnings). 1998-10-31 12:07:51 +00:00
Marcus Meissner 0e62bbac28 Now allows specification of a start directory on the cmdline. 1998-10-31 12:07:21 +00:00
Marcus Meissner d09136f0ce Gets rid of the arch-dependent bit operations (tested on Linux and
Solaris/x86).
1998-10-31 12:06:53 +00:00
Juergen Schmied 982f139d19 A dest buffer was printed out as string. 1998-10-28 14:58:02 +00:00
Juergen Schmied 5b00ec7c4d Corrected 2 wrong definitions. 1998-10-28 14:45:44 +00:00
Patrick Spinler 24ee621110 Added stubs for Process32First/Process32Next. 1998-10-28 14:20:19 +00:00
François Gouget 241c730d54 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
headers prototypes.
1998-10-28 10:47:09 +00:00
Huw D M Davies 87f87bf61c Added pBitmapBits and pCreateBitmap to the GDI function table and
moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
1998-10-28 09:53:53 +00:00
Juergen Schmied 309dbe10ef New SHGetSimpleIDListFromPath32AW.
Unicode-safe: PathFindFilename32AW.
1998-10-28 09:38:49 +00:00
Justin Bradford bce6d3e728 IExtractIcon had an extra c in a struct definition. 1998-10-28 09:37:38 +00:00
John Richardson f0f4cfe5a4 Added entry for DirectPlayEnumerate. 1998-10-28 09:36:56 +00:00
Juergen Schmied 584436ca9b Added Slovak nls-resources. 1998-10-28 09:25:09 +00:00
Huw D M Davies e0a25722ac Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
CreateRoundRectRgn.
1998-10-28 09:24:02 +00:00
Marcus Meissner 66cd333461 EnumDisplayModes* returns a static list of modes with all depths
(helps hexen2demo), ChangeDisplaySettings returns true all the time.
1998-10-27 15:41:54 +00:00
Marcus Meissner d1165095dc Stub for midiOpenStream (helps hexen2demo). 1998-10-27 15:22:26 +00:00
Robert Pouliot c3ab26e9bb Small patch for better French support. 1998-10-27 13:21:29 +00:00
Robert Pouliot 45e9b6cda4 Added French language support. 1998-10-27 13:19:55 +00:00
Ulrich Weigand 12dc8e7185 Bugfix: memory overwrite bug. 1998-10-27 13:17:43 +00:00
NF Stevens 1410cdd0c4 A couple of TRACE messages are missing a newline at the end. 1998-10-26 11:04:12 +00:00
Pascal Cuoq 724f1900de 32-bit clipboard support. 1998-10-26 10:58:16 +00:00
Ulrich Weigand e948930ea8 Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
on the queue.
1998-10-26 10:45:13 +00:00
NF Stevens 9552483350 Fixed a minor problem with the menus for mdi child windows. 1998-10-26 10:44:17 +00:00