Patrik Stridvall [Tue, 19 Jun 2001 03:46:27 +0000 (03:46 +0000)]
- Added, cleaned up and/or documentated _{begin,end}thread{,ex}.
- _lfind and _ltow are implemented (not stubs).
Patrik Stridvall [Tue, 19 Jun 2001 03:44:39 +0000 (03:44 +0000)]
Removed implementation of _ultow since it is forwarded to NTDLL in the
.spec file.
Patrik Stridvall [Tue, 19 Jun 2001 03:44:16 +0000 (03:44 +0000)]
Fixed GetCommConfig number of arguments.
Patrik Stridvall [Tue, 19 Jun 2001 03:43:54 +0000 (03:43 +0000)]
wine needs to be built before winedbg.
Patrik Stridvall [Tue, 19 Jun 2001 03:36:23 +0000 (03:36 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Tue, 19 Jun 2001 03:34:52 +0000 (03:34 +0000)]
- Slightly better handling of external/internal names.
- Minor bug fixes.
- Minor API files update.
Patrik Stridvall [Tue, 19 Jun 2001 03:34:39 +0000 (03:34 +0000)]
Several bug fixes and additions.
Patrik Stridvall [Tue, 19 Jun 2001 03:34:07 +0000 (03:34 +0000)]
Documentation ordinal fixes.
Dmitry Timoshkov [Tue, 19 Jun 2001 03:32:44 +0000 (03:32 +0000)]
Replace PROFILE_ functions by RegQueryValueExA in x11drv.
Bill Medland [Tue, 19 Jun 2001 03:30:53 +0000 (03:30 +0000)]
SetFilePointer correction; return ERROR_NEGATIVE_SEEK (broken by the
64 bit file access enhancement).
Patrik Stridvall [Tue, 19 Jun 2001 03:30:13 +0000 (03:30 +0000)]
Added support for autoconf 2.50.
Alexandre Julliard [Fri, 15 Jun 2001 19:44:35 +0000 (19:44 +0000)]
clip_children: don't crash if child is not in list (can happen on
WM_NCCREATE).
Bang Jun-Young [Fri, 15 Jun 2001 19:43:51 +0000 (19:43 +0000)]
Use clone() if HAVE_CLONE is defined.
Ove Kaaven [Fri, 15 Jun 2001 19:43:15 +0000 (19:43 +0000)]
Block SIGINT and SIGALRM in signal handlers.
Alexandre Julliard [Thu, 14 Jun 2001 19:31:36 +0000 (19:31 +0000)]
Added direct system call for unaligned mmap support on Linux.
Support 64-bit file offsets in MapViewOfFileEx.
Dmitry Timoshkov [Thu, 14 Jun 2001 19:27:01 +0000 (19:27 +0000)]
Move IsCharAlphaA and IsCharAlphaNumericA to user32.
Better implement some of user32 *Char* functions regarding locale.
Remove kernel32 dependency on user32.
Ulrich Czekalla [Thu, 14 Jun 2001 19:24:50 +0000 (19:24 +0000)]
Stub for InternetGetCookieA.
Dmitry Timoshkov [Thu, 14 Jun 2001 19:24:02 +0000 (19:24 +0000)]
Replace more PROFILE_ functions by RegQueryValueExA.
Marcus Meissner [Thu, 14 Jun 2001 19:22:55 +0000 (19:22 +0000)]
Multiple *ptr++ constructs in one expression have undefined behaviour,
moved them out of the expression.
Patrik Stridvall [Wed, 13 Jun 2001 20:13:18 +0000 (20:13 +0000)]
Documentation ordinal fixes (using winapi_fixup).
Alexandre Julliard [Wed, 13 Jun 2001 20:07:48 +0000 (20:07 +0000)]
Use the topmost parent that isn't clipping children as drawable,
to make sure parent siblings are not clipped.
Ian Pilcher [Wed, 13 Jun 2001 20:06:42 +0000 (20:06 +0000)]
Make ChooseFontW use ChooseFontA.
Alexandre Julliard [Wed, 13 Jun 2001 19:43:53 +0000 (19:43 +0000)]
Force invalidating of siblings children on expose event.
Patrik Stridvall [Wed, 13 Jun 2001 19:38:29 +0000 (19:38 +0000)]
- New common code for the winapi tools.
- New tool for extracting source code information.
- New tool for automatically modifying (fixing) the source code.
Dmitry Timoshkov [Wed, 13 Jun 2001 19:36:27 +0000 (19:36 +0000)]
Replace PROFILE_GetWineIniString by RegQueryValueExA.
Marcus Meissner [Wed, 13 Jun 2001 19:36:10 +0000 (19:36 +0000)]
Added definitions for IKsPropertySet, small stub implementation for
IDirectSound3DBuffer. Fixed one pointer reference.
Marcus Meissner [Wed, 13 Jun 2001 19:35:48 +0000 (19:35 +0000)]
_tzset just forwards to libc tzset().
Dmitry Timoshkov [Wed, 13 Jun 2001 19:35:28 +0000 (19:35 +0000)]
Protect against a driver misconfiguration.
Alexandre Julliard [Tue, 12 Jun 2001 04:02:10 +0000 (04:02 +0000)]
Fixed handling of zero-sized client window.
Create the X windows before sending WM_NCCREATE.
Alexandre Julliard [Mon, 11 Jun 2001 20:24:57 +0000 (20:24 +0000)]
Added counter for operations generating graphics exposures to the DC
struct, to avoid waiting for expose events when none were generated.
Patrik Stridvall [Mon, 11 Jun 2001 20:16:11 +0000 (20:16 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Mon, 11 Jun 2001 20:14:43 +0000 (20:14 +0000)]
Documentation ordinal fixes (using winapi_fixup).
Alexandre Julliard [Mon, 11 Jun 2001 20:13:48 +0000 (20:13 +0000)]
Warning fix.
Patrik Stridvall [Mon, 11 Jun 2001 20:13:21 +0000 (20:13 +0000)]
- Minor API files update.
- Minor bug fixes.
Marcus Meissner [Mon, 11 Jun 2001 20:12:39 +0000 (20:12 +0000)]
Alias and Device Type are case insensitive.
Guy L. Albertelli [Mon, 11 Jun 2001 20:12:11 +0000 (20:12 +0000)]
- correct rebar window borders and handling of RBS_BORDERS, now
matches native.
- major redesign of band layout, now comes a lot closer to native for
the test programs.
- support RBS_VARHEIGHT for both on and off.
- better debug info, and performance improvement
Bob Goodwin [Fri, 8 Jun 2001 20:25:34 +0000 (20:25 +0000)]
Mask out garbage in the upper half of stack pointer.
Andreas Mohr [Fri, 8 Jun 2001 20:19:28 +0000 (20:19 +0000)]
Limit output for certain text functions.
Marcus Meissner [Fri, 8 Jun 2001 19:34:56 +0000 (19:34 +0000)]
Added check for broken mmap64.
Alexandre Julliard [Fri, 8 Jun 2001 19:09:44 +0000 (19:09 +0000)]
Added script to update dlls dependencies.
Marcus Meissner [Fri, 8 Jun 2001 19:02:57 +0000 (19:02 +0000)]
Implemented glu32.dll as libGLU.so forwarder.
Alexandre Julliard [Fri, 8 Jun 2001 19:00:56 +0000 (19:00 +0000)]
Removed WIN_NATIVE flag.
Francois Gouget [Fri, 8 Jun 2001 18:59:03 +0000 (18:59 +0000)]
ULARGE_INTEGER may have a dummy struct name.
Lionel Ulmer [Fri, 8 Jun 2001 18:56:51 +0000 (18:56 +0000)]
Upgrade OpenGL thunks with latest informations from OpenGL spec file.
Alexandre Julliard [Thu, 7 Jun 2001 22:29:33 +0000 (22:29 +0000)]
Removed unneeded inclusion of queue.h.
Alexandre Julliard [Thu, 7 Jun 2001 22:29:03 +0000 (22:29 +0000)]
Support for specifying stack size of Winelib apps.
Hidenori Takeshima [Thu, 7 Jun 2001 22:28:19 +0000 (22:28 +0000)]
Implemented some part of AVIFIL32.
Donn Miller [Thu, 7 Jun 2001 22:25:06 +0000 (22:25 +0000)]
Case insensitive search for win.ini.
Marcus Meissner [Thu, 7 Jun 2001 22:24:26 +0000 (22:24 +0000)]
Stub for GetQueuedCompletionStatus.
Gerard Patel [Thu, 7 Jun 2001 22:23:56 +0000 (22:23 +0000)]
Fixes to French translation of common dialog messages.
Susan Farley [Wed, 6 Jun 2001 21:31:47 +0000 (21:31 +0000)]
Changed the outer color of a push button frame from gray to white,
matching the Windows look; modified the paint routine for the
close button of a tool window to improve scalability.
Gerard Patel [Wed, 6 Jun 2001 21:26:50 +0000 (21:26 +0000)]
Use a flag to test if create structure is unicode.
Bang Jun-Young [Wed, 6 Jun 2001 21:21:27 +0000 (21:21 +0000)]
Replace "Linux dll" with "GNU style ELF dll".
Remove support for NetBSD a.out dll.
Andreas Mohr [Wed, 6 Jun 2001 21:06:27 +0000 (21:06 +0000)]
Documentation updates.
Andreas Mohr [Wed, 6 Jun 2001 21:06:12 +0000 (21:06 +0000)]
Remove unneeded WINAPI.
Ian Pilcher [Wed, 6 Jun 2001 21:05:23 +0000 (21:05 +0000)]
Use autoconf checks to check for various FreeType headers.
Francois Gouget [Wed, 6 Jun 2001 21:04:07 +0000 (21:04 +0000)]
Wrc no longer needs to parse C code. Remove c-junk handling code.
Marcus Meissner [Wed, 6 Jun 2001 21:03:40 +0000 (21:03 +0000)]
Check for enough buffer space in PROFILE_GetSection().
Marcus Meissner [Wed, 6 Jun 2001 21:03:21 +0000 (21:03 +0000)]
Implemented page skipping on PSN_SETACTIVE -1 return.
Alexandre Julliard [Wed, 6 Jun 2001 20:24:12 +0000 (20:24 +0000)]
Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE.
Cleaned up a few HMODULE/HMODULE16 mismatches.
Ian Pilcher [Wed, 6 Jun 2001 20:22:05 +0000 (20:22 +0000)]
Updated built-in metrics for core PostScript fonts.
Ian Pilcher [Wed, 6 Jun 2001 20:21:02 +0000 (20:21 +0000)]
Fixed typo in INTERNAL_YWSTODS.
Ian Pilcher [Wed, 6 Jun 2001 20:20:37 +0000 (20:20 +0000)]
Removed incorrect string length calculation.
Bobby Bingham [Wed, 6 Jun 2001 20:20:09 +0000 (20:20 +0000)]
Stub implementation of AnimateWindow().
Marcus Meissner [Wed, 6 Jun 2001 20:19:07 +0000 (20:19 +0000)]
Some ASPI fixes, SC_GET_DISK_INFO stubbed, but returning sucess, ASPI
buffer allocation/free implemented.
Alexandre Julliard [Mon, 4 Jun 2001 21:55:17 +0000 (21:55 +0000)]
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.
Maciek Kaliszewski [Mon, 4 Jun 2001 03:09:11 +0000 (03:09 +0000)]
Added support for RCINCLUDE directive. Now wrc ignores everything
except preprocessor directives from included *.h *.c files.
Francois Gouget [Mon, 4 Jun 2001 03:00:39 +0000 (03:00 +0000)]
Fix the conversion of MS style '#line' directives to gcc style.
Dave Pickles [Mon, 4 Jun 2001 02:55:38 +0000 (02:55 +0000)]
- Report file and directory sizes using 64-bit arithmetic (like NT).
- Handle pipes in commands.
Francois Gouget [Mon, 4 Jun 2001 02:50:29 +0000 (02:50 +0000)]
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.
Dmitry Timoshkov [Mon, 4 Jun 2001 02:49:22 +0000 (02:49 +0000)]
Remove optimization in NC_HandleNCActivate.
Guy L. Albertelli [Mon, 4 Jun 2001 02:48:59 +0000 (02:48 +0000)]
Display extra data for WM_NOTIFY that use NMCOMBOEX{A|W}.
Susan Farley [Thu, 31 May 2001 21:39:21 +0000 (21:39 +0000)]
Disable the edit box when created with WS_DISABLED.
Malte Starostik [Thu, 31 May 2001 21:38:38 +0000 (21:38 +0000)]
Implemented some very basic functionality.
Dmitry Timoshkov [Thu, 31 May 2001 21:37:29 +0000 (21:37 +0000)]
List 16-bit resources separately as RC_SRCS16.
Marcus Meissner [Thu, 31 May 2001 21:35:15 +0000 (21:35 +0000)]
If you have freetype1 and freetype2 coexisting, freetype-config should
be freetype2-config.
Ian Pilcher [Thu, 31 May 2001 21:34:17 +0000 (21:34 +0000)]
Fixed font metric rounding error.
Francois Gouget [Thu, 31 May 2001 21:33:55 +0000 (21:33 +0000)]
TOOLBAR_InsertButtonA: If iString==-1 then don't use it as a pointer.
Francois Gouget [Thu, 31 May 2001 21:33:32 +0000 (21:33 +0000)]
fclose should return EOF (-1) if an error condition exists.
Francois Gouget [Thu, 31 May 2001 21:33:19 +0000 (21:33 +0000)]
Call FreeEnvironmentStrings when msvcrt is unloaded.
Francois Gouget [Thu, 31 May 2001 21:32:53 +0000 (21:32 +0000)]
Added msvcrt/eh.h.
Implemented unexpected, terminate and set_unexpected/terminate.
Francois Gouget [Thu, 31 May 2001 21:32:08 +0000 (21:32 +0000)]
Fix the VarXxxFromCy conversions.
Remove (commented-out) references to inexistent VarXxxFrom32 functions.
Remove obsolete '32' suffixes.
Jason McMullan [Thu, 31 May 2001 21:31:04 +0000 (21:31 +0000)]
More accurate stub of DDRAW:GetFourCCCodes.
Bobby Bingham [Thu, 31 May 2001 21:30:06 +0000 (21:30 +0000)]
Fixed scrollbars return value to the SBM_SETRANGE and
SBM_SETRANGEREDRAW messages.
Ian Pilcher [Tue, 29 May 2001 22:06:10 +0000 (22:06 +0000)]
Build AFM data for core PostScript fonts into WINEPS.
Marcus Meissner [Tue, 29 May 2001 20:55:21 +0000 (20:55 +0000)]
Drop any file64 functions, try to use system supplied 64-bit mode by
using proper defines.
Huw D M Davies [Tue, 29 May 2001 20:52:44 +0000 (20:52 +0000)]
When reading resources in NLS_LoadStringExW we should map
SUBLANG_NEUTRAL to SUBLANG_DEFAULT.
Huw D M Davies [Tue, 29 May 2001 20:52:23 +0000 (20:52 +0000)]
Attempt to write fragments and check whether we can notify the client
after every message.
Marcus Meissner [Tue, 29 May 2001 20:51:53 +0000 (20:51 +0000)]
First try at implementing PathGetCharType().
Maciek Kaliszewski [Tue, 29 May 2001 20:51:26 +0000 (20:51 +0000)]
Added better GCC-style #line directive handling.
Francois Gouget [Tue, 29 May 2001 20:50:58 +0000 (20:50 +0000)]
configure.in: Remove unnecessary AC_PROG_RANLIB check
Make.rules.in: Add missing CXX variable
Cosmetic changes
Francois Gouget [Tue, 29 May 2001 20:50:21 +0000 (20:50 +0000)]
Link libwine.so with $(LIBS).
Ian Pilcher [Tue, 29 May 2001 20:49:39 +0000 (20:49 +0000)]
Use macros for FreeType includes.
Marcus Meissner [Fri, 25 May 2001 20:39:45 +0000 (20:39 +0000)]
Don't just assume everything is a Dos Device, or mirc will not get any
DCC sends.
Gerard Patel [Fri, 25 May 2001 20:38:20 +0000 (20:38 +0000)]
Implemented DTM_GET/SETRANGE.
Dmitry Timoshkov [Thu, 24 May 2001 19:32:00 +0000 (19:32 +0000)]
Remove kernel32 dependency on user32 by implementing family of k32
functions as callouts to user32.
Andreas Mohr [Thu, 24 May 2001 18:45:07 +0000 (18:45 +0000)]
Added an unknown VxD error code.
Andreas Mohr [Thu, 24 May 2001 18:44:50 +0000 (18:44 +0000)]
Updated German documentation.
Andreas Mohr [Thu, 24 May 2001 18:44:25 +0000 (18:44 +0000)]
Spelling fixes.
Andreas Mohr [Thu, 24 May 2001 18:43:55 +0000 (18:43 +0000)]
Get rid of GetCurrentTime16().