wine
20 years agoMoved 16-bit calls initialization and exception handling to kernel32.
Alexandre Julliard [Mon, 25 Aug 2003 00:56:37 +0000 (00:56 +0000)] 
Moved 16-bit calls initialization and exception handling to kernel32.
Store the call_to_16 return address on the stack from the C code so
that we don't need two variants of call_to_16_regs.

20 years agoFixed copy/paste error in WOWCallback16Ex call (spotted by Dmitry
Alexandre Julliard [Mon, 25 Aug 2003 00:54:24 +0000 (00:54 +0000)] 
Fixed copy/paste error in WOWCallback16Ex call (spotted by Dmitry
Timoshkov).

20 years agoReplace some magic numbers with symbols.
Jukka Heinonen [Mon, 25 Aug 2003 00:53:35 +0000 (00:53 +0000)] 
Replace some magic numbers with symbols.
Add sanity checks so that VGA window cannot be used to access memory
outside framebuffer.

20 years agoFix the hit test for full row select in REPORT mode (found, debugged,
Dimitrie O. Paun [Mon, 25 Aug 2003 00:53:11 +0000 (00:53 +0000)] 
Fix the hit test for full row select in REPORT mode (found, debugged,
and tested by Eric Pouech).

20 years agoExtended WOWCallback16Ex to support register functions too. This
Alexandre Julliard [Sat, 23 Aug 2003 23:30:51 +0000 (23:30 +0000)] 
Extended WOWCallback16Ex to support register functions too.  This
allows simplifying the wine_call_to_16 assembly code by moving part of
it to C code, and getting rid of the extra kernel exports.

20 years agoFix the creation of treeview with checkboxes.
Maxime Bellengé [Sat, 23 Aug 2003 23:18:48 +0000 (23:18 +0000)] 
Fix the creation of treeview with checkboxes.

20 years agoSplit win16/32 support.
Steven Edwards [Sat, 23 Aug 2003 23:18:13 +0000 (23:18 +0000)] 
Split win16/32 support.

20 years agoMoved 16-bit builtin module handling to dlls/kernel/ne_module.c.
Alexandre Julliard [Sat, 23 Aug 2003 23:07:10 +0000 (23:07 +0000)] 
Moved 16-bit builtin module handling to dlls/kernel/ne_module.c.

20 years agoSet version to 8.1.
Tom Wickline [Sat, 23 Aug 2003 23:05:24 +0000 (23:05 +0000)] 
Set version to 8.1.

20 years agoMore Spanish translations.
José Manuel Ferrer Ortiz [Sat, 23 Aug 2003 23:04:49 +0000 (23:04 +0000)] 
More Spanish translations.

20 years agoImplement DllRegisterServer and DllUnregisterServer for dsound.dll,
John K. Hohm [Sat, 23 Aug 2003 23:03:28 +0000 (23:03 +0000)] 
Implement DllRegisterServer and DllUnregisterServer for dsound.dll,
and add OleSelfRegister version string.

20 years agoAdded Italian resources.
Ivan Leo Murray-Smith [Sat, 23 Aug 2003 22:59:16 +0000 (22:59 +0000)] 
Added Italian resources.

20 years agoMinor fixes.
Ivan Leo Murray-Smith [Sat, 23 Aug 2003 22:58:50 +0000 (22:58 +0000)] 
Minor fixes.

20 years agoImplement DllRegisterServer and DllUnregisterServer for shdocvw.dll,
John K. Hohm [Sat, 23 Aug 2003 22:57:03 +0000 (22:57 +0000)] 
Implement DllRegisterServer and DllUnregisterServer for shdocvw.dll,
and add OleSelfRegister version string.

20 years agoImplement DllRegisterServer and DllUnregisterServer for quartz.dll,
John K. Hohm [Sat, 23 Aug 2003 22:56:43 +0000 (22:56 +0000)] 
Implement DllRegisterServer and DllUnregisterServer for quartz.dll,
and add OleSelfRegister version string.

20 years agoImplement DllRegisterServer and DllUnregisterServer for dplayx.dll,
John K. Hohm [Sat, 23 Aug 2003 22:55:43 +0000 (22:55 +0000)] 
Implement DllRegisterServer and DllUnregisterServer for dplayx.dll,
and add OleSelfRegister version string.

20 years agoImplement DllRegisterServer and DllUnregisterServer for avifil32.dll,
John K. Hohm [Sat, 23 Aug 2003 22:54:53 +0000 (22:54 +0000)] 
Implement DllRegisterServer and DllUnregisterServer for avifil32.dll,
and add OleSelfRegister version string.

20 years agoSend STN_CLICKED ad STN_DBLCLK messages to parent window if SS_NOTIFY
Igor Grahek [Sat, 23 Aug 2003 00:46:34 +0000 (00:46 +0000)] 
Send STN_CLICKED ad STN_DBLCLK messages to parent window if SS_NOTIFY
is enabled.

20 years agoIn the global interface table:
Mike Hearn [Sat, 23 Aug 2003 00:45:49 +0000 (00:45 +0000)] 
In the global interface table:
- Print warnings when things go wrong.
- Alter the way we do refcounting.
- Don't release the stream on retrieval, just rewind it instead.
- Implement thread safety.

20 years agoGot rid of 16-bit glue code generation since it is no longer used.
Alexandre Julliard [Sat, 23 Aug 2003 00:45:20 +0000 (00:45 +0000)] 
Got rid of 16-bit glue code generation since it is no longer used.

20 years agoMoved most of the 16-bit task support and NE module loader to
Alexandre Julliard [Sat, 23 Aug 2003 00:03:40 +0000 (00:03 +0000)] 
Moved most of the 16-bit task support and NE module loader to
dlls/kernel.

20 years ago- implemented loader, loader's stream and loading of objects (now you
Rok Mandeljc [Fri, 22 Aug 2003 23:53:27 +0000 (23:53 +0000)] 
- implemented loader, loader's stream and loading of objects (now you
  can use builtin dmloader and native other dm*.dlls)
- implemented proper creation of objects and retrieval of dmusic
  interfaces from them (object, stream, ...)
- implemented all "standard track types" and appropriate stream (for
  dmband, loading is almost complete)
- cleaned some obsolete stuff
- split debug channels

20 years agoFixed prototypes of CreateStatusWindowA/W, ImageList_Copy,
Filip Navara [Fri, 22 Aug 2003 23:51:15 +0000 (23:51 +0000)] 
Fixed prototypes of CreateStatusWindowA/W, ImageList_Copy,
ImageList_EndDrag, ImageList_SetImageCount.

20 years agoAdded Slovenian translation.
Rok Mandeljc [Fri, 22 Aug 2003 23:49:47 +0000 (23:49 +0000)] 
Added Slovenian translation.

20 years agoRemoved obsolete WIN32_LastError definition.
Alexandre Julliard [Fri, 22 Aug 2003 05:30:11 +0000 (05:30 +0000)] 
Removed obsolete WIN32_LastError definition.

20 years agoFix/make the case of Bochs and Plex86 more consistent.
Francois Gouget [Fri, 22 Aug 2003 05:28:21 +0000 (05:28 +0000)] 
Fix/make the case of Bochs and Plex86 more consistent.
Add CodeWeavers to the list of contributors (currently hosts WineHQ).
Tweak the 'how to submit patches' FAQ.
Add Kylix and MusicMatch JukeBox to the list of applications ported
using Wine(lib).

20 years agoBe more explicit when describing what belongs in Wine (API) and what
Francois Gouget [Fri, 22 Aug 2003 05:26:31 +0000 (05:26 +0000)] 
Be more explicit when describing what belongs in Wine (API) and what
does not belong in Wine (drivers, Windows applets, window managers,
etc.). Also point to projects where such contributions would be more
appropriate.

20 years agoAnswer this eternal question:
Francois Gouget [Fri, 22 Aug 2003 05:22:41 +0000 (05:22 +0000)] 
Answer this eternal question:
Can I use Wine to make the Windows driver for my network card /
graphics card / scanner / etc. work on Unix?

20 years agoAdd an entry answering the eternal question:
Francois Gouget [Fri, 22 Aug 2003 05:10:25 +0000 (05:10 +0000)] 
Add an entry answering the eternal question:
When will Wine integrate an x86 CPU emulator?

20 years agoFixes for building with w32api headers on Mingw.
Steven Edwards [Fri, 22 Aug 2003 05:05:56 +0000 (05:05 +0000)] 
Fixes for building with w32api headers on Mingw.

20 years agoRemoved no longer used internal definitions.
Alexandre Julliard [Fri, 22 Aug 2003 05:04:56 +0000 (05:04 +0000)] 
Removed no longer used internal definitions.

20 years agoRemoved reference to the WINE_UNICODE_TEXT macro that no longer
Alexandre Julliard [Fri, 22 Aug 2003 05:04:23 +0000 (05:04 +0000)] 
Removed reference to the WINE_UNICODE_TEXT macro that no longer
exists.

20 years agoSome new Spanish translations and improvements to other existing
José Manuel Ferrer Ortiz [Fri, 22 Aug 2003 05:03:19 +0000 (05:03 +0000)] 
Some new Spanish translations and improvements to other existing
ones.

20 years agoAvoid crash in WCMD_run_program when no extension was specified.
Oleg Prokhorov [Fri, 22 Aug 2003 05:01:59 +0000 (05:01 +0000)] 
Avoid crash in WCMD_run_program when no extension was specified.

20 years agoSome applications depend on the order of initialization steps of the
Dmitry Timoshkov [Fri, 22 Aug 2003 05:01:08 +0000 (05:01 +0000)] 
Some applications depend on the order of initialization steps of the
custom file open dialog.

20 years agoProtect SystemParametersInfoA(SPI_GETxxx) from NULL pvParam.
Dmitry Timoshkov [Fri, 22 Aug 2003 05:00:45 +0000 (05:00 +0000)] 
Protect SystemParametersInfoA(SPI_GETxxx) from NULL pvParam.

20 years agoTweak 'Will there be a Windows version of Wine?':
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

20 years agoCope with wait4 being interrupted by a signal.
Alexandre Julliard [Thu, 21 Aug 2003 21:35:15 +0000 (21:35 +0000)] 
Cope with wait4 being interrupted by a signal.

20 years agoStore the debug info structure on the thread stack.
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.

20 years agoRemoved a few remaining WINVER checks.
Alexandre Julliard [Thu, 21 Aug 2003 21:32:48 +0000 (21:32 +0000)] 
Removed a few remaining WINVER checks.

20 years agoIt seems FreeBSD no longer requires libpthread when linking with
Alexandre Julliard [Thu, 21 Aug 2003 21:30:35 +0000 (21:30 +0000)] 
It seems FreeBSD no longer requires libpthread when linking with
OpenGL.

20 years agoCorrectly pass the exception to the application when
Alexandre Julliard [Thu, 21 Aug 2003 21:28:51 +0000 (21:28 +0000)] 
Correctly pass the exception to the application when
BreakOnFirstChance is 0.

20 years agoSmall resources fixes.
Ivan Leo Murray-Smith [Thu, 21 Aug 2003 21:28:05 +0000 (21:28 +0000)] 
Small resources fixes.

20 years agoAdded Italian resources.
Ivan Leo Murray-Smith [Thu, 21 Aug 2003 21:27:30 +0000 (21:27 +0000)] 
Added Italian resources.

20 years agoRemove useless comments that clutter the code.
Mike McCormack [Thu, 21 Aug 2003 21:26:23 +0000 (21:26 +0000)] 
Remove useless comments that clutter the code.

20 years agoStub for (undocumented) SHCreateLinks.
Mike McCormack [Thu, 21 Aug 2003 21:26:07 +0000 (21:26 +0000)] 
Stub for (undocumented) SHCreateLinks.

20 years agoUpdate install script to match current build process.
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.

20 years agoCope with potentially moved and resized file view window.
Dmitry Timoshkov [Thu, 21 Aug 2003 21:25:16 +0000 (21:25 +0000)] 
Cope with potentially moved and resized file view window.

20 years agowinnls.h must not include winbase.h.
Alexandre Julliard [Wed, 20 Aug 2003 18:22:31 +0000 (18:22 +0000)] 
winnls.h must not include winbase.h.

20 years agoAdded tests for buffer property sets.
Robert Reif [Wed, 20 Aug 2003 18:18:39 +0000 (18:18 +0000)] 
Added tests for buffer property sets.

20 years agoSplit property sets into two types: buffer and private.
Robert Reif [Wed, 20 Aug 2003 18:18:23 +0000 (18:18 +0000)] 
Split property sets into two types: buffer and private.

20 years agoMake FPU emulation use CS:IP when determining location of calling
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.

20 years agoRemove unnecessary __wine_call_from_16_regs call frame management code
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.

20 years agoFix building libwine_unicode with w32api headers.
Steven Edwards [Wed, 20 Aug 2003 18:16:44 +0000 (18:16 +0000)] 
Fix building libwine_unicode with w32api headers.

20 years agoDlopen libncurses.so in wineconsole.
Mike McCormack [Wed, 20 Aug 2003 04:19:01 +0000 (04:19 +0000)] 
Dlopen libncurses.so in wineconsole.

20 years agoBINDIR is no longer needed.
Alexandre Julliard [Wed, 20 Aug 2003 04:15:19 +0000 (04:15 +0000)] 
BINDIR is no longer needed.

20 years agoSupport -mconsole.
Richard Cohen [Wed, 20 Aug 2003 04:15:02 +0000 (04:15 +0000)] 
Support -mconsole.

20 years agoRemove hardcoded BINDIR paths.
Richard Cohen [Wed, 20 Aug 2003 03:49:40 +0000 (03:49 +0000)] 
Remove hardcoded BINDIR paths.

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.