Andreas Mohr
1426c8cb74
Documentation updates.
2001-06-06 21:06:27 +00:00
Andreas Mohr
bc35c50661
Remove unneeded WINAPI.
2001-06-06 21:06:12 +00:00
Ian Pilcher
40432fef7e
Use autoconf checks to check for various FreeType headers.
2001-06-06 21:05:23 +00:00
Francois Gouget
f0c20b2d87
Wrc no longer needs to parse C code. Remove c-junk handling code.
2001-06-06 21:04:07 +00:00
Marcus Meissner
ee6ea51c02
Check for enough buffer space in PROFILE_GetSection().
2001-06-06 21:03:40 +00:00
Marcus Meissner
decd475621
Implemented page skipping on PSN_SETACTIVE -1 return.
2001-06-06 21:03:21 +00:00
Alexandre Julliard
8ff37b8f31
Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE.
...
Cleaned up a few HMODULE/HMODULE16 mismatches.
2001-06-06 20:24:12 +00:00
Ian Pilcher
a3b562f74e
Updated built-in metrics for core PostScript fonts.
2001-06-06 20:22:05 +00:00
Ian Pilcher
5a4ecdbdf4
Fixed typo in INTERNAL_YWSTODS.
2001-06-06 20:21:02 +00:00
Ian Pilcher
fee7fa62cc
Removed incorrect string length calculation.
2001-06-06 20:20:37 +00:00
Bobby Bingham
db4aae2222
Stub implementation of AnimateWindow().
2001-06-06 20:20:09 +00:00
Marcus Meissner
485c3ef08a
Some ASPI fixes, SC_GET_DISK_INFO stubbed, but returning sucess, ASPI
...
buffer allocation/free implemented.
2001-06-06 20:19:07 +00:00
Alexandre Julliard
dc4fe7735b
Create an X window for every window, including children.
...
Fixed non-client rectangle calculations in managed mode.
Added support for icon window in managed mode.
2001-06-04 21:55:17 +00:00
Maciek Kaliszewski
d7c69a5d5f
Added support for RCINCLUDE directive. Now wrc ignores everything
...
except preprocessor directives from included *.h *.c files.
2001-06-04 03:09:11 +00:00
Francois Gouget
22507a018d
Fix the conversion of MS style '#line' directives to gcc style.
2001-06-04 03:00:39 +00:00
Dave Pickles
64fba1cb84
- Report file and directory sizes using 64-bit arithmetic (like NT).
...
- Handle pipes in commands.
2001-06-04 02:55:38 +00:00
Francois Gouget
27e7f28d8b
INSTALL_LIBRARY does not exist, use INSTALL_PROGRAM. Fix handling of
...
the INSTALL* variables.
Winelib applications don't need to link with X, i386, ossaudio, xpg4,
mmap, util, dl or curses. Only wine does (normally).
Remove YACC & LEX variables (Make.rules.in).
Winemaker's makefiles don't use ldconfig.
2001-06-04 02:50:29 +00:00
Dmitry Timoshkov
d1e648f0d2
Remove optimization in NC_HandleNCActivate.
2001-06-04 02:49:22 +00:00
Guy L. Albertelli
8a05b831de
Display extra data for WM_NOTIFY that use NMCOMBOEX{A|W}.
2001-06-04 02:48:59 +00:00
Susan Farley
b6866d7f20
Disable the edit box when created with WS_DISABLED.
2001-05-31 21:39:21 +00:00
Malte Starostik
251f30ac3c
Implemented some very basic functionality.
2001-05-31 21:38:38 +00:00
Dmitry Timoshkov
db79045531
List 16-bit resources separately as RC_SRCS16.
2001-05-31 21:37:29 +00:00
Marcus Meissner
d28955d84e
If you have freetype1 and freetype2 coexisting, freetype-config should
...
be freetype2-config.
2001-05-31 21:35:15 +00:00
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