July 2007 Archives by thread
Starting: Sun Jul 1 19:35:17 CDT 2007
Ending: Tue Jul 31 22:29:12 CDT 2007
Messages: 959
- appdb/include appData.php application.php dist ...
WineHQ
- appdb/include objectManager.php
WineHQ
- appdb/include objectManager.php
WineHQ
- appdb/include mail.php
WineHQ
- Aric Stewart : imm32: Implementation of GCS_CURSORPOS.
Alexandre Julliard
- Markus Gömmel : comctl32/datetime: Added a missing InvalidateRect to update display after WM_ENABLE.
Alexandre Julliard
- Markus Gömmel : user32: Center MessageBox dialogs to desktop, as Windows does.
Alexandre Julliard
- Juan Lang : crypt32: Use skip to avoid failures where support is
missing.
Alexandre Julliard
- Juan Lang : crypt32: Don'
t fail when CryptVerifyCertificateSignatureEx is missing, use skip (
and get rid of unnecessary indenting).
Alexandre Julliard
- Juan Lang : crypt32: Accept OSS errors.
Alexandre Julliard
- Juan Lang : crypt32: Accept OSS errors as well.
Alexandre Julliard
- Juan Lang : crypt32:
Accept ERROR_BADKEY in addition to ERROR_INVALID_HANDLE.
Alexandre Julliard
- Juan Lang : crypt32:
Accept ERROR_INVALID_PARAMETER in addition to ERROR_PATH_NOT_FOUND (
and remove no-longer-useful checkFileStoreFailure).
Alexandre Julliard
- Michael Stefaniuc : ntdll: Fix missing unlock on error path.
Found by Smatch.
Alexandre Julliard
- Kai Blin : ws2_32: Handle IPv6 in WSAStringToAddress.
Alexandre Julliard
- H. Verbeet : wined3d:
Call IWineD3DDeviceImpl_FindTexUnitMap for cards without support for
NV_REGISTER_COMBINERS as well .
Alexandre Julliard
- H. Verbeet : wined3d: Only call activate_dimensions()
if the texture is used.
Alexandre Julliard
- H. Verbeet : wined3d:
Only set GL_SHADER_OPERATION_NV to GL_NONE for supported units.
Alexandre Julliard
- H. Verbeet : wined3d: In tex_colorop() & tex_alphaop(),
only check the mapped stage against GL_LIMITS(textures)
if the texture is used.
Alexandre Julliard
- H. Verbeet : wined3d: Cleanup shader_glsl_load_psamplers().
Alexandre Julliard
- Paul Vriens : advapi32/tests: Add tests for OpenSCManagerA.
Alexandre Julliard
- Alexandre Julliard : configure: Fix the strip command line for Mac OS.
Alexandre Julliard
- Alexandre Julliard : configure:
Export the shared library extension instead of hardcoding .so.
Alexandre Julliard
- Alexandre Julliard : configure: Don'
t use a default soname if a library is not found, leave it undefined.
Alexandre Julliard
- Alexandre Julliard : configure: Don't set LDPATH if not needed.
Alexandre Julliard
- Andrew Talbot : ole32: Constify some variables.
Alexandre Julliard
- James Hawkins : msi: Implement MsiSourceListGetInfoA.
Alexandre Julliard
- James Hawkins : msi: Add tests for MsiSourceListGetInfo.
Alexandre Julliard
- James Hawkins : msi: Validate MsiSourceListGetInfo parameters.
Alexandre Julliard
- James Hawkins : msi:
Return ERROR_BAD_CONFIGURATION if the SourceList key does not exist.
Alexandre Julliard
- James Hawkins : msi:
Return ERROR_SUCCESS if the PackageName property is not present.
Alexandre Julliard
- Alexandre Julliard : configure:
Change WINE_GET_SONAME to allow it to be used as a replacement for
AC_CHECK_LIB .
Alexandre Julliard
- Alexandre Julliard : configure:
Move the dll checks earlier in the file to make them available for
library checks .
Alexandre Julliard
- Alexandre Julliard : configure:
Merge the libhal existence check with the soname check.
Alexandre Julliard
- Alexandre Julliard : configure:
Merge the libcurses existence check with the soname check.
Alexandre Julliard
- Alexandre Julliard : configure:
Merge the libcapi20 existence check with the soname check.
Alexandre Julliard
- Alexandre Julliard : configure:
Merge the libsane existence check with the soname check.
Alexandre Julliard
- Alexandre Julliard : configure:
Make the libcups soname check depend on the header check.
Alexandre Julliard
- Alexandre Julliard : configure:
Make the libjack soname check depend on the header check.
Alexandre Julliard
- Alexandre Julliard : configure:
Make the libfontconfig soname check depend on the header check.
Alexandre Julliard
- Alexandre Julliard : configure:
Make the libssl soname check depend on the header check.
Alexandre Julliard
- Alexandre Julliard : configure:
Make the libjpeg soname check depend on the header check.
Alexandre Julliard
- Alexandre Julliard : configure: Added checks for libpng.
Alexandre Julliard
- Evan Stade : oleaut32: Added support for decoding some PNG files.
Alexandre Julliard
- Evan Stade : oleaut32: Save load time format of pictures.
Alexandre Julliard
- Ben Hodgetts : ws2_32: Don'
t tell users to run Wine as root when sockets not creatable.
Alexandre Julliard
- Rob Shearman : secur32: Don'
t free the password in InitializeSecurityContextW to enable the
credentials handle to be re-used in further
InitializeSecurityContextW calls .
Alexandre Julliard
- Andrew Talbot : oleaut32: Constify some variables.
Alexandre Julliard
- Stefan Dösinger : wined3d: rsq and rcp use the . w component if no swizzle is given.
Alexandre Julliard
- Stefan Dösinger : wined3d: Select onscreen contexts based on the thread id.
Alexandre Julliard
- Stefan Dösinger : wined3d: Create multiple contexts for onscreen render targets.
Alexandre Julliard
- Stefan Dösinger : ddraw: Z buffers can be attached to offscreen d3d devices.
Alexandre Julliard
- H. Verbeet : wined3d: Implement dsx & dsy shader instructions.
Alexandre Julliard
- James Hawkins : msi: Add the IWineMsiRemotePackage interface.
Alexandre Julliard
- James Hawkins : msi: Add the IWineMsiRemoteCustomAction interface.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiGetActiveDatabase.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiGetProperty.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiSetProperty.
Alexandre Julliard
- James Hawkins : msi: pcchValue represents the length of szValue in
TCHARS, not bytes.
Alexandre Julliard
- James Hawkins : msi: Add support for the MSICODE_PATCH option.
Alexandre Julliard
- James Hawkins : msi:
Add tests to show when the SourceList is published to the registry.
Alexandre Julliard
- James Hawkins : msi: PackagePath must also include the package name.
Alexandre Julliard
- James Hawkins : msi:
Delay publishing of the SourceList until the PublishProduct action.
Alexandre Julliard
- James Hawkins : msi: Unpublish the product when it is entirely
removed.
Alexandre Julliard
- James Hawkins : msi:
Only publish the product if at least one feature is to be installed.
Alexandre Julliard
- James Hawkins : msi:
Set the WindowsInstaller value in RegisterProduct instead of
PublishProduct .
Alexandre Julliard
- James Hawkins : msi: Add tests for MsiQueryFeatureState.
Alexandre Julliard
- James Hawkins : msi:
Open the correct key and return INSTALLSTATE_ADVERTISED if it's
missing.
Alexandre Julliard
- James Hawkins : msi:
Return INSTALLSTATE_ADVERTISED if the component list is empty.
Alexandre Julliard
- James Hawkins : msi: Return INSTALLSTATE_BADCONFIG if we can'
t decode the first component.
Alexandre Julliard
- James Hawkins : msi: Read the components state directly from the
registry.
Alexandre Julliard
- lostwages/templates/en download.template
Jeremy Newman
- Huw Davies : winex11.drv:
Pass root_window to XCreatePixmap to avoid BadDrawable errors.
Alexandre Julliard
- Huw Davies : winex11.drv: Move the PictFormats into an array.
Alexandre Julliard
- Huw Davies : winex11.drv: Use global Pictures for the tiles.
Alexandre Julliard
- Paul Vriens : user32/tests: Use skip.
Alexandre Julliard
- Paul Vriens : user32/tests: Use skip.
Alexandre Julliard
- Paul Vriens : advapi32/tests: Use skip when we don't have enough
rights.
Alexandre Julliard
- Evan Stade : gdiplus: Use SaveDC, RestoreDC in GdipDrawLineI.
Alexandre Julliard
- Evan Stade : gdiplus: Call EndPath()
in GdipDrawLineI in case there is an open path.
Alexandre Julliard
- Evan Stade : gdi32: Don't access DC in PolyDraw after releasing
handle.
Alexandre Julliard
- Michael Stefaniuc : msvcrt:
Remove superfluous casts of void pointers to other pointer types.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiProcessMessage.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiDoAction.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiSequence.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiGetTargetPath.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiGetSourcePath.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiSetTargetPath.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiGetMode.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiSetFeatureState.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiGetFeatureState.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiGetComponentState.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiSetComponentState.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiGetLanguage.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiSetInstallLevel.
Alexandre Julliard
- Peter Dons Tychsen : winex11: Fix X11DRV_DIB_GetImageBits()
when target bitmaps are larger than fetched.
Alexandre Julliard
- Alexandre Julliard : ntdll:
Add check for null pointer in NtQuerySystemInformation(
SystemModuleInformation).
Alexandre Julliard
- Alexandre Julliard : configure:
Merge the libGL existence check with the soname check.
Alexandre Julliard
- Alexandre Julliard : configure:
Merge the libXrandr existence check with the soname check.
Alexandre Julliard
- Alexandre Julliard : configure:
Merge the libXrender existence check with the soname check.
Alexandre Julliard
- Alexandre Julliard : configure:
Merge the libXinerama existence check with the soname check.
Alexandre Julliard
- Alexandre Julliard : configure:
Get rid of the no longer used check for libtxc_dxtn.
Alexandre Julliard
- Aric Stewart : include: Add a ddk header for imm.
Alexandre Julliard
- Aric Stewart : imm32: Implement Locking/Unlocking IMC and IMCC
functions.
Alexandre Julliard
- Paul Vriens : advpack/tests:
Create the temporary inf-file in a directory where we are allowed to
write .
Alexandre Julliard
- Rob Shearman : secur32: Add tests for multiple use of a credential
handle.
Alexandre Julliard
- Ben Hodgetts : winecfg:
Clean up Graphics tab and remove broken neutral translation.
Alexandre Julliard
- Stefan Dösinger : ddraw: Fix an incorrect iface-> impl cast.
Alexandre Julliard
- Stefan Dösinger : ddraw: Materials in the execute buffer are handles.
Alexandre Julliard
- Stefan Dösinger : ddraw: D3DOP_BRANCHFORWARD includes the current instruction size.
Alexandre Julliard
- Stefan Dösinger : ddraw: Read the world matrix correctly.
Alexandre Julliard
- Stefan Dösinger : ddraw: Implement IDirect3DViewport3: :TransformVertices.
Alexandre Julliard
- Andrew Talbot : ole32: Constify some variables.
Alexandre Julliard
- Andrew Talbot : winelib: Cast-qual warnings fix.
Alexandre Julliard
- Misha Koshelev : gdi32: Slightly simplify result handling in PolyDraw.
Alexandre Julliard
- Julio E. Gonzalez P : ntdll: Add PYT and PYST time zones.
Alexandre Julliard
- Rob Shearman : rpcrt4: Translate between NCA and RPC status codes.
Alexandre Julliard
- Rob Shearman : rpcrt4:
Call RPCRT4_Send directly from PKT_RECEIVE handler in server.
Alexandre Julliard
- Rob Shearman : rpcrt4:
Return a fault packet if the proc num exceeds the index of the last
function available for the interface .
Alexandre Julliard
- Paul Vriens : kernel32/tests: Use skip when functions are not
available.
Alexandre Julliard
- Paul Vriens : kernel32/tests: Don't crash on win98.
Alexandre Julliard
- Paul Vriens : kernel32/tests 2/2: Use skip for not implemented
function.
Alexandre Julliard
- Paul Vriens : advapi32/tests: Use skip for not implemented function.
Alexandre Julliard
- Paul Vriens : secur32/tests: Use skip when functions are not
available.
Alexandre Julliard
- Pedro Araujo Chaves Jr : winspool.drv:
Fallback to the first found printer as default printer.
Alexandre Julliard
- Huw Davies : gdi32:
Using a bitmap font as the fallback sans serif is a very bad idea.
Alexandre Julliard
- Francois Gouget : ddraw/tests: Fix compilation on systems that don'
t support nameless unions.
Alexandre Julliard
- Francois Gouget : Assorted spelling fixes.
Alexandre Julliard
- appdb/include filter.php
WineHQ
- appdb/include mail.php
WineHQ
- Paul Vriens : advapi32/tests: Add tests for OpenServiceA.
Alexandre Julliard
- Paul Vriens : advapi32/tests: Add tests for CloseServiceHandle.
Alexandre Julliard
- Andrew Talbot : ole32: Constify a variable (
and fix a typo concerning its level of indirection).
Alexandre Julliard
- Andrew Talbot : ole32: Cast-qual warnings fix.
Alexandre Julliard
- James Hawkins : msi: Fix use of BSTRs.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiFormatRecordW.
Alexandre Julliard
- James Hawkins : msi: Forward MsiFormatRecordA to MsiFormatRecordW.
Alexandre Julliard
- James Hawkins : msi: Handle remote calls to MsiEvaluateCondition.
Alexandre Julliard
- James Hawkins : msi: Enable remote custom actions.
Alexandre Julliard
- Damjan Jovanovic : shell32: DragQueryFile doesn't count the null
terminator .
Alexandre Julliard
- Vitaliy Margolen : dinput:
Correct test - use appropriate mouse state structure.
Alexandre Julliard
- Paul Vriens : ddraw/tests: Use skip instead of trace.
Alexandre Julliard
- Paul Vriens : ddraw/tests: Use skip instead of trace.
Alexandre Julliard
- Romain Iehl : dsound:
Fix bug preventing correct calculation of the sound parameters
Alexandre Julliard
- Romain Iehl : dsound:
Simplify the calculation of sound attenuation due to distance.
Alexandre Julliard
- Romain Iehl : dsound: Correct field access.
Alexandre Julliard
- Alexander Nicolaysen Sørnes : comdlg32: fontdlg: Respect the CF_NOSCRIPTSEL flag.
Alexandre Julliard
- Alexander Nicolaysen Sørnes : wordpad: Disable copy/cut in menu when appropriate.
Alexandre Julliard
- Alexandre Julliard : Maketest.rules:
Add dependency on IDL headers for crosstest objects.
Alexandre Julliard
- Evan Stade : gdiplus: Added SetPenEndCap.
Alexandre Julliard
- Maarten Lankhorst : winealsa: Silence the buffer warning more often.
Alexandre Julliard
- Maarten Lankhorst : dsound: Revert "dsound:
Disable property sets if hardware doesn't support it.".
Alexandre Julliard
- Maarten Lankhorst : dsound: Clean up some unused variables.
Alexandre Julliard
- Stefan Dösinger : wined3d: Offscreen rendering from foreign threads.
Alexandre Julliard
- Stefan Dösinger : ddraw: Update the wined3d matrix if a current matrix handle is modified.
Alexandre Julliard
- Stefan Dösinger : ddraw: Y coords are inversed.
Alexandre Julliard
- Stefan Dösinger : wined3d: Do not set streamIsUP in DrawPrimitiveStrided.
Alexandre Julliard
- Stefan Dösinger : wined3d: Implement high order patches.
Alexandre Julliard
- appdb/. application.css
WineHQ
- appdb/include testData.php
WineHQ
- Francois Gouget : ddraw/tests: Fix compilation on systems that don'
t support nameless unions.
Alexandre Julliard
- Andrew Talbot : comdlg32: Cast-qual warning fix.
Alexandre Julliard
- Andrew Talbot : ole32: Cast-qual warning fix.
Alexandre Julliard
- Andrew Talbot : winedump: Cast-qual warnings fix.
Alexandre Julliard
- Andrew Talbot : winedump: Cast-qual warnings fix.
Alexandre Julliard
- Thomas Weidenmueller : shell32:
Set current directory when executing files in a shell view.
Alexandre Julliard
- Paul Vriens : kernel32/tests: Add a forgotten if statement.
Alexandre Julliard
- Alexander Nicolaysen Sørnes : wordpad: Prompt for saving file changes.
Alexandre Julliard
- Hans Leidekker : dwmapi:
Add a stub implementation for DwmIsCompositionEnabled.
Alexandre Julliard
- Maarten Lankhorst : dsound: Remove some more unused variables.
Alexandre Julliard
- Maarten Lankhorst : dsound: Fix division by zero in
DSOUND_Calc3DBuffer.
Alexandre Julliard
- Maarten Lankhorst : dsound:
Simplify IDirectSoundBufferImpl_GetCurrentPosition.
Alexandre Julliard
- H. Verbeet : wined3d: Advertise A32B32G32R32F render target support.
Alexandre Julliard
- H. Verbeet : wined3d: Advertise VTF support.
Alexandre Julliard
- Misha Koshelev : urlmon/tests:
Make http protocol mime type test pass on native.
Alexandre Julliard
- Paul Vriens : advapi32: Handle to Service Control Manager is checked
first.
Alexandre Julliard
- Vitaliy Margolen : dinput:
Keep the list of all the dinput devices created for each IDIrectInput
object .
Alexandre Julliard
- Vitaliy Margolen : dinput:
Keep a list of all IDirectInput objects and check it instead of
refcount to create /destroy hook thread.
Alexandre Julliard
- Vitaliy Margolen : dinput: Export Mouse and Keyboard GUIDs.
Alexandre Julliard
- Vitaliy Margolen : dinput: Handle multiple keyboard and mouse devices.
Alexandre Julliard
- Vitaliy Margolen : dinput:
Rename set_dinput_hook and call it from the base class.
Alexandre Julliard
- Hans Leidekker : pdh: Add tests for opening and closing queries.
Alexandre Julliard
- Evan Stade : gdiplus: Rendering of linecaps.
Alexandre Julliard
- Evan Stade : gdiplus: Added linecap rendering for GdipDrawBezier.
Alexandre Julliard
- Evan Stade : gdiplus: Public declaration of GdipSetPenEndCap.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipAddPathLine2.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipClosePathFigure.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipClosePathFigures.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipGetPointCount.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipGetPathPoints.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipGetPathTypes.
Alexandre Julliard
- Alexandre Julliard : configure:
Make the libXcursor soname check depend on the header check.
Alexandre Julliard
- Alexandre Julliard : configure:
Make the libXi soname check depend on the header check.
Alexandre Julliard
- Alexandre Julliard : configure:
Merge the libfreetype existence check with the soname check.
Alexandre Julliard
- Alexandre Julliard : configure:
Merge the libX11 and libXext existence check with the soname check.
Alexandre Julliard
- Alexandre Julliard : configure:
We no longer need the shared library extension.
Alexandre Julliard
- Stefan Dösinger : wined3d: Initialize surfaces at creation.
Alexandre Julliard
- Stefan Dösinger : wined3d: Print the fixed and unfixed vertex warning only when needed.
Alexandre Julliard
- Stefan Dösinger : wined3d: Add CTXUSAGE_CLEAR context usage.
Alexandre Julliard
- Stefan Dösinger : wined3d: Make ActivateContext a bit smaller.
Alexandre Julliard
- Stefan Dösinger : wined3d: Store the last active thread.
Alexandre Julliard
- Detlef Riekenberg : setupapi: Avoid crash in SetupCloseInfFile.
Alexandre Julliard
- Detlef Riekenberg : advpack+setupapi:
Remove unneeded checks before SetupCloseInfFile.
Alexandre Julliard
- Hans Leidekker : pdh: Add an uptime counter source based on
GetTickCount.
Alexandre Julliard
- Hans Leidekker : pdh: Add tests for Pdh{Add,
Remove}Counter and PdhCollectQueryData.
Alexandre Julliard
- Hans Leidekker : pdh: Implement and test PdhSetCounterScaleFactor and
PdhGetFormattedCounterValue .
Alexandre Julliard
- Hans Leidekker : pdh: Implement and test PdhGetRawCounterValue.
Alexandre Julliard
- Hans Leidekker : pdh: Implement and test PdhGetCounterInfo{A,
W} and PdhGetCounterTimeBase.
Alexandre Julliard
- James Hawkins : msi:
Match the changes made by the hand-generated and API-generated
transforms.
Alexandre Julliard
- James Hawkins : msi: Delete msifile after the tests.
Alexandre Julliard
- James Hawkins : msi: Test adding columns with data in a transform.
Alexandre Julliard
- James Hawkins : msi: Handle adding columns in transforms.
Alexandre Julliard
- Misha Koshelev : urlmon:
Improve ObtainUserAgentString conformance to native.
Alexandre Julliard
- Misha Koshelev : urlmon/tests: Add tests for ObtainUserAgentString.
Alexandre Julliard
- Vitaliy Margolen : dinput: Clear static variables after releasing
hooks.
Alexandre Julliard
- Juan Lang : crypt32:
Pass function pointers to CryptMsgBase_Init rather than rely on callers
to initialize them .
Alexandre Julliard
- Juan Lang : crypt32: Add more tests for opening a data message for
encoding .
Alexandre Julliard
- Juan Lang : crypt32:
Make a copy of a passed-in stream info rather than assuming the pointer
will live forever .
Alexandre Julliard
- Juan Lang : crypt32:
Test that inner content OID is ignored for data messages.
Alexandre Julliard
- Juan Lang : crypt32: Add tests for streamed encoding of data messages.
Alexandre Julliard
- Juan Lang : crypt32: Test and fix CryptMsgGetParam for streamed
messages.
Alexandre Julliard
- Juan Lang : crypt32: Add a stub decode message implementation.
Alexandre Julliard
- Juan Lang : crypt32: Implement getting the type of a decode message.
Alexandre Julliard
- Juan Lang : crypt32: Add some tests for updating decode messages.
Alexandre Julliard
- Juan Lang : crypt32: More decode message update tests.
Alexandre Julliard
- Evan Stade : gdiplus: Updated draw_pie to use SaveDC/RestoreDC.
Alexandre Julliard
- Evan Stade : gdiplus: Updated GdipDrawRectangleI.
Alexandre Julliard
- Evan Stade : gdiplus: GdipDrawCurve2 now uses SaveDC()/RestoreDC()
and end caps.
Alexandre Julliard
- Evan Stade : gdiplus: Fixed a bug in helper function draw_polybezier.
Alexandre Julliard
- Evan Stade : gdiplus:
Make LineCapArrowAnchor look more like it does in windows.
Alexandre Julliard
- Evan Stade : gdiplus:
Added constructor and destructor test for gdiplus paths.
Alexandre Julliard
- Evan Stade : gdiplus: Fixed bug in GdipGetPathPoints().
Alexandre Julliard
- Evan Stade : gdiplus: Added a test for GdipAddPathLine2.
Alexandre Julliard
- Juan Lang : crypt32: Implement CryptSIPLoad.
Alexandre Julliard
- Juan Lang : crypt32: Implement CryptSIPGetSignedDataMsg,
CryptSIPPutSignedDataMsg,
Alexandre Julliard
- Alexandre Julliard : aclocal:
Add macros for logging messages about missing features.
Alexandre Julliard
- Alexandre Julliard : configure:
Move notices about missing features next to the corresponding checks.
Alexandre Julliard
- Alexandre Julliard : configure: Add a few more notices for missing
packages .
Alexandre Julliard
- Bernd Buschinski : gdiplus: Fix test typo/compile error.
Alexandre Julliard
- appdb/include testData.php version.php
WineHQ
- appdb/include sidebar.php
WineHQ
- appdb/. application.css index.php
WineHQ
- appdb/. apidb.css
WineHQ
- appdb/. index.php
WineHQ
- appdb/. application.css apidb.css
WineHQ
- Alexandre Julliard : include: Add some definitions for manifest
resources.
Alexandre Julliard
- Alexandre Julliard : winedump: Add RT_MANIFEST resource type.
Alexandre Julliard
- Mikołaj Zalewski : comctl32: toolbar: The iImage in TBN_GETDISPINFO should be initialized to -1.
Alexandre Julliard
- Mikołaj Zalewski : comctl32: toolbar: We should send TBN_GETDISPINFOW even for ANSI controls (with testcase).
Alexandre Julliard
- Paul Vriens : advapi32:
Create specific access rights for service control manager handles.
Alexandre Julliard
- Anatoly Lyutin : cmd: Use toupperW instead of toupper.
Alexandre Julliard
- Chris Robinson : winemp3: Check the right macro when defining TRUE.
Alexandre Julliard
- Chris Robinson : winemp3: Use head_check to check for valid headers.
Alexandre Julliard
- Detlef Riekenberg : ntdll: Avoid crash with WINEDEBUG=+snoop.
Alexandre Julliard
- Juan Lang : rsaenh: Get rid of the hash idle state, native doesn'
t behave as though it has one.
Alexandre Julliard
- Paul Vriens : gdiplus: Don't use struct member before NULL check
(Coverity) .
Alexandre Julliard
- James Hawkins : msi: Check for NULL transform,
as there may be no transforms for the _Columns or _Tables tables.
Alexandre Julliard
- Alexandre Julliard : configure: Fix typo in liblcms notice check.
Alexandre Julliard
- Dmitry Timoshkov : gdi32:
Do not report an error if a requested to add font is already loaded.
Alexandre Julliard
- Chris Robinson : winemp3: Remove global mpstr pointer.
Alexandre Julliard
- Chris Robinson : winemp3:
Remove function declarations with no definition and unused macros.
Alexandre Julliard
- Misha Koshelev : urlmon: Implement HttpProtocol.
Alexandre Julliard
- Aric Stewart : imm32: Use the COMPOSITIONSTRING in hCompStr.
Alexandre Julliard
- Lei Zhang : start.exe: Put double quotes around arguments with spaces.
Alexandre Julliard
- James Hawkins : msi: Add tests for adding properties in a transform.
Alexandre Julliard
- James Hawkins : msi: Fix current _Property table tests and add more
tests.
Alexandre Julliard
- James Hawkins : msi:
Add tests for adding properties with a transform during an install.
Alexandre Julliard
- Evan Stade : gdiplus: Changed calls to floor to floorf.
Alexandre Julliard
- Alexandre Julliard : kernel32: Implemented GetTickCount64.
Alexandre Julliard
- Tim Schwartz : net.exe: Converted strings to resources.
Alexandre Julliard
- Kovács András : d3d10: Add stub for d3d10.dll.
Alexandre Julliard
- Alexandre Julliard : user32/tests:
Flush messages more aggressively in a couple of tests.
Alexandre Julliard
- appdb/. application.css apidb.css
WineHQ
- Hans Leidekker : pdh: Use GetTickCount64 instead of GetTickCount.
Alexandre Julliard
- Hans Leidekker : pdh: Fix two typos.
Alexandre Julliard
- Lei Zhang : winex11.drv: Remove old dnd code.
Alexandre Julliard
- Thomas Weidenmueller : shlwapi:
Use publicly defined structure DATABLOCK_HEADER instead of redefining
it locally .
Alexandre Julliard
- Paul Vriens : advapi/service: Simplify DeleteService by using
RegDeleteTree .
Alexandre Julliard
- Paul Vriens : advapi/service: Fix possible handle leak.
Alexandre Julliard
- Paul Vriens : advapi/service: First tests (and fixes) for
CreateService.
Alexandre Julliard
- Paul Vriens : advapi/service:
Check if we have enough access rights to create a service.
Alexandre Julliard
- Paul Vriens : advapi/service: Check for empty servicename and
binaryname.
Alexandre Julliard
- Ken Thomases : winecoreaudio: Enable DirectSound HEL mode for output.
Alexandre Julliard
- Ken Thomases : winecoreaudio: Enable DirectSound HEL mode for input.
Alexandre Julliard
- Ken Thomases : winecoreaudio:
Improve safety of iterations when returning WAVEHDRs to client.
Alexandre Julliard
- Vitaliy Margolen : dinput: Convert IDirectInput into multi-interface
object .
Alexandre Julliard
- Misha Koshelev : urlmon:
Fix HttpProtocol_Start and strndupW to work properly with native
wininet.
Alexandre Julliard
- Misha Koshelev : urlmon:
Make HttpProtocol conform with native wininet on wine.
Alexandre Julliard
- Paul Vriens : programs/cmd:
Do the assignment after the return to avoid a missing free()
(Coverity).
Alexandre Julliard
- Alexandre Julliard : msi/tests:
Comment out call to function that is still a stub in Wine.
Alexandre Julliard
- Huw Davies : kernel32: Swap incorrect use of buffers.
Alexandre Julliard
- Huw Davies : kernel32: SetNamedPipeHandleState() is a stub,
so for now don' t check its return value.
Alexandre Julliard
- Mark Adams : iphlpapi: Add support for GetTcpTable on Mac OS X.
Alexandre Julliard
- Mark Adams : iphlpapi: Fix byte ordering of Linux ports.
Alexandre Julliard
- Evan Stade : gdiplus: Moved two inline helpers to the header.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipAddPathArc.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipAddPathArc test.
Alexandre Julliard
- Evan Stade : gdiplus: Updated GdipDrawArc to use SaveDC()/RestoreDC()/
line caps.
Alexandre Julliard
- Evan Stade : gdiplus: Updated GdipDrawLines to use
SaveDC()/RestoreDC()/ end caps.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipStartPathFigure.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipDrawPath.
Alexandre Julliard
- Evan Stade : gdiplus: Added draw_polybezier error checking.
Alexandre Julliard
- Evan Stade : gdiplus: Added draw_polyline error checking.
Alexandre Julliard
- Evan Stade : gdiplus: Added basic matrix implementation.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipTransformMatrixPoints.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipCreateMatrix2 test.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipTransformPath.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipGetPathWorldBounds.
Alexandre Julliard
- Evan Stade : gdiplus: Fixed memory leak in GdipDeletePath.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipTransformMatrixPoints test.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipGetPathWorldBounds test.
Alexandre Julliard
- Evan Stade : gdiplus:
Changed the way the direction of the endcap is calculated to make
LineCapArrowAnchor direction match Windows better .
Alexandre Julliard
- appdb/ ./apidb.css include/html.php include/ut ...
WineHQ
- Alexandre Julliard : user32:
Check both A and W proc for previously allocated winprocs.
Alexandre Julliard
- Alexandre Julliard : user32: Allocate a dual A/W winproc for
DefWindowProc.
Alexandre Julliard
- Alexandre Julliard : dnsapi:
Fix some potential infinite loops because of an unsigned loop counter.
Alexandre Julliard
- Alexandre Julliard : wldap32:
Fix some potential infinite loops because of an unsigned loop counter.
Alexandre Julliard
- Rob Shearman : ntdll:
The impersonation level in NtDuplicateToken should be taken from the
SecurityQualityOfService member of ObjectAttributes if present .
Alexandre Julliard
- Rob Shearman : rpcrt4:
Make binding to an interface a function of RpcAssoc instead of
Alexandre Julliard
- Rob Shearman : msxml3: Implement IXMLDOMNode::get_text for CDATA,
processing instruction and comment nodes.
Alexandre Julliard
- Rob Shearman : mshtml: Implement HTMLElement_insertAdjacentHTML and
HTMLElement_insertAdjacentText .
Alexandre Julliard
- James Hawkins : msi: Fix a copy and paste error.
Alexandre Julliard
- James Hawkins : msi:
Reload properties as they may have been changed by a transform.
Alexandre Julliard
- Paul Vriens : advapi/service:
Create specific access rights for service handles.
Alexandre Julliard
- Paul Vriens : advapi/service: Check servicetype and starttype.
Alexandre Julliard
- Dmitry Timoshkov : include: Add HandleToUlong, UlongToHandle,
UintToPtr, UlongToPtr compatibility macros.
Alexandre Julliard
- Dmitry Timoshkov : ntdll:
Remove an artificial limitation in NtQuerySecurityObject.
Alexandre Julliard
- Dmitry Timoshkov : shlwapi: Fix some spec entry definitions.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipSetPenLineJoin.
Alexandre Julliard
- Evan Stade : gdiplus: Use passed pen in GdipAddPathWorldBound.
Alexandre Julliard
- Evan Stade : gdiplus: Added more GdipGetPathWorldBounds tests.
Alexandre Julliard
- Evan Stade : gdiplus:
Improved GdipGetPathWorldBounds handling of both matrix and pen'
s effect on bounding box.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipGetPathFillMode.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipResetPath.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipAddPathPath.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipAddPathPath test.
Alexandre Julliard
- Vitaliy Margolen : dxdiagn:
Add reporting of some display related information.
Alexandre Julliard
- Damjan Jovanovic : ntdll:
Use the win16 current directory for win16 processes.
Alexandre Julliard
- Detlef Riekenberg : printui: Parse args for PrintUIEntryW.
Alexandre Julliard
- Juan Lang : crypt32: Make some encoding functions available outside
encode. c.
Alexandre Julliard
- Juan Lang : crypt32:
Implement streamed encoding of definite-length data messages.
Alexandre Julliard
- Juan Lang : crypt32: Add open tests for hash messages.
Alexandre Julliard
- Juan Lang : crypt32: Add tests for updating hash messages opened to
encode.
Alexandre Julliard
- Juan Lang : crypt32: Test opening hash messages to encode with
streaming.
Alexandre Julliard
- Juan Lang : crypt32: Add a stub hash message implementation.
Alexandre Julliard
- Juan Lang : crypt32: Add tests for getting hash message params.
Alexandre Julliard
- Juan Lang : crypt32: Implement getting a hash message's hash value.
Alexandre Julliard
- Juan Lang : crypt32: Simplify hash value tests.
Alexandre Julliard
- Juan Lang : crypt32:
Test updating hash messages with NULL stream output function.
Alexandre Julliard
- Juan Lang : crypt32: Partially implement updating hash messages.
Alexandre Julliard
- Juan Lang : crypt32: Add more missing defines.
Alexandre Julliard
- Juan Lang : crypt32: Implement getting hash message version.
Alexandre Julliard
- Juan Lang : crypt32: Add tests for hash message encoding.
Alexandre Julliard
- Juan Lang : crypt32: Copy data in hash message update.
Alexandre Julliard
- Juan Lang : crypt32: Add a helper function to copy params.
Alexandre Julliard
- Juan Lang : crypt32: Don't check if msg is NULL,
tests show native doesn' t either.
Alexandre Julliard
- Juan Lang : crypt32: Detached hash messages don't contain the content,
so don't make a copy of it.
Alexandre Julliard
- Juan Lang : crypt32:
Add tests for retrieving the content of a non-finalized (detached)
message .
Alexandre Julliard
- Juan Lang : crypt32:
Introduce an algorithm id encoding function that encodes missing
parameters as NULL
Alexandre Julliard
- Juan Lang : crypt32: Implement retrieving a hashed message's content.
Alexandre Julliard
- Juan Lang : crypt32: Relax a test,
the specific error isn't so important.
Alexandre Julliard
- Juan Lang : crypt32:
Change finalized from a boolean to a state and use it to simplify
message updating .
Alexandre Julliard
- Juan Lang : crypt32: Introduce an updated state,
and use it to remove boolean "begun".
Alexandre Julliard
- Juan Lang : crypt32: Update comments about hash message version
numbers.
Alexandre Julliard
- James Hawkins : msi: Fix automation.c compile for MSVC.
Alexandre Julliard
- James Hawkins : msi: Fix three tests that were failing in Windows.
Alexandre Julliard
- James Hawkins : msi: Fix compilation in MSVC.
Alexandre Julliard
- James Hawkins : msi:
Add a test for installing from different current working directories.
Alexandre Julliard
- James Hawkins : msi: Add a test for running an ADMIN install.
Alexandre Julliard
- Ken Thomases : winecoreaudio:
Correct the AudioBufferList allocated for input.
Alexandre Julliard
- Ken Thomases : winecoreaudio:
Protect against AudioUnitRender clobbering our buffer list.
Alexandre Julliard
- Ken Thomases : winecoreaudio:
Report format error on sample rate mismatch when opening wave-in
device.
Alexandre Julliard
- Emmanuel Maillard : winecoreaudio: MIDIIn_MessageHandler:
Fix non-SysEx messages parsing.
Alexandre Julliard
- Paul Vriens : advapi32/tests: Use skip instead of trace.
Alexandre Julliard
- Paul Vriens : crypt32/tests: Skip test if we don't have enough rights.
Alexandre Julliard
- Paul Vriens : mscms/tests: Skip tests if we don't have enough rights.
Alexandre Julliard
- Alexandre Julliard : Release 0.9.41.
Alexandre Julliard
- Tag wine-0.9.41 : Alexandre Julliard : Release 0.9.41
Alexandre Julliard
- lostwages/ include/winehq.conf news/2007071301.xml
Alexandre Julliard
- appdb/ ./objectManager.php include/sidebar.php ...
WineHQ
- appdb/include objectManager.php
WineHQ
- Aric Stewart : user32: Change SetDeskWallPaper spec.
Alexandre Julliard
- Paul Vriens : msi/tests: Don't create a directory that's not needed.
Alexandre Julliard
- Andrew Talbot : winedump: Cast-qual warnings fix.
Alexandre Julliard
- Jeremy White : gdi32: Do not fill in the color table if lpvBits is
NULL.
Alexandre Julliard
- Jeremy White : gdi32:
Added a test for the case where lpvBits in GetDIBits is NULL and the
bitcount is 0 .
Alexandre Julliard
- Damjan Jovanovic : ws2_32: Update WSASendTo's iovec properly.
Alexandre Julliard
- Juan Lang : crypt32:
Add test showing extra trailing bytes should be tolerated in encoded
data.
Alexandre Julliard
- Juan Lang : crypt32: Fix decoding sequences with extra trailing data.
Alexandre Julliard
- Juan Lang : crypt32: Store crypt provider in decode message.
Alexandre Julliard
- Juan Lang : crypt32: Partially implement updating decode messages.
Alexandre Julliard
- Juan Lang : crypt32: Implement decoding data messages (
when opened in non-streaming mode).
Alexandre Julliard
- Alec Berryman : itss: Replace malloc/free with HeapAlloc/HeapFree.
Alexandre Julliard
- H. Verbeet : wined3d: Fix STATE_IS_ACTIVELIGHT.
Alexandre Julliard
- Dmitry Timoshkov : shlwapi: Fix parameter types of SHGetIniStringW.
Alexandre Julliard
- Huw Davies : kernel32: Overlapped pipe tests.
Alexandre Julliard
- Vitaliy Margolen : msvcrt: Preserve registers when calling unwind
function.
Alexandre Julliard
- Misha Koshelev : wininet/tests:
Properly handle ERROR_IO_PENDING from InternetQueryDataAvailable.
Alexandre Julliard
- Misha Koshelev : wininet/tests:
Add testing framework and tests for internet status callbacks.
Alexandre Julliard
- Misha Koshelev : urlmon:
Fix HttpProtocol behavior when InternetQueryDataAvailable returns
ERROR_IO_PENDING .
Alexandre Julliard
- Misha Koshelev : wininet:
Fix behavior of InternetQueryDataAvailable if INTERNET_FLAG_ASYNC is
set.
Alexandre Julliard
- Dmitry Timoshkov : shell32: Add a cache for queried shell folder
interfaces .
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipSetPathFillMode.
Alexandre Julliard
- Evan Stade : gdiplus: Added smoothing modes.
Alexandre Julliard
- Evan Stade : gdiplus: Added compositing quality.
Alexandre Julliard
- Evan Stade : gdiplus: Added interpolation mode.
Alexandre Julliard
- Evan Stade : gdiplus: Added pixel offset mode.
Alexandre Julliard
- Evan Stade : gdiplus: GdipSaveGraphics/GdipRestoreGraphics stubs.
Alexandre Julliard
- Evan Stade : gdiplus: Constructor tests for GpGraphics.
Alexandre Julliard
- Evan Stade : gdiplus: Added GpGraphics save/restore tests.
Alexandre Julliard
- Evan Stade : gdiplus:
Simplified GdipDrawPath by moving more of the code to the helpers.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipFillPath.
Alexandre Julliard
- Alexandre Julliard : kernel32: Wait in overlapped Read/
WriteFile even when no overlapped structure is passed.
Alexandre Julliard
- Alexandre Julliard : server: Merge APC processing into the select
request.
Alexandre Julliard
- Alexandre Julliard : kernel32: Always clear the I/
O status block count before calling ntdll functions.
Alexandre Julliard
- Vitaliy Margolen : pdh: Forward PdhOpenQuery to PdhOpenQueryW.
Alexandre Julliard
- Rob Shearman : ole32: Remove some dead code.
Alexandre Julliard
- Rob Shearman : rpcrt4: Even though FC_ENUM16 is an unsigned type,
the highest allowable value that can be marshalled is SHRT_MAX,
not USHRT_MAX.
Alexandre Julliard
- Rob Shearman : rpcrt4:
Check to make sure there is enough data in the buffer during
unmarshalling
, so that the code doesn't try to read beyound the end of the buffer.
Alexandre Julliard
- Rob Shearman : rpcrt4:
Never allocate memory for the discriminant in union_arm_unmarshall as
the memory is part of the union and has already been allocated .
Alexandre Julliard
- Paul Vriens : advapi32/service:
Check combination of service-type and start-type.
Alexandre Julliard
- Michael Stefaniuc : shell32: Fix missing unlock on an error path.
Found by Smatch.
Alexandre Julliard
- Kirill K. Smirnov : shell32: Add support for SEE_MASK_NO_CONSOLE flag.
Alexandre Julliard
- Kirill K. Smirnov : programs/start: use SEE_MASK_NO_CONSOLE flag as
default .
Alexandre Julliard
- Tim Schwartz : netapi32: Add NetUseAdd() stub.
Alexandre Julliard
- Vitaliy Margolen : dinput: Use PostMessage instead of SendMessage.
Remove message window.
Alexandre Julliard
- Vitaliy Margolen : dinput:
Use CALLWINDPROC hook to monitor focus loses away from acquired
windows.
Alexandre Julliard
- appdb/. screenshots.php
WineHQ
- James Hawkins : msi:
Load the AdminProperties stream if the package is an Admin package.
Alexandre Julliard
- James Hawkins : msi: Only call a custom action remotely if the type is
msidbCustomActionTypeInScript .
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipSetPenLineCap197819.
Alexandre Julliard
- Evan Stade : gdiplus: Export GdipSetPenLineJoin.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipSetPenMiterLimit.
Alexandre Julliard
- Evan Stade : gdiplus: Initial path iterator implementation.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipPathIterCopyData.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipPathIterNextSubpath.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipPathIterRewind.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipSetPenDashStyle.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipAddPathBeziers.
Alexandre Julliard
- Alexandre Julliard : widl: Added support for floating-point constants.
Alexandre Julliard
- Kovács András : include: Add some idl headers for d3d10.
Alexandre Julliard
- James Hawkins : vdmdbg: Add a stub implementation of VDMEnumTaskWOW.
Alexandre Julliard
- Alexandre Julliard : winealsa:
Make sure we can set volume before reporting WAVECAPS_VOLUME.
Alexandre Julliard
- Evan Stade : gdi32: Added PolyDraw tests.
Alexandre Julliard
- Evan Stade : gdi32: Added PATH_PolyDraw.
Alexandre Julliard
- Rob Shearman : rpcrt4: Add some more RPC to NCA status code mappings.
Alexandre Julliard
- Juan Lang : crypt32: Move digested data encoding to encode.c.
Alexandre Julliard
- Juan Lang : crypt32: Add tests for decoding a hash message.
Alexandre Julliard
- Juan Lang : crypt32: Remove a redundant line.
Alexandre Julliard
- Juan Lang : crypt32: Implement decoding hash messages.
Alexandre Julliard
- Juan Lang : crypt32: Fix a bad comment.
Alexandre Julliard
- Juan Lang : crypt32: Add a few tests for decoded message parameters.
Alexandre Julliard
- Juan Lang : crypt32: Implement getting content of a data message.
Alexandre Julliard
- Juan Lang : crypt32: Use property list for decoded message parameters.
Alexandre Julliard
- Juan Lang : crypt32: Fix typo.
Alexandre Julliard
- Juan Lang : crypt32: Add a couple more parameter tests for hash
messages.
Alexandre Julliard
- Andrew Talbot : comdlg32: Cast-qual warning fix.
Alexandre Julliard
- Michael Stefaniuc : wined3d: Remove unreachable code: break after
return. Found by Smatch.
Alexandre Julliard
- James Hawkins : Revert "msi:
Only call a custom action remotely if the type is
msidbCustomActionTypeInScript ."
Alexandre Julliard
- James Hawkins : msi:
Only double the size if the remote call is from MsiGetPropertyA.
Alexandre Julliard
- Detlef Riekenberg : include/winspool.h: Add missing struct.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipClonePen.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipGetPenDashStyle.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipMultiplyMatrix.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : cmd: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : wordpad: Updated Korean resource.
Alexandre Julliard
- Paul Vriens : advapi32/service: Test for duplicate displayname.
Alexandre Julliard
- Vitaliy Margolen : user32/test:
Destroy no longer needed test dialog windows.
Alexandre Julliard
- Huw Davies : wininet:
Certain options of InternetQueryOption can take a NULL handle, so don'
t do the NULL handle check at the beginning.
Alexandre Julliard
- Huw Davies : wininet: Stubs for IsUrlCacheEntryExpired[AW].
Alexandre Julliard
- Rob Shearman : advapi32:
Fix ComputeStringSidSize to work with SIDs with one sub authority.
Alexandre Julliard
- Rob Shearman : advapi32:
Fix a typo in ParseStringAclToAcl which caused the ACE to be written
inside of the ACL memory .
Alexandre Julliard
- Rob Shearman : advapi32:
Add the size of the security descriptor structure to the size of memory
required in ParseStringSecurityDescriptorToSecurityDescriptor .
Alexandre Julliard
- Rob Shearman : advapi32: Don'
t crash in ConvertStringSecurityDescriptorToSecurityDescriptorW if
LocalAlloc fails .
Alexandre Julliard
- Rob Shearman : advapi32:
Set the right pointer so that StringAcl is updated correct in
ParseAceStringRights .
Alexandre Julliard
- Rob Shearman : advapi32:
Add tests for ConvertStringSecurityDescriptorToSecurityDescriptor.
Alexandre Julliard
- Paul Vriens : advapi32/service: Cleanup (long lines and a typo).
Alexandre Julliard
- Paul Vriens : advapi32/service: Check for duplicate displayname.
Alexandre Julliard
- Paul Vriens : advapi32/service: Some tests for DeleteService.
Alexandre Julliard
- Detlef Riekenberg : spoolss: Add a stub for ImpersonatePrinterClient.
Alexandre Julliard
- H. Verbeet : wined3d: glXSwapBuffers needs a GLX context.
Alexandre Julliard
- Michael Stefaniuc : ntdll: Don'
t produce unreachable code during conditional compilation. Found by
Smatch.
Alexandre Julliard
- Michael Stefaniuc : winhelp: Add missing case label "default".
Found by Smatch (unreached code).
Alexandre Julliard
- Michael Stefaniuc : dlls: Remove unreachable break after return/break.
Found by Smatch.
Alexandre Julliard
- Michael Stefaniuc : programs: Remove unreachable break after
return/break. Found by Smatch.
Alexandre Julliard
- Michael Stefaniuc : tools: Remove unreachable break after
return/break. Found by Smatch.
Alexandre Julliard
- Misha Koshelev : urlmon: Remove FLAG_CALLED_SWITCH,
which is now redundant.
Alexandre Julliard
- Misha Koshelev : urlmon: Use InternetCloseHandle instead of
CloseHandle.
Alexandre Julliard
- Misha Koshelev : urlmon/tests: Fix http_protocol tests to succeed on
Win98.
Alexandre Julliard
- Misha Koshelev : urlmon/tests:
Fix http_protocol tests to succeed when called more than once.
Alexandre Julliard
- Misha Koshelev : urlmon:
Fix HttpProtocol behavior when it is called without the
BINDF_FROMURLMON flag .
Alexandre Julliard
- Misha Koshelev : urlmon: Implement HttpProtocol::Terminate.
Alexandre Julliard
- Misha Koshelev : urlmon/tests:
Add tests for HttpProtocol behavior when it is called without the
BINDF_FROMURLMON flag .
Alexandre Julliard
- James Hawkins : msi: Add more tests for the ALTER command.
Alexandre Julliard
- James Hawkins : msi: Implement reference counting for tables,
manipulated with the HOLD and FREE sql commands.
Alexandre Julliard
- Dmitry Timoshkov : rpcrt4: Fix the buffer bounds check.
Alexandre Julliard
- Evan Stade : winex11.drv: Draw dashed lines for extended pens.
Alexandre Julliard
- Mikołaj Zalewski : msxml3/tests: Avoid a crash that happens on some native systems.
Alexandre Julliard
- Juan Lang : wincrypt: Add more missing definitions.
Alexandre Julliard
- Juan Lang : msi: Return FALSE from MsiGetMode for
MSIRUNMODE_OPERATIONS.
Alexandre Julliard
- Huw Davies : wininet: Stub for InternetQueryFortezzaStatus().
Alexandre Julliard
- Evan Stade : gdi32: Improved PolyDraw in path closed case.
Alexandre Julliard
- Alexander Nicolaysen Sørnes : wordpad: Add date/time dialog.
Alexandre Julliard
- Alexander Nicolaysen Sørnes : wordpad: Add date/time toolbar button.
Alexandre Julliard
- Martin Fuchs : shell32: Implementation of SheGetDirA/W and
SheChangeDirA/W.
Alexandre Julliard
- Alexandre Julliard : ntdll:
Move private data to make room in the TEB for the activation context
data.
Alexandre Julliard
- Alexandre Julliard : kernel32: Move activation context creation to
ntdll ( based on a patch by Eric Pouech).
Alexandre Julliard
- Alexandre Julliard : ntdll:
Implemented handling of the per-thread activation context stack.
Alexandre Julliard
- Eric Pouech : ntdll:
Added basic structures for storing activation context assembly
information .
Alexandre Julliard
- Alexandre Julliard : ntdll:
Add infrastructure for loading a manifest file or resource.
Alexandre Julliard
- Jacek Caban : ntdll: Beginnings of manifest parsing.
Alexandre Julliard
- Alexandre Julliard : ntdll:
Add parsing of the processor architecture in manifests.
Alexandre Julliard
- Alexandre Julliard : ntdll: Add parsing of the version in manifests (
based on a patch by Jacek Caban).
Alexandre Julliard
- Alexandre Julliard : ntdll:
Add infrastructure for loading manifest dependencies (
based on a patch by Eric Pouech).
Alexandre Julliard
- Jacek Caban : ntdll: Add parsing of dependencies in manifests.
Alexandre Julliard
- Jacek Caban : ntdll: Added parsing of file elements in manifests.
Alexandre Julliard
- Eric Pouech : ntdll:
Added support for the assembly leaves of activation contexts.
Alexandre Julliard
- Eric Pouech : ntdll: Added parsing of public key token in manifests.
Alexandre Julliard
- Eric Pouech : ntdll: Added parsing of hash attributes in manifests.
Alexandre Julliard
- Eric Pouech : ntdll: Added parsing of the inheritance flags in
manifests.
Alexandre Julliard
- Eric Pouech : ntdll: Added parsing of the language attribute in
manifests.
Alexandre Julliard
- Eric Pouech : ntdll: Added parsing of the description element in
manifests.
Alexandre Julliard
- Alexandre Julliard : ntdll:
Abstract the entity array type as we need it for assemblies too.
Alexandre Julliard
- Eric Pouech : ntdll:
Added parsing of the external proxy element in manifests.
Alexandre Julliard
- Eric Pouech : ntdll:
Added parsing of the clrClass and clrSurrogate elements in manifests.
Alexandre Julliard
- Eric Pouech : ntdll:
Added parsing of the binding redirect element in manifests.
Alexandre Julliard
- Jacek Caban : ntdll: Added parsing of the asmv2:hash element in
manifests.
Alexandre Julliard
- Jacek Caban : ntdll: Store the windows directory too.
Alexandre Julliard
- Alexandre Julliard : ntdll:
Added manifest lookup in global winsxs directory (
based on a patch by Jacek Caban).
Alexandre Julliard
- Alexandre Julliard : ntdll: Skip xml comments in manifests.
Alexandre Julliard
- Alexandre Julliard : ntdll:
Cope with missing assemblyIdentity elements in manifests.
Alexandre Julliard
- Alexandre Julliard : ntdll: Add support for optional flag in
dependencies.
Alexandre Julliard
- Alexandre Julliard : ntdll: Don'
t fail to load manifests that contain unknown elements or attributes.
Alexandre Julliard
- Alexandre Julliard : ntdll:
Add support for abbreviated empty elements in manifests.
Alexandre Julliard
- Dmitry Timoshkov : winuser.h: Add RealChildWindowFromPoint
declaration.
Alexandre Julliard
- Mikołaj Zalewski : comctl32: toolbar: Test and fix invalid indexes passed in TB_ISBUTTON*.
Alexandre Julliard
- Mikołaj Zalewski : comctl32: tooltips: Remove broken support for non-NULL-terminated strings in TOOLTIPS_GetDispInfo [AW].
Alexandre Julliard
- Mikołaj Zalewski : user32/tests: Simplify a test.
Alexandre Julliard
- Juan Lang : crypt32: Store (most) parameters of a decoded hash
message.
Alexandre Julliard
- Juan Lang : crypt32:
Store hash algorithm ID along with other parameters when decoding a
hash message .
Alexandre Julliard
- Juan Lang : crypt32:
Implement querying computed hash of a decoded hash message.
Alexandre Julliard
- Anatoly Lyutin : user32: Add comment to a function.
Alexandre Julliard
- Anatoly Lyutin : cmd: Use toupperW instead of toupper.
Alexandre Julliard
- Anatoly Lyutin : kernel32/tests: Add test for GetShortPathNameW.
Alexandre Julliard
- Paul Vriens : advapi32/service: lpBinaryPathName is mandatory.
Alexandre Julliard
- Paul Vriens : advapi32/service: Some 'refcount' tests.
Alexandre Julliard
- Michael Stefaniuc : oleaut32: Remove a return after return.
Alexandre Julliard
- Andrew Talbot : dplayx: Cast-qual warning fix.
Alexandre Julliard
- Andrew Talbot : dbghelp: Cast-qual warnings fix.
Alexandre Julliard
- Andrew Talbot : comctl32: Cast-qual warning fix.
Alexandre Julliard
- Alexander Nicolaysen Sørnes : wordpad: Resize rebar control on window resize.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipScaleMatrix.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipTranslateMatrix.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipRotateMatrix.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipCreateMatrix.
Alexandre Julliard
- Evan Stade : gdiplus: Initial custom line caps implementation.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipCloneCustomLineCap.
Alexandre Julliard
- Evan Stade : gdiplus: Added custom line cap setters.
Alexandre Julliard
- Evan Stade : gdiplus: Use atan2 instead of atan.
Alexandre Julliard
- Evan Stade : gdiplus: Added rendering of custom line caps.
Alexandre Julliard
- Evan Stade : gdiplus: Associate a brush with a pen.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipCloneBrush.
Alexandre Julliard
- Evan Stade : gdiplus: Updated GdipClonePen to clone pen's members by
value, not reference.
Alexandre Julliard
- Evan Stade : gdiplus: Added GdipSetPenStartCap.
Alexandre Julliard
- Nigel Liang : winex11.drv: Implement XIMPreEditCaretCallback.
Alexandre Julliard
- Dmitry Timoshkov : winex11.drv: Constify the pen dash data.
Alexandre Julliard
- Dmitry Timoshkov : advapi32:
Rename the test to better represent the tested functionality.
Alexandre Julliard
- appdb/ cron/cleanup.php include/maintainer.php ...
WineHQ
- appdb/include bugs.php
WineHQ
- appdb/ include/maintainer.php admin/maintainer ...
WineHQ
- appdb/include testData.php
WineHQ
- appdb/include bugs.php
WineHQ
- Rob Shearman : rpcrt4:
Convert bind ack and nack reject reasons into RPC status codes when
binding .
Alexandre Julliard
- Paul Vriens : advapi32/tests: Run on NT4 again.
Alexandre Julliard
- Paul Vriens : advapi32/service: Add tests for GetDisplayName.
Alexandre Julliard
- Vitaliy Margolen : user32: Add test for SetForegroundWindow(desktop).
Alexandre Julliard
- Vitaliy Margolen : server: Treat desktop as a top-level window.
Alexandre Julliard
- Vitaliy Margolen : winex11drv: Correctly react to focus loss away
from Wine .
Alexandre Julliard
- Andrew Talbot : kernel32: Cast-qual warning fix.
Alexandre Julliard
- Andrew Talbot : comcat: Cast-qual warning fix.
Alexandre Julliard
- Juan Lang : crypt32: Move decoding hash messages to a helper function.
Alexandre Julliard
- James Hawkins : msi: Implement adding columns using the ALTER command.
Alexandre Julliard
- James Hawkins : msi:
Ref count temporary columns and release them when necessary.
Alexandre Julliard
- Misha Koshelev : urlmon/tests: Add test for BINDVERB_POST in
http_protocol.
Alexandre Julliard
- Misha Koshelev : urlmon:
Call HttpOpenRequest with INTERNET_FLAG_KEEP_CONNECTION,
INTERNET_FLAG_NO_CACHE_WRITE if appropriate.
Alexandre Julliard
- Misha Koshelev : urlmon:
Actually send the additional headers returned by IHttpNegotiate::
BeginningTransaction.
Alexandre Julliard
- Misha Koshelev : urlmon: Add support for non-GET requests (e.g., POST)
in HttpProtocol.
Alexandre Julliard
- Damjan Jovanovic : tools: Associate wine with the application/
x-executable MIME type.
Alexandre Julliard
- Damjan Jovanovic : tools:
Add basic support for the startup notifications standard.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : localui: New Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : wordpad: Updated Korean resource.
Alexandre Julliard
- Hwang YunSong( 황윤성 ) : net: Ne