Juergen Schmied
2e120f8893
Bugfix: SetDlgItemText32 returns BOOL not void.
1998-11-24 20:29:28 +00:00
Juergen Schmied
8090784a46
New stubs GetUserObjectInformationA|W.
1998-11-24 20:26:02 +00:00
Marcus Meissner
7f4d1f4ebf
Removed left over 'show' and useless deadbeef checking which doesn't
...
work.
1998-11-24 20:25:04 +00:00
Marcus Meissner
335276ab6b
Adjust broken entrypoint addresses. (win98 notepad.exe)
1998-11-24 20:22:53 +00:00
Eric Pouech
8a4333e8b5
Updated according to development.
1998-11-24 18:54:18 +00:00
Eric Pouech
65ae1b5982
Some new stubs (midiStreamXXX functions, some mci functions, and
...
some mmio functions).
1998-11-24 18:46:46 +00:00
Eric Pouech
4fa77ce4a1
Moved MCI part to mcimidi.c ; added DriverProc.
1998-11-24 18:31:43 +00:00
Eric Pouech
f33f7d2b4c
Moved MCI part to mciwave.c ; added some error checking ; added
...
DriverProc
1998-11-24 18:24:47 +00:00
Eric Pouech
221a0b8d06
Added mcimidi and mciwave.
1998-11-24 18:13:12 +00:00
Eric Pouech
41274f0ce5
Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
...
seek command.
1998-11-24 17:30:37 +00:00
Eric Pouech
b0a64e3a4b
Starting writing MCI part ; fixed bug in MCI_INFO command.
1998-11-24 16:36:18 +00:00
Eric Pouech
c6d65e06d2
Added some missing stubs in 32 bit part.
1998-11-24 15:27:43 +00:00
Eric Pouech
22c339fdff
Made use of new 16/32 MCI message handling in mmsystem.c.
1998-11-24 15:08:41 +00:00
Eric Pouech
9b3801f2e9
Added some new functions/structures definitions.(I couldn't get all
...
the manifest constants values that MS was referring to in its specs...
if someone has them...)
1998-11-24 14:50:42 +00:00
Eric Pouech
210ef5f67d
Added some error checking ; made use of new 16/32 MCI message handling
...
in mmsystem.c ; fixed bug in MCI_INFO command.
1998-11-24 14:34:29 +00:00
Eric Pouech
dd49344e58
Added some error checking ; made use of new 16/32 MCI message
...
handling in mmsystem.c.
Added Win95 command to handle cd-rom with both data and audio ; fixed
bug in MCI_INFO command ; shadowing MCI status for devices that can't
get current status ; fixed status not being updated on cd change.
1998-11-24 14:12:13 +00:00
Eric Pouech
ddfecd8c61
Factorized 16/32 bit MCI function by using message mapping from 16
...
to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
yet working. Fixed some issues regarding asynchronous MCI commands ;
fixed MCI_SYSINFO command.
1998-11-24 14:10:21 +00:00
Eric Pouech
dcb08182cc
Fixed some quirks.
1998-11-24 13:59:53 +00:00
Juergen Schmied
47a800432a
Many fixes.
1998-11-22 18:29:50 +00:00
Juergen Schmied
be90e00559
New function: _ILGetExtension.
1998-11-22 18:28:03 +00:00
Juergen Schmied
a9a4f4e5d4
New file. HKEY_CLASSES_ROOT handling.
1998-11-22 18:26:23 +00:00
Eric Kohl
0b61d029a8
Updated.
1998-11-22 18:16:22 +00:00
Eric Kohl
8d2933d3cb
Added Unicode support (at least partially).
1998-11-22 18:12:12 +00:00
Eric Kohl
f9d92882f0
Added IOleAdviseHoler interface (still a dummy) and fixed
...
CreateOleAdviseHolder().
1998-11-22 18:06:33 +00:00
Eric Kohl
8d1a2ff12c
Added global subclassing atom, used by tooltips and updown (not yet).
1998-11-22 18:02:24 +00:00
Eric Kohl
44443b6ddd
Improved layout code.
1998-11-22 18:01:15 +00:00
Eric Kohl
437449fb03
Fixed ImageList_LoadImage().
1998-11-22 17:59:57 +00:00
Eric Kohl
66ef011ce5
Added CMEM_SETITEM32A and message forwarding to combobox.
1998-11-22 17:58:40 +00:00
Eric Kohl
7be922a2f4
Added stub for CreateItemMoniker().
1998-11-22 17:56:07 +00:00
Eric Kohl
0f7d521ec2
Fixed some undocumented function names and implemented DPA_Merge
...
partially.
1998-11-22 17:54:40 +00:00
Eric Kohl
65ab1b0e4c
Enabled double click for buttons.
1998-11-22 17:53:27 +00:00
Eric Kohl
6a0cdd070c
Added command and return constants used by WM_NOTIFYFORMAT.
1998-11-22 17:52:26 +00:00
Huw D M Davies
2bd3acf7c8
Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
1998-11-22 17:45:06 +00:00
Juergen Schmied
324ea57239
Small fixes to get the default language to a sensible value.
...
Thanks to Pablo.
1998-11-22 17:43:30 +00:00
Douglas Ridgway
692389d09d
Miscellaneous small fixes.
1998-11-22 16:56:44 +00:00
Andreas Mohr
1e360ebbf9
Added Win16 implementation for GetRegionData().
1998-11-22 16:54:26 +00:00
Andreas Mohr
29bbe12285
Enhanced OABuildVersion() to return different version values for
...
different winvers.
1998-11-22 16:36:07 +00:00
Andreas Mohr
8f4252d6c6
Added INT21_ParseFileNameIntoFCB() and some other things to get
...
COMMAND.COM working.
1998-11-22 16:33:35 +00:00
Juergen Schmied
197cc88450
Added missing entry for GetNumberFormatW.
1998-11-22 16:20:49 +00:00
Juergen Schmied
c509615f51
Checking for NULL-pointer.
1998-11-22 16:16:58 +00:00
Alexandre Julliard
84923b372b
Added David Luyer.
1998-11-22 15:49:37 +00:00
Robert Pouliot
dfb1e9e436
Better OLE support in French languages.
1998-11-22 15:48:36 +00:00
Juergen Schmied
d0fc60ad05
Implementation of CreateProcess32W.
1998-11-22 15:46:05 +00:00
David Luyer
7401463528
Queuing of deferred Expose events.
1998-11-22 15:44:59 +00:00
Marcus Meissner
4f7dc46ca2
LB_GETTEXT: Handle passed NULL buffer.
1998-11-22 15:43:34 +00:00
Marcus Meissner
21777c59c7
CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
...
byte NULL buffer.
1998-11-22 15:41:00 +00:00
Marcus Meissner
9dc325629d
Turn mega double switch into static table (reduces compile time).
1998-11-22 15:36:14 +00:00
Alexandre Julliard
460d28cbf6
Added Robert Riggs.
1998-11-22 15:14:22 +00:00
Robert Riggs
4021f5cceb
include ddraw.h, questionable fix for questionable struct/union
...
construct in MS's D3DVECTOR definition.
1998-11-22 15:10:19 +00:00
Robert Riggs
88bd980951
More flags (DirectX 5.2), DirectSound3DListener and
...
DirectSound3DBuffer structures, include some required files
(windows.h, compobj.h, and d3d.h).
1998-11-22 15:09:33 +00:00