Francois Gouget
6fbbe0ffe6
Reorder the __attribute__ directive in the legacy macros for
...
compatibility with old g++ compilers.
2000-06-16 21:48:24 +00:00
Ken Coleman
0571af43d4
Fixes to CreateDIBSection and other areas where biSizeImage is
...
incorrectly assumed to be correct if it non-zero. This fixes a
crashing problem in Sid Meier's Alpha Centauri.
2000-06-16 21:48:02 +00:00
Alexandre Julliard
f70cd82262
Release 20000614.
2000-06-15 03:00:30 +00:00
David Lassonde
f58d80d17f
Implemented the More Windows... menu item for MDI.
2000-06-15 01:03:32 +00:00
Sheri Steeves
a4b73d43cd
Check again for GetNextDlgTabItem after return from WM_INITDIALOG
...
message in dialog creation.
2000-06-15 01:00:42 +00:00
Gerard Patel
ac3e81640a
Set clipping region to client window in LISTBOX_Paint.
2000-06-15 00:58:42 +00:00
Andreas Mohr
ed923a57ca
More verbose error message.
2000-06-15 00:32:13 +00:00
Uwe Bonnes
31142f83f7
cp_mbstowcs: check functions return zero on success.
2000-06-15 00:31:12 +00:00
Uwe Bonnes
594a0dccce
GetFullPathName: get "drive" value too for absolute paths.
2000-06-15 00:30:26 +00:00
Frederic Boulanger
f93dcc2532
CreateSpoolFile is called with a dos name, we have to make sure that
...
when we create the spoolfile we use the unix name associated to the
dos file name.
2000-06-15 00:29:54 +00:00
Mike McCormack
6a31f96111
- add prototypes for serial API functions
...
- correct existing serial API prototypes incorrectly using DWORD
instead of HANDLE
- define more structures and values in serial API
2000-06-15 00:15:11 +00:00
Noomen Hamza
fbd0d25cf8
Added a NULL pointer check within DCE_AddClipRects function.
2000-06-15 00:12:12 +00:00
Dmitry Timoshkov
3332bd068e
Optimized implementation of LoadStringA.
2000-06-15 00:11:06 +00:00
Ove Kaaven
1d19cbe438
Text of WWN article "The X11 driver".
2000-06-15 00:10:41 +00:00
Wilbur N. Dale
5933847121
WineLib does not support Win16. Removed references to Win16 and Win
...
3.x in the introduction. Standardized capitalization of Wine and
WineLib. Added documentation for compiling a simple "Hello World"
WineLib program.
2000-06-15 00:09:48 +00:00
Sheri Steeves
bd59d233f4
Added setting of cursor postition to MSG_PostToQueue.
2000-06-15 00:09:04 +00:00
Gerard Patel
41b07fb4d9
WM_SETREDRAW should repaint the listbox when set to on if something
...
has been changed.
2000-06-15 00:07:20 +00:00
Alexandre Julliard
2f158c2678
Removed @PROGEXT@ (it was broken anyway).
...
Improved 'make install'.
Cleaned up the main Makefile.
2000-06-14 21:45:38 +00:00
Alexandre Julliard
6d96e30171
ConvertToGlobalHandle: fixed handle leak.
2000-06-14 21:17:56 +00:00
Alexandre Julliard
790743c8f6
Fixed options structure definition.
2000-06-14 21:17:05 +00:00
Noomen Hamza
6effb2304b
Made SetWindowPos handle the case when inserting a window after itself
...
(don't need to change the Zorder).
2000-06-14 21:16:18 +00:00
Lionel Ulmer
d0dfcde4fb
Updated OpenGL documentation.
2000-06-14 21:15:38 +00:00
Gerard Patel
044acd0ee4
Set the base for the ordinals of olepro32 to 248.
2000-06-14 21:15:22 +00:00
Matthew J. Francis
d2201355b3
Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
...
NMUPDOWN.
2000-06-14 21:15:04 +00:00
b0c4965427
Added difftime function.
2000-06-14 21:14:35 +00:00
Bertho Stultiens
3085591767
Initial release of the message compiler.
2000-06-13 04:34:41 +00:00
Juergen Schmied
13d74c5f0a
- new dll shfolder.dll
...
- small fixes
2000-06-13 03:45:52 +00:00
Bertho Stultiens
661a94033e
- Bugfix: Corrected "off by one" error in the linenumber while parsing
...
resource.
- Bugfix: A segfault would occur if messagetables were parsed without
memory options attached. Also added buffer-overflow safeguard while
converting between byteorders.
- Finished remapping usertype resources onto standars types by tricking
the parser into accepting a different token. The remapping can be
disabled with a new commandline option '-m'.
- Resolved some warning about chars used as index on SGI O2 machine
(the ctype isXXX() routines are macros there).
2000-06-13 03:37:56 +00:00
Bertho Stultiens
8dd8d30b7d
Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
...
extended search.
2000-06-13 03:37:31 +00:00
Lionel Ulmer
aef4e15367
OpenGL documentation.
2000-06-13 03:36:54 +00:00
Andreas Mohr
bd86d18f74
DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
...
on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
normally returns the "avail" of the corresponding partition.
Cleaned up GetDiskFreeSpaceA.
2000-06-13 03:36:05 +00:00
Gerard Patel
e908fd3865
Do not change the WS_CHILD style in SetParent.
2000-06-13 03:35:36 +00:00
Alexandre Julliard
5ea22474bb
Use the Unicode string functions from wine/unicode.h instead of the
...
crtdll ones.
2000-06-13 01:10:29 +00:00
Alexandre Julliard
0d4a55804e
Added a couple of Unicode string routines.
2000-06-13 01:08:29 +00:00
Marcus Meissner
9c51c96c6d
Added 24->32 packed pixel mapping support to convert.
...
Slightly rewrote the conversion initialisation.
2000-06-13 01:06:53 +00:00
Marcus Meissner
a6ae55542f
Strip whitespace from front of profile values.
2000-06-13 01:06:22 +00:00
Juergen Schmied
1f34ce594a
Implementation for PrivateExtractIcons, PrivateExtractIconEx.
2000-06-12 22:00:11 +00:00
Juergen Schmied
79d850f2d7
- implemented Get/SetThreadLocale
...
- added comment about OleErrorInfo field in TEB
2000-06-12 21:56:02 +00:00
Marcus Meissner
45bd6123f7
Added struct offsets so understanding game disassembly is easier.
2000-06-12 21:55:20 +00:00
Huw D M Davies
ec0ceeffc5
If printer only supports level 1 PostScript then complain rather than
...
trying to use a pattern color space. Thanks to David Goodenough.
2000-06-12 21:54:52 +00:00
Marcus Meissner
df8a69b36b
Corrected IsEqualGUID prototype.
2000-06-12 21:54:26 +00:00
Lionel Ulmer
2babd685a4
replaced a DPRINTF by a TRACE
2000-06-12 21:54:00 +00:00
Lionel Ulmer
83de83e9cf
- moved the 'constructor' into a real DLL init function
...
- make OpenGL32 dependant on the X11 driver
2000-06-12 21:53:46 +00:00
Gerard Patel
5131f21fb2
hookThunk was not initialized in GetDcState.
2000-06-12 21:52:58 +00:00
Alexandre Julliard
efefecd000
Use the font default char for undefined characters when mapping from
...
Unicode.
2000-06-12 01:23:33 +00:00
Lionel Ulmer
bff705dc23
New OpenGL thunk generation script.
2000-06-12 01:21:18 +00:00
Lionel Ulmer
ef275bbb99
Removed the Release in case of error as we do not AddRef anymore.
2000-06-12 01:18:35 +00:00
Andreas Mohr
c5648f2be3
Made the DLL version clash error message more verbose.
2000-06-12 01:18:11 +00:00
Alexandre Julliard
261abcd5bc
Reimplemented Unicode case mapping in a slightly more efficient way.
...
Moved case mapping support to the unicode directory.
Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
2000-06-12 01:16:11 +00:00
Aric Stewart
3054b7625a
We were not properly masking the item that was sent with the message
...
and also we where not sending the notification at the proper times.
2000-06-11 20:39:14 +00:00