wine
20 years agoRemove the dummy pthread functions and use -lpthread instead to
Alexandre Julliard [Wed, 20 Aug 2003 03:44:25 +0000 (03:44 +0000)] 
Remove the dummy pthread functions and use -lpthread instead to
resolve missing symbols in GL libs.

20 years agoUpdated LT keyboard.
Nerijus Baliunas [Wed, 20 Aug 2003 03:40:47 +0000 (03:40 +0000)] 
Updated LT keyboard.

20 years agoRemoved the DOSFS_ specific time related conversion routine, and make
Eric Pouech [Wed, 20 Aug 2003 03:40:21 +0000 (03:40 +0000)] 
Removed the DOSFS_ specific time related conversion routine, and make
use of the ntdll equivalents.

20 years agoTranslate a few more kernel32 calls into the ntdll equivalents.
Eric Pouech [Wed, 20 Aug 2003 03:39:38 +0000 (03:39 +0000)] 
Translate a few more kernel32 calls into the ntdll equivalents.

20 years agoRemoved code for handling ${VAR} constructs in .ini files.
Eric Pouech [Wed, 20 Aug 2003 03:39:07 +0000 (03:39 +0000)] 
Removed code for handling ${VAR} constructs in .ini files.

20 years agoFix parameter to snd_pcm_sw_params_set_silence_size().
<wine@frotz.org> [Wed, 20 Aug 2003 03:38:27 +0000 (03:38 +0000)] 
Fix parameter to snd_pcm_sw_params_set_silence_size().

20 years agoApply only specified tests.
Dmitry Timoshkov [Wed, 20 Aug 2003 03:34:45 +0000 (03:34 +0000)] 
Apply only specified tests.
Implement IS_TEXT_UNICODE_REVERSE_SIGNATURE, IS_TEXT_UNICODE_STATISTICS
and IS_TEXT_UNICODE_NULL_BYTES tests.
Revert IS_TEXT_UNICODE_ODD_LENGTH test.

20 years agoStub out the _[w]popen/_pclose() functions.
Dimitrie O. Paun [Wed, 20 Aug 2003 03:34:20 +0000 (03:34 +0000)] 
Stub out the _[w]popen/_pclose() functions.

20 years agoWe need to ignore STATUS_OBJECT_TYPE_MISMATCH errors too when setting
Alexandre Julliard [Tue, 19 Aug 2003 03:46:24 +0000 (03:46 +0000)] 
We need to ignore STATUS_OBJECT_TYPE_MISMATCH errors too when setting
the process console.

20 years agoAdded Italian resources.
Ivan Leo Murray-Smith [Tue, 19 Aug 2003 03:44:41 +0000 (03:44 +0000)] 
Added Italian resources.

20 years agoRenamed system.dll to system.drv.
Alexandre Julliard [Tue, 19 Aug 2003 03:27:45 +0000 (03:27 +0000)] 
Renamed system.dll to system.drv.

20 years agoReplaced remaining calls to PROFILE_GetWineIniString/Bool by direct
Alexandre Julliard [Tue, 19 Aug 2003 03:21:04 +0000 (03:21 +0000)] 
Replaced remaining calls to PROFILE_GetWineIniString/Bool by direct
registry accesses.

20 years agoAdded i8n entries.
Jon Griffiths [Tue, 19 Aug 2003 03:12:56 +0000 (03:12 +0000)] 
Added i8n entries.

20 years agoUse exception as the base for all exception derived classes.
Jon Griffiths [Tue, 19 Aug 2003 03:12:32 +0000 (03:12 +0000)] 
Use exception as the base for all exception derived classes.
Implement type_info methods correctly.
Add static RTTI for exported objects.
Throw exceptions when run time casts fail.

20 years agoImplement registry key unloading.
Mike McCormack [Tue, 19 Aug 2003 03:08:17 +0000 (03:08 +0000)] 
Implement registry key unloading.

