Ian Pilcher
|
afdeba82ae
|
Fixed font metric rounding error.
|
2001-05-31 21:34:17 +00:00 |
Francois Gouget
|
b412b3ccbe
|
TOOLBAR_InsertButtonA: If iString==-1 then don't use it as a pointer.
|
2001-05-31 21:33:55 +00:00 |
Francois Gouget
|
b6dc0940c2
|
fclose should return EOF (-1) if an error condition exists.
|
2001-05-31 21:33:32 +00:00 |
Francois Gouget
|
30a3d18a32
|
Call FreeEnvironmentStrings when msvcrt is unloaded.
|
2001-05-31 21:33:19 +00:00 |
Francois Gouget
|
a08b165955
|
Added msvcrt/eh.h.
Implemented unexpected, terminate and set_unexpected/terminate.
|
2001-05-31 21:32:53 +00:00 |
Francois Gouget
|
9fcefdd89d
|
Fix the VarXxxFromCy conversions.
Remove (commented-out) references to inexistent VarXxxFrom32 functions.
Remove obsolete '32' suffixes.
|
2001-05-31 21:32:08 +00:00 |
Jason McMullan
|
238b1de12b
|
More accurate stub of DDRAW:GetFourCCCodes.
|
2001-05-31 21:31:04 +00:00 |
Bobby Bingham
|
aa5b6ce836
|
Fixed scrollbars return value to the SBM_SETRANGE and
SBM_SETRANGEREDRAW messages.
|
2001-05-31 21:30:06 +00:00 |
Ian Pilcher
|
55d2e575af
|
Build AFM data for core PostScript fonts into WINEPS.
|
2001-05-29 22:06:10 +00:00 |
Marcus Meissner
|
6bb990f7fd
|
Drop any file64 functions, try to use system supplied 64-bit mode by
using proper defines.
|
2001-05-29 20:55:21 +00:00 |
Huw D M Davies
|
0925d6ecb4
|
When reading resources in NLS_LoadStringExW we should map
SUBLANG_NEUTRAL to SUBLANG_DEFAULT.
|
2001-05-29 20:52:44 +00:00 |
Huw D M Davies
|
738e2461f0
|
Attempt to write fragments and check whether we can notify the client
after every message.
|
2001-05-29 20:52:23 +00:00 |
Marcus Meissner
|
784fd59e43
|
First try at implementing PathGetCharType().
|
2001-05-29 20:51:53 +00:00 |
Maciek Kaliszewski
|
8722373d9a
|
Added better GCC-style #line directive handling.
|
2001-05-29 20:51:26 +00:00 |
Francois Gouget
|
27c3b59124
|
configure.in: Remove unnecessary AC_PROG_RANLIB check
Make.rules.in: Add missing CXX variable
Cosmetic changes
|
2001-05-29 20:50:58 +00:00 |
Francois Gouget
|
4506673cda
|
Link libwine.so with $(LIBS).
|
2001-05-29 20:50:21 +00:00 |
Ian Pilcher
|
35343626e5
|
Use macros for FreeType includes.
|
2001-05-29 20:49:39 +00:00 |
Marcus Meissner
|
04d5efdf27
|
Don't just assume everything is a Dos Device, or mirc will not get any
DCC sends.
|
2001-05-25 20:39:45 +00:00 |
Gerard Patel
|
abc0686fb5
|
Implemented DTM_GET/SETRANGE.
|
2001-05-25 20:38:20 +00:00 |
Dmitry Timoshkov
|
fc99ddd926
|
Remove kernel32 dependency on user32 by implementing family of k32
functions as callouts to user32.
|
2001-05-24 19:32:00 +00:00 |
Andreas Mohr
|
a2eb86bb90
|
Added an unknown VxD error code.
|
2001-05-24 18:45:07 +00:00 |
Andreas Mohr
|
85b7e1a0cc
|
Updated German documentation.
|
2001-05-24 18:44:50 +00:00 |
Andreas Mohr
|
c2bc22b91c
|
Spelling fixes.
|
2001-05-24 18:44:25 +00:00 |
Andreas Mohr
|
e665eba1b7
|
Get rid of GetCurrentTime16().
|
2001-05-24 18:43:55 +00:00 |
Andreas Mohr
|
9abd5530c8
|
Make snoop code take ordinal base into account.
|
2001-05-24 18:43:16 +00:00 |
Andreas Mohr
|
9650c2baea
|
- BuildCommDCB16() uses int instead of BOOL
- OpenComm16() should return IE_BADID for *all* invalid strings
|
2001-05-24 18:42:38 +00:00 |
Andreas Mohr
|
792e09f6e5
|
- add stubs SHLWAPI_294, UrlApplySchemeW
- correct SHLWAPI_151 parameters
- implemented StrTrimA
|
2001-05-24 18:41:56 +00:00 |
Andreas Mohr
|
43e12ae268
|
VcpQueueDelete() does not have a LPEXPANDVTBL parameter.
|
2001-05-24 18:41:21 +00:00 |
Andreas Mohr
|
3eb3569bd3
|
- add handler for VCD VxD ("virtual comm device" ?)
- SetLastError( ERROR_INVALID_FUNCTION ); for unimplemented functions
- spelling fixes
|
2001-05-24 18:40:26 +00:00 |
Ian Pilcher
|
267d630bd0
|
Added AvgCharWidth member to font metrics.
|
2001-05-24 18:39:53 +00:00 |
Ian Pilcher
|
dd31257537
|
Updated PostScript glyph name data.
|
2001-05-24 18:39:31 +00:00 |
James Juran
|
94cd060d80
|
Only fail with ERROR_INSUFFICIENT_BUFFER if the structure size is
actually too small.
|
2001-05-24 18:38:49 +00:00 |
Dmitry Timoshkov
|
3724de93d7
|
Fixed some issues.
|
2001-05-22 19:55:51 +00:00 |
Alexandre Julliard
|
5db8d2f48b
|
Make WIN_WindowFromPoint take a POINT instead of a POINT16.
Small bug fix in scope window handling.
Always check for message when QS_SENDMESSAGE is set.
|
2001-05-22 19:55:20 +00:00 |
Eric Pouech
|
30975c0c90
|
Updated multimedia documentation.
|
2001-05-22 19:26:31 +00:00 |
Eric Pouech
|
f051db39ec
|
Mimic more closely Windows' behavior (a MSACM driver is always opened
twice: first time for info gathering, subsequent openings for
conversions).
Added format suggestion for PCM.
Cleaned up internal structures.
|
2001-05-22 19:21:16 +00:00 |
Eric Pouech
|
beea615126
|
Made midi mapper more robust.
Added channel to device/channel mapping.
Removed midiIn mapping (it doesn't exist on Windows).
|
2001-05-22 19:20:53 +00:00 |
Eric Pouech
|
d80b4337cc
|
Now loading the default setting for low level drivers from registry.
|
2001-05-22 19:19:50 +00:00 |
Francois Gouget
|
39e1f318c5
|
Use memset rather than bzero.
|
2001-05-22 19:19:12 +00:00 |
Mike Bond
|
a286cd3074
|
Fixed spawnlp and added exec variants.
|
2001-05-22 19:18:51 +00:00 |
Dmitry Timoshkov
|
99abdec378
|
Small clean up.
|
2001-05-22 19:18:28 +00:00 |
Dmitry Timoshkov
|
4328e51b1a
|
Fixed some dll separation issues.
|
2001-05-22 19:18:06 +00:00 |
Eric Pouech
|
2f6744b37c
|
Correctly generate the environment global variables.
|
2001-05-22 19:17:26 +00:00 |
Gerard Patel
|
63b1d175b3
|
Take message filters into account for WM_PAINT too.
|
2001-05-21 18:33:56 +00:00 |
Eric Pouech
|
eaafb73cd5
|
Added the notion of delayed breakpoint (when a function is not loaded
yet, the name will be tried again for each new loaded module).
|
2001-05-21 18:33:15 +00:00 |
Eric Pouech
|
e459e60b6a
|
Some French translations.
|
2001-05-21 18:32:47 +00:00 |
Eric Pouech
|
8606971607
|
Fixed open requests in case of error (if the physical device failed to
open, the ACM stream was left opened).
Added mapping search for waveIn devices.
|
2001-05-21 18:32:17 +00:00 |
Eric Pouech
|
7a9ddd4ccb
|
Added basic support for SPI_GETSCREENREADER.
|
2001-05-21 18:31:49 +00:00 |
Eric Pouech
|
476c2b4cc3
|
Fixed reply_message when there is no received message.
|
2001-05-19 17:38:21 +00:00 |
Gerard Patel
|
22a04e1e5a
|
Fixed SetTimer for hwnd == 0.
|
2001-05-19 17:35:43 +00:00 |