wine
19 years agoImproved version of Piotr Caban's bugfix patch "Fixed display bug".
Martin Fuchs [Wed, 11 May 2005 18:23:30 +0000 (18:23 +0000)] 
Improved version of Piotr Caban's bugfix patch "Fixed display bug".

19 years agoAdded a few missing structure names.
Alexandre Julliard [Wed, 11 May 2005 15:57:44 +0000 (15:57 +0000)] 
Added a few missing structure names.

19 years agoUse I_RpcGetBuffer instead of HeapReAlloc for getting the Buffer
Robert Shearman [Wed, 11 May 2005 15:56:59 +0000 (15:56 +0000)] 
Use I_RpcGetBuffer instead of HeapReAlloc for getting the Buffer
memory.

19 years agoMake functions static and remove unnecessary declarations.
Mike McCormack [Wed, 11 May 2005 15:56:45 +0000 (15:56 +0000)] 
Make functions static and remove unnecessary declarations.

19 years agoFix crash in ME_GetRunSizeCommon(). Turn a FIXME into a TRACE.
Ivan Leo Puoti [Wed, 11 May 2005 15:56:34 +0000 (15:56 +0000)] 
Fix crash in ME_GetRunSizeCommon(). Turn a FIXME into a TRACE.

19 years agoSome tests for NTDLL atom support (by György 'Nog' Jeney).
Eric Pouech [Wed, 11 May 2005 15:56:09 +0000 (15:56 +0000)] 
Some tests for NTDLL atom support (by György 'Nog' Jeney).

19 years agoImplemented NTDLL atom support.
Eric Pouech [Wed, 11 May 2005 15:55:49 +0000 (15:55 +0000)] 
Implemented NTDLL atom support.

19 years agoStore a bitmap of active hooks on the client side to try to avoid
Alexandre Julliard [Wed, 11 May 2005 13:03:15 +0000 (13:03 +0000)] 
Store a bitmap of active hooks on the client side to try to avoid
server calls for hooks that are not set.

19 years agoAdd a stub implementation of RegisterTraceGuids.
Aric Stewart [Wed, 11 May 2005 13:00:18 +0000 (13:00 +0000)] 
Add a stub implementation of RegisterTraceGuids.

19 years agoAvoid some non-standard str functions.
Mike McCormack [Wed, 11 May 2005 12:58:22 +0000 (12:58 +0000)] 
Avoid some non-standard str functions.

19 years agoStub implementation for GetGeoInfo.
Mike McCormack [Wed, 11 May 2005 12:57:50 +0000 (12:57 +0000)] 
Stub implementation for GetGeoInfo.

19 years agoAdd a stub implementation of CoIsHandlerConnected.
Mike McCormack [Wed, 11 May 2005 12:57:16 +0000 (12:57 +0000)] 
Add a stub implementation of CoIsHandlerConnected.

19 years agoCorrect the function name in a comment.
Mike McCormack [Wed, 11 May 2005 12:57:02 +0000 (12:57 +0000)] 
Correct the function name in a comment.

19 years agoAdded dinput tests.
Robert Reif [Wed, 11 May 2005 12:05:17 +0000 (12:05 +0000)] 
Added dinput tests.

19 years agoCheck that GetObject is successful.
Mike McCormack [Wed, 11 May 2005 12:02:16 +0000 (12:02 +0000)] 
Check that GetObject is successful.

19 years agoZwQueryTimer should forward to NtQueryTimer.
Mike McCormack [Wed, 11 May 2005 12:02:06 +0000 (12:02 +0000)] 
ZwQueryTimer should forward to NtQueryTimer.

19 years agoAdd Module32FirstW and Module32NextW exports.
Mike McCormack [Wed, 11 May 2005 12:01:40 +0000 (12:01 +0000)] 
Add Module32FirstW and Module32NextW exports.

19 years agoMake it more explicit how we deal with WS_DISABLED.
Dimi Paun [Wed, 11 May 2005 12:01:27 +0000 (12:01 +0000)] 
Make it more explicit how we deal with WS_DISABLED.

