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
Eric Kohl
98dfbe1558
Updated.
1998-10-11 13:03:36 +00:00
David Faure
a0815f3027
Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
...
activated. Uses the new KEYBOARD_UpdateOneState.
Fixed a problem with menu accelerators (Alt-letter generates a down
arrow event which beeps if not filtered).
Speeded up ToAscii16/32() a little bit.
1998-10-11 12:35:38 +00:00
Ove Kaaven
5ce602aeb0
Fixed comments.
1998-10-11 12:31:02 +00:00
Ove Kaaven
69df37199b
Made Wine's debugger work satisfactorily with DOS apps.
...
Perhaps dereferencing work better for Win16 apps too now, but
it appears the debugger core wasn't designed for segmentation.
1998-10-11 12:27:04 +00:00
Ove Kaaven
a7cf4eecf2
Simulates DPMI memory map by converting lower-MB segment base
...
addresses as necessary. Implemented allocating/freeing DOS memory
blocks. Added XMS hook. (DPMI remains disabled by default until
someone implements the raw mode switch entry points pkunzip needs.)
1998-10-11 12:26:00 +00:00
Ove Kaaven
c6e16c3a4a
I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
...
can't keep working around flaws in it like this (now stdio
was getting closed when programs close handles >=5)
1998-10-11 12:22:54 +00:00
Ove Kaaven
32486cded4
Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
...
seems to work fine under Wine.
1998-10-11 12:16:56 +00:00
Ove Kaaven
7dc3c60658
Moved some system dependencies to loader/dos/dosvm.c. Implemented
...
environmental argv[0] passing to DOS apps. Added XMS hooks.
1998-10-11 12:15:18 +00:00
Ove Kaaven
7e5b3b3d83
Added a memset() to prevent a debugger segfault caused by
...
uninitialized pointers in the stabs lookup tables.
1998-10-11 12:13:42 +00:00
Marcus Meissner
15776efc64
A few fixes.
1998-10-11 11:47:47 +00:00
Marcus Meissner
c4d9f6515b
Added RtlAllocateAndInitializeSid entry.
1998-10-11 11:28:55 +00:00
Marcus Meissner
7ed9441684
A few function prototype fixes.
1998-10-11 11:27:05 +00:00
Marcus Meissner
8220bc9d7d
Generic dynamic dll loader using dl*() API.
...
Includes: stdcall->cdecl mapping ability, snooping.
(Tested only with glide2x.dll -> libglide2x.so)
1998-10-11 11:10:27 +00:00
Marcus Meissner
8deb379f59
Added win32 enhanced functionality to timer callbacks.
1998-10-11 10:51:17 +00:00
Marcus Meissner
b02ffc7546
Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
...
does at least a bit of keyboard input.
1998-10-11 10:49:46 +00:00
Marcus Meissner
4178629794
Should display again.
1998-10-11 10:47:02 +00:00
Dave Pickles
fcc9d13136
Implemented DS_CENTER dialog style.
1998-10-10 15:52:46 +00:00
Pablo Saratxaga
7e8244bce7
Added function to build the Windows numeric language ID from language,
...
code, charset and dialect strings, like used by Unix LANG variable.
1998-10-10 15:46:43 +00:00
Pablo Saratxaga
ca45823a34
More NLS data.
1998-10-10 15:38:21 +00:00
Peter Schlaile
b636bde357
Fixed a lot of bugs in ddraw.c to make xlib support work.
...
Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
1998-10-10 13:05:21 +00:00