Marcus Meissner [Sun, 4 May 2003 02:25:07 +0000 (02:25 +0000)]
Fixed powerpc compile.
Lionel Ulmer [Sun, 4 May 2003 02:24:36 +0000 (02:24 +0000)]
Give the right ids to the DirectSoundCreate8 function (thanks to
Robert Reif).
Lionel Ulmer [Sun, 4 May 2003 02:24:03 +0000 (02:24 +0000)]
Actually set the GL context before doing any GL calls.
Lionel Ulmer [Sun, 4 May 2003 02:23:38 +0000 (02:23 +0000)]
Added SetSystemTimeAdjustment stub.
Alexandre Julliard [Fri, 2 May 2003 21:24:44 +0000 (21:24 +0000)]
Added dummy read_elf_info for the non-ELF case (reported by Steven
Edwards).
Andreas Mohr [Fri, 2 May 2003 21:23:46 +0000 (21:23 +0000)]
Added some stubs.
Robert Reif [Fri, 2 May 2003 21:23:16 +0000 (21:23 +0000)]
Move all tests to outside the loop when setting volume.
Add traces to functions.
Lionel Ulmer [Fri, 2 May 2003 21:22:49 +0000 (21:22 +0000)]
- misc. tracing fixes
- handle IID_IDirectSound(8) as the default sound driver
Rok Mandeljc [Fri, 2 May 2003 21:21:58 +0000 (21:21 +0000)]
Implemented DirectMusic:EnumPort and DirectMusic:GetDefaultPort.
Alexandre Julliard [Fri, 2 May 2003 20:18:09 +0000 (20:18 +0000)]
Removed no longer correct assertion.
Alexandre Julliard [Fri, 2 May 2003 20:17:32 +0000 (20:17 +0000)]
Removed useless check for registry file version.
Robert Reif [Fri, 2 May 2003 20:16:48 +0000 (20:16 +0000)]
Reversed relationship between buffers and notifies.
Fixed notify reuse bug.
Minor documentation and error message cleanup.
Robert Reif [Fri, 2 May 2003 20:16:20 +0000 (20:16 +0000)]
Added driver property set implementation.
Fixed notify release bug.
Adam Gundy [Fri, 2 May 2003 20:15:36 +0000 (20:15 +0000)]
When items are inserted in a partially populated treeview, the first
visible item was not correctly updated.
The first visible item was sometimes used to calculate the location of
other items when it had been freed.
Adam Gundy [Fri, 2 May 2003 20:14:33 +0000 (20:14 +0000)]
Check the mask flags in the item structure to determine how much
memory to read/write.
Jukka Heinonen [Fri, 2 May 2003 20:12:52 +0000 (20:12 +0000)]
Remove obsolete code from DOSVM_Wait.
Prepare DOSVM_Wait for handling nested interrupts in both real and
protected mode.
Provide temporary workaround for keyboard related deadlock.
Jukka Heinonen [Fri, 2 May 2003 20:12:10 +0000 (20:12 +0000)]
Report correct IRQ bases to DPMI applications.
Make int31 print more tracing information.
Jukka Heinonen [Fri, 2 May 2003 20:11:52 +0000 (20:11 +0000)]
Fix argument passing to DOS program from winevdm.
Add support for invoking DOS programs with long command lines.
Dimitrie O. Paun [Fri, 2 May 2003 20:10:50 +0000 (20:10 +0000)]
Remove stale links from the FAQ.
Andreas Mohr [Fri, 2 May 2003 20:10:26 +0000 (20:10 +0000)]
Added missing Win98 user32.dll function exports entries.
Andreas Mohr [Fri, 2 May 2003 20:09:58 +0000 (20:09 +0000)]
- improve intro text
- describe alternatives to Wine
Dimitrie O. Paun [Fri, 2 May 2003 20:08:53 +0000 (20:08 +0000)]
Remove some obsolete and/or redundant info.
Alexandre Julliard [Thu, 1 May 2003 03:16:21 +0000 (03:16 +0000)]
Moved the wpp library from tools/ to libs/.
Create symlinks to the various libraries in the libs directory.
Alexandre Julliard [Thu, 1 May 2003 00:39:29 +0000 (00:39 +0000)]
Moved rules for building shared libraries into a global Makelib.rules
file.
Robert Shearman [Thu, 1 May 2003 00:29:26 +0000 (00:29 +0000)]
- Implemented RtlAddAccessAllowedAce, RtlAddAccessDeniedAce,
RtlAddAce, RtlValidAcl.
- Added the corresponding functions in advapi32.
- Grouped the ACL functions in advapi32.
Stefan Leichter [Thu, 1 May 2003 00:00:28 +0000 (00:00 +0000)]
Application specific settings are also supported for dsound and
version sections.
Igor Stepin [Thu, 1 May 2003 00:00:10 +0000 (00:00 +0000)]
Changed font charset from ANSI to DEFAULT_CHARSET.
Mike Hearn [Wed, 30 Apr 2003 23:59:46 +0000 (23:59 +0000)]
Change return code comparison in AVI control (from patch by
stanleyg76@yahoo.com).
Mike Hearn [Wed, 30 Apr 2003 23:59:31 +0000 (23:59 +0000)]
Add default codec entry (from patch by stanleyg76@yahoo.com).
Maxime Bellengé [Wed, 30 Apr 2003 23:57:43 +0000 (23:57 +0000)]
- Fix some indentation problems.
- Handle correctly the alignement of the checkboxes if the
BS_TOP/BS_BOTTOM flags are set.
Alexandre Julliard [Wed, 30 Apr 2003 17:28:45 +0000 (17:28 +0000)]
Avoid calling Win32 resource functions on 16-bit modules.
Alexandre Julliard [Wed, 30 Apr 2003 17:17:48 +0000 (17:17 +0000)]
We still need to link against ntdll until the pthread stuff is fixed
properly.
Steven Edwards [Wed, 30 Apr 2003 17:15:06 +0000 (17:15 +0000)]
Fix for building lzexpand with Mingw or MS_VC++ includes
Alexandre Julliard [Wed, 30 Apr 2003 17:12:29 +0000 (17:12 +0000)]
Added wine_init.
Alexandre Julliard [Wed, 30 Apr 2003 17:12:14 +0000 (17:12 +0000)]
Fixed typo in last minute change (spotted by Gerald Pfeifer).
Alexandre Julliard [Wed, 30 Apr 2003 00:53:23 +0000 (00:53 +0000)]
Moved most of the kernel resource APIs to dlls/kernel.
Dmitry Timoshkov [Wed, 30 Apr 2003 00:50:43 +0000 (00:50 +0000)]
Protect BeginPaint and EndPaint from lps being NULL.
Maxime Bellengé [Wed, 30 Apr 2003 00:50:26 +0000 (00:50 +0000)]
Fix bounding rectangle computation for an ownerdraw tab.
Dimitrie O. Paun [Wed, 30 Apr 2003 00:49:44 +0000 (00:49 +0000)]
Generate custom draw notifications for ownerdraw listviews (based on a
patch by Maxime Bellengé).
Reorganize the custom draw code for better reuse.
Juan Lang [Wed, 30 Apr 2003 00:48:56 +0000 (00:48 +0000)]
Better API compliance and test case for NetWkstaTransportEnum.
Alexandre Julliard [Tue, 29 Apr 2003 23:00:48 +0000 (23:00 +0000)]
Implemented ntdll resource functions.
Robert Reif [Tue, 29 Apr 2003 22:54:09 +0000 (22:54 +0000)]
Fixed a problem where OSS trigger support is inconsistent.
Alexandre Julliard [Tue, 29 Apr 2003 22:52:02 +0000 (22:52 +0000)]
Get rid of the COMMDLG_hInstance variables.
Robert Reif [Tue, 29 Apr 2003 22:49:52 +0000 (22:49 +0000)]
Added partial property set support which is used by dxdiag.exe.
Robert Reif [Tue, 29 Apr 2003 22:47:59 +0000 (22:47 +0000)]
Added driver notify implementation.
Christian Costa [Tue, 29 Apr 2003 22:47:04 +0000 (22:47 +0000)]
Small fix in IDirectInputDevice2Impl_QueryInterface.
Maxime Bellengé [Tue, 29 Apr 2003 22:46:16 +0000 (22:46 +0000)]
- Fix some indentation.
- Fix the loading of icon resources.
Christian Costa [Tue, 29 Apr 2003 22:44:18 +0000 (22:44 +0000)]
Reserve space for 16 streams in the stateblock.
Christian Costa [Tue, 29 Apr 2003 22:43:48 +0000 (22:43 +0000)]
Enable creation of DirectInput objects trough CoCreateInstance.
Alexandre Julliard [Sun, 27 Apr 2003 20:38:22 +0000 (20:38 +0000)]
Fixed non-MZ case broken by previous patch.
Hans Leidekker [Sun, 27 Apr 2003 20:37:08 +0000 (20:37 +0000)]
Install winevdm.
Stefan Leichter [Sun, 27 Apr 2003 20:36:35 +0000 (20:36 +0000)]
Moved (stub) implementation of GetKerningPairs from ascii to unicode.
Dimitrie O. Paun [Sun, 27 Apr 2003 20:36:08 +0000 (20:36 +0000)]
Indentation fixes.
Uwe Bonnes [Sun, 27 Apr 2003 20:35:38 +0000 (20:35 +0000)]
Some UrlCache stubs.
Uwe Bonnes [Sun, 27 Apr 2003 20:35:08 +0000 (20:35 +0000)]
Added GetPrintProcessorDirectoryA stub.
Stephan BEUZE [Sun, 27 Apr 2003 20:34:30 +0000 (20:34 +0000)]
Implemented message TCM_SETPADDING with the Dimitri's advice.
Alexandre Julliard [Sun, 27 Apr 2003 00:47:58 +0000 (00:47 +0000)]
Moved the functionality of starting Win16 and DOS programs from the
common process startup into a separate winevdm application.
Alexandre Julliard [Sun, 27 Apr 2003 00:40:47 +0000 (00:40 +0000)]
Added NONAMELESSUNION/STRUCT defines.
Alexandre Julliard [Sun, 27 Apr 2003 00:40:23 +0000 (00:40 +0000)]
Silently ignore 'so' loadorder in the config file instead of
displaying an error.
Alexandre Julliard [Sun, 27 Apr 2003 00:38:39 +0000 (00:38 +0000)]
Make sure that snd_pcm_open returned a valid handle before using it.
Jerry Ji [Sun, 27 Apr 2003 00:37:08 +0000 (00:37 +0000)]
The missing part of multiple device support for winearts, wineaudioio,
winejack and winenas.
Rok Mandeljc [Sun, 27 Apr 2003 00:35:30 +0000 (00:35 +0000)]
Some dmusic functions implementation.
Matthew Davison [Sun, 27 Apr 2003 00:33:07 +0000 (00:33 +0000)]
Added some registry-loading code.
Brad Campbell [Sun, 27 Apr 2003 00:32:22 +0000 (00:32 +0000)]
EM_REPLACESTR was not respecting buffer_limit.
Stefan Leichter [Sun, 27 Apr 2003 00:31:34 +0000 (00:31 +0000)]
Removed W->A calls from FatalAppExitW.
Maxime Bellengé [Sun, 27 Apr 2003 00:31:06 +0000 (00:31 +0000)]
Fix the computation of the trackbar's size.
Alexandre Julliard [Sat, 26 Apr 2003 02:14:02 +0000 (02:14 +0000)]
Properly handle the wait4 syscall failure on kernels that don't
support the __WALL flag.
Alexandre Julliard [Sat, 26 Apr 2003 02:12:14 +0000 (02:12 +0000)]
Added a few stubs needed by the generated oaidl_p.c.
Ove Kaaven [Sat, 26 Apr 2003 02:11:41 +0000 (02:11 +0000)]
Preliminary implementation of proper IDispatch marshalling.
Francois Gouget [Sat, 26 Apr 2003 02:10:09 +0000 (02:10 +0000)]
Many typo fixes and case fixes.
Rephrased things here and there.
Ferenc Wagner [Sat, 26 Apr 2003 02:09:43 +0000 (02:09 +0000)]
Added listbox test.
Robert Reif [Sat, 26 Apr 2003 02:09:20 +0000 (02:09 +0000)]
Fixed bug caused by OSS inconsistent trigger operation on different
hardware.
Maxime Bellengé [Sat, 26 Apr 2003 02:07:43 +0000 (02:07 +0000)]
Remove the sending of NM_TOOLTIPSCREATED which is non existent under
Windows during the creation of the trackbar.
Rok Mandeljc [Sat, 26 Apr 2003 02:06:30 +0000 (02:06 +0000)]
Added dmusic registry entries.
Hans Leidekker [Sat, 26 Apr 2003 02:05:58 +0000 (02:05 +0000)]
Dutch localisation of language group names.
Rolf Kalbermatter [Sat, 26 Apr 2003 02:05:39 +0000 (02:05 +0000)]
Fix some typos and a memory leak in SHFileOperationA.
Alexandre Julliard [Tue, 22 Apr 2003 04:05:08 +0000 (04:05 +0000)]
Moved x11drv.h to dlls/x11drv.
Eric Pouech [Tue, 22 Apr 2003 04:04:17 +0000 (04:04 +0000)]
Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffersFile.
Vincent Béron [Tue, 22 Apr 2003 04:03:08 +0000 (04:03 +0000)]
Don't change to ttydrv to install registry, regedit doesn't use X.
Make sure the current dir is mapped in DOS.
Alex Pasadyn [Tue, 22 Apr 2003 00:15:48 +0000 (00:15 +0000)]
Implemented EnumDisplaySettings* and ChangeDisplaySettings*.
Alexandre Julliard [Mon, 21 Apr 2003 23:54:05 +0000 (23:54 +0000)]
Removed no longer needed uses of LDPATH.
Jason Edmeades [Mon, 21 Apr 2003 23:53:03 +0000 (23:53 +0000)]
Only reapply the world, view or projection transform changes if we
really have to.
Jason Edmeades [Mon, 21 Apr 2003 23:29:39 +0000 (23:29 +0000)]
MIRROR_ARB support is not dependent on OpenGL 1.3 as I originally
ifdef'ed. It is apparently introduced fully in 1.4, or dependent on
another ifdef, GL_ARB_texture_mirrored_repeat.
Alexandre Julliard [Mon, 21 Apr 2003 23:27:21 +0000 (23:27 +0000)]
Resource names don't need a case-sensitive comparison; this avoids
depending on libwine_unicode.
Dan Wolf [Mon, 21 Apr 2003 23:24:46 +0000 (23:24 +0000)]
Implemented a stub for DetectAutoProxyUrl.
Jukka Heinonen [Mon, 21 Apr 2003 23:22:53 +0000 (23:22 +0000)]
Moved dosconf.c to winedos.
Jason Edmeades [Mon, 21 Apr 2003 23:20:51 +0000 (23:20 +0000)]
Don't reapply all the texture states if the texture we are replacing
is the same as the texture there already and the texture is not
'dirty'.
Alexandre Julliard [Mon, 21 Apr 2003 22:52:31 +0000 (22:52 +0000)]
Support resources in cross-compiled tests.
Marcelo Duarte [Mon, 21 Apr 2003 22:44:40 +0000 (22:44 +0000)]
Localization of the new language group strings.
Dimitrie O. Paun [Mon, 21 Apr 2003 22:43:16 +0000 (22:43 +0000)]
Remove references to obsolete files.
Jason Edmeades [Mon, 21 Apr 2003 22:38:14 +0000 (22:38 +0000)]
Silence index buffer lock + offset fixme to a trace because the
behaviour under that scenario works.
Jason Edmeades [Mon, 21 Apr 2003 22:37:48 +0000 (22:37 +0000)]
DOT3 isn't there on earlier opengl versions.
Alexandre Julliard [Sun, 20 Apr 2003 02:56:14 +0000 (02:56 +0000)]
Check for struct option independently of the getopt_long check.
Alexandre Julliard [Sun, 20 Apr 2003 02:48:06 +0000 (02:48 +0000)]
Set SA_NOCLDWAIT in the SIGCHLD sigaction to avoid zombies.
Jason Edmeades [Sun, 20 Apr 2003 02:47:22 +0000 (02:47 +0000)]
When a game requests fullscreen, make its window the dimensions
requested. Ideally this should be followed by making the screen that
resolution, but this suffices for now.
Alexandre Julliard [Sun, 20 Apr 2003 02:46:44 +0000 (02:46 +0000)]
Explicitly call VERSION_Init with the main exe file name, so that
application settings work for Win16 and DOS apps too.
Dimitrie O. Paun [Sun, 20 Apr 2003 02:43:22 +0000 (02:43 +0000)]
Use the standard db2html instead of our db2html-winehq script.
Jason Edmeades [Sun, 20 Apr 2003 02:43:05 +0000 (02:43 +0000)]
Windows never reports 24 bit colours, and some games fail to work
unless in specific modes. Report 16bit colour for 24bit modes.
Eric Pouech [Sat, 19 Apr 2003 21:27:47 +0000 (21:27 +0000)]
- added support for multi-thread in GDB remote read/write register(s)
commands
- by default, internal errors are now verbose
Alexandre Julliard [Sat, 19 Apr 2003 21:27:19 +0000 (21:27 +0000)]
Don't bother sending WM_NCCREATE to the desktop window, this doesn't
work anyway (spotted by Uwe Bonnes).