Uwe Bonnes
8f16613b2d
Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
...
hWnd.
1999-10-13 13:51:57 +00:00
Rein Klazes
d18dd23598
Correct usage of a scratch array in X11DRV_PolyBezier.
1999-10-13 13:51:09 +00:00
Gerard Patel
8c36254147
Make WM_GETTEXTLENGTH return length for dropdownlist combos.
1999-10-13 13:50:17 +00:00
Francois Boisvert
73d7337e83
Removed FillRect in the ownerdrawn button procedure.
1999-10-13 13:49:42 +00:00
Abey George
fbecbc2952
Make sure the Focus Out window is still the Foreground window before
...
doing SetForegroundWindow(0) in Event_FocusOut.
1999-10-13 13:49:01 +00:00
Alexandre Julliard
d21dde71b3
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixes problems with color drift when switching to/from
logical/physical colors.
1999-10-13 13:48:11 +00:00
Thuy Nguyen
30eaa59c2a
Mouse position is signed.
1999-10-13 13:47:36 +00:00
Noomen Hamza
24d4ebfdd0
Set the COLOR_3DLIGHT system color to the right window default value.
1999-10-13 13:47:01 +00:00
Marcus Meissner
a19862fc47
Small hack to check if we need to relocate the TLS directory or not
...
(some seem to need this pointer relocateable, some already do relocate
it by themselves).
1999-10-13 13:46:24 +00:00
Marcus Meissner
9607512134
Relink subdirectory objects on Makefile.in/Make.rules.in change.
1999-10-13 13:45:15 +00:00
Marcus Meissner
3cdb3f2984
Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
1999-10-13 12:31:52 +00:00
Marcus Meissner
7916ca314b
Don't ref NULL ptrs in debug.
1999-10-13 12:31:21 +00:00
Marcus Meissner
24f1219c56
If the joydevice is not present, do not create a DirectInputDevice.
1999-10-13 12:30:52 +00:00
Huw D M Davies
38ffcc3cb0
Map PrintDlg16 to PrintDlgA.
1999-10-13 12:29:57 +00:00
Juergen Schmied
72e70922d6
Small fixes.
1999-10-13 12:28:25 +00:00
Juergen Schmied
371c420549
Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
...
true.
1999-10-13 12:27:44 +00:00
Ulrich Czekalla
c87736df1f
Prevent self referencing next pointer during insert.
1999-10-13 12:26:37 +00:00
Eric Pouech
febd2db82e
Added some missing definitions.
1999-10-13 12:25:40 +00:00
Klaas van Gend
93b12f8521
Added Dutch to the languages supported by MCI.
1999-10-13 12:24:46 +00:00
Klaas van Gend
1a3f3685d9
Updated status of internationalisation.
1999-10-13 12:23:19 +00:00
Ulrich Weigand
8c32184814
Bugfix: *Don't* resolve PE imports if asked not to ...
1999-10-13 12:22:47 +00:00
Ulrich Weigand
9f14ca6360
Bugfix: DdeNameService was broken.
1999-10-13 12:21:52 +00:00
Ulrich Weigand
2a343853ad
Bugfix: When loading an executable module fails, don't perform module
...
cleanup before the corresponding task is destroyed.
1999-10-13 12:21:06 +00:00
Klaas van Gend
92418ee65c
Moved bitmap resource to language-independent resource file.
1999-10-13 12:20:27 +00:00
Andreas Mohr
8670b6f227
Added warning for future VERSION_GetVersion() (mis-)users and made
...
OSVERSIONINFO warning more detailed.
1999-10-13 12:19:51 +00:00
Marcus Meissner
84e2d6bacc
Added stubs for RevokeActiveObject, GetActiveObject, fixed
...
RegisterActiveObject stub argtypes.
1999-10-13 12:19:09 +00:00
Marcus Meissner
e14deffd8b
Added german keyboard layout with "nodeadkeys" option enabled (just to
...
apostrophes are switched).
1999-10-13 12:18:03 +00:00
Marcus Meissner
0d4f3cfb1f
Stub for VideoCapDriverDescAndVer.
1999-10-13 12:16:51 +00:00
Marcus Meissner
d87a8abbbc
Replicate CreateDirectory() LastError workaround for the LFN part.
1999-10-13 12:16:06 +00:00
Marcus Meissner
229a28fc34
Also escape characters >=0x80 within the wineregistry savefile.
1999-10-13 12:15:19 +00:00
Marcus Meissner
7e09874d92
Don't use malloc/free in winaspi32.
1999-10-13 12:14:26 +00:00
Marcus Meissner
2b31a87b5d
Use 1 macro for rgbbitdepth -> byte determination.
...
xshm/image creation now uses 1/8 of the space for every image.
1999-10-13 12:13:35 +00:00
Marcus Meissner
b816680872
Replaced double ChangeDisplaySettingsA by (Ex)[AW].
1999-10-13 12:12:03 +00:00
Ulrich Weigand
79077f3253
Bugfix: Don't call GetVersionExA too early, to avoid breaking
...
automatic emulated Windows version detection.
1999-09-29 12:16:16 +00:00
Rein Klazes
260cd4ec94
First implementation of LoadTypeLibEx().
1999-09-29 12:15:05 +00:00
Marcus Meissner
97a99e51ea
Added stub for WMMMIDIRUNONCE called by midimap.drv.
1999-09-29 12:12:49 +00:00
Marcus Meissner
17d455b71d
Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
...
following WSACleanup will already free the structures.
1999-09-29 12:10:44 +00:00
Marcus Meissner
48dfed70df
Create DirectSound object even without sounddevice. Games can be
...
played without sound, but not without DirectSound object (tested with
Monkey Island 3).
1999-09-29 12:09:40 +00:00
Patrik Stridvall
e216de9794
Fixed some of the issues reported by winapi-check, by adding arguments
...
to varargs.
1999-09-29 10:27:00 +00:00
Patrik Stridvall
385dc18cea
Added ability to call winapi_check from the Makefiles.
1999-09-29 10:24:19 +00:00
Patrik Stridvall
410d89970d
Modification due to problems with winapi-check.
1999-09-29 10:23:18 +00:00
Patrik Stridvall
afe3b0cd54
- Adapted to changes in Wine.
...
- Minor improvements.
1999-09-29 10:22:00 +00:00
Alexandre Julliard
d6d994f11e
Made event manipulation routines public.
1999-09-28 16:40:07 +00:00
Peter Hunnisett
22b861c1be
- Moved dplay and dplayx to a proper home in the dlls directory.
...
- Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
- Implemented a class factory for dplay and dplobby. COM interfaces
now work for dp and dpl.
- Added a few more entries to dplayx.spec files. How do you find the
ordinals? I just guessed :(
- Seperated DirectPlay and DirectPlayLobby implementation into separate files.
- Included some missing header file definitions.
- Implemented the dplay dll in terms of the dplayx dll. I haven't
tested it so it may not work...
- A few bug fixes and a little new implementatioe.n
- Updated document with a more detailed implementation plan.
1999-09-28 16:35:32 +00:00
Noomen Hamza
a018d8508f
Rewrite the ShowOwnedPopups function with a safety algorithm.
1999-09-28 16:26:09 +00:00
Karl Lessard
13409b32cd
Make ExecFocusedItem return -1 on failure.
1999-09-28 16:24:58 +00:00
Peter Hunnisett
89391af7e9
- Changed return code for failure on *_DllGetClassObject to
...
CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
- Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
- Changed "return 0;" with S_OK or DS_OK as appropriate.
1999-09-28 16:23:17 +00:00
Alexandre Julliard
de5e1af2bd
Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
1999-09-28 13:15:27 +00:00
Uwe Bonnes
20f7ef7355
Remember the allocated string to free it.
1999-09-28 13:08:36 +00:00
Gerard Patel
6df0694f7c
Force recalculation of menu when calling InsertMenuItem.
1999-09-28 13:05:54 +00:00