Dmitry Timoshkov [Fri, 22 Aug 2003 05:00:45 +0000 (05:00 +0000)]
Protect SystemParametersInfoA(SPI_GETxxx) from NULL pvParam.
Francois Gouget [Fri, 22 Aug 2003 05:00:25 +0000 (05:00 +0000)]
Tweak 'Will there be a Windows version of Wine?':
- Add a pointer to the MinGW project
- Fix the ReactOS case
- Explain the rationale behind these porting projects
Alexandre Julliard [Thu, 21 Aug 2003 21:35:15 +0000 (21:35 +0000)]
Cope with wait4 being interrupted by a signal.
Alexandre Julliard [Thu, 21 Aug 2003 21:34:33 +0000 (21:34 +0000)]
Store the debug info structure on the thread stack.
Moved thread initialization code from sysdeps.c to thread.c to avoid
an indirection.
Alexandre Julliard [Thu, 21 Aug 2003 21:32:48 +0000 (21:32 +0000)]
Removed a few remaining WINVER checks.
Alexandre Julliard [Thu, 21 Aug 2003 21:30:35 +0000 (21:30 +0000)]
It seems FreeBSD no longer requires libpthread when linking with
OpenGL.
Alexandre Julliard [Thu, 21 Aug 2003 21:28:51 +0000 (21:28 +0000)]
Correctly pass the exception to the application when
BreakOnFirstChance is 0.
Ivan Leo Murray-Smith [Thu, 21 Aug 2003 21:28:05 +0000 (21:28 +0000)]
Small resources fixes.
Ivan Leo Murray-Smith [Thu, 21 Aug 2003 21:27:30 +0000 (21:27 +0000)]
Added Italian resources.
Mike McCormack [Thu, 21 Aug 2003 21:26:23 +0000 (21:26 +0000)]
Remove useless comments that clutter the code.
Mike McCormack [Thu, 21 Aug 2003 21:26:07 +0000 (21:26 +0000)]
Stub for (undocumented) SHCreateLinks.
Jon Griffiths [Thu, 21 Aug 2003 21:25:37 +0000 (21:25 +0000)]
Update install script to match current build process.
Fix a warning in generated dll now we build with -DSTRICT.
Dmitry Timoshkov [Thu, 21 Aug 2003 21:25:16 +0000 (21:25 +0000)]
Cope with potentially moved and resized file view window.
Alexandre Julliard [Wed, 20 Aug 2003 18:22:31 +0000 (18:22 +0000)]
winnls.h must not include winbase.h.
Robert Reif [Wed, 20 Aug 2003 18:18:39 +0000 (18:18 +0000)]
Added tests for buffer property sets.
Robert Reif [Wed, 20 Aug 2003 18:18:23 +0000 (18:18 +0000)]
Split property sets into two types: buffer and private.
Jukka Heinonen [Wed, 20 Aug 2003 18:17:39 +0000 (18:17 +0000)]
Make FPU emulation use CS:IP when determining location of calling
software interrupt.
Jukka Heinonen [Wed, 20 Aug 2003 18:17:23 +0000 (18:17 +0000)]
Remove unnecessary __wine_call_from_16_regs call frame management code
from raw mode switch handler.
Steven Edwards [Wed, 20 Aug 2003 18:16:44 +0000 (18:16 +0000)]
Fix building libwine_unicode with w32api headers.
Mike McCormack [Wed, 20 Aug 2003 04:19:01 +0000 (04:19 +0000)]
Dlopen libncurses.so in wineconsole.
Alexandre Julliard [Wed, 20 Aug 2003 04:15:19 +0000 (04:15 +0000)]
BINDIR is no longer needed.
Richard Cohen [Wed, 20 Aug 2003 04:15:02 +0000 (04:15 +0000)]
Support -mconsole.
Richard Cohen [Wed, 20 Aug 2003 03:49:40 +0000 (03:49 +0000)]
Remove hardcoded BINDIR paths.
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.
Nerijus Baliunas [Wed, 20 Aug 2003 03:40:47 +0000 (03:40 +0000)]
Updated LT keyboard.
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.
Eric Pouech [Wed, 20 Aug 2003 03:39:38 +0000 (03:39 +0000)]
Translate a few more kernel32 calls into the ntdll equivalents.
Eric Pouech [Wed, 20 Aug 2003 03:39:07 +0000 (03:39 +0000)]
Removed code for handling ${VAR} constructs in .ini files.
<wine@frotz.org> [Wed, 20 Aug 2003 03:38:27 +0000 (03:38 +0000)]
Fix parameter to snd_pcm_sw_params_set_silence_size().
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.
Dimitrie O. Paun [Wed, 20 Aug 2003 03:34:20 +0000 (03:34 +0000)]
Stub out the _[w]popen/_pclose() functions.
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.
Ivan Leo Murray-Smith [Tue, 19 Aug 2003 03:44:41 +0000 (03:44 +0000)]
Added Italian resources.
Alexandre Julliard [Tue, 19 Aug 2003 03:27:45 +0000 (03:27 +0000)]
Renamed system.dll to system.drv.
Alexandre Julliard [Tue, 19 Aug 2003 03:21:04 +0000 (03:21 +0000)]
Replaced remaining calls to PROFILE_GetWineIniString/Bool by direct
registry accesses.
Jon Griffiths [Tue, 19 Aug 2003 03:12:56 +0000 (03:12 +0000)]
Added i8n entries.
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.
Mike McCormack [Tue, 19 Aug 2003 03:08:17 +0000 (03:08 +0000)]
Implement registry key unloading.
Eric Pouech [Tue, 19 Aug 2003 01:05:17 +0000 (01:05 +0000)]
Fixed regression in process creation (std handle inheritance).
Alexandre Julliard [Tue, 19 Aug 2003 01:03:08 +0000 (01:03 +0000)]
_ftol should return a 64-bit int (spotted by Jon Griffiths).
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.
Erwin Wolff [Tue, 19 Aug 2003 00:59:02 +0000 (00:59 +0000)]
Removed VERSION typedef.
Gregory M. Turner [Tue, 19 Aug 2003 00:57:58 +0000 (00:57 +0000)]
Wrap error-prone msc symbol loading with a __TRY block.
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.
Maxime Bellengé [Tue, 19 Aug 2003 00:57:08 +0000 (00:57 +0000)]
Fix unreachable TVHT_ONITEMSTATEICON in TREEVIEW_LButtonDown.
Jon Griffiths [Tue, 19 Aug 2003 00:56:34 +0000 (00:56 +0000)]
Make RtlTimeToSecondsSince1970 consistent with other time calls.
Documentation fixes.
Francois Gouget [Mon, 18 Aug 2003 20:11:29 +0000 (20:11 +0000)]
Spelling and case fixes.
José Manuel Ferrer Ortiz [Mon, 18 Aug 2003 20:06:09 +0000 (20:06 +0000)]
Added Spanish translation.
Alexandre Julliard [Mon, 18 Aug 2003 20:04:27 +0000 (20:04 +0000)]
Added missing \n in TRACE calls.
Alexandre Julliard [Mon, 18 Aug 2003 20:03:00 +0000 (20:03 +0000)]
Free the debug info when making a critical section global.
Jon Griffiths [Mon, 18 Aug 2003 20:00:44 +0000 (20:00 +0000)]
Portability fixes.
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.
Lionel Ulmer [Mon, 18 Aug 2003 19:55:11 +0000 (19:55 +0000)]
Added support for multi-texturing.
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.
Robert Reif [Mon, 18 Aug 2003 19:53:23 +0000 (19:53 +0000)]
Fixed Warblade image loading.
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.
Jukka Heinonen [Mon, 18 Aug 2003 19:52:28 +0000 (19:52 +0000)]
Fix CPU flag handling when internal interrupts are branched to.
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.
Raul [Mon, 18 Aug 2003 19:51:13 +0000 (19:51 +0000)]
Small Estonian keyboard fix.
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.
Jon Griffiths [Mon, 18 Aug 2003 19:49:10 +0000 (19:49 +0000)]
Use $(EXEEXT) for the winedump executable.
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.
Jon Griffiths [Mon, 18 Aug 2003 19:48:38 +0000 (19:48 +0000)]
Remove redundant wine specific #include.
Jon Griffiths [Mon, 18 Aug 2003 19:48:14 +0000 (19:48 +0000)]
ole/ directory doesn't exist anymore.
Jon Griffiths [Mon, 18 Aug 2003 19:47:42 +0000 (19:47 +0000)]
Spelling fixes.
Jon Griffiths [Mon, 18 Aug 2003 19:47:18 +0000 (19:47 +0000)]
Cast hresult error codes to HRESULT.
Maxime Bellengé [Mon, 18 Aug 2003 19:46:31 +0000 (19:46 +0000)]
Fix things broken by the last TREEVIEW_UpdateDispInfo patch.
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
Marcelo Duarte [Mon, 18 Aug 2003 19:45:16 +0000 (19:45 +0000)]
Localization to the Portuguese of Brazil.
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().
Alexandre Julliard [Fri, 15 Aug 2003 03:52:35 +0000 (03:52 +0000)]
Added missing dependency.
Alexandre Julliard [Fri, 15 Aug 2003 03:51:19 +0000 (03:51 +0000)]
Fixed indentation.
Lionel Ulmer [Fri, 15 Aug 2003 03:50:48 +0000 (03:50 +0000)]
Remove from docs / config tool useless / obsoleted options.
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.
E. C. F. Wolff [Fri, 15 Aug 2003 03:49:13 +0000 (03:49 +0000)]
Added Windows 2k3.
Mike McCormack [Fri, 15 Aug 2003 03:47:30 +0000 (03:47 +0000)]
Use WideByteToMultiChar not strlenW.
Use HeapAlloc, not malloc.
Vincent Béron [Fri, 15 Aug 2003 03:47:04 +0000 (03:47 +0000)]
Fixed command line support.
Alexandre Julliard [Wed, 13 Aug 2003 22:51:10 +0000 (22:51 +0000)]
Dimitrie O. Paun [Wed, 13 Aug 2003 22:01:12 +0000 (22:01 +0000)]
Alias _vsnprintf as vsnprintf.
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).
Francois Gouget [Wed, 13 Aug 2003 19:43:19 +0000 (19:43 +0000)]
Fix compilation error.
Richard Cohen [Wed, 13 Aug 2003 19:38:22 +0000 (19:38 +0000)]
Use __WINE__ instead of _WINE_, _WIN32.
Richard Cohen [Wed, 13 Aug 2003 19:37:32 +0000 (19:37 +0000)]
Remove no longer necessary includes <signal.h>, <wait.h>.
Maxime Bellengé [Wed, 13 Aug 2003 19:37:12 +0000 (19:37 +0000)]
Fix for TREEVIEW_UpdateDispInfo to test with the correct callbackMask.
Vincent Béron [Wed, 13 Aug 2003 19:36:35 +0000 (19:36 +0000)]
Add Windows 2003 to the versions Wine can return.
Dmitry Timoshkov [Wed, 13 Aug 2003 19:35:52 +0000 (19:35 +0000)]
Convert initData as well.
Dimitrie O. Paun [Wed, 13 Aug 2003 19:35:35 +0000 (19:35 +0000)]
Add definitions for the S_IS* macros.
Dimitrie O. Paun [Wed, 13 Aug 2003 19:35:22 +0000 (19:35 +0000)]
Add a bunch of IMAGE_SIZEOF_* constants.
Mike McCormack [Wed, 13 Aug 2003 19:34:57 +0000 (19:34 +0000)]
Fix spec for InitiateSystemShutdownExA, as pointed out by Stefan
Leichter.
Mike McCormack [Wed, 13 Aug 2003 01:27:48 +0000 (01:27 +0000)]
Partial implementation of the Microsoft Installer (msi.dll).
Martin Fuchs [Wed, 13 Aug 2003 01:18:37 +0000 (01:18 +0000)]
Extended winefile for an optional shell namespace mode.
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.
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.
Alexandre Julliard [Tue, 12 Aug 2003 23:46:34 +0000 (23:46 +0000)]
Avoid crashes when devmode is null.
Dmitry Timoshkov [Tue, 12 Aug 2003 20:42:18 +0000 (20:42 +0000)]
Convert CreateDC to unicode in the driver interface.
Alexandre Julliard [Tue, 12 Aug 2003 20:34:06 +0000 (20:34 +0000)]
Minor tracing fix.
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.
Mike McCormack [Tue, 12 Aug 2003 20:33:26 +0000 (20:33 +0000)]
Stub implementation of FlashWindowEx.
Johan Dahlin [Tue, 12 Aug 2003 20:32:11 +0000 (20:32 +0000)]
Updated Swedish translation.
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.