wine
19 years agoSkip the Unicode signature if present.
Alexandre Julliard [Tue, 31 May 2005 13:29:48 +0000 (13:29 +0000)] 
Skip the Unicode signature if present.

19 years agoAdded IDT emulation.
Ivan Leo Puoti [Tue, 31 May 2005 13:28:42 +0000 (13:28 +0000)] 
Added IDT emulation.

19 years agoMark links to dir with FILE_ATTRIBUTE_REPARSE_POINT, so modern
Detlef Riekenberg [Tue, 31 May 2005 13:25:38 +0000 (13:25 +0000)] 
Mark links to dir with FILE_ATTRIBUTE_REPARSE_POINT, so modern
applications can use this additional information.

19 years agoFixed RtlIsTextUnicode prototype, and made it properly take into
Alexandre Julliard [Tue, 31 May 2005 13:24:44 +0000 (13:24 +0000)] 
Fixed RtlIsTextUnicode prototype, and made it properly take into
account the results of the tests to determine the return value.

19 years agoTV_ITEM is the old name of TVITEM, shouldn't be used any more.
Andreas Mohr [Tue, 31 May 2005 13:20:32 +0000 (13:20 +0000)] 
TV_ITEM is the old name of TVITEM, shouldn't be used any more.

19 years agoRemove some unused code.
Mike McCormack [Tue, 31 May 2005 13:20:09 +0000 (13:20 +0000)] 
Remove some unused code.

19 years agoRemove import lib on make clean.
Alexandre Julliard [Tue, 31 May 2005 09:38:10 +0000 (09:38 +0000)] 
Remove import lib on make clean.

19 years agoFixed install rule (reported by Vincent Béron).
Alexandre Julliard [Tue, 31 May 2005 09:37:40 +0000 (09:37 +0000)] 
Fixed install rule (reported by Vincent Béron).

19 years agoTest GetFileVersionInfoSizeA with executables.
Stefan Leichter [Tue, 31 May 2005 09:33:59 +0000 (09:33 +0000)] 
Test GetFileVersionInfoSizeA with executables.

19 years agoMerged convert.c, struct_convert.c and helper.c into ddraw_utils.c.
Christian Costa [Tue, 31 May 2005 09:32:44 +0000 (09:32 +0000)] 
Merged convert.c, struct_convert.c and helper.c into ddraw_utils.c.

19 years agoAuthors: Evan Deaubl <wine@warpedview.com>, Robert Shearman <rob@codeweavers.com>
Alexandre Julliard [Tue, 31 May 2005 09:32:12 +0000 (09:32 +0000)] 
Authors: Evan Deaubl <wine@warpedview.com>, Robert Shearman <rob@codeweavers.com>
- Implement RtlGetControlSecurityDescriptor.
- Fix NtAccessCheck so it works with relative SECURITY_DESCRIPTORs.

19 years ago- implement Crypt{Get|Set}OIDFunctionValue
Juan Lang [Tue, 31 May 2005 09:31:49 +0000 (09:31 +0000)] 
- implement Crypt{Get|Set}OIDFunctionValue
- fix bug and memory leak in last patch

