wine
18 years agoMake all the DriverProc entry points private.
Alexandre Julliard [Wed, 17 Aug 2005 12:41:41 +0000 (12:41 +0000)] 
Make all the DriverProc entry points private.

18 years agoMoved mciseq to the top-level dlls directory.
Rémi Assailly [Wed, 17 Aug 2005 12:15:35 +0000 (12:15 +0000)] 
Moved mciseq to the top-level dlls directory.

18 years agoAdd windows version registry entries.
Vitaliy Margolen [Wed, 17 Aug 2005 11:37:34 +0000 (11:37 +0000)] 
Add windows version registry entries.

18 years agoCopy the parser and cross compiler from d3d8 and update everything to
Oliver Stieber [Wed, 17 Aug 2005 11:34:03 +0000 (11:34 +0000)] 
Copy the parser and cross compiler from d3d8 and update everything to
vertex shaders 3.0.
The Parser will now display the input shader in DirectX style, and the
cross compiler now generates valid ARB_VERTEX_PROGRAM programs and
outputs the result in ARB_VERTEX_PROGRAM style.
Support for a number of extended attributes has been added, but this
may not be complete, and dereferencing from loop counters isn't
properly parsed yet.

18 years agogcc 4.0 warning fixes.
Mike McCormack [Wed, 17 Aug 2005 10:28:35 +0000 (10:28 +0000)] 
gcc 4.0 warning fixes.

18 years agoAdd support for vertex shader constants to the stateblock.
Oliver Stieber [Wed, 17 Aug 2005 10:27:01 +0000 (10:27 +0000)] 
Add support for vertex shader constants to the stateblock.

18 years agoAssorted spelling fixes.
Francois Gouget [Wed, 17 Aug 2005 09:56:24 +0000 (09:56 +0000)] 
Assorted spelling fixes.

18 years agoTidy up vertex shaders and bring the current code inline with the rest
Oliver Stieber [Wed, 17 Aug 2005 09:54:54 +0000 (09:54 +0000)] 
Tidy up vertex shaders and bring the current code inline with the rest
of wined3d.

18 years agoCorrect failing test and transform it into a bunch of another tests.
Saulius Krasuckas [Wed, 17 Aug 2005 09:53:57 +0000 (09:53 +0000)] 
Correct failing test and transform it into a bunch of another tests.

18 years agoFix a couple of MSVC signed/unsigned warnings.
Francois Gouget [Wed, 17 Aug 2005 09:53:39 +0000 (09:53 +0000)] 
Fix a couple of MSVC signed/unsigned warnings.

18 years agoFix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
Francois Gouget [Wed, 17 Aug 2005 09:53:30 +0000 (09:53 +0000)] 
Fix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
Update the conformance tests accordingly.
Tweak a trace because it's very confusing to see the path with no
escaped quotes in ShellExecuteA() and then with escaped quotes in
ShellExecuteExW32() (due to debugstr_w()).

18 years agoFix a search and replace mishap.
Mike McCormack [Wed, 17 Aug 2005 09:53:08 +0000 (09:53 +0000)] 
Fix a search and replace mishap.

18 years agoTake RGB mask into account when doing color keying.
Christian Costa [Wed, 17 Aug 2005 09:52:56 +0000 (09:52 +0000)] 
Take RGB mask into account when doing color keying.
Add corresponding conformance test.

18 years agoAdd NTLM security provider dummy.
Kai Blin [Wed, 17 Aug 2005 09:52:30 +0000 (09:52 +0000)] 
Add NTLM security provider dummy.

18 years agoAdd stubbed IGraphConfig interface to the filtergraph.
Christian Costa [Wed, 17 Aug 2005 09:52:15 +0000 (09:52 +0000)] 
Add stubbed IGraphConfig interface to the filtergraph.

18 years agoFix rendering of paletted video stream.
Christian Costa [Wed, 17 Aug 2005 09:51:57 +0000 (09:51 +0000)] 
Fix rendering of paletted video stream.

18 years agoAvoid a crash in find_hardware_message_window when there's no
Alexandre Julliard [Tue, 16 Aug 2005 19:58:12 +0000 (19:58 +0000)] 
Avoid a crash in find_hardware_message_window when there's no
foreground input.

