Alexandre Julliard
45a4b0a2ec
Avoid crash on NULL data pointer.
2000-02-20 13:57:13 +00:00
Andreas Mohr
63e8bd5d50
Added stub for RtlAssert().
2000-02-20 13:47:28 +00:00
Hidenori Takeshima
8097a26372
Added Japanese jp106 and pc98x1 keyboard layout.
2000-02-20 13:43:29 +00:00
Eric Pouech
1ee4a807c5
Got rid of PROFILE_ functions, now accessing Wine config options
...
through the registry.
2000-02-20 13:40:54 +00:00
Eric Pouech
0521a541f8
While creating the wine config key, make sure that only Wine's subkeys
...
are volatile.
2000-02-20 13:39:42 +00:00
Marcus Meissner
e8742dddde
Check for NULL ptr in PSDRV_GetDeviceCapabilities.
2000-02-20 13:35:54 +00:00
Marcus Meissner
8bc6e0041c
Added a bit magic to CONSOLE_get_input so we don't get single Escapes
...
from function key escape sequences.
2000-02-20 13:29:25 +00:00
Alexandre Julliard
bcb7f4ee37
Bug fix for native USER.
2000-02-19 20:51:29 +00:00
Alexandre Julliard
431cf32450
Hard-coded DllPairs configuration; there is no need for the user to
...
change it.
2000-02-19 20:51:01 +00:00
Alexandre Julliard
00377a78b7
Store config file contents in the registry so we only have to load it
...
once per session.
Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
Removed a few unnecessary/unused command-line options.
2000-02-19 20:50:00 +00:00
Alexandre Julliard
67a24c8cfb
Store the handle of the process exe file in the server.
...
Removed PROCESS_Initial().
2000-02-18 21:54:32 +00:00
Owen Wang
64b9d86669
Set the type of VarBstrFromDate to dwFlags, instead of lcid.
...
Ulrich Czekalla <ulrichc@corel.ca>
Fixed the problem with the date being off by one.
Petar Djukic
VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
with VariantClear.
Coerce function doesn't implement coercion for VT_DISPATCH type.
2000-02-18 19:14:29 +00:00
Andreas Mohr
28db50f060
Added/corrected ordinals of kernel, gdi, user.
2000-02-18 19:11:35 +00:00
Noomen Hamza
ff72776e55
Popup windows will be hidden when minimizing the main frame.
2000-02-18 19:11:04 +00:00
Alexandre Julliard
d65198c6b3
Changed the loading of typelib files to use a memory mapping instead
...
of reading the file bit by bit.
2000-02-18 19:08:40 +00:00
Andreas Mohr
91a8e0d73c
DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
...
path component even if a match already occurred.
2000-02-18 19:06:49 +00:00
Eric Pouech
853043b4b7
Fixed prototype for OleTranslateColor.
2000-02-18 19:06:00 +00:00
Matthew Cline
8bfd825fbe
Added WARN messages on open errors.
2000-02-18 19:05:11 +00:00
Hidenori Takeshima
be7aba013a
The maximum size of the buffer is 1024 bytes in Win32.
2000-02-18 19:04:28 +00:00
Alexandre Julliard
90476d6b4a
Moved SystemHeap allocations to the process heap.
2000-02-16 22:47:24 +00:00
Gerard Patel
6fdb5ddc0c
Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
2000-02-16 21:23:24 +00:00
Ulrich Czekalla
9d2d34fbfd
Send WM_HELP message when F1 is pressed.
2000-02-16 21:22:18 +00:00
Alastair McKinstry
33536e2753
Added support for the following celtic languages: Irish Gaelic, Scots
...
Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
2000-02-16 21:21:51 +00:00
Juergen Schmied
32fe6bdc13
Added stub for CoResumeClassObjects.
2000-02-14 19:56:21 +00:00
Lionel Ulmer
78e8410035
- added argument printing to stubs
...
- replaced memcmp by IsEqualGUID
- implemented GetCapabilities for Mouse and Keyboard
2000-02-14 19:55:26 +00:00
Ove Kaaven
d0c3e19e8a
ioctlsocket() now returns success if the app sets nonblocking mode for
...
WSAAsyncSelect()-ed sockets.
2000-02-14 19:50:57 +00:00
Gerald Pfeifer
5d3cd5296f
Fixed FreeBSD compile.
2000-02-14 19:50:26 +00:00
Eric Pouech
696fb4f341
- fixed crash on mci channel tracing
...
- fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
2000-02-14 19:49:46 +00:00
James Abbatiello
b96c6e2b1f
Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
2000-02-13 16:08:19 +00:00
Dave Pickles
717bf7e9ea
Added definition for STILL_ACTIVE.
2000-02-13 16:04:14 +00:00
Juergen Lock
2d33ab91f4
Added configure check for the unix domain sockaddr length.
2000-02-13 16:03:29 +00:00
Juergen Lock
3d54d6a7eb
Fixed CDROM_Audio_Seek for non-linux systems.
2000-02-13 16:00:53 +00:00
Matthew Cline
20512fd854
GetObjectA() now rejects GDI handles which are invalid.
2000-02-13 16:00:17 +00:00
Juergen Lock
7dcd343fa8
VERSION_GetSystemDLLVersion crashed when being called on a .so.
2000-02-13 15:58:44 +00:00
Martin Fuchs
c96dcd77f6
Display the system popup menu when clicking with the right mouse
...
button in the window caption.
2000-02-13 15:57:41 +00:00
Alexandre Julliard
83ab5ae577
Removed check for class existence.
2000-02-13 15:10:50 +00:00
Alexandre Julliard
d711ad9e0a
Removed superfluous GlobalFindAtom calls.
2000-02-13 15:10:16 +00:00
Juergen Schmied
bd1dcd7520
Reading of ri blocks.
...
Better error handling.
2000-02-13 15:05:39 +00:00
Matthew Cline
c448c5cf53
Check that ci->hWindowMenu is not zero before using it.
2000-02-13 15:05:07 +00:00
David Howells
53ec9f3287
Implemented isw*() wctype.h functions.
2000-02-13 15:04:24 +00:00
Andreas Mohr
ef22c25887
Better error messages.
2000-02-13 15:03:25 +00:00
Alex Priem
d5a50a3cea
Fixed off-by-one error.
2000-02-13 15:02:43 +00:00
Alexandre Julliard
b849d79104
Moved global atoms to the server (based on the work of Sergei
...
Turchanov <turchanov@otvprim.ru>).
2000-02-13 13:56:13 +00:00
Matthew Cline
4ecb75b050
Added a PTEXTMETRIC[A|W] definition.
2000-02-12 19:26:07 +00:00
Matthew Cline
a5affc63c9
Added typedefs for PSHORT and PUSHORT.
2000-02-12 19:25:38 +00:00
Andreas Mohr
beae14de0c
Protect EndDialog() from invalid window handles.
2000-02-12 13:21:23 +00:00
Lionel Ulmer
c3bc0fa2e3
Replaced fprintfs by proper debug macros and fixed some compilation warnings.
2000-02-12 13:20:20 +00:00
Ian Schmidt
ef9067531b
Added GUIDs, defines, and structures for DirectX7.
2000-02-10 22:38:53 +00:00
Oleg Korda
596bca5bfc
Added Russian translation.
2000-02-10 22:38:16 +00:00
Phillip Ezolt
a1f092a1d3
Added missing goto in switch statement.
2000-02-10 22:37:24 +00:00