20 years agoFixed regression in process creation (std handle inheritance).
Eric Pouech [Tue, 19 Aug 2003 01:05:17 +0000 (01:05 +0000)] 
Fixed regression in process creation (std handle inheritance).

20 years ago_ftol should return a 64-bit int (spotted by Jon Griffiths).
Alexandre Julliard [Tue, 19 Aug 2003 01:03:08 +0000 (01:03 +0000)] 
_ftol should return a 64-bit int (spotted by Jon Griffiths).

20 years agoWhen forcing call to DOS relay from protected mode, make sure that
Jukka Heinonen [Tue, 19 Aug 2003 00:59:23 +0000 (00:59 +0000)] 
When forcing call to DOS relay from protected mode, make sure that
relay sees original stack and code pointers. Make it possible for DOS
relay to modify code and stack pointers.

20 years agoRemoved VERSION typedef.
Erwin Wolff [Tue, 19 Aug 2003 00:59:02 +0000 (00:59 +0000)] 
Removed VERSION typedef.

20 years agoWrap error-prone msc symbol loading with a __TRY block.
Gregory M. Turner [Tue, 19 Aug 2003 00:57:58 +0000 (00:57 +0000)] 
Wrap error-prone msc symbol loading with a __TRY block.

20 years agoAllocate space to contain the IMAGE_NT_HEADERS structure (ImageLoad
Christian Costa [Tue, 19 Aug 2003 00:57:29 +0000 (00:57 +0000)] 
Allocate space to contain the IMAGE_NT_HEADERS structure (ImageLoad
function).
Add some more traces.

20 years agoFix unreachable TVHT_ONITEMSTATEICON in TREEVIEW_LButtonDown.
Maxime Bellengé [Tue, 19 Aug 2003 00:57:08 +0000 (00:57 +0000)] 
Fix unreachable TVHT_ONITEMSTATEICON in TREEVIEW_LButtonDown.

20 years agoMake RtlTimeToSecondsSince1970 consistent with other time calls.
Jon Griffiths [Tue, 19 Aug 2003 00:56:34 +0000 (00:56 +0000)] 
Make RtlTimeToSecondsSince1970 consistent with other time calls.
Documentation fixes.

20 years agoSpelling and case fixes.
Francois Gouget [Mon, 18 Aug 2003 20:11:29 +0000 (20:11 +0000)] 
Spelling and case fixes.

20 years agoAdded Spanish translation.
José Manuel Ferrer Ortiz [Mon, 18 Aug 2003 20:06:09 +0000 (20:06 +0000)] 
Added Spanish translation.

20 years agoAdded missing \n in TRACE calls.
Alexandre Julliard [Mon, 18 Aug 2003 20:04:27 +0000 (20:04 +0000)] 
Added missing \n in TRACE calls.

20 years agoFree the debug info when making a critical section global.
Alexandre Julliard [Mon, 18 Aug 2003 20:03:00 +0000 (20:03 +0000)] 
Free the debug info when making a critical section global.

20 years agoPortability fixes.
Jon Griffiths [Mon, 18 Aug 2003 20:00:44 +0000 (20:00 +0000)] 
Portability fixes.

20 years agoMake I1 fields explicitly signed.
Jon Griffiths [Mon, 18 Aug 2003 19:59:47 +0000 (19:59 +0000)] 
Make I1 fields explicitly signed.
Add support for I8 fields in variants.
Add a missing undocumented FADF_ flag.

20 years agoAdded support for multi-texturing.
Lionel Ulmer [Mon, 18 Aug 2003 19:55:11 +0000 (19:55 +0000)] 
Added support for multi-texturing.

20 years agoAdd some new types and functions.
Jon Griffiths [Mon, 18 Aug 2003 19:54:13 +0000 (19:54 +0000)] 
Add some new types and functions.
Remove ITU_IMPLEMENTED_TESTS, its not part of the Win32 Api.

20 years agoFixed Warblade image loading.
Robert Reif [Mon, 18 Aug 2003 19:53:23 +0000 (19:53 +0000)] 
Fixed Warblade image loading.

20 years agoFixed bug where last tests were not executed.
Robert Reif [Mon, 18 Aug 2003 19:52:56 +0000 (19:52 +0000)] 
Fixed bug where last tests were not executed.
Print out sound device info.

20 years agoFix CPU flag handling when internal interrupts are branched to.
Jukka Heinonen [Mon, 18 Aug 2003 19:52:28 +0000 (19:52 +0000)] 
Fix CPU flag handling when internal interrupts are branched to.

20 years agoWindows ignores values of e_cparhdr and e_crlc of the MZ header.
Dmitry Timoshkov [Mon, 18 Aug 2003 19:51:42 +0000 (19:51 +0000)] 
Windows ignores values of e_cparhdr and e_crlc of the MZ header.

20 years agoSmall Estonian keyboard fix.
Raul [Mon, 18 Aug 2003 19:51:13 +0000 (19:51 +0000)] 
Small Estonian keyboard fix.

20 years agoDon't touch perf in FDIIsCabinet, InstallShield may already have freed
Gregory M. Turner [Mon, 18 Aug 2003 19:50:14 +0000 (19:50 +0000)] 
Don't touch perf in FDIIsCabinet, InstallShield may already have freed
it.

20 years agoUse $(EXEEXT) for the winedump executable.
Jon Griffiths [Mon, 18 Aug 2003 19:49:10 +0000 (19:49 +0000)] 
Use $(EXEEXT) for the winedump executable.

20 years agoOnly statics are sure to be set to 0, explicitly initialise globals.
Jon Griffiths [Mon, 18 Aug 2003 19:48:58 +0000 (19:48 +0000)] 
Only statics are sure to be set to 0, explicitly initialise globals.

20 years agoRemove redundant wine specific #include.
Jon Griffiths [Mon, 18 Aug 2003 19:48:38 +0000 (19:48 +0000)] 
Remove redundant wine specific #include.

20 years agoole/ directory doesn't exist anymore.
Jon Griffiths [Mon, 18 Aug 2003 19:48:14 +0000 (19:48 +0000)] 
ole/ directory doesn't exist anymore.

20 years agoSpelling fixes.
Jon Griffiths [Mon, 18 Aug 2003 19:47:42 +0000 (19:47 +0000)] 
Spelling fixes.

20 years agoCast hresult error codes to HRESULT.
Jon Griffiths [Mon, 18 Aug 2003 19:47:18 +0000 (19:47 +0000)] 
Cast hresult error codes to HRESULT.

20 years agoFix things broken by the last TREEVIEW_UpdateDispInfo patch.
Maxime Bellengé [Mon, 18 Aug 2003 19:46:31 +0000 (19:46 +0000)] 
Fix things broken by the last TREEVIEW_UpdateDispInfo patch.

20 years agoRegression fixes for Nt{Read|Write}File:
Eric Pouech [Mon, 18 Aug 2003 19:45:53 +0000 (19:45 +0000)] 
Regression fixes for Nt{Read|Write}File:
- actually block in TIMEOUT mode
- in overlapped mode, if any data is already available then process it
  without returning a pending status code

20 years agoLocalization to the Portuguese of Brazil.
Marcelo Duarte [Mon, 18 Aug 2003 19:45:16 +0000 (19:45 +0000)] 
Localization to the Portuguese of Brazil.

20 years agoMoved __errno_location() handling to pthread.c, and added similar
Alexandre Julliard [Fri, 15 Aug 2003 03:55:06 +0000 (03:55 +0000)] 
Moved __errno_location() handling to pthread.c, and added similar
handling for __res_state().

20 years agoAdded missing dependency.
Alexandre Julliard [Fri, 15 Aug 2003 03:52:35 +0000 (03:52 +0000)] 
Added missing dependency.

20 years agoFixed indentation.
Alexandre Julliard [Fri, 15 Aug 2003 03:51:19 +0000 (03:51 +0000)] 
Fixed indentation.

20 years agoRemove from docs / config tool useless / obsoleted options.
Lionel Ulmer [Fri, 15 Aug 2003 03:50:48 +0000 (03:50 +0000)] 
Remove from docs / config tool useless / obsoleted options.

20 years agoDXT1/3/5 support was broken, but unnoticeable since we also indicated
Jason Edmeades [Fri, 15 Aug 2003 03:50:08 +0000 (03:50 +0000)] 
DXT1/3/5 support was broken, but unnoticeable since we also indicated
it wasn't supported.

20 years agoAdded Windows 2k3.
E. C. F. Wolff [Fri, 15 Aug 2003 03:49:13 +0000 (03:49 +0000)] 
Added Windows 2k3.

20 years agoUse WideByteToMultiChar not strlenW.
Mike McCormack [Fri, 15 Aug 2003 03:47:30 +0000 (03:47 +0000)] 
Use WideByteToMultiChar not strlenW.
Use HeapAlloc, not malloc.

20 years agoFixed command line support.
Vincent Béron [Fri, 15 Aug 2003 03:47:04 +0000 (03:47 +0000)] 
Fixed command line support.

20 years agoRelease 20030813. wine-20030813
Alexandre Julliard [Wed, 13 Aug 2003 22:51:10 +0000 (22:51 +0000)] 
Release 20030813.

20 years agoAlias _vsnprintf as vsnprintf.
Dimitrie O. Paun [Wed, 13 Aug 2003 22:01:12 +0000 (22:01 +0000)] 
Alias _vsnprintf as vsnprintf.

20 years agoSupport for Mac OS X powerpc register names (based on a patch by
Alexandre Julliard [Wed, 13 Aug 2003 21:57:42 +0000 (21:57 +0000)] 
Support for Mac OS X powerpc register names (based on a patch by
Pierre d'Herbemont).

20 years agoFix compilation error.
Francois Gouget [Wed, 13 Aug 2003 19:43:19 +0000 (19:43 +0000)] 
Fix compilation error.

20 years agoUse __WINE__ instead of _WINE_, _WIN32.
Richard Cohen [Wed, 13 Aug 2003 19:38:22 +0000 (19:38 +0000)] 
Use __WINE__ instead of _WINE_, _WIN32.

20 years agoRemove no longer necessary includes <signal.h>, <wait.h>.
Richard Cohen [Wed, 13 Aug 2003 19:37:32 +0000 (19:37 +0000)] 
Remove no longer necessary includes <signal.h>, <wait.h>.

20 years agoFix for TREEVIEW_UpdateDispInfo to test with the correct callbackMask.
Maxime Bellengé [Wed, 13 Aug 2003 19:37:12 +0000 (19:37 +0000)] 
Fix for TREEVIEW_UpdateDispInfo to test with the correct callbackMask.

20 years agoAdd Windows 2003 to the versions Wine can return.
Vincent Béron [Wed, 13 Aug 2003 19:36:35 +0000 (19:36 +0000)] 
Add Windows 2003 to the versions Wine can return.

20 years agoConvert initData as well.
Dmitry Timoshkov [Wed, 13 Aug 2003 19:35:52 +0000 (19:35 +0000)] 
Convert initData as well.

20 years agoAdd definitions for the S_IS* macros.
Dimitrie O. Paun [Wed, 13 Aug 2003 19:35:35 +0000 (19:35 +0000)] 
Add definitions for the S_IS* macros.

20 years agoAdd a bunch of IMAGE_SIZEOF_* constants.
Dimitrie O. Paun [Wed, 13 Aug 2003 19:35:22 +0000 (19:35 +0000)] 
Add a bunch of IMAGE_SIZEOF_* constants.

20 years agoFix spec for InitiateSystemShutdownExA, as pointed out by Stefan
Mike McCormack [Wed, 13 Aug 2003 19:34:57 +0000 (19:34 +0000)] 
Fix spec for InitiateSystemShutdownExA, as pointed out by Stefan
Leichter.

20 years agoPartial implementation of the Microsoft Installer (msi.dll).
Mike McCormack [Wed, 13 Aug 2003 01:27:48 +0000 (01:27 +0000)] 
Partial implementation of the Microsoft Installer (msi.dll).

20 years agoExtended winefile for an optional shell namespace mode.
Martin Fuchs [Wed, 13 Aug 2003 01:18:37 +0000 (01:18 +0000)] 
Extended winefile for an optional shell namespace mode.

20 years agoDon't try to allocate the debug info before the process heap exists.
Alexandre Julliard [Wed, 13 Aug 2003 01:09:45 +0000 (01:09 +0000)] 
Don't try to allocate the debug info before the process heap exists.

20 years agoAllocate DebugInfo field for all critical sections (based on a patch
Alexandre Julliard [Tue, 12 Aug 2003 23:50:54 +0000 (23:50 +0000)] 
Allocate DebugInfo field for all critical sections (based on a patch
by Alex Pasadyn).
Get rid of the Wine-specific CRITICAL_SECTION_INIT macro.

20 years agoAvoid crashes when devmode is null.
Alexandre Julliard [Tue, 12 Aug 2003 23:46:34 +0000 (23:46 +0000)] 
Avoid crashes when devmode is null.

20 years agoConvert CreateDC to unicode in the driver interface.
Dmitry Timoshkov [Tue, 12 Aug 2003 20:42:18 +0000 (20:42 +0000)] 
Convert CreateDC to unicode in the driver interface.

20 years agoMinor tracing fix.
Alexandre Julliard [Tue, 12 Aug 2003 20:34:06 +0000 (20:34 +0000)] 
Minor tracing fix.

20 years agoPrint X display and locale of X Input Method in the debug log.
Dmitry Timoshkov [Tue, 12 Aug 2003 20:33:43 +0000 (20:33 +0000)] 
Print X display and locale of X Input Method in the debug log.

20 years agoStub implementation of FlashWindowEx.
Mike McCormack [Tue, 12 Aug 2003 20:33:26 +0000 (20:33 +0000)] 
Stub implementation of FlashWindowEx.

20 years agoUpdated Swedish translation.
Johan Dahlin [Tue, 12 Aug 2003 20:32:11 +0000 (20:32 +0000)] 
Updated Swedish translation.

20 years agoFixed the pthread wrappers to work with the new glibc/linuxthreads
Alexandre Julliard [Tue, 12 Aug 2003 18:59:13 +0000 (18:59 +0000)] 
Fixed the pthread wrappers to work with the new glibc/linuxthreads
interface in glibc 2.3.2.

20 years agoConsolidate all kernel power management functions.
Dimitrie O. Paun [Tue, 12 Aug 2003 18:56:54 +0000 (18:56 +0000)] 
Consolidate all kernel power management functions.
Provide prototypes and stubs for missing functions.

20 years agoIgnore some keyboard events. In any case we don't know how to handle
Dmitry Timoshkov [Tue, 12 Aug 2003 18:54:50 +0000 (18:54 +0000)] 
Ignore some keyboard events. In any case we don't know how to handle
them.

20 years agoStub some winspool functions.
Mike McCormack [Tue, 12 Aug 2003 18:54:26 +0000 (18:54 +0000)] 
Stub some winspool functions.

20 years agoAdded two printer error codes.
Mike McCormack [Tue, 12 Aug 2003 18:54:03 +0000 (18:54 +0000)] 
Added two printer error codes.

20 years agoExport SHBindToParent (already implemented).
Mike McCormack [Tue, 12 Aug 2003 18:53:41 +0000 (18:53 +0000)] 
Export SHBindToParent (already implemented).

20 years agoStubs for advapi32 functions InitiateSystemShutdownEx, SetEntriesInAcl
Mike McCormack [Tue, 12 Aug 2003 18:53:14 +0000 (18:53 +0000)] 
Stubs for advapi32 functions InitiateSystemShutdownEx, SetEntriesInAcl
and SetNamedSecurityInfo.

20 years agoAdded ES_SELECTIONBAR style.
Phil Krylov [Tue, 12 Aug 2003 18:52:45 +0000 (18:52 +0000)] 
Added ES_SELECTIONBAR style.

20 years agoWM_PAINT(wParam) might be a valid HDC.
Dmitry Timoshkov [Mon, 11 Aug 2003 18:43:07 +0000 (18:43 +0000)] 
WM_PAINT(wParam) might be a valid HDC.

20 years agoAccept SIZE_MAXIMIZED as one of statuses of MDI windows.
Dmitry Timoshkov [Mon, 11 Aug 2003 18:42:47 +0000 (18:42 +0000)] 
Accept SIZE_MAXIMIZED as one of statuses of MDI windows.

20 years agoAdded some missing FR_* defines.
Phil Krylov [Mon, 11 Aug 2003 18:42:18 +0000 (18:42 +0000)] 
Added some missing FR_* defines.

20 years agoMake sure winhelp doesn't scroll outside of its display area.
Johan Dahlin [Mon, 11 Aug 2003 18:41:52 +0000 (18:41 +0000)] 
Make sure winhelp doesn't scroll outside of its display area.

20 years agoStubs for BuildTrusteeWithSid(A/W).
Mike McCormack [Mon, 11 Aug 2003 18:41:28 +0000 (18:41 +0000)] 
Stubs for BuildTrusteeWithSid(A/W).

20 years agoresolv.h may require netinet/in.h, so try to #include that when
Gerald Pfeifer [Mon, 11 Aug 2003 18:37:13 +0000 (18:37 +0000)] 
resolv.h may require netinet/in.h, so try to #include that when
checking for the former.

20 years agoMake do_block use poll() rather than select() (based on a patch by
Alexandre Julliard [Fri, 8 Aug 2003 21:10:28 +0000 (21:10 +0000)] 
Make do_block use poll() rather than select() (based on a patch by
Mike Hearn).

20 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Fri, 8 Aug 2003 21:07:23 +0000 (21:07 +0000)] 
Fixed some issues found by winapi_check.

20 years ago- API files update.
Patrik Stridvall [Fri, 8 Aug 2003 21:04:17 +0000 (21:04 +0000)] 
- API files update.
- Minor bug fixes.

20 years agoFixed build with older compilers.
Dmitry Timoshkov [Fri, 8 Aug 2003 21:03:39 +0000 (21:03 +0000)] 
Fixed build with older compilers.

20 years agoSet version to DirectX 7.
Tom Wickline [Fri, 8 Aug 2003 21:03:05 +0000 (21:03 +0000)] 
Set version to DirectX 7.

20 years agoSet version to DirectX 7.
Tom Wickline [Thu, 7 Aug 2003 20:12:12 +0000 (20:12 +0000)] 
Set version to DirectX 7.

20 years agoMove declarations to compile with older compilers.
Duane Clark [Thu, 7 Aug 2003 20:11:45 +0000 (20:11 +0000)] 
Move declarations to compile with older compilers.

20 years agoBetter support for __declspec() (based on a suggestion from Ove
Dimitrie O. Paun [Thu, 7 Aug 2003 20:11:24 +0000 (20:11 +0000)] 
Better support for __declspec() (based on a suggestion from Ove
Kaaven).

20 years agoAdded Thai keyboard layout.
Supphachoke Suntiwichaya [Thu, 7 Aug 2003 20:11:02 +0000 (20:11 +0000)] 
Added Thai keyboard layout.

20 years agoGet rid of wrong/confusing _strdupnA usage.
Alexandre Julliard [Thu, 7 Aug 2003 03:15:20 +0000 (03:15 +0000)] 
Get rid of wrong/confusing _strdupnA usage.