19 years agoAdded minimal implementation of MsiCreateAndVerifyInstallerDirectory.
Stefan Leichter [Wed, 11 May 2005 12:01:12 +0000 (12:01 +0000)] 
Added minimal implementation of MsiCreateAndVerifyInstallerDirectory.

19 years agoMove {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h.
Dimitrie O. Paun [Wed, 11 May 2005 12:00:58 +0000 (12:00 +0000)] 
Move {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h.

19 years agoAdd test for correctly interpreting %% printf format string conversion
<wine.larry.engholm@xoxy.net> [Wed, 11 May 2005 12:00:34 +0000 (12:00 +0000)] 
Add test for correctly interpreting %% printf format string conversion
specifier.

19 years agoUpdate README translations to match the latest changes to the English
Dimitrie O. Paun [Tue, 10 May 2005 16:02:47 +0000 (16:02 +0000)] 
Update README translations to match the latest changes to the English
README.

19 years agoInstall msiexec in the bin directory.
Michael Stefaniuc [Tue, 10 May 2005 16:02:04 +0000 (16:02 +0000)] 
Install msiexec in the bin directory.

19 years agoGet rid of include/miscemu.h.
Eric Pouech [Tue, 10 May 2005 16:01:38 +0000 (16:01 +0000)] 
Get rid of include/miscemu.h.

19 years ago- make sure to free the string table when closing the database
Mike McCormack [Tue, 10 May 2005 16:00:19 +0000 (16:00 +0000)] 
- make sure to free the string table when closing the database
- don't free szPersist in MsiOpenDatabase if it's not a string

19 years agoFix a memory leak in the ole storage implementation.
Mike McCormack [Tue, 10 May 2005 15:59:59 +0000 (15:59 +0000)] 
Fix a memory leak in the ole storage implementation.

19 years agoMoved DOS memory handling to winedos.
Eric Pouech [Tue, 10 May 2005 15:22:09 +0000 (15:22 +0000)] 
Moved DOS memory handling to winedos.

19 years ago- changed ATOM support in wineserver to match NTDLL needs
Eric Pouech [Tue, 10 May 2005 15:15:50 +0000 (15:15 +0000)] 
- changed ATOM support in wineserver to match NTDLL needs
- adapted accordingly kernel32 atom support

19 years agoAdd RTLD_FIRST flag to dlopen calls.
Robert Lunnon [Tue, 10 May 2005 15:13:20 +0000 (15:13 +0000)] 
Add RTLD_FIRST flag to dlopen calls.

19 years agoMoved the SGML documentation over to SourceForge.
Dimi Paun [Tue, 10 May 2005 13:26:14 +0000 (13:26 +0000)] 
Moved the SGML documentation over to SourceForge.

19 years agoBuild and load import libraries directly from the dll directory where
Alexandre Julliard [Tue, 10 May 2005 13:21:04 +0000 (13:21 +0000)] 
Build and load import libraries directly from the dll directory where
possible, and only create symlinks for directories that don't have the
correct name.

19 years agoMulti column popup menus have 4 pixel space between the columns. With
Rein Klazes [Tue, 10 May 2005 13:17:33 +0000 (13:17 +0000)] 
Multi column popup menus have 4 pixel space between the columns. With
conformance test.

19 years agoFix joystick crash when a button guid is specified in the data
Robert Reif [Tue, 10 May 2005 13:17:03 +0000 (13:17 +0000)] 
Fix joystick crash when a button guid is specified in the data
format.
Add some parameter checking.

19 years agoAdded SystemHandleInformation tests.
Paul Vriens [Tue, 10 May 2005 13:16:36 +0000 (13:16 +0000)] 
Added SystemHandleInformation tests.
Removed HeapAlloc in test_basic.
Renamed test_basic to test_query_basic.

19 years agoAdded (stubbed) SystemHandleInformation.
Paul Vriens [Tue, 10 May 2005 13:15:58 +0000 (13:15 +0000)] 
Added (stubbed) SystemHandleInformation.
Sorted the list.

19 years agoChanged SystemHandleList into SystemHandleInformation
Paul Vriens [Tue, 10 May 2005 13:15:41 +0000 (13:15 +0000)] 
Changed SystemHandleList into SystemHandleInformation
Unknown18 is now SystemPageFileInformation
Some consistency (added numbers to the definitions).

19 years agoFix allocated buffer size to avoid buffer overflow.
Raphael Junqueira [Tue, 10 May 2005 13:15:12 +0000 (13:15 +0000)] 
Fix allocated buffer size to avoid buffer overflow.

19 years ago- Remove useless LVN_ITEMACTIVATE notification handling.
James Hawkins [Tue, 10 May 2005 13:14:49 +0000 (13:14 +0000)] 
- Remove useless LVN_ITEMACTIVATE notification handling.
- Update controls in response to a NM_CLICK notification.

19 years agoRemove old listbox code from driveui.
James Hawkins [Tue, 10 May 2005 08:29:17 +0000 (08:29 +0000)] 
Remove old listbox code from driveui.

19 years agoSet listview style LVS_SINGLESEL so only one drive can be selected.
James Hawkins [Tue, 10 May 2005 08:28:56 +0000 (08:28 +0000)] 
Set listview style LVS_SINGLESEL so only one drive can be selected.

19 years agoFix FILETIME to match winbase.h on big-endian machines.
Juan Lang [Tue, 10 May 2005 08:28:37 +0000 (08:28 +0000)] 
Fix FILETIME to match winbase.h on big-endian machines.

19 years agoFixes to IShellFolder::GetAttributesOf implementations, spotted by
Juan Lang [Tue, 10 May 2005 08:28:11 +0000 (08:28 +0000)] 
Fixes to IShellFolder::GetAttributesOf implementations, spotted by
silverblade_:
- a count of zero is allowed to GetAttributesOf if apidl is NULL
- SFGAO_VALIDATE must be cleared upon return

19 years agoInterpret %% correctly in printf format string.
<wine.larry.engholm@xoxy.net> [Tue, 10 May 2005 08:27:38 +0000 (08:27 +0000)] 
Interpret %% correctly in printf format string.

19 years agoFix SHELL_GetPathFromIDList[AW] to return the desktop path given an
Mike Hearn [Tue, 10 May 2005 08:27:23 +0000 (08:27 +0000)] 
Fix SHELL_GetPathFromIDList[AW] to return the desktop path given an
empty PIDL.

19 years agoPartially implement AppSearch for RegLocator-type searches.
Juan Lang [Tue, 10 May 2005 08:27:00 +0000 (08:27 +0000)] 
Partially implement AppSearch for RegLocator-type searches.

19 years agoFix X11DRV_ChoosePixelFormat to choose 24 bpp as 32 bpp for depth
Raphael Junqueira [Tue, 10 May 2005 08:26:08 +0000 (08:26 +0000)] 
Fix X11DRV_ChoosePixelFormat  to choose 24 bpp as 32 bpp for depth
buffers (needed as many X11 drivers only support 24bpp).

19 years agoAdded Irish Summer Time.
Juan Lang [Tue, 10 May 2005 08:25:30 +0000 (08:25 +0000)] 
Added Irish Summer Time.

19 years agoFix a few leaking object handles.
Aric Stewart [Mon, 9 May 2005 19:33:50 +0000 (19:33 +0000)] 
Fix a few leaking object handles.

19 years agoDetect drive letters, which have to have a backslash appended, in a
Michael Jung [Mon, 9 May 2005 19:33:24 +0000 (19:33 +0000)] 
Detect drive letters, which have to have a backslash appended, in a
more robust way.

19 years agoSupport folder relative paths in UnixFolders' ParseDisplayName
Michael Jung [Mon, 9 May 2005 19:33:01 +0000 (19:33 +0000)] 
Support folder relative paths in UnixFolders' ParseDisplayName
method.

19 years agoAdded D3DDEVCAPS_HWRASTERIZATION to the DevCaps for scene
Daniel Lund [Mon, 9 May 2005 19:32:49 +0000 (19:32 +0000)] 
Added D3DDEVCAPS_HWRASTERIZATION to the DevCaps for scene
rasterization. Allows GuildWars to start.

19 years agoFix for CommConfigDialog*() hwnd argument.
Andreas Mohr [Mon, 9 May 2005 19:32:33 +0000 (19:32 +0000)] 
Fix for CommConfigDialog*() hwnd argument.

19 years agoRemove HANDLEINFO struct.
Paul Vriens [Mon, 9 May 2005 19:32:04 +0000 (19:32 +0000)] 
Remove HANDLEINFO struct.
Add SYSTEM_HANDLE_INFORMATION and SYSTEM_HANDLE_ENTRY structs.

19 years agoFix WGL_ACCELERATION_ARB queries from applications.
Aric Cyr [Mon, 9 May 2005 19:31:33 +0000 (19:31 +0000)] 
Fix WGL_ACCELERATION_ARB queries from applications.

19 years agoSome fixes on async shutdown.
Eric Pouech [Mon, 9 May 2005 19:31:19 +0000 (19:31 +0000)] 
Some fixes on async shutdown.

19 years agoDefine GLX_SAMPLE_BUFFERS_ARB and GLX_SAMPLES_ARB if they were not
Francois Gouget [Mon, 9 May 2005 19:30:53 +0000 (19:30 +0000)] 
Define GLX_SAMPLE_BUFFERS_ARB and GLX_SAMPLES_ARB if they were not
defined by the OpenGL headers.

19 years agoAdded rules for building import libraries in the individual dll
Alexandre Julliard [Mon, 9 May 2005 14:42:30 +0000 (14:42 +0000)] 
Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.

19 years agoFor each imported dll, check if there is a static library with the
Alexandre Julliard [Mon, 9 May 2005 14:38:06 +0000 (14:38 +0000)] 
For each imported dll, check if there is a static library with the
same base name as the import library, and if yes add it to the library
list.

19 years agoRemove the not used PROCESS_INFO struct.
Paul Vriens [Mon, 9 May 2005 14:35:14 +0000 (14:35 +0000)] 
Remove the not used PROCESS_INFO struct.

19 years agoUse a listview instead of a listbox for drives list.
James Hawkins [Mon, 9 May 2005 14:34:56 +0000 (14:34 +0000)] 
Use a listview instead of a listbox for drives list.

19 years agoReplace the test of the which command for type command to get similar
Laurent Blume [Mon, 9 May 2005 09:28:05 +0000 (09:28 +0000)] 
Replace the test of the which command for type command to get similar
behaviour on all OSes.

19 years agoCorrect/improve error checking in IPropertyStorage.
Juan Lang [Mon, 9 May 2005 09:26:43 +0000 (09:26 +0000)] 
Correct/improve error checking in IPropertyStorage.

19 years agoChange the type of 1 bit wide bitfields to unsigned.
Michael Stefaniuc [Mon, 9 May 2005 09:26:28 +0000 (09:26 +0000)] 
Change the type of 1 bit wide bitfields to unsigned.

19 years agoAlways pass fully qualified paths to stat system call.
Michael Jung [Mon, 9 May 2005 09:26:02 +0000 (09:26 +0000)] 
Always pass fully qualified paths to stat system call.

19 years agoFixed a wrong ops when creating named pipe client.
Eric Pouech [Mon, 9 May 2005 09:25:45 +0000 (09:25 +0000)] 
Fixed a wrong ops when creating named pipe client.

19 years agoIt makes no sense to have a left pointing arrow as the desktop icon.
Huw Davies [Mon, 9 May 2005 09:25:28 +0000 (09:25 +0000)] 
It makes no sense to have a left pointing arrow as the desktop icon.
Replace it with something more appropiate.

19 years ago- Windows reports 0x80 on pressed buttons not 0xFF
Lionel Ulmer [Mon, 9 May 2005 09:24:34 +0000 (09:24 +0000)] 
- Windows reports 0x80 on pressed buttons not 0xFF
- trace the events reported to the application

19 years agoImplemented WM_ENABLE.
Felix Nawothnig [Mon, 9 May 2005 09:24:05 +0000 (09:24 +0000)] 
Implemented WM_ENABLE.

19 years agoRemove dead code and redundant variables from DSOUND_CalcPlayPosition
Robert Reif [Mon, 9 May 2005 09:23:54 +0000 (09:23 +0000)] 
Remove dead code and redundant variables from DSOUND_CalcPlayPosition
and callers.

19 years agoUpdate German resource files.
Henning Gerhardt [Mon, 9 May 2005 09:23:29 +0000 (09:23 +0000)] 
Update German resource files.

19 years agoRemoved no longer used support for 32-bit register entry points.
Alexandre Julliard [Sat, 7 May 2005 18:47:22 +0000 (18:47 +0000)] 
Removed no longer used support for 32-bit register entry points.

19 years agoSupport building man pages outside of the source directory.
William Poetra Yoga H [Sat, 7 May 2005 18:39:05 +0000 (18:39 +0000)] 
Support building man pages outside of the source directory.

19 years agoConverted all the kernel32 register functions to the
Alexandre Julliard [Sat, 7 May 2005 18:25:51 +0000 (18:25 +0000)] 
Converted all the kernel32 register functions to the
DEFINE_REGS_ENTRYPOINT mechanism.

19 years agoImplement ICaptureGraphBuilder and IcaptureGraphBuilder2 based on
Rolf Kalbermatter [Sat, 7 May 2005 18:18:39 +0000 (18:18 +0000)] 
Implement ICaptureGraphBuilder and IcaptureGraphBuilder2 based on
Maarten Lankhorst's patch.

19 years agoPrefix the internal name of all register functions with __regs_ for
Alexandre Julliard [Sat, 7 May 2005 18:10:30 +0000 (18:10 +0000)] 
Prefix the internal name of all register functions with __regs_ for
better consistency and to make automated checking possible.

19 years agoGet rid of the DOS version combobox, normal users should never need to
Alexandre Julliard [Sat, 7 May 2005 18:06:35 +0000 (18:06 +0000)] 
Get rid of the DOS version combobox, normal users should never need to
change it.

19 years agoImplement DLL registering and unregistering functions, class factory
Rolf Kalbermatter [Sat, 7 May 2005 18:00:33 +0000 (18:00 +0000)] 
Implement DLL registering and unregistering functions, class factory
and server locking based on how it is done with DirectX samples.

19 years agoDon't set the pen width to 1 in X11DRV_PolyLine.
Rein Klazes [Sat, 7 May 2005 17:54:51 +0000 (17:54 +0000)] 
Don't set the pen width to 1 in X11DRV_PolyLine.

19 years agoUse RaiseException instead of RtlRaiseException for delayed entry
Alexandre Julliard [Sat, 7 May 2005 15:06:30 +0000 (15:06 +0000)] 
Use RaiseException instead of RtlRaiseException for delayed entry
points load failure to avoid creating a dependency on ntdll.

19 years agoTreat 0xffff the same as 0 for the handle generation field to avoid
Alexandre Julliard [Sat, 7 May 2005 15:03:00 +0000 (15:03 +0000)] 
Treat 0xffff the same as 0 for the handle generation field to avoid
sign extension problems.

19 years agoImplement futimes for Solaris using futimesat.
Robert Lunnon [Sat, 7 May 2005 14:53:38 +0000 (14:53 +0000)] 
Implement futimes for Solaris using futimesat.

19 years agoAdd the 'Western European Summer Time' (WEST) timezone (reported by
Francois Gouget [Sat, 7 May 2005 14:50:56 +0000 (14:50 +0000)] 
Add the 'Western European Summer Time' (WEST) timezone (reported by
José Melo).

19 years agowinemenubuilder.c is the only Wine source file checking for
Francois Gouget [Sat, 7 May 2005 14:50:40 +0000 (14:50 +0000)] 
winemenubuilder.c is the only Wine source file checking for
HAVE_STRING_H. Remove that check for consistency.

19 years agoThe unixfs extension doesn't have a distinguished '/' node anymore.
Michael Jung [Sat, 7 May 2005 14:50:16 +0000 (14:50 +0000)] 
The unixfs extension doesn't have a distinguished '/' node anymore.
Moved UI string into the resources.

19 years agoMake references to NAME_MAX refer to PATH_MAX instead.
Robert Lunnon [Sat, 7 May 2005 14:50:00 +0000 (14:50 +0000)] 
Make references to NAME_MAX refer to PATH_MAX instead.

19 years agoAdded rules to build import libraries in the individual dll makefiles.
Alexandre Julliard [Sat, 7 May 2005 12:39:52 +0000 (12:39 +0000)] 
Added rules to build import libraries in the individual dll makefiles.
Generate import libraries with the right name right away instead of
using an intermediate .spec.def file.

19 years agoAvoid passing NULL buffer elements and status pointers to
Robert Lunnon [Sat, 7 May 2005 12:18:24 +0000 (12:18 +0000)] 
Avoid passing NULL buffer elements and status pointers to
XmbLookupString.

19 years agoAdded a conditionally compiled definition of INADDR_NONE for platforms
Robert Lunnon [Sat, 7 May 2005 12:18:10 +0000 (12:18 +0000)] 
Added a conditionally compiled definition of INADDR_NONE for platforms
that don't define it.

19 years ago'0' means 'default refresh rate' and not a real refresh rate of '0'.
Lionel Ulmer [Sat, 7 May 2005 12:17:45 +0000 (12:17 +0000)] 
'0' means 'default refresh rate' and not a real refresh rate of '0'.

19 years agoFix segmentation fault caused by incorrect referencing of client audio
Robert Lunnon [Sat, 7 May 2005 12:17:28 +0000 (12:17 +0000)] 
Fix segmentation fault caused by incorrect referencing of client audio
format specifications array.

19 years agoMake the root of the shell extension map to the root of the unix
Michael Jung [Sat, 7 May 2005 12:17:02 +0000 (12:17 +0000)] 
Make the root of the shell extension map to the root of the unix
filesystem.

19 years agoImplement NtQueryVolumeInformation for Solaris.
Robert Lunnon [Sat, 7 May 2005 12:16:21 +0000 (12:16 +0000)] 
Implement NtQueryVolumeInformation for Solaris.

19 years agoInclude <sys/filio.h> on platforms that support it.
Robert Lunnon [Sat, 7 May 2005 12:14:18 +0000 (12:14 +0000)] 
Include <sys/filio.h> on platforms that support it.

19 years agoHandle notepad log feature.
Kevin Koltzau [Sat, 7 May 2005 12:14:05 +0000 (12:14 +0000)] 
Handle notepad log feature.

19 years agoAdd a few missing accelerators.
Kevin Koltzau [Sat, 7 May 2005 12:13:51 +0000 (12:13 +0000)] 
Add a few missing accelerators.

19 years agoAdd a missing msiobj_release that was resulting in a leaked object
Aric Stewart [Sat, 7 May 2005 12:13:08 +0000 (12:13 +0000)] 
Add a missing msiobj_release that was resulting in a leaked object
with each MsiCreateRecord call.

19 years agoCorrect a missing MsiCloseHandle().
Aric Stewart [Sat, 7 May 2005 12:12:56 +0000 (12:12 +0000)] 
Correct a missing MsiCloseHandle().

19 years agoFixed two small memory leaks.
Maarten Lankhorst [Sat, 7 May 2005 12:12:29 +0000 (12:12 +0000)] 
Fixed two small memory leaks.

19 years agoMake ole32 tests loadable on NT4.
Stefan Leichter [Sat, 7 May 2005 12:09:58 +0000 (12:09 +0000)] 
Make ole32 tests loadable on NT4.

19 years agoRenamed wineps.dll to wineps.drv for consistency.
Alexandre Julliard [Fri, 6 May 2005 20:04:27 +0000 (20:04 +0000)] 
Renamed wineps.dll to wineps.drv for consistency.