19 years agoAdd multiple DIRECTSOUND object support (multiple sound cards can play
Robert Reif [Tue, 31 May 2005 09:31:37 +0000 (09:31 +0000)] 
Add multiple DIRECTSOUND object support (multiple sound cards can play
at the same time).
Fix CoCreateInstance when no sound card is present.
Fix create bug found by Mike Hearn.

19 years agoSome warning fixes for the regression tests.
Mike McCormack [Tue, 31 May 2005 09:30:45 +0000 (09:30 +0000)] 
Some warning fixes for the regression tests.

19 years agoMore -Wmissing-declarations and -Wwrite-strings warning fixes.
Mike McCormack [Tue, 31 May 2005 09:30:28 +0000 (09:30 +0000)] 
More -Wmissing-declarations and -Wwrite-strings warning fixes.

19 years agoImprove number parsing and avoid unicode.h.
Mike McCormack [Tue, 31 May 2005 09:30:01 +0000 (09:30 +0000)] 
Improve number parsing and avoid unicode.h.

19 years agoOn some systems (linux 2.6.8) AFS fails to set d_reclen to 0 or does
Francois Gouget [Mon, 30 May 2005 11:33:42 +0000 (11:33 +0000)] 
On some systems (linux 2.6.8) AFS fails to set d_reclen to 0 or does
not support VFAT_IOCTL_READDIR_BOTH but returns 0 (success) anyway. So
set d_reclen to 65535 (an impossible value) before the ioctl() and
check it afterwards to work around this bug.

19 years agoRemove more types from the parser.
Mike McCormack [Mon, 30 May 2005 11:32:18 +0000 (11:32 +0000)] 
Remove more types from the parser.

19 years agoAdd and correct some function declarations.
Mike McCormack [Mon, 30 May 2005 11:12:24 +0000 (11:12 +0000)] 
Add and correct some function declarations.

19 years agoAdd support for more than 2 audio channels.
Robert Reif [Mon, 30 May 2005 11:12:07 +0000 (11:12 +0000)] 
Add support for more than 2 audio channels.

19 years ago- Implemented the implicit creation of mipmaps for surfaces that have
Antoine Chavasse [Mon, 30 May 2005 11:11:34 +0000 (11:11 +0000)] 
- Implemented the implicit creation of mipmaps for surfaces that have
  DDSCAPS_COMPLEX, DDSCAPS_MIPMAP and for which the mipmap count is
  not specified.
- Implemented test cases for mipmap textures creation.

19 years agoAdded the feature to change row height in owner draw controls.
Kouji Sasaki [Mon, 30 May 2005 11:10:01 +0000 (11:10 +0000)] 
Added the feature to change row height in owner draw controls.

19 years agoCorrected the determination of capturing inside EDIT_WM_MouseMove
Kouji Sasaki [Mon, 30 May 2005 11:09:33 +0000 (11:09 +0000)] 
Corrected the determination of capturing inside EDIT_WM_MouseMove
function.

19 years agoMake more of the OLE interface vtables const.
Dmitry Timoshkov [Mon, 30 May 2005 10:01:08 +0000 (10:01 +0000)] 
Make more of the OLE interface vtables const.

19 years agoAssorted spelling fixes.
Francois Gouget [Mon, 30 May 2005 09:56:56 +0000 (09:56 +0000)] 
Assorted spelling fixes.

19 years agoUpdate version resource of msiexec.exe to current version shipped from
Stefan Leichter [Mon, 30 May 2005 09:55:34 +0000 (09:55 +0000)] 
Update version resource of msiexec.exe to current version shipped from
Windows Update.

19 years ago- implement commands 'copy' and 'delete'
Martin Fuchs [Mon, 30 May 2005 09:55:19 +0000 (09:55 +0000)] 
- implement commands 'copy' and 'delete'
- fix 'move' command for the left pane

19 years agoAdded VarMonthName() implementation.
Marcus Meissner [Sun, 29 May 2005 20:17:30 +0000 (20:17 +0000)] 
Added VarMonthName() implementation.

19 years agoGet rid of some redundant parser types.
Mike McCormack [Sun, 29 May 2005 20:17:16 +0000 (20:17 +0000)] 
Get rid of some redundant parser types.

19 years agoRefresh display after executing a context menu command.
Martin Fuchs [Sun, 29 May 2005 20:17:05 +0000 (20:17 +0000)] 
Refresh display after executing a context menu command.

19 years ago-Wmissing-declarations and -Wwrite-strings warning fixes.
Mike McCormack [Sun, 29 May 2005 20:08:12 +0000 (20:08 +0000)] 
-Wmissing-declarations and -Wwrite-strings warning fixes.

19 years agoImplement file filtering (matching of file name patterns and file
Martin Fuchs [Sun, 29 May 2005 20:05:29 +0000 (20:05 +0000)] 
Implement file filtering (matching of file name patterns and file
types).

19 years ago_findclose() exists on MinGW, so prefix it.
Eric Pouech [Sun, 29 May 2005 20:04:40 +0000 (20:04 +0000)] 
_findclose() exists on MinGW, so prefix it.

19 years agoReindented parts to be conform to the rest of the code.
Eric Pouech [Sun, 29 May 2005 20:04:28 +0000 (20:04 +0000)] 
Reindented parts to be conform to the rest of the code.

19 years agoRewrote all stack backtrace code (more code sharing, easier to follow,
Eric Pouech [Sun, 29 May 2005 20:03:56 +0000 (20:03 +0000)] 
Rewrote all stack backtrace code (more code sharing, easier to follow,
and less bugs).

19 years ago- always declare the lstr* functions, even if they're inline
Mike McCormack [Sun, 29 May 2005 20:03:30 +0000 (20:03 +0000)] 
- always declare the lstr* functions, even if they're inline
- add prototype for ReadDirectoryChangesW

19 years ago#undef interface before including alsa headers.
Marcus Meissner [Sun, 29 May 2005 20:03:05 +0000 (20:03 +0000)] 
#undef interface before including alsa headers.

19 years agoFix a multiple sound card interface bug.
Robert Reif [Sun, 29 May 2005 20:02:58 +0000 (20:02 +0000)] 
Fix a multiple sound card interface bug.
Add better error messages.

19 years agoAdd SymLoadModule64.
Paul Vriens [Sun, 29 May 2005 20:02:42 +0000 (20:02 +0000)] 
Add SymLoadModule64.

19 years agoPass the right hwnd to ReleaseDC().
Felix Nawothnig [Sun, 29 May 2005 20:02:32 +0000 (20:02 +0000)] 
Pass the right hwnd to ReleaseDC().

19 years agoFix volume control.
Robert Reif [Sun, 29 May 2005 20:02:05 +0000 (20:02 +0000)] 
Fix volume control.

19 years agogcc 4.0 compile fix.
Kristiaan Lenaerts [Sun, 29 May 2005 20:01:48 +0000 (20:01 +0000)] 
gcc 4.0 compile fix.

19 years agoFix Estonian keyboard layout to better match the X11 one.
Dmitry Timoshkov [Sun, 29 May 2005 20:01:17 +0000 (20:01 +0000)] 
Fix Estonian keyboard layout to better match the X11 one.

19 years agoRemove unneeded cast.
Francois Gouget [Sun, 29 May 2005 20:00:58 +0000 (20:00 +0000)] 
Remove unneeded cast.

19 years agoTests for VarAdd.
Michael Stefaniuc [Sun, 29 May 2005 20:00:50 +0000 (20:00 +0000)] 
Tests for VarAdd.

19 years ago- Reimplement VarAdd, had missing functionality and wrong behaviour.
Michael Stefaniuc [Sun, 29 May 2005 20:00:31 +0000 (20:00 +0000)] 
- Reimplement VarAdd, had missing functionality and wrong behaviour.
- Fix a typo in VarMul.

19 years agoFix indentation.
Dimi Paun [Sun, 29 May 2005 20:00:10 +0000 (20:00 +0000)] 
Fix indentation.

19 years agoInclude crypt32 tests into winetest.
Stefan Leichter [Sun, 29 May 2005 19:59:50 +0000 (19:59 +0000)] 
Include crypt32 tests into winetest.

19 years agoUse registered DLLs for encode/decode.
Juan Lang [Sun, 29 May 2005 19:59:33 +0000 (19:59 +0000)] 
Use registered DLLs for encode/decode.

19 years agoAdd a few missing defines.
Juan Lang [Sun, 29 May 2005 19:59:21 +0000 (19:59 +0000)] 
Add a few missing defines.

19 years agoMake some of the OLE interface vtables const.
Dmitry Timoshkov [Fri, 27 May 2005 20:17:35 +0000 (20:17 +0000)] 
Make some of the OLE interface vtables const.

19 years agoAdded --list option to the tests and use that in winetest.
Alexandre Julliard [Fri, 27 May 2005 20:10:59 +0000 (20:10 +0000)] 
Added --list option to the tests and use that in winetest.

19 years agoAdded some privileged instructions emulation.
Ivan Leo Puoti [Fri, 27 May 2005 19:30:22 +0000 (19:30 +0000)] 
Added some privileged instructions emulation.

19 years agoMove remaining GDI objects to the large heap.
Dimi Paun [Fri, 27 May 2005 19:28:23 +0000 (19:28 +0000)] 
Move remaining GDI objects to the large heap.

19 years agoFix some obsolete comments
Richard Cohen [Fri, 27 May 2005 19:26:34 +0000 (19:26 +0000)] 
Fix some obsolete comments

19 years agoAuthors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Alexandre Julliard [Fri, 27 May 2005 19:25:42 +0000 (19:25 +0000)] 
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Add format record tests.

19 years agoIntroduce really basic scripting of actions. This is primarily to get
Aric Stewart [Fri, 27 May 2005 19:24:22 +0000 (19:24 +0000)] 
Introduce really basic scripting of actions. This is primarily to get
the order of execution of the action correct since some custom actions
can be scripted and others are run during the script building phase.

19 years agoRestrict deformating of nested index keys [[1]].
Aric Stewart [Fri, 27 May 2005 19:23:29 +0000 (19:23 +0000)] 
Restrict deformating of nested index keys [[1]].
Introduce the beginning of group deformating {}.

19 years agoUse the Data Protection API to protect the users private keys.
Michael Jung [Fri, 27 May 2005 19:23:19 +0000 (19:23 +0000)] 
Use the Data Protection API to protect the users private keys.

19 years agoIt's sufficienct for Crypt[Un]ProtectData to acquire the crypto
Michael Jung [Fri, 27 May 2005 19:22:57 +0000 (19:22 +0000)] 
It's sufficienct for Crypt[Un]ProtectData to acquire the crypto
context with the CRYPT_VERIFY_CONTEXT flag set.

19 years agoImplemented VfwCapture interface.
Maarten Lankhorst [Fri, 27 May 2005 19:22:39 +0000 (19:22 +0000)] 
Implemented VfwCapture interface.

19 years agoUse SystemFunction036 to generate random bytes.
Michael Jung [Fri, 27 May 2005 19:22:22 +0000 (19:22 +0000)] 
Use SystemFunction036 to generate random bytes.

19 years agoAdd declarations for AVICAP and SDK part of Video Capture Driver
Rolf Kalbermatter [Fri, 27 May 2005 09:27:17 +0000 (09:27 +0000)] 
Add declarations for AVICAP and SDK part of Video Capture Driver
Interface.

19 years agoTest and fix the size of stream fields in a record.
Mike McCormack [Fri, 27 May 2005 09:26:13 +0000 (09:26 +0000)] 
Test and fix the size of stream fields in a record.

19 years agoAuthors: Aric Stewart <aric@codeweavers.com>, Mike McCormack <mike@codeweavers.com>
Alexandre Julliard [Fri, 27 May 2005 09:11:18 +0000 (09:11 +0000)] 
Authors: Aric Stewart <aric@codeweavers.com>, Mike McCormack <mike@codeweavers.com>
Implement dialog events and hook up the dialog code.

19 years agoAdd xmldom guids.
Mike McCormack [Fri, 27 May 2005 09:10:21 +0000 (09:10 +0000)] 
Add xmldom guids.

19 years agoUse proper return values in amstream stub functions.
Peter Oberndorfer [Fri, 27 May 2005 09:10:05 +0000 (09:10 +0000)] 
Use proper return values in amstream stub functions.

19 years ago*Handle cidl==0 in shfldr_desktop, shfldr_fs and shfldr_mycomp.
Stefan Dösinger [Thu, 26 May 2005 16:09:12 +0000 (16:09 +0000)] 
*Handle cidl==0 in shfldr_desktop, shfldr_fs and shfldr_mycomp.
*Remove the dwAttributes member from the IGenericSFImpl class, it's
not needed and can't be initialised in Initialize and InitializeEx.

19 years agoFirst pass at writing out CurVer keys for ProgIds. Also print a
Aric Stewart [Thu, 26 May 2005 16:08:58 +0000 (16:08 +0000)] 
First pass at writing out CurVer keys for ProgIds. Also print a
message for the actions we skip. Lines up with native MSI output logs
for ease of comparison.

19 years agoAdd a stub for ODBCCPlApplet.
Rein Klazes [Thu, 26 May 2005 16:08:27 +0000 (16:08 +0000)] 
Add a stub for ODBCCPlApplet.

19 years agoAdd a stub for IsAdminOverrideActive.
Rein Klazes [Thu, 26 May 2005 16:08:13 +0000 (16:08 +0000)] 
Add a stub for IsAdminOverrideActive.

19 years agoCall fileio_terminate for FILE_AsyncWriteService.
Uwe Bonnes [Thu, 26 May 2005 16:07:53 +0000 (16:07 +0000)] 
Call fileio_terminate for FILE_AsyncWriteService.

19 years agoCrop the update region to the new window rectangle when resizing a
Alexandre Julliard [Thu, 26 May 2005 12:28:07 +0000 (12:28 +0000)] 
Crop the update region to the new window rectangle when resizing a
window.

19 years agoDon't fetch the window class name if it's not needed to compute the
Alexandre Julliard [Thu, 26 May 2005 12:26:23 +0000 (12:26 +0000)] 
Don't fetch the window class name if it's not needed to compute the
message name.

19 years agoA big rewrite of the whole RegisterClass, RegisterProgId,
Aric Stewart [Thu, 26 May 2005 12:24:28 +0000 (12:24 +0000)] 
A big rewrite of the whole RegisterClass, RegisterProgId,
RegisterExtension and RegisterMIME actions. We now handle verbs
properly, handle dependancies and such properly and keep track of what
we need to register and what we do not properly.

19 years agoUse IShellFolder::GetDisplayNameOf instead of SHGetPathFromIDList to
Michael Jung [Thu, 26 May 2005 12:23:57 +0000 (12:23 +0000)] 
Use IShellFolder::GetDisplayNameOf instead of SHGetPathFromIDList to
be able to browse shell namespace extensions.

19 years agoAdded the callback item processing for LISTVIEW_EndEditLabelT
Kouji Sasaki [Thu, 26 May 2005 12:23:38 +0000 (12:23 +0000)] 
Added the callback item processing for LISTVIEW_EndEditLabelT
function.

19 years agoAdded some idl definitions.
Mike McCormack [Thu, 26 May 2005 12:22:51 +0000 (12:22 +0000)] 
Added some idl definitions.

19 years agoWorkaround to allow using the async keyword as method name.
Alexandre Julliard [Thu, 26 May 2005 12:22:28 +0000 (12:22 +0000)] 
Workaround to allow using the async keyword as method name.

19 years agoMoved functions from windows/user.c to more appropriate places, and
Alexandre Julliard [Wed, 25 May 2005 18:42:37 +0000 (18:42 +0000)] 
Moved functions from windows/user.c to more appropriate places, and
get rid of that file.

19 years ago- Use NULL instead of 0 for all non-handle pointers.
Robert Shearman [Wed, 25 May 2005 18:41:09 +0000 (18:41 +0000)] 
- Use NULL instead of 0 for all non-handle pointers.
- Fix non-ANSI function declarations.
- Make a function static.

19 years agoMoved a couple of 16-bit functions to dlls/user/user16.c.
Alexandre Julliard [Wed, 25 May 2005 18:08:02 +0000 (18:08 +0000)] 
Moved a couple of 16-bit functions to dlls/user/user16.c.

19 years agoUse the screen resolution to convert from twips (1440 twips is one
Rein Klazes [Wed, 25 May 2005 18:01:15 +0000 (18:01 +0000)] 
Use the screen resolution to convert from twips (1440 twips is one
inch) to pixels.

19 years agoMoved the syscolor functions to dlls/user/sysparams.c.
Alexandre Julliard [Wed, 25 May 2005 17:56:35 +0000 (17:56 +0000)] 
Moved the syscolor functions to dlls/user/sysparams.c.

19 years agoImplement the [!file] format to produce the short filename.
Aric Stewart [Wed, 25 May 2005 17:49:49 +0000 (17:49 +0000)] 
Implement the [!file] format to produce the short filename.

19 years agoFix small typo.
Uwe Bonnes [Wed, 25 May 2005 17:49:37 +0000 (17:49 +0000)] 
Fix small typo.

19 years agoAdd some more headers.
Mike McCormack [Wed, 25 May 2005 17:49:18 +0000 (17:49 +0000)] 
Add some more headers.

19 years agoBetter support for building stand-alone tests.
Alexandre Julliard [Wed, 25 May 2005 09:57:07 +0000 (09:57 +0000)] 
Better support for building stand-alone tests.

19 years agoTurn a GDI object into a system object via an explicit Wine extension
Dimi Paun [Wed, 25 May 2005 09:55:55 +0000 (09:55 +0000)] 
Turn a GDI object into a system object via an explicit Wine extension
rather then through magical pokes in memory.

19 years agoRemoved STANDALONE ifdefs.
Alexandre Julliard [Wed, 25 May 2005 09:54:51 +0000 (09:54 +0000)] 
Removed STANDALONE ifdefs.

19 years agoStub implementation for GetSoftwareUpdateInfo.
Mike McCormack [Wed, 25 May 2005 09:54:15 +0000 (09:54 +0000)] 
Stub implementation for GetSoftwareUpdateInfo.

19 years ago- Print commas between ACE's.
Robert Shearman [Wed, 25 May 2005 09:54:05 +0000 (09:54 +0000)] 
- Print commas between ACE's.
- Dump access masks from all ACE's.

19 years agoCorrected the priority of operators for LISTVIEW_GetNextItem
Kouji Sasaki [Wed, 25 May 2005 09:53:46 +0000 (09:53 +0000)] 
Corrected the priority of operators for LISTVIEW_GetNextItem
function.

19 years agoRelease 20050524. wine-20050524
Alexandre Julliard [Tue, 24 May 2005 14:16:16 +0000 (14:16 +0000)] 
Release 20050524.

19 years agoAdded YUV routines needed for v4l driver, and in the future possibly
Maarten Lankhorst [Tue, 24 May 2005 12:51:01 +0000 (12:51 +0000)] 
Added YUV routines needed for v4l driver, and in the future possibly
other capture drivers too.

19 years agoWork around a problem where WriteFile is asked to write memory
Rein Klazes [Tue, 24 May 2005 12:50:24 +0000 (12:50 +0000)] 
Work around a problem where WriteFile is asked to write memory
protected by DIBSection code.

19 years agoFix uninitialized warnings.
Hans Leidekker [Tue, 24 May 2005 12:34:29 +0000 (12:34 +0000)] 
Fix uninitialized warnings.

19 years agoImplement NtAccessCheck.
Robert Shearman [Tue, 24 May 2005 12:32:18 +0000 (12:32 +0000)] 
Implement NtAccessCheck.

19 years agoAdd the missing interface method PromptAction to
Mike McCormack [Tue, 24 May 2005 12:30:35 +0000 (12:30 +0000)] 
Add the missing interface method PromptAction to
IInternetZoneManager.

19 years agoAdded detection of platforms which don't have external timezone and
Phil Krylov [Tue, 24 May 2005 11:52:46 +0000 (11:52 +0000)] 
Added detection of platforms which don't have external timezone and
daylight variables, and emulation of these variables.