Uwe Bonnes
cd11f29ce1
The API for WideCharToMultiByte says that the src-string has only to be
...
treated as NULL-terminated if srclen is -1.
1998-11-06 10:58:33 +00:00
Ove Kaaven
0fbe1de1f7
Made sure ConfigureNotify is processed before Expose, deferring the
...
Expose event if necessary, thus working around a WM flaw with virtual
desktop scrolling in -managed mode.
1998-11-06 10:56:09 +00:00
Bertho Stultiens
3b7212809b
Bugfix in write_name_str() [writeres.c] where the length byte/word was
...
wrongly counted in the length of the string.
Thanks to Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1998-11-06 10:51:40 +00:00
Eric Pouech
f5e3b6995b
Translated in French (not so good anyhow) message for the mark on
...
system menu.
1998-11-06 10:49:41 +00:00
Juergen Schmied
85082f6267
Changed the default from 0 to 0x409 (eng-us).
1998-11-06 10:19:47 +00:00
Marcus Meissner
4d7f5b6098
Two missing WINAPIs.
1998-11-06 10:15:00 +00:00
Juergen Schmied
a477709873
Fixed one wrong parameter.
1998-11-06 10:12:29 +00:00
Ove Kaaven
11e1a5efa9
Fixed --disable-lib.
1998-11-06 10:01:45 +00:00
Juergen Schmied
0128d0472b
Constants for controls in common dialogs.
1998-11-05 10:33:18 +00:00
Juergen Schmied
1c8659331e
Fixed some compiler warnings.
1998-11-04 18:08:33 +00:00
Jesper Skov
5c3e457b16
egcs 'ambiguous else' warnings fixes.
1998-11-01 19:27:22 +00:00
Huw D M Davies
d0421889c8
Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
...
definition to toolhelp.h.
1998-11-01 19:23:52 +00:00
Ulrich Weigand
7df1fbb3df
Run Winelib applications as 32-bit processes in the initial task.
...
Simplified/removed several special 'if (__winelib)' cases in
Wine main code obsoleted by that change.
1998-11-01 18:01:53 +00:00
Ulrich Weigand
718cbaea16
Call mouse driver callback also if windows are not registered with X
...
(if using native USER.EXE).
1998-11-01 18:00:56 +00:00
Ulrich Weigand
9e29021223
Adapted to separation between KERNEL and USER.
1998-11-01 18:00:09 +00:00
Ulrich Weigand
c75d0e16bd
Implemented new Wine startup sequence, separating startup into
...
KERNEL/USER/GDI related parts, allowing native replacement.
Implemented initial 'kernel' task.
1998-11-01 17:59:35 +00:00
John Richardson
ddea38d736
Implementation of InprocServer32 CoGetClassObject.
1998-11-01 16:51:10 +00:00
Huw D M Davies
82617362a5
More bitmap fixes.
1998-11-01 16:35:42 +00:00
Alexandre Julliard
463b713dfd
Fixed crashes with WM_GETDLGCODE translation.
1998-11-01 16:23:54 +00:00
Patrik Stridvall
ea5847247e
Started moving some X11 window management code to windows/x11drv.
1998-11-01 16:22:07 +00:00
Ove Kaaven
748acbb0a5
Fixed IsDialogMessage16.
1998-11-01 15:27:12 +00:00
Douglas Ridgway
8b21f28d53
Tell people to ignore the 'gets' warning. Some will listen.
1998-11-01 15:14:39 +00:00
Huw D M Davies
84dd9feb05
A couple of small fixes to my bitmap patch.
1998-11-01 15:13:53 +00:00
Uwe Bonnes
3700777e9a
Allow the user to put a mark in the debug log by adding a item in the
...
SYSMENU. The messages needs implementation in all other languages than
English and German.
1998-11-01 15:07:24 +00:00
Uwe Bonnes
2e52589dea
Give tempfile a different name even if they are created in the same
...
second. Removed some fixmes from the ShareDeny stuff.
1998-11-01 15:04:52 +00:00
Rein Klazes
5c6fc1bb91
CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
...
extended style is specified. Also implemented CreateMDIWindow32A()
call - single thread only -.
1998-11-01 14:50:06 +00:00
Marcus Meissner
0d3f09f3a4
Erred in the bit macros in treeview.c. Shiftcounts were wrong.
1998-11-01 14:48:58 +00:00
Marcus Meissner
f63f8bc24b
Detection of the end of imports with Characteristics 0 fail for Borland
...
programs (which seem to have always characteristics 0). Changed to algorithm
to something a bit more intelligent.
1998-11-01 14:48:25 +00:00
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