July 2006 Archives by thread
Starting: Sat Jul 1 00:44:31 CDT 2006
Ending: Mon Jul 31 20:55:19 CDT 2006
Messages: 1103
- Slow EULA display patch
Daniel Steven Hipschman
- DDraw / WineD3D: Use CheckAdapterFormat,
remove format enumerating calls
Stefan Dösinger
- [clock]update korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- oleaut32: Fix parsing of hex numbers with 'e' in the string by
moving the exponent parsing to after the hex digit parsing.
Robert Shearman
- [cmdlgtst] updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [comctl32] updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [comdlg32] updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [mshtml] updated Koren Resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [msvfw32] updated Korean Resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [notepad] updated Korean Resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [oledlg] updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [shell32] updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [view] updated Korean Resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [user] updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [winecfg] updated Korean Resources
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [wineconsole] updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [winefile] updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [wineps.drv] updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [winhelp] updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [AppDB] Fix Screenshots on windows IE 6 and others
Chris Morgan
- taskmgr: Write-strings warnings fix
Andrew Talbot
- taskmgr: Write-strings warnings fix (revised)
Andrew Talbot
- [oleview]updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [AppDB] Re: New slash Bug - and more ..
Tony Lambregts
- cryptnet: Add .cvsignore
Bang Jun-Young
- [AppDb] [try3] prefix all GPC variables
Jonathan Ernst
- oleview: Added type displaying in TypeLib Viewr [1/2]
Piotr Caban
- oleview: Added open TypeLib file functionality [2/2]
Piotr Caban
- comctl32: Set tooltip window style explicitly in toolbar code
qingdoa daoo
- user/tests: Write-strings warnings fix
Andrew Talbot
- regedit: Write-strings warnings fix
Andrew Talbot
- winmm/winealsa: Write-strings warning fix
Andrew Talbot
- mapi32: Write-strings warnings fix
Andrew Talbot
- oleview: Improved type handling in TypeLib viewer [1/2]
Piotr Caban
- oleview: Added next field to TypeLib viewer treeview control [2/2]
Piotr Caban
- [AppDB] Problem with xinha,
compile_update_string() and query_parameters()
Tony Lambregts
- [WINED3D] Cleanup: print constants in device code
Ivan Gyurdiev
- [WINED3D] Move SHADER_ARB code into arb_program_shader.c
Ivan Gyurdiev
- [WINED3D] Use shader_get_regtype() in register counting pass.
Ivan Gyurdiev
- [WINED3D] Resync ARB mnxn function with GLSL mnxn function.
Ivan Gyurdiev
- [WINED3D] Fix faulty DCL trace
Ivan Gyurdiev
- [D3D9] Fix FVF POSITION mask
Ivan Gyurdiev
- [WINED3D] Add a function to print out D3DDECLUSAGE9 values.
Ivan Gyurdiev
- [setupapi] fix return values and GUID string in
SetupDiOpenClassRegKeyExW
Damjan Jovanovic
- Avoid a non-portable WCHAR[] construct
Dmitry Timoshkov
- Workaround a GNOME bug when it doesn't respect window's full screen
state
Dmitry Timoshkov
- [ntdll][3/3] Fix returncode for NtDeleteKey (with test)
Paul Vriens
- [ntdll][2/3] Fix returncodes for NtOpenKey (with tests)
Paul Vriens
- [ntdll][1/3] Fix possible TRACE crash
Paul Vriens
- advapi32: Fix the service function being called when extended is
either set or not set (reported by Andrey Turkin).
Robert Shearman
- [PATCH 01/11] oleaut: Document some more members of
SLTG_TypeInfoTail.
Robert Shearman
- [PATCH 02/11] oleaut: The SLTG_MemberHeader and SLTG_TypeInfoTail
structures are common to all elements, so move the processing of these from
the individual element processing.
Robert Shearman
- [PATCH 03/11] oleaut: Rename SLTG_DoType to SLTG_DoElem and split
out the common TYPEDESC generating code to SLTG_DoType.
Robert Shearman
- [PATCH 04/11] oleaut: Process references when parsing SLTG alias
types.
Robert Shearman
- [PATCH 05/11] oleaut: Abstract out the processing of variables in
SLTG typelib components to a common function.
Robert Shearman
- [PATCH 06/11] oleaut: Process references for SLTG dispatch types.
Robert Shearman
- [PATCH 07/11] oleaut: Move the initialisation of memidConstructor
and memidDestructor of type infos to the common ITypeInfo creation function.
Robert Shearman
- [PATCH 08/11] oleaut: Move the processing of functions in SLTG
typelibs
into a separate function and use it when processing dispinterfaces.
Robert Shearman
- [PATCH 09/11] oleaut: Fix function support for SLTG dispinterfaces.
Robert Shearman
- [PATCH 10/11] oleaut: Improve SLTG var support.
Robert Shearman
- [PATCH 11/11] oleaut: Implement processing of modules for SLTG
typelibs.
Robert Shearman
- shell32: load column headers as Unicode strings
Mikołaj Zalewski
- oleaut32: add conformance test for VarCat
Benjamin Arai
- msvcrt [1/4]: Don't leak memory, even in tests
James Hawkins
- msvcrt [2/4]: Change the do-while loop to a while loop as arg can
be NULL before the loop
James Hawkins
- msvcrt [3/4]: The variable 'a' can be NULL,
so check for that in the while loop
James Hawkins
- msvcrt: Error out if format is NULL in vsnprintf
James Hawkins
- msacm32 [1/2]: If dwPriority doesn't equal 1 or -1 then
pTargetPosition will be NULL
James Hawkins
- msacm32 [2/2]: Check the return value of HeapAlloc for NULL before
copying into that string
James Hawkins
- advapi32 [1/2]: Add tests for LookupAccountSid
James Hawkins
- advapi32 [2/2]: Get the token type in ImpersonateLoggedOnUser
James Hawkins
- cabinet [1/2]: Only copy old data if the previous side is not zero
James Hawkins
- cabinet [2/2]: It's possible that perf is one of the NULL
parameters, so check it before dereferencing it
James Hawkins
- msvfw32: Check for an invalid handle passed in to DrawDibEnd to
avoid a NULL dereference
James Hawkins
- advpack: Use the current directory if a working directory is not
provided
James Hawkins
- msi: Add handling for the ListBox dialog control
James Hawkins
- devenum: Cleanup the formatting of register_clsids to match 4-space
indention of the rest of the file
James Hawkins
- comctl32: listview: recompute header size after an insertion of a
column (should fix bug #5525)
Mikołaj Zalewski
- mapi32: Write-strings warnings fix
Andrew Talbot
- msiexec: msiexec also supports options using a hyphen [RESEND]
James Hawkins
- msi: Download the MSI package if it is a remote URL [RESEND]
James Hawkins
- urlmon: Implement URLDownloadToCacheFileW [RESEND]
James Hawkins
- comdlg32: [1/2] Add initial test
Detlef Riekenberg
- comdlg32: [2/2] Add initial test to winetest
Detlef Riekenberg
- wininet: Error out if hInternet is a bad handle
James Hawkins
- wininet: Use a blank password if none is provided in FTP_Connect
James Hawkins
- msiexec: msiexec also supports options using a hyphen [try3]
James Hawkins
- Useless 'Edit' test results link for non-app-admins
Tony Lambregts
- Update Lithuanian keyboard layout to better match the X11 one
Dmitry Timoshkov
- [WINED3D 1] Rework shader mode selection
Ivan Gyurdiev
- [WINED3D 2] Allow mix of SW vertex and GLSL pixel shader.
Ivan Gyurdiev
- [WINED3D 3] Only link and use GLSL programs if at least one GLSL
shader is available.
Ivan Gyurdiev
- [WINED3D 4] Add missing PSIZE register for decl8->9 conversion.
Ivan Gyurdiev
- [WINED3D 5] Fix STREAM flag override
Ivan Gyurdiev
- [WINED3D 6] Move register count pass to SetFunction
Ivan Gyurdiev
- [WINED3D 7] Implement FVF to DECL9 conversion (with tests)
Ivan Gyurdiev
- [WINED3D 8] Clean up drawPrimitive/drawPrimitiveDrawStrided
Ivan Gyurdiev
- [PATCH 1/2] kernel/tests: Implement safe local strcat function.
Saulius Krasuckas
- [PATCH 2/2] kernel/tests: More tests for OpenFile.
Saulius Krasuckas
- msi: Update the files' target paths as well,
because they may have changed if a parent directory is changed
James Hawkins
- DSOUND: class factory cleanup with tests
Robert Reif
- DXDIAGN: fix TRACE/FIXME formats
Robert Reif
- [wininet.h] Add extra errorcode
Paul Vriens
- [wininet] Small doc-typo
Paul Vriens
- [wininet][1] Small doc-typo (RESEND)
Paul Vriens
- [wininet][3] Use a blank password if a NULL password is given
Paul Vriens
- [wininet][2] Return NULL handle if no connection is established
Paul Vriens
- [AppDB] - move $_SESSION['current'] manipulation into user class
Chris Morgan
- [AppDB] - cleanup variable naming in account.php
Chris Morgan
- wined3d: Make the number of floating point shader constants dynamic
[Resend]
Jason Green
- DDraw: Split up the ddraw refcount
Stefan Dösinger
- DDraw: Palette refcounting fix
Stefan Dösinger
- [AppDB] - fix variable naming of preferences/account related
variables
Chris Morgan
- WineD3D: Flip WINED3DFMT_R8G8B8 to GL_RGB
Stefan Dösinger
- Fix a copy/paste bug preventing correct generation of the System
font for codepages 1256 and 1257
Dmitry Timoshkov
- Add window style and visibility status to the take focus event trace
Dmitry Timoshkov
- Map a non zero size or off-screen window only if it's not already
mapped
Dmitry Timoshkov
- msi: Forward MsiUseFeature to MsiUseFeatureEx.
Mike McCormack
- Improve SetActiveWindow test, add SetForegroundWindow test,
make them pass under Wine
Dmitry Timoshkov
- [advapi32] Fix returnvalue of RegOpenKeyA (with tests)
Paul Vriens
- msi: appsearch
Aric Stewart
- Add a common fps counter
Stefan Dösinger
- mshtml 1: Return S_OK in Exec(IDM_BASELINEFONT3).
Jacek Caban
- mshtml 2: Added get_selection implementation.
Jacek Caban
- mshtml 3: Added get_type implementation.
Jacek Caban
- mshtml 4: Added createRange implementation.
Jacek Caban
- mshtml 5: Added get_text implementation.
Jacek Caban
- Slow EULA display patch 2
Dan Hipschman
- wined3d: Fix D3DSIO_M#X# instruction for both ARB and GLSL shaders
Jason Green
- msvfw32: Add initial tests for DrawDibEnd
James Hawkins
- cabinet: The perf parameter of FCICreate can be NULL, with tests
James Hawkins
- advapi32: Add tests for LookupAccountSid
James Hawkins
- advapi32: Get the token type in ImpersonateLoggedOnUser
James Hawkins
- user: Don't send BN_CLICKED notification to disabled default
buttons on enter key
Troy Rollo
- [AppDB] - move getAppsFromUserId() to user::getAppsMaintained()
Chris Morgan
- TakeTwo: [PATCH] The patch adds a conformance test for the
oleaut32.dll VarCat
Benjamin Arai
- The patch fixes the VarMod conformance test for oleaut32.dll
Benjamin Arai
- kernel/tests: More tests for OpenFile.
Saulius Krasuckas
- ActiveDS Stubs
Matthew Maurer
- ActiveDS Stubs
Matthew Maurer
- [msi 1/3] Use msi_strcpy_to_awstring to return the string in
MsiComponentGetPath.
Mike McCormack
- [msi 2/3] Add a test for MsiGetComponentPath and make it pass.
Mike McCormack
- [msi 3/3] Features may be published but absent.
Mike McCormack
- shdocvw: Added test of IProvideClassInfo.
Jacek Caban
- oleaut32: Fix the error code returned by ITypeComp on an interface
when the name matches, but the flags don't.
Robert Shearman
- oleaut32: Add a typedef for "boolean".
Robert Shearman
- oleaut32: ITypeComp_fnBind should do case-insensitive compares on
the name passed in.
Robert Shearman
- ole32: Fix the return value of COM_RegReadPath and make it static.
Robert Shearman
- ole32: Get the threading model value for inproc classes and output
a fixme if we should create it in an apartment of another type.
Robert Shearman
- widl: Add support for the builtin constants "TRUE" and "FALSE".
Robert Shearman
- [AppDb] [try4] prefix all GPC variables
Jonathan Ernst
- [AppDb] [try5] prefix all GPC variables
Jonathan Ernst
- wined3d NULL dereference patch
Chris
- msi: implement searching from parent directory (resend)
Juan Lang
- [AppDb] [try2] factor exit calls after redirect and
util_show_error_page
Jonathan Ernst
- regedit: Write-strings warning fix
Andrew Talbot
- [AppDb] [try3] improve comments
Jonathan Ernst
- urlmon 1: Added image/pjpeg mime filter.
Jacek Caban
- urlmon 2: Fix handling of proposed mime.
Jacek Caban
- urlmon 3: Added more test of FindMimeFromData.
Jacek Caban
- urlmon 4: Added image/gif filter.
Jacek Caban
- [AppDb] [try4] improve comments
Jonathan Ernst
- [AppDb] make it clear when we exit after a function
Jonathan Ernst
- [PATCH 02/11] UPDATED server: add calls to get/set menu info
Thomas Kho
- [PATCH 10/11] UPDATED server: add calls to get/set menu item info
Thomas Kho
- urlmon 5: Added image/bmp filter.
Jacek Caban
- shell32[1/2]: if possible use SHFileOperationW to delete in unixfs
(this gives confirmation dialogs, recursive directory removal etc)
Mikołaj Zalewski
- winecfg: Write-strings warnings fix
Andrew Talbot
- shell32[2/2]: show a confirmation before deleting files with
syscalls
Mikołaj Zalewski
- urlmon 6: Added image/x-png mime filter.
Jacek Caban
- wcmd: strip quotes around executable and retry on error
Thomas Kho
- Janitorial: Move the storage specifier to the beginning of the
declaration.
Michael Stefaniuc
- Janitorial: Put "inline static" at the beginning of a declaration.
Michael Stefaniuc
- riched20: Replace an if-statement with empty body with a FIXME
comment.
Michael Stefaniuc
- notepad: change window classname from NPClass to Notepad
Thomas Kho
- [AppDb] enable filtering in account.php
Jonathan Ernst
- [AppDb] backward compatibility
Jonathan Ernst
- [AppDb] enable filtering in appview.php
Jonathan Ernst
- New AppDB bug
Tony Lambregts
- oleaut32: Copying a NULL BSTR should result in an empty BSTR in
VariantCopy
qingdoa daoo
- [AppDB] - cleanup require/require_once()/include()
Chris Morgan
- [AppDB] - preferences.php cleanups
Chris Morgan
- Add indexsvr.idl (IWordBreaker)
Mike McCormack
- uuid: Add indexsvr's IIDs to libuuid.
Mike McCormack
- Fix potential NULL deref in IWineD3DSurfaceImpl_LockRect
Chris
- [AppDB] - move getMaintainersUserIds...() to
version::getMaintainersUserIds()
Chris Morgan
- [WINED3D 1] Only link and use GLSL program if at least one GLSL
shader is available
Ivan Gyurdiev
- [WINED3D 2] Hook software shaders into drawStridedSlow
Ivan Gyurdiev
- [WINED3D 3] Add position_transformed flag to Strided data format.
Ivan Gyurdiev
- [WINED3D 4] Simplify primitiveDeclartationConvertToStrided
Ivan Gyurdiev
- [WINED3D 5] Make WINED3D_ATR macros more flexible.
Ivan Gyurdiev
- [WINED3D 6] Reverse semantics maps for shaders
Ivan Gyurdiev
- [WINED3D 8] Create fake input semantics for d3d8 shaders.
Ivan Gyurdiev
- [WINED3D 9] Trace ABS/ABSNEG modifiers.
Ivan Gyurdiev
- oleaut32: Copying a NULL BSTR should result in an empty BSTR in
VariantCopy - conformance test
qingdoa daoo
- [AppDb] don't filter cookies if we have multiple web apps on the
same virthost
Jonathan Ernst
- [AppDb] [Try2] enable filtering in account.php
Jonathan Ernst
- [AppDb] account.php documentation
Jonathan Ernst
- [AppDB] mode->sMode backward compatibility
Jonathan Ernst
- [AppDb] an empty numeric value means 0
Jonathan Ernst
- [AppDb] enable filtering in addcomment.php
Jonathan Ernst
- [AppDb] [Try2] originator is not used
Jonathan Ernst
- [AppDb] enable filtering in appbrowse.php
Jonathan Ernst
- [AppDb] [Fixed] enable filtering in appbrowse.php
Jonathan Ernst
- [AppDb] fix a comment in category.php
Jonathan Ernst
- [AppDb] fix showing full size screenshots
Jonathan Ernst
- [AppDb] enable filtering in appimage.php
Jonathan Ernst
- query: Add ntquery.h
Mike McCormack
- Improve SetActiveWindow test, add SetForegroundWindow test,
make them pass under Wine. Take 2
Dmitry Timoshkov
- [ntdll/tests] Added some NULL testing
Paul Vriens
- query: Add a skeleton for query.dll
Mike McCormack
- [wininet] Use correct way of determining the password for
anonymous ftp
Paul Vriens
- [AppDb] appsubmit.php documentation
Jonathan Ernst
- Added htiframe.idl.
Jacek Caban
- shdocvw: Call GetContainer in SetClientSite.
Jacek Caban
- shdocvw: Added test of SetClientSite.
Jacek Caban
- mshtml: Create nsWineURI even if we don't have valid nsIURI.
Jacek Caban
- d3d8: Fix remaining refcount tests and tighten all tests.
Vitaliy Margolen
- winecfg: Shift Graphics page up to fill the empty place.
Vitaliy Margolen
- Improve SetActiveWindow test, add SetForegroundWindow test,
make them pass under Wine. Take 3
Dmitry Timoshkov
- wined3d: Fix D3DSIO_TEXKILL for GLSL
Jason Green
- Protect X11 calls by a critical section
Dmitry Timoshkov
- riched20: add stub ITextDocument
Juan Lang
- [AppDb] enable filtering in preferences.php
Jonathan Ernst
- [AppDb] enable filtering in screenshot.php
Jonathan Ernst
- [AppDb] enable filtering in search.php
Jonathan Ernst
- [AppDb] enable filtering in testResults.php
Jonathan Ernst
- [AppDb] enable filtering in updatevote.php
Jonathan Ernst
- [AppDb] enable filtering in all includes
Jonathan Ernst
- [AppDb] enable filtering in admin
Jonathan Ernst
- [AppDb] enable filtering in maintainers
Jonathan Ernst
- [AppDb] enable filtering in votestats.php
Jonathan Ernst
- [AppDb] enable filtering in viewbugs.php
Jonathan Ernst
- [AppDb] enable filtering in viewScreenshots.php
Jonathan Ernst
- [AppDb] enable filtering in vendorview.php
Jonathan Ernst
- [AppDb] enable filtering in appsubmit.php
Jonathan Ernst
- [AppDb] enable filtering in comments
Jonathan Ernst
- [AppDb] enable filtering in distributionView.php
Jonathan Ernst
- [WINED3D] Fix typo breaking 3.0 pshaders color input
Ivan Gyurdiev
- [AppDb] [Try2] enable filtering in updatevote.php
Jonathan Ernst
- urlmon 1: Use non heap based objects for class factories.
Jacek Caban
- urlmon 2: Register protocol handlers in DllMain.
Jacek Caban
- winecfg: Write-strings warnings fix
Andrew Talbot
- [AppDB] - fix variable naming in admin/adminMaintainerQueue.php
Chris Morgan
- [AppDB] - pass iTestingId into version::display()
Chris Morgan
- crypt32: implement revocation check
Juan Lang
- [AppDB] - move functions in include/comment.php inside of the
comment class
Chris Morgan
- [AppDB] - GetOutputEditorValues() to take an array of values as
input
Chris Morgan
- [shell32]updated Korean Resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- advpack: Add tests for different configurations of INF filenames
and working directories for install functions
James Hawkins
- winex11: use correct multiplier for negative relative mouse
movements
Thomas Kho
- SetLastError in CreateWindowEx
Dan Hipschman
- [AppDB] - add cron to purge expired sessions from session_list table
Chris Morgan
- oleaut32: Copying a NULL BSTR should result in an empty BSTR in
VariantCopy (V2)
qingdoa daoo
- [winecfg]updated Korean Resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [winecfg][nl] Shift Graphics page up to fill the empty place.
Paul Vriens
- include: Add more error codes used by newer versions of COM.
Robert Shearman
- oleaut32: Make ctl2_hash_guid match the same function in widl, which
has likely had much wider testing.
Robert Shearman
- oleaut32: MSFT_DoFuncs: "reclength" of the function information
record is stored
Robert Shearman
- usp10: Add functionality for ScriptXtoCP and ScriptCPtoX calls
Jeff L
- advapi32: Fix registry API prototypes to match the PSDK.
Bang Jun-Young
- shdocvw: Added GetMiscStatus test.
Jacek Caban
- urlmon: Always verify mime using FindMimeFromData.
Jacek Caban
- shdocvw: Call SetMenu in activate_ui.
Jacek Caban
- shdocvw: Added test of DoVerb.
Jacek Caban
- mshtml: Added OnFrameWindowActivate implementation.
Jacek Caban
- [AppDB] - fix appimage.php
Chris Morgan
- [AppDB] - performance improvements
Chris Morgan
- [AppDB] Fix Bug links
Tony Lambregts
- [AppDB] Fix Bug Administration
Tony Lambregts
- crypt32/tests: Write-strings warnings test
Andrew Talbot
- [AppDB] Fix up moving version to existing Application
Tony Lambregts
- [AppDB] Sort test results
Tony Lambregts
- usp10: Resend Add functionality for ScriptXtoCP and ScriptCPtoX
calls
Jeff L
- server: Add ioctl to the fd_ops. ntdll: Call server with unknown
ioctls.
Vitaliy Margolen
- [AppDB] Fix Administrating Bug links
Tony Lambregts
- [AppDB] Fix Administrating Bug links redirection
Tony Lambregts
- [AppDB] Fix Distribution comment
Tony Lambregts
- [AppDB] Fix editing of administrative rights.
Tony Lambregts
- [AppDB] Remove clunky include/form_edit.php
Tony Lambregts
- [AppDB] Show tested rating and use its color when displaying list
of test results
Tony Lambregts
- [AppDB] - speed loading of the main page by optimizing screenshot
class
Chris Morgan
- [AppDB] - testResult class cleanup
Chris Morgan
- msi: AppSearchReg shouldn't create the key it's looking for if it
doesn't exist
James Hawkins
- [AppDB] Show tested rating and use its color when displaying
list of test results (take 3)
Tony Lambregts
- msi: Download the MSI package if it is a remote URL
James Hawkins
- msi: Implement the InstallServices action
James Hawkins
- [AppDB] - clean up testResult::ShowTestResult() and
testResult::ShowVersionsTestingTable()
Chris Morgan
- urlmon: Implement URLDownloadToCacheFileW
James Hawkins
- [WINED3D 1] Place immediate constants in the same array as global
constants.
Ivan Gyurdiev
- [WINED3D 2] Clamp texcoord output between 0 and 1
Ivan Gyurdiev
- [WINED3D 3] Fix off-by-one constants bug.
Ivan Gyurdiev
- Add cierror.h
Mike McCormack
- Win64 patch 1/9 (server)
Ge van Geldorp
- Win64 patch 2/9 (kernel32)
Ge van Geldorp
- Win64 patch 3/9 (user32)
Ge van Geldorp
- Win64 patch 4/9 (server)
Ge van Geldorp
- Win64 patch 5/9 (winebuild)
Ge van Geldorp
- Win64 patch 6/9 (winebuild)
Ge van Geldorp
- Win64 patch 7/9 (winedbg)
Ge van Geldorp
- Win64 patch 8/9 (user32)
Ge van Geldorp
- Win64 patch 9/9 (user32)
Ge van Geldorp
- ole32: Implement IPropertySetStorage::Enum.
Mike McCormack
- Fix argument types to match the PSDK
Bang Jun-Young
- [WINED3D 4] More flow control instructions
Ivan Gyurdiev
- oleview: Added more fields to TypeLib Viewer tree
Piotr Caban
- [WINED3D 5] More flow control instructions 2
Ivan Gyurdiev
- PATCH: squash three warnings in dlls/shell32/brsfolder.c
Gerald Pfeifer
- usp10: Add basic ScriptString... functionality
Jeff L
- usp10: Add ScriptStringCPtoX ScriptStringXtoCP stubs
Jeff L
- DDraw: Split up the ddraw refcount
Stefan Dösinger
- crypt32: implement key context property
Juan Lang
- oleaut32: Conformance test and patch for VarCat
Benjamin Arai
- [AppDB] - application class performance speedup
Chris Morgan
- msiexec: msiexec also supports options using a hyphen
James Hawkins
- [AppDB] - cleanup screenshot class
Chris Morgan
- msi: Add handling for the ListBox dialog control
James Hawkins
- msi: Test how SetTargetPath affects the target paths of install
files
James Hawkins
- [LOSTWAGES] download: change RH maintainer
Brian Vincent
- riched20: add stub ITextDocument, take 2
Juan Lang
- [AppDB] - adminTestResults back link fixes
Chris Morgan
- [AppDB] - speed up outputTopXRowAppsFromRating()
Chris Morgan
- [AppDB] - remove unused lookupVendorName()
Chris Morgan
- wine.inf: Add msi to the list of fake dlls.
Hans Leidekker
- wldap32: Document the rename functions.
Hans Leidekker
- wldap32: Document the ber functions.
Hans Leidekker
- dnsapi: Fix a buffer overrun (Coverity).
Hans Leidekker
- Speed up GetTextExtentExPointW (Take 3)
Dan Hipschman
- [AppDB] - simplify appimage.php
Chris Morgan
- winspool.drv: Write-strings warnings fix (Resent)
Andrew Talbot
- shell32: Write-strings warning fix (Resent)
Andrew Talbot
- wined3d: add an "\n" to a fixme to fix another overfow (in
IWineD3DImpl_CheckDeviceFormatConversion)
Louis. Lenders
- indexsvr.h: Fix a typo.
Mike McCormack
- infosoft: Add a word breaker for English.
Mike McCormack
- [WINED3D 6] Improve GetAdapterMonitor stub
Ivan Gyurdiev
- ole32: Only print a FIXME if necessary in StgOpenStorageEx.
Mike McCormack
- shell32: always NULL-terminate path in SHGetPathFromIDList
Juan Lang
- crypt32: check a pointer before dereferencing it (Coverity)
Juan Lang
- [AppDB] - clean up distributions.php
Chris Morgan
- [AppDB] - cleanup category class
Chris Morgan
- ole32: Add a framework for implementing IEnum* interfaces.
Mike McCormack
- ole32: Use enumx to implement IPropertySetStorage::Enum
Mike McCormack
- avifil32: Remove unnecessary dependency on ntdll
Bang Jun-Young
- notepad: En.rc: fix the ellipsis in menu
Mikołaj Zalewski
- ole32: Clean up some declarations.
Mike McCormack
- ole32: Implement IPropertyStorage::Enum using enumx.
Mike McCormack
- Add more policy structures to ntsecapi.h.
Robert Reif
- crypt32: implement CryptAcquireCertificatePrivateKey
Juan Lang
- ole32: Allocated copied VT_CF data correctly in PropVariantCopy.
Mike McCormack
- ole32: Only return S_FALSE in IPropertyStorage::ReadMultiple if a
property was not found.
Mike McCormack
- [AppDB] - clean variable naming in query_parameters()
Chris Morgan
- winspool.drv: Write-strings warnings fix (try 2)
Andrew Talbot
- [AppDB] cleanup votestats.php
Jonathan Ernst
- msi: Download the MSI package if it is a remote URL [RESEND]
James Hawkins
- urlmon: Implement URLDownloadToCacheFileW [RESEND]
James Hawkins
- msiexec: msiexec also supports options using a hyphen [RESEND]
James Hawkins
- msi: Add handling for the ListBox dialog control [RESEND]
James Hawkins
- msi: Implement the InstallServices action [try2]
James Hawkins
- shell32[1/4]: add trashing confirmations
Mikołaj Zalewski
- shell32[2/4]: add trashing support functions
Mikołaj Zalewski
- shell32[3/4]: call the trashing code from SHFileOperationW
Mikołaj Zalewski
- shell32[4/4]: update the Polish translation
Mikołaj Zalewski
- urlmon: Write-strings warnings fix
Andrew Talbot
- WineD3D: Check the color data type too when deciding wether to
convert data
Stefan Dösinger
- WINED3D: Texture stages that reference NULL textures should just
pass through the result of the previous stage
H. Verbeet
- WINED3D: Fix specular color handling for register combiners
H. Verbeet
- advapi32: fix LsaQueryInformationPolicy HeapAlloc bug
Robert Reif
- GetTextExtentExPointW Conformance Test
Dan Hipschman
- GetTextExtentExPointW Speedup
Dan Hipschman
- ole32: This cannot be NULL, so don't check it.
Mike McCormack
- [ole32 1/3]: Fix comformance test to compile with MSVC6.
Mike McCormack
- [ole32 2/3]: Implement writing of VT_CF storage properties,
and test.
Mike McCormack
- [ole32 3/3]: Only return S_FALSE in IPropertyStorage::ReadMultiple
if a property was not found. (resend + test)
Mike McCormack
- query: Return a more appropriate error code from CIState.
Mike McCormack
- ole32: Don't warn when clearing PropVariants that don't have
allocated memory.
Mike McCormack
- ole32: Small cleanups.
Mike McCormack
- [PATCH 4/9] ole32: Fix comformance test to compile with MSVC6.
Mike McCormack
- notepad: fix the ellipsis and shortcuts in menus
Jonathan Ernst
- wordpad: shortcuts in menus
Jonathan Ernst
- crypt32: forward CreateFileU to CreateFileW
Juan Lang
- crypt32: add stubs for some stores
Juan Lang
- msi: split up ACTION_AppSearchReg
Juan Lang
- comctl32: use wsprintf instead of strcat building the properties
dialog title to allow different word orders (fixes bug #3706)
Mikołaj Zalewski
- mshtml: Write-strings warnings fix
Andrew Talbot
- mshtml: Write-strings warnings fix (try 2)
Andrew Talbot
- notepad: change window title to be like Windows' notepad.exe
Thomas Kho
- notepad: change file not saved alert title to match Windows'
notepad.exe
Thomas Kho
- winspool.drv/tests: Write-strings warnings fix
Andrew Talbot
- urlmon: Add tests for URLDownloadToCacheFile
James Hawkins
- msi: Update the files' target paths as well,
because a parent directory might have been changed
James Hawkins
- Bug 3269
Yuriy
- shlwapi [1/2]: Add tests for PathBuildRootA
James Hawkins
- shlwapi [2/2]: Add tests for PathCommonPrefixA
James Hawkins
- oleaut32:typelib - Addresses VT_VOID bug in typedescvt_to_variantvt
Benjamin Arai
- patch to get raritan's RemoteClient.exe go somewhat further
Raphael Jacquot
- notepad: fix the ellipsis and shortcuts in menus
Jonathan Ernst
- wordpad: shortcuts in menus
Jonathan Ernst
- dbghelp: Fix the finding of PDB DS-type files.
Robert Shearman
- include: Add NI_* defines and add a WS(socklen_t) type.
Robert Shearman
- rpcrt4: Add a stub for I_RpcMapWin32Status.
Robert Shearman
- oleaut32: Typelib interfaces with the FDUAL flag should also be
registered, since dispinterfaces don't have the FDISPATCHABLE flag.
Robert Shearman
- ole32: Don't loop while peeking messages in
CoWaitForMultipleHandles.
Robert Shearman
- oleaut32: Convert void return types to the VT_EMPTY variant type
in ITypeInfo::Invoke.
Robert Shearman
- notepad: fix the ellipsis and shortcuts in menus (nl)
Jonathan Ernst
- wordpad: shortcuts in menus (nl)
Jonathan Ernst
- notepad: update Danish translation
Jonathan Ernst
- notepad: update Polish translation
Jonathan Ernst
- notepad/wordpad: update Norvegian shortcuts
Jonathan Ernst
- comdlg32: Pl.rc: update Polish translation
Mikołaj Zalewski
- notepad/wordpad: update Russian shortcuts
Jonathan Ernst
- [WINED3D] Only copy memory corresponding to the dib section instead
of the power of 2 surface
Christian Costa
- [AppDB] replyText->sReplyText
Jonathan Ernst
- winspool.drv: Write-strings warnings fix (resent)
Andrew Talbot
- winedump: Write-strings warnings fix
Andrew Talbot
- comcat work
Aric Stewart
- wininet: Add initial tests for InternetCrackUrl
James Hawkins
- urlmon: Add tests for URLDownloadToCacheFile [RESEND]
James Hawkins
- msi: Add handling for the GroupBox dialog control
James Hawkins
- Fix swapped 2nd and 3rd argument passed to memset.
Michael Stefaniuc
- msi: Add handling for the SetInstallLevel event
James Hawkins
- A patch
Milko Krachounov
- msiexec: msiexec also supports options using a hyphen [try4]
James Hawkins
- ole32: Add validation of parameters to CoGetClassObject and make
sure to initialise ppv to NULL.
Robert Shearman
- rpcrt4: Add the threading model and a description when registering
a CLSID for the PSFactoryBuffer.
Robert Shearman
- oleaut32: Implement GetClassID for the OLE picture class.
Robert Shearman
- rpcrt4: Fix Variance Callback Functions.
Robert Shearman
- oleaut32: Don't execute a function in ITypeInfo::Invoke if it has
the FUNCFLAG_FRESTRICTED flag.
Robert Shearman
- msi: let caller set property in AppSearch
Juan Lang
- [notepad]updated Korean Resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [WINED3D 1] Fix light state bugs
Ivan Gyurdiev
- [WINED3D 2] Fix render state bugs
Ivan Gyurdiev
- [D3D9] State management test framework for d3d9
Ivan Gyurdiev
- Fix Unterminated Comment in WIDL Generated Code
Dan Hipschman
- Support Coclass Forward Declarations in WIDL
Dan Hipschman
- [AppDB] include link to app and version when displaying list
of test results
Tony Lambregts
- [AppDB] Re: Extra comments field in 'test results' section of AppDB
page
Tony Lambregts
- [WINED3D 4] Fix cmp instruction for GLSL
Ivan Gyurdiev
- [AppDB] Stop allowing anonymous test results
Tony Lambregts
- [AppDB] - merge appMaintainerQueue into appMaintainers
Chris Morgan
- RESEND: SHSetLocalizedName
Kovács András
- Empty "what was tested", "what was not" fields
Tony Lambregts
- crypt32: correct self-signed cert creation
Juan Lang
- [msi 1/5] Move some registry helper functions to registry.c
Mike McCormack
- [msi 2/5] Move version string conversions to registry.c
Mike McCormack
- [msi 3/5] Add some registry reading macro functions.
Mike McCormack
- [msi 4/5] Read from the registry,
not the database in MsiGetProductInfo.
Mike McCormack
- [msi 5/5] Use awstring to return strings from MsiGetProductInfo.
Mike McCormack
- [msi 1/3] Check the right pointer for NULL.
Mike McCormack
- [msi 2/3] MsiGetComponentPath cannot return INSTALLSTATE_ADVERTISED.
Mike McCormack
- [msi 3/3] Add support for INSTALLSTATE_ADVERTISED to
MsiQueryFeatureState.
Mike McCormack
- rpcrt4: support for SMVARRAY in EmbeddedComplexSize
Phil Lodwick
- ole32: Improve CoRegisterMessageFilter and add tests for it.
Robert Shearman
- ole32: Free the buffer allocated in local_server_thread (found by
Smatch).
Robert Shearman
- riched20: WM_SETFONT support (resend)
Krzysztof Foltman
- Add well known sids and quota limits to winnt.h.
Robert Reif
- [userenv] add userenv.h
Vijay Kiran Kamuju
- [userenv] use definitions from userenv.h instead of profinfo.h
Vijay Kiran Kamuju
- msi: Download the MSI package if it is a remote URL [try3]
James Hawkins
- msi: Add handling for the ListBox dialog control [RESEND]
James Hawkins
- wininet: Add more tests for InternetCrackurl [try2]
James Hawkins
- [wordpad]updated Korean resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [msi 1/3] Check the right pointer for NULL.
Mike McCormack
- [msi 2/3] MsiGetComponentPath cannot return INSTALLSTATE_ADVERTISED.
Mike McCormack
- [msi 3/3] Add support for INSTALLSTATE_ADVERTISED to
MsiQueryFeatureState.
Mike McCormack
- usp10: Resend Add functionality for ScriptXtoCP and ScriptCPtoX
calls
Jeff L
- usp10: Add ScriptStringCPtoX ScriptStringXtoCP stubs
Jeff L
- wineboot: Copy windows file protection files at boot time.
Mike McCormack
- shdocvw: Write the "Microsoft Browser Architecture" CLSID.
Mike McCormack
- [msi 3/5] Move msi_get_property_int() to helpers.c
Mike McCormack
- [msi 2/3] Cleanup traces, remove unnecessary includes.
Mike McCormack
- [msi 3/3] Implement MsiConfigureFeatureA with MsiConfigureFeatureW.
Mike McCormack
- Reading Win 2000 registry files
Phillip J Shelton
- Add more SID defines to winnt.h.
Robert Reif
- advapi32: Add CreateWellKnownSid.
Robert Reif
- [comctl32] Use structmember after check for NULL (Coverity)
Paul Vriens
- [comctl32] Use structmember after check for NULL (Coverity) (RESEND)
Paul Vriens
- regedit: Write-strings warnings fix
Andrew Talbot
- Add CreateWellKnownSid and IsWellKnownSid to winbase.h.
Robert Reif
- [comdlg32] Set PD_PAGENUMS from print dialog
Duane Clark
- WineD3D: Have 4 extra bytes in the dib section
Stefan Dösinger
- advapi32: Add CreateWellKnownSid and IsWellKnownSid. (revised)
Robert Reif
- Fixing cross-building
Paul Millar
- Fixing cross-compilation: setrlimit
Paul Millar
- [WINED3D] Fix typo in ARB pixel shader that causes a crash
Christian Costa
- dinput: Ignore repeated key events.
Vitaliy Margolen
- urlmon: Use URL_FILE_USE_PATHURL flag to combine urls.
Jacek Caban
- mshtml: Added get_all implementation.
Jacek Caban
- urlmon.idl: Added some missing declarations.
Jacek Caban
- urlmon: Added UrlMkGetSessionOption implementation.
Jacek Caban
- examine-relay: Indent winex111.drv lines
Duane Clark
- WINED3D: Increment texture_idx when continuing as well
H. Verbeet
- urlmon: Register zone and security manager.
Jacek Caban
- notepad [1/2]: Make notepad print something reasonable
Duane Clark
- notepad [2/2]: Change notepad printing font
Duane Clark
- mshtml: Wrap Heap* functions by inline functions.
Jacek Caban
- shdocvw: Return S_OK in IPersistStreamInit::Load.
Jacek Caban
- WineD3D: Disable all textures before glDrawPixels
Stefan Dösinger
- notepad [1/2]: Make notepad print something reasonable
Duane Clark
- [clock] Updated Korean Resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- Fix ExitWindows()
Spark, Paul (EFTPOS NZ)
- dinput: Unacquire correct device.
Vitaliy Margolen
- wined3d: Fix for for vertex shaders
Jason Green
- advapi32/tests: Write-strings warnings fix
Andrew Talbot
- notepad: fix typo in Danish translation
Jonathan Ernst
- msi: Implement MsiConfigureFeatureA using MsiConfigureFeatureW
(resend)
Mike McCormack
- msi: Tidy up MsiCreateAndVerifyInstallerDirectory a bit.
Mike McCormack
- WineD3D: Framebuffer readback
Stefan Dösinger
- server: Make add_timeout() operate on an unsigned timeout value
Dmitry Timoshkov
- oleaut32: Test the return value of VarCat in the tests.
Robert Shearman
- ntdll: Reduce duplicated code in RtlVerifyVersionInfo by calling
a function for comparing the values.
Robert Shearman
- version: Don't call LoadLibrary/FreeLibrary in
VERSION_GetFileVersionInfo_PE if GetModuleFileHandle succeeded.
Robert Shearman
- ntdll: Use a common condition value for the major, minor and service
pack version numbers.
Robert Shearman
- dbghelp: Avoid accessing a negative string index when parsing stabs
entries with an empty string.
Robert Shearman
- ntdll: Fix RtlVerifyVersionInfo handling of major, minor and service
pack versions, which are tested in a hierarchical manner.
Robert Shearman
- dbghelp: Don't access a negative section index in elf_map_section.
Robert Shearman
- kernel: Fix an incorrect version test.
Robert Shearman
- ntdll: Fix a return code from RtlVerifyVersionInfo and change the
FIXME to a TRACE now that all of the tests pass.
Robert Shearman
- [SETUPAPI] SetupDiCreateDeviceInfo
Christian Gmeiner
- LostWages: Status pages update # 1
Tom Wickline
- [SETUPAPI] add to struct DeviceInfoSet a list which will contain
DeviceInfoElements
Christian Gmeiner
- [kernel] add dummy HeapSetInformation()
dank at vroo.pair.com
- WineD3D: Split out the call to glDrawPixels
Stefan Dösinger
- oleview: Added skeleton for IDL files generation (1/2)
Piotr Caban
- oleview: Added some features to IDL data displaying (2/2)
Piotr Caban
- psdrv: If supplied PPD file has no fonts section, use defaults
Duane Clark
- msi: fix regression
Juan Lang
- WineD3D: Make render target locking configurable
Stefan Dösinger
- [WINED3D] Fix typo in ARB pixel shader
Christian Costa
- oleaut32:VarCmp - Corrected function description
Benjamin Arai
- [WINED3D] Readd missing copyright to shaders files
Christian Costa
- crypt32: output x.500 strings from CertNameToStrA/W
Juan Lang
- rpcrt4: Handle more structure padding values.
Robert Shearman
- msi: Fix conversion of path to include nul-termination character
in MsiProvideQualifiedComponentA.
Robert Shearman
- oleaut32: Add an exception handler around code executed on the
server side from the typelib marshaler.
Robert Shearman
- oleaut32: Revert check for FUNCFLAG_FRESTRICTED in
ITypeInfo::Invoke.
Robert Shearman
- rpcrt4: Display a big message box if the user tries to use typelib
marshaling in native oleaut32 with builtin rpcrt4 to tell them what
is wrong.
Robert Shearman
- mshtml: Wrap more Heap* function by inline functions.
Jacek Caban
- urlmon: Fix hadle leak.
Jacek Caban
- CertIsValidCRLForCertificate
Stefan Leichter
- WineD3D: Disable the fog before writing the back buffer data
Stefan Dösinger
- shell32[1/4]: add trashing confirmations (resend)
Mikołaj Zalewski
- shell32[2/4]: add trashing support functions (resend)
Mikołaj Zalewski
- shell32[3/4]: call the trashing code from SHFileOperationW (resend)
Mikołaj Zalewski
- shell32[4/4]: update the Polish translation (resend)
Mikołaj Zalewski
- crypt32/tests: Write-strings warnings fix
Andrew Talbot
- [AppDB] - maintainer cleanup
Chris Morgan
- WineD3D: Duplicate flips in software
Stefan Dösinger
- secur32: Write-strings warnings fix
Andrew Talbot
- DDraw / WineD3D: Remove texture format enumeration functions
Stefan Dösinger
- msi: Update the feature's components' states when a feature is
selected
James Hawkins
- Fix Incorrect Handling of Macros in WPP
Dan Hipschman
- msvcrt: Add tests of file operations in ASCII mode
Duane Clark
- WineD3D: Asynchronous gdi surface updates
Stefan Dösinger
- mshtml: Added stub implementation of ShowHTMLDialog.
Jacek Caban
- [cmdlgtst] updated Korean Resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- Support SAFEARRAY(type) Syntax in MIDL
Dan Hipschman
- crypt32: always set required encoded length
Juan Lang
- [lostwages] Update download-deb page to link to new package archive
Scott Ritchie
- [AppDB] - error logging
Chris Morgan
- crypt32: fix reading key prov info
Juan Lang
- PATCH: Re: prelink check
Marcus Meissner
- usp10: Resend Add ScriptStringCPtoX ScriptStringXtoCP stubs
Jeff L
- usp10: Resend