18 years agoAdd theming for combo boxes.
Frank Richter [Tue, 16 Aug 2005 19:30:06 +0000 (19:30 +0000)] 
Add theming for combo boxes.

18 years agoAdd more missing definitions, and correct a prototype.
Juan Lang [Tue, 16 Aug 2005 19:29:55 +0000 (19:29 +0000)] 
Add more missing definitions, and correct a prototype.

18 years agoDynamically load StrRetToBufW(). This lets shell32_test.exe run on
Francois Gouget [Tue, 16 Aug 2005 19:29:40 +0000 (19:29 +0000)] 
Dynamically load StrRetToBufW(). This lets shell32_test.exe run on
systems that have version 4.72 of shlwapi.dll.

18 years agoVerify the parameters received by the child process using code lifted
Francois Gouget [Tue, 16 Aug 2005 19:29:27 +0000 (19:29 +0000)] 
Verify the parameters received by the child process using code lifted
from kernel32/tests/process.c.
Test passing parameters to .lnk files that point to an executable.

18 years agoThere is a registry key for the service pack version (spotted by
Alexandre Julliard [Tue, 16 Aug 2005 16:13:42 +0000 (16:13 +0000)] 
There is a registry key for the service pack version (spotted by
Vitaliy Margolen).

18 years agogcc 4.0 warning fixes.
Mike McCormack [Tue, 16 Aug 2005 16:02:45 +0000 (16:02 +0000)] 
gcc 4.0 warning fixes.

18 years agoDeclare PNTSTATUS in lmaccess.h and ntsecapi.h to match the PSDK.
Francois Gouget [Tue, 16 Aug 2005 16:01:49 +0000 (16:01 +0000)] 
Declare PNTSTATUS in lmaccess.h and ntsecapi.h to match the PSDK.
Protect against multiple definitions.
Use PNTSTATUS where appropriate.

18 years agoUse LPSTORAGE to better match the PSDK.
Francois Gouget [Tue, 16 Aug 2005 16:01:15 +0000 (16:01 +0000)] 
Use LPSTORAGE to better match the PSDK.
Document the real SEGPTR type using the standard documentation
mechanisms. Fixes winapi_check warnings.

18 years agoReport swap file total/free sizes to be the same as physical memory.
Dmitry Timoshkov [Tue, 16 Aug 2005 16:00:36 +0000 (16:00 +0000)] 
Report swap file total/free sizes to be the same as physical memory.
Make sure that we cache all calculated values.

18 years agoRemove "initguid.h" include from shellpath test.
Michael Jung [Tue, 16 Aug 2005 16:00:07 +0000 (16:00 +0000)] 
Remove "initguid.h" include from shellpath test.

18 years agoFix protocol test on 9x.
Jacek Caban [Tue, 16 Aug 2005 15:59:50 +0000 (15:59 +0000)] 
Fix protocol test on 9x.

18 years agoImprove NtCreateNamedPipe trace.
Ivan Leo Puoti [Tue, 16 Aug 2005 15:57:59 +0000 (15:57 +0000)] 
Improve NtCreateNamedPipe trace.

18 years agoFixed a memory overflow and leak identified by Mike McCormack.
Aric Stewart [Tue, 16 Aug 2005 15:57:21 +0000 (15:57 +0000)] 
Fixed a memory overflow and leak identified by Mike McCormack.

18 years agoChange CB_GETCOMBOBOX to return STATE_SYSTEM_PRESSED in
Frank Richter [Tue, 16 Aug 2005 15:57:02 +0000 (15:57 +0000)] 
Change CB_GETCOMBOBOX to return STATE_SYSTEM_PRESSED in
COMBOBOXINFO.stateButton when really the button is pressed, not when
the combo is dropped down.

18 years agoMove repetitive code to two helper functions.
Saulius Krasuckas [Tue, 16 Aug 2005 15:56:42 +0000 (15:56 +0000)] 
Move repetitive code to two helper functions.

18 years agoFetch the version information from the standard Windows keys if not
Alexandre Julliard [Tue, 16 Aug 2005 11:16:10 +0000 (11:16 +0000)] 
Fetch the version information from the standard Windows keys if not
specified otherwise.

18 years agoShrink the hex edit window a bit.
Juan Lang [Tue, 16 Aug 2005 11:13:58 +0000 (11:13 +0000)] 
Shrink the hex edit window a bit.

18 years agoRemove a test that fails under WinME. Reported and helpfully debugged
Juan Lang [Tue, 16 Aug 2005 11:13:50 +0000 (11:13 +0000)] 
Remove a test that fails under WinME.  Reported and helpfully debugged
by Saulius Krasuckas.

18 years agoFix uninitialized pointer in builtin providers. Reported by Kai
Juan Lang [Tue, 16 Aug 2005 11:13:30 +0000 (11:13 +0000)] 
Fix uninitialized pointer in builtin providers.  Reported by Kai
Blin.

18 years agoNtCreateNamedPipeFile is no longer a stub, so fix TRACE() call.
Ivan Leo Puoti [Tue, 16 Aug 2005 11:13:21 +0000 (11:13 +0000)] 
NtCreateNamedPipeFile is no longer a stub, so fix TRACE() call.

18 years agoDeactivate UI in InPlaceDeactivate.
Jacek Caban [Tue, 16 Aug 2005 11:13:01 +0000 (11:13 +0000)] 
Deactivate UI in InPlaceDeactivate.

18 years agoAdded a WINE_NO_UNICODE_MACROS define to allow Winelib apps to switch
Alexandre Julliard [Mon, 15 Aug 2005 20:53:40 +0000 (20:53 +0000)] 
Added a WINE_NO_UNICODE_MACROS define to allow Winelib apps to switch
off the Unicode macros too.

18 years agoAdded Negotiate security provider dummy. Removed todos from the test.
Kai Blin [Mon, 15 Aug 2005 20:52:18 +0000 (20:52 +0000)] 
Added Negotiate security provider dummy. Removed todos from the test.

18 years agoFix the build without openldap headers.
Hans Leidekker [Mon, 15 Aug 2005 20:50:58 +0000 (20:50 +0000)] 
Fix the build without openldap headers.

18 years ago- Code cleanup.
Jacek Caban [Mon, 15 Aug 2005 20:50:41 +0000 (20:50 +0000)] 
- Code cleanup.
- Dissable tests after UIActivate failes (fixes tests win 9x).

18 years agoAdded CLSID_FolderShortcut definition.
Michael Jung [Mon, 15 Aug 2005 20:50:19 +0000 (20:50 +0000)] 
Added CLSID_FolderShortcut definition.

18 years agoAdd some body to ResolveSource because it is possible to need it when
Aric Stewart [Mon, 15 Aug 2005 20:50:06 +0000 (20:50 +0000)] 
Add some body to ResolveSource because it is possible to need it when
an install is begun but the media is not in the drive, such as in
install-on-demand cases.

18 years agoFixed some confusion over whether HEAP_MIN_BLOCK_SIZE includes the
Alexandre Julliard [Mon, 15 Aug 2005 20:49:47 +0000 (20:49 +0000)] 
Fixed some confusion over whether HEAP_MIN_BLOCK_SIZE includes the
arena headers of not.
Free list sizes are constant so there's no need to store them in the
heap structure.

18 years agoSet the default system dir to windows/system32.
Alexandre Julliard [Mon, 15 Aug 2005 14:53:35 +0000 (14:53 +0000)] 
Set the default system dir to windows/system32.

18 years agoSwitch the default version to win2k.
Alexandre Julliard [Mon, 15 Aug 2005 14:52:37 +0000 (14:52 +0000)] 
Switch the default version to win2k.

18 years agoA previous signed-ness fix broke display of non-ansi chars, fix this.
Huw Davies [Mon, 15 Aug 2005 14:50:36 +0000 (14:50 +0000)] 
A previous signed-ness fix broke display of non-ansi chars, fix this.

18 years agoFix resource leak on error paths.
Ge van Geldorp [Mon, 15 Aug 2005 14:50:18 +0000 (14:50 +0000)] 
Fix resource leak on error paths.

18 years agoBetter handling of conflicting section information between
Alexandre Julliard [Mon, 15 Aug 2005 14:50:06 +0000 (14:50 +0000)] 
Better handling of conflicting section information between
SizeOfRawData and VirtualSize.

18 years agoImplement ldap_result.
Hans Leidekker [Mon, 15 Aug 2005 14:46:42 +0000 (14:46 +0000)] 
Implement ldap_result.

18 years agoFix AlphaBlend() to extract the right part of the source DIB.
Frank Richter [Mon, 15 Aug 2005 14:46:31 +0000 (14:46 +0000)] 
Fix AlphaBlend() to extract the right part of the source DIB.

18 years agoWarning fixes for gcc 4.0.
Mike McCormack [Mon, 15 Aug 2005 10:49:39 +0000 (10:49 +0000)] 
Warning fixes for gcc 4.0.

18 years agoUniformize DllMain TRACEing across dlls.
Vincent Béron [Mon, 15 Aug 2005 10:48:51 +0000 (10:48 +0000)] 
Uniformize DllMain TRACEing across dlls.

18 years agoRemove trailing backslash.
Saulius Krasuckas [Mon, 15 Aug 2005 10:47:31 +0000 (10:47 +0000)] 
Remove trailing backslash.

18 years agogcc 4.0 warning fixes.
Mike McCormack [Mon, 15 Aug 2005 10:47:23 +0000 (10:47 +0000)] 
gcc 4.0 warning fixes.

18 years agoSubclass edit control to draw themed border.
Frank Richter [Mon, 15 Aug 2005 10:24:22 +0000 (10:24 +0000)] 
Subclass edit control to draw themed border.

18 years agoImproved trackbar theming.
Frank Richter [Mon, 15 Aug 2005 10:24:00 +0000 (10:24 +0000)] 
Improved trackbar theming.

18 years agoCompare result of RegQueryValueExW() with ERROR_SUCCESS.
Frank Richter [Mon, 15 Aug 2005 10:23:48 +0000 (10:23 +0000)] 
Compare result of RegQueryValueExW() with ERROR_SUCCESS.

18 years ago- Added support for aggregation to res protocol.
Jacek Caban [Mon, 15 Aug 2005 10:23:35 +0000 (10:23 +0000)] 
- Added support for aggregation to res protocol.
- Fix AboutProtocol_Release.
- Use *_THIS macros in protocol objects.

18 years agoImprove parameter handling for the ldap_add* functions.
Hans Leidekker [Mon, 15 Aug 2005 10:23:15 +0000 (10:23 +0000)] 
Improve parameter handling for the ldap_add* functions.

18 years agoFix some SHGetSpecialFolderPathA exceptions on WinME:
Saulius Krasuckas [Mon, 15 Aug 2005 10:22:56 +0000 (10:22 +0000)] 
Fix some SHGetSpecialFolderPathA exceptions on WinME:
- pass pointer to valid buffer as lpszPath.
- disable check passing NULL as lpszPath.

18 years agoHandle resizing the help viewer window.
James Hawkins [Mon, 15 Aug 2005 10:21:56 +0000 (10:21 +0000)] 
Handle resizing the help viewer window.

18 years agoWhatever TrueSizeStretchMark is for - it's not what Wine uxtheme used
Frank Richter [Mon, 15 Aug 2005 10:21:40 +0000 (10:21 +0000)] 
Whatever TrueSizeStretchMark is for - it's not what Wine uxtheme used
it for. Native uxtheme always stretches "truesize" parts when the
destination is smaller than the part image size, but
TrueSizeStretchMark doesn't seem to have an influence.

18 years agoAdded EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW message handling.
Phil Krylov [Mon, 15 Aug 2005 09:47:14 +0000 (09:47 +0000)] 
Added EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW message handling.
Added support for GT_SELECTION flag in EM_GETTEXTEX handler.

18 years agoAdded CoCreateInstance16, CoGetClassObject16, OleLoad16 stubs.
Marcus Meissner [Mon, 15 Aug 2005 09:46:51 +0000 (09:46 +0000)] 
Added CoCreateInstance16, CoGetClassObject16, OleLoad16 stubs.

18 years agoAdded stub for EnableEUDC.
Vikram Kumar [Mon, 15 Aug 2005 09:45:40 +0000 (09:45 +0000)] 
Added stub for EnableEUDC.

18 years agoAdd WC_EDIT and WC_LISTBOX.
Frank Richter [Mon, 15 Aug 2005 09:44:53 +0000 (09:44 +0000)] 
Add WC_EDIT and WC_LISTBOX.

18 years agoChange some TRACEing formats to make more sense.
Vincent Béron [Mon, 15 Aug 2005 09:44:34 +0000 (09:44 +0000)] 
Change some TRACEing formats to make more sense.

18 years agoProtect libxml/parser.h with proper autoconf definition.
Vincent Béron [Mon, 15 Aug 2005 09:43:53 +0000 (09:43 +0000)] 
Protect libxml/parser.h with proper autoconf definition.

18 years agoCorrect typo in format string.
Vincent Béron [Mon, 15 Aug 2005 09:43:45 +0000 (09:43 +0000)] 
Correct typo in format string.

18 years agoindex is 1-based at this point, index == line->nb_fields is the last
Ge van Geldorp [Mon, 15 Aug 2005 09:43:28 +0000 (09:43 +0000)] 
index is 1-based at this point, index == line->nb_fields is the last
field and is valid.

18 years agoset_last_error() is only used on Linux.
Gerald Pfeifer [Mon, 15 Aug 2005 09:43:09 +0000 (09:43 +0000)] 
set_last_error() is only used on Linux.

18 years agoImplement ldap_modify* functions.
Hans Leidekker [Mon, 15 Aug 2005 09:43:00 +0000 (09:43 +0000)] 
Implement ldap_modify* functions.

18 years agoAdd entry for int 2 handler.
Vitaliy Margolen [Mon, 15 Aug 2005 09:42:36 +0000 (09:42 +0000)] 
Add entry for int 2 handler.

18 years agoAuthors: Michael Jung <mjung@iss.tu-darmstadt.de>, Ge van Geldorp <gvg@reactos.com>
Alexandre Julliard [Mon, 15 Aug 2005 09:41:58 +0000 (09:41 +0000)] 
Authors: Michael Jung <mjung@iss.tu-darmstadt.de>, Ge van Geldorp <gvg@reactos.com>
- Prepend Desktop folder path for files/directories stored in the
  filesystem Desktop folder when GetDisplayNameOf is called with the
  SHGDN_FORPARSING flags.
- Add testcases.

18 years agoActivate window in IOleDocumwnrView::Show.
Jacek Caban [Mon, 15 Aug 2005 09:41:30 +0000 (09:41 +0000)] 
Activate window in IOleDocumwnrView::Show.

18 years agoFix protocol test on winxp.
Jacek Caban [Mon, 15 Aug 2005 09:41:08 +0000 (09:41 +0000)] 
Fix protocol test on winxp.

18 years agoXP returns E_INVALIDARG on failure.
Saulius Krasuckas [Mon, 15 Aug 2005 09:40:45 +0000 (09:40 +0000)] 
XP returns E_INVALIDARG on failure.

18 years ago- Paint spacing around the tab control.
James Hawkins [Mon, 15 Aug 2005 09:40:24 +0000 (09:40 +0000)] 
- Paint spacing around the tab control.
- Use COLOR_MENU to standardize the colors of the viewer.

18 years agoFix gcc 4.0 builtin function warnings.
Mike McCormack [Mon, 15 Aug 2005 09:40:06 +0000 (09:40 +0000)] 
Fix gcc 4.0 builtin function warnings.

18 years agoAdded Japanese resources.
Vikram Kumar [Mon, 15 Aug 2005 09:39:51 +0000 (09:39 +0000)] 
Added Japanese resources.

18 years agoBetter computations to have uniformly sized parts scaled in both
Frank Richter [Mon, 15 Aug 2005 09:34:21 +0000 (09:34 +0000)] 
Better computations to have uniformly sized parts scaled in both
directions.

18 years agoInstead of adding the border via WM_NCPAINT and WM_NCCALCSIZE, do what
Frank Richter [Mon, 15 Aug 2005 09:34:02 +0000 (09:34 +0000)] 
Instead of adding the border via WM_NCPAINT and WM_NCCALCSIZE, do what
native does: just clear WS_EX_STATICEDGE when themed and reduce the
area the actual bar is painted in to the progress bar theme part
content rect.

18 years agoInvalidate DCEs when a window region is set.
Frank Richter [Mon, 15 Aug 2005 09:33:39 +0000 (09:33 +0000)] 
Invalidate DCEs when a window region is set.

18 years agoConverted the process heap list to a standard list.
Alexandre Julliard [Fri, 12 Aug 2005 18:25:16 +0000 (18:25 +0000)] 
Converted the process heap list to a standard list.

18 years agoAdded stubs for pSetupGet/SetGlobalFlags.
Alexandre Julliard [Fri, 12 Aug 2005 18:23:06 +0000 (18:23 +0000)] 
Added stubs for pSetupGet/SetGlobalFlags.

18 years agoAssorted spelling fixes.
Francois Gouget [Fri, 12 Aug 2005 18:22:06 +0000 (18:22 +0000)] 
Assorted spelling fixes.

18 years agoConverted the heap free lists to standard lists.
Alexandre Julliard [Fri, 12 Aug 2005 16:05:46 +0000 (16:05 +0000)] 
Converted the heap free lists to standard lists.

18 years agoRemoved a redundant and possibly wrong warning.
Alexandre Julliard [Fri, 12 Aug 2005 16:02:42 +0000 (16:02 +0000)] 
Removed a redundant and possibly wrong warning.

18 years agoImplemented DelayLoadFailureHook and use it in the winebuild-generated
Alexandre Julliard [Fri, 12 Aug 2005 16:00:42 +0000 (16:00 +0000)] 
Implemented DelayLoadFailureHook and use it in the winebuild-generated
delay load code.

18 years agoDetermining the superclass for a window subclassed for theming doesn't
Frank Richter [Fri, 12 Aug 2005 15:52:56 +0000 (15:52 +0000)] 
Determining the superclass for a window subclassed for theming doesn't
work - e.g. Delphi buttons have the classname "TButton" for which no
superclass will be found. Instead, use initial subclass window procs
that have the subclass hardcoded and store it for the "real" subclass
window proc.

18 years agoFix Show*HTMLDialog declarations.
Jacek Caban [Fri, 12 Aug 2005 15:52:37 +0000 (15:52 +0000)] 
Fix Show*HTMLDialog declarations.

18 years agoUpdate English neutral version of winecfg graphics tab, and make the
Richard Cohen [Fri, 12 Aug 2005 15:52:25 +0000 (15:52 +0000)] 
Update English neutral version of winecfg graphics tab, and make the
groupboxes not overlap.

18 years agoImplement LDAP_OPT_API_FEATURE_INFO and LDAP_OPT_API_INFO.
Hans Leidekker [Fri, 12 Aug 2005 15:52:13 +0000 (15:52 +0000)] 
Implement LDAP_OPT_API_FEATURE_INFO and LDAP_OPT_API_INFO.

18 years ago- Added IOleObject::Close implementation.
Jacek Caban [Fri, 12 Aug 2005 15:51:55 +0000 (15:51 +0000)] 
- Added IOleObject::Close implementation.
- OLEIVERB_INPLACEACTIVATE is the same as OLEIVERB_UIACTIVATE.

18 years agoImplement SHLoadRegUIStringW.
Huw Davies [Fri, 12 Aug 2005 15:51:44 +0000 (15:51 +0000)] 
Implement SHLoadRegUIStringW.

18 years agoBlame ExpandEnvironmentStringsA for the failing NT4 test.
Richard Cohen [Fri, 12 Aug 2005 15:51:22 +0000 (15:51 +0000)] 
Blame ExpandEnvironmentStringsA for the failing NT4 test.

18 years agoEnhance uxtheme to store the themed system metrics in the registry and
Frank Richter [Fri, 12 Aug 2005 15:51:13 +0000 (15:51 +0000)] 
Enhance uxtheme to store the themed system metrics in the registry and
also backup the old metrics. That way, themed system colors are set
even uxtheme was not loaded and initialized yet, and when a theme is
deactivated, the colors prior to the activation are restored as well.
Also, not having to set the system colors in uxtheme startup works
around weird problems where SetSystemColors() ended up being called
from inside window creation and this seemingly led to some creation
message being sent twice.

18 years agoAdd the 16-bit system directory if any to the module search path.
Alexandre Julliard [Fri, 12 Aug 2005 11:29:43 +0000 (11:29 +0000)] 
Add the 16-bit system directory if any to the module search path.