My favorites | English | Sign in

Faster JavaScript with Closure Tools New!

Open Source Patches: Wine

  •  

In January 2006, Google contracted with CodeWeavers to improve Wine to run Picasa version 2.2 properly. Some of the changes fix bugs in Wine; others implement previously unimplemented features. This effort resulted in 225 patches committed to winehq between 1 January and 18 April 2006. See the list below, or download the exact Wine source tarball used for Picasa 2.2 (14 MB).

We also asked a few interns (Benjamin Arai, Dan Hipschman, James Hawkins, and Thomas Kho), to improve a few areas of wine (e.g. oleaut32, widl, msi, and riched20). Together they committed about 300 patches to the winehq git tree.

During 2007, we continued to improve Picasa, committing a few dozen patches to the winehq git tree. See the patches by Lei Zhang and Nigel Liang below, or download the exact Wine source tarball used for Picasa 2.7.3736 (10 MB).

We also contracted with Codeweavers to improve Wine so it could run Photoshop CS2 properly. As a result, about 200 patches were committed to winehq, and as of wine-0.9.54, Photoshop CS2 is quite usable.

But wait, there's more! We also asked a few interns (Dan Hipschman, Evan Stade, James Hawkins, Jennifer Lai, Juan Lang, Mikołaj Zalewski, and Roy Shea) to improve a few areas of Wine (e.g. widl, gdiplus, msi, crypt32, and BITS), to get a few apps working better, and to scrape together a win16 conformance test. During 2007, the interns committed about a thousand patches.

In 2008, we further improved support for Picasa and Photoshop, and fixed a few other bugs as well. Here is the exact Wine source tarball used for Picasa 3.0.5719 (14 MB).

Thanks again to Codeweavers and our interns (Maarten Lankhorst, Roy Shea, and Zac Brown) for a great job.

Here is a list of the patches described above, in chronological order. (Note: although some care was taken in constructing this list, it may still contain some errors. Sorry if we've missed anything!)

[ 2006 ] [ 2007 ] [ 2008 ]

Author Date Description
Jacek Caban 2008-10-06jscript: Added possibility to run test scripts from file.
Jacek Caban 2008-10-06jscript: Fixed backslash handling in regular expressions.
Jacek Caban 2008-10-06jscript: Don't initialize variables without initialiser to undefined in variable_list_eval. LONG
Jacek Caban 2008-10-06mshtml: Added IHTMLElement2::get_currentStyle implementation.
Jacek Caban 2008-10-06mshtml: Added IHTMLStyle2 to IDispatchEx support.
Jacek Caban 2008-10-06mshtml: Added IHTMStyle2 stub implementation.
Jacek Caban 2008-10-06mshtml.idl: Added IHTMLStyle2 interface declaration.
Dmitry Timoshkov 2008-10-02winex11.drv: Add support for _NET_WORKAREA.
Jacek Caban 2008-10-01jscript: Added delete expression for EXPRVAL_IDREF implementation.
Jacek Caban 2008-10-01jscript: Added IDispatchEx::GeleteMemberByDispID implementation.
Jacek Caban 2008-10-01jscript: Added Date constructor object implementation.
Jacek Caban 2008-10-01jscript: Don't clear uninitialized variable.
Jacek Caban 2008-10-01jscript: Allocate variables when entering execution context.
Jacek Caban 2008-10-01jscript: Optimize GetDispID usage.
Jacek Caban 2008-10-01mshtml: Ignore IDispatchJS in QueryInterface.
Jacek Caban 2008-10-01mshtml: Added IHTMLTableRow::get_cells implementation.
Jacek Caban 2008-10-01mshtml: Added IHTMLTable::get_rows implementation.
Jacek Caban 2008-10-01mshtml: Store nsIDOMHTMLTableElement in HTMLTable.
Jacek Caban 2008-10-01mshtml: Use create_all_collection in IHTMLElement::get_all implementation.
Jacek Caban 2008-10-01mshtml: Use create_collection_from_nodelist in IHTMLElement::get_children implementation. LONG
Jacek Caban 2008-10-01mshtml: Move IHTMLElementCollection to separated file.
Jacek Caban 2008-10-01mshtml: Don't use IHTMLControlElement in IDispatchEx implementations.
Jacek Caban 2008-10-01mshtml: Added IDispatchEx support to IHTMLTable.
Jacek Caban 2008-10-01mshtml: Added IDispatchEx support to HTMLTableRow.
Jacek Caban 2008-10-01mshtml: Added IHTMLTableRow stub implementation.
Jacek Caban 2008-09-30mshtml.idl: Added DispHTMLTableRow declaration.
Jacek Caban 2008-09-30mshtml.idl: Added DispHTMLTable declaration.
Jacek Caban 2008-09-30mshtml.idl: Added IHTMLTableRow declaration.
Alexandre Julliard 2008-09-25advapi32: Always pass a valid argv pointer to a service even if there are no arguments. LONG
Alexandre Julliard 2008-09-25gdiplus: Fix a string buffer overflow.
Jacek Caban 2008-09-25mshtml: Use ActiveScript for JavaScript in file protocol documents.
Jacek Caban 2008-09-25jscript: Added String.split implementation.
Jacek Caban 2008-09-25jscript: Added String.match implementation for non-regexp arguments.
Jacek Caban 2008-09-25jscript: Added String.replace implementation.
Jacek Caban 2008-09-25jscript: Split regexp_match function.
Jacek Caban 2008-09-25jscript: Added object to number conversion implementation.
Jacek Caban 2008-09-25jscript: Added Number default value implementation.
Jacek Caban 2008-09-25jscript: Added VT_R8 to string conversion implementation.
Jacek Caban 2008-09-24jscript: Fixed a typo.
Jacek Caban 2008-09-24jscript: Added RegExp contruction implementation.
Jacek Caban 2008-09-22jscript: Added Function default value implementation.
Jacek Caban 2008-09-22jscript: Added Function.toString implementation.
Jacek Caban 2008-09-22jscript: Don't call IDispatch as constructor.
Jacek Caban 2008-09-22jscript: Added Math.ceil implementation.
Jacek Caban 2008-09-22jscript: Added Math.pow implementation.
Jacek Caban 2008-09-22jscript: Added Math.max implementation.
Jacek Caban 2008-09-22jscript: Added Math.abs implementation.
Jacek Caban 2008-09-22jscript: Added Math.round implementation.
Jacek Caban 2008-09-22jscript: Added Math.min implementation.
Jacek Caban 2008-09-22jscript: Added String function implementation.
Jacek Caban 2008-09-22jscript: Added String.concat implementation.
Jacek Caban 2008-09-22jscript: Added String default value implementation.
Jacek Caban 2008-09-22jscript: Added String constructor implementation.
Jacek Caban 2008-09-22jscript: Remove no longer used jsdisp_set_prototype.
Jacek Caban 2008-09-22jscript: Added parseInt implementation.
Jacek Caban 2008-09-22jscript: Added String.charCodeAt implementation.
Jacek Caban 2008-09-22jscript: Added String.slice implementation.
Jacek Caban 2008-09-22jscript: Added String.valueOf implementation.
Jacek Caban 2008-09-22jscript: Added String.toString implementation.
Jacek Caban 2008-09-22jscript: Added String.substring implementation.
Jacek Caban 2008-09-22jscript: Fixed typo in to_integer.
Jacek Caban 2008-09-22jscript: Added Array default value implementation.
Jacek Caban 2008-09-22jscript: for..in is not error if in expression is not an object.
Jacek Caban 2008-09-22jscript: Added Object default value implementation.
Jacek Caban 2008-09-22jscript: Added Array.concat implementation.
Jacek Caban 2008-09-22jscript: Fixed array literal length calculation.
Jacek Caban 2008-09-22jscript: Added Array.sort implementation.
Jacek Caban 2008-09-22jscript: Added Number function implementation.
Jacek Caban 2008-09-22jscript: Added Number.toString implementation.
Jacek Caban 2008-09-22jscript: Added Number constructor implementation.
Jacek Caban 2008-09-22jscript: Added Array.toString implementation.
Jacek Caban 2008-09-22jscript: Added Array.join implementation.
Jacek Caban 2008-09-22jscript: Added Array.push implementation.
Jacek Caban 2008-09-22jscript: Added string to number conversion implementation.
Jacek Caban 2008-09-22mshtml: Fixed dynamic properties allocation.
Jacek Caban 2008-09-19jscript: Added function constructor object.
Jacek Caban 2008-09-19jscript: Added more to_string implementation.
Jacek Caban 2008-09-19jscript: Minor fixes.
Jacek Caban 2008-09-19jscript: Added '>>>=' expression implementation.
Jacek Caban 2008-09-19jscript: Added '>>=' expression implementation.
Jacek Caban 2008-09-19jscript: Added '<<=' expression implementation.
Jacek Caban 2008-09-19jscript: Added '>>>' expression implementation.
Jacek Caban 2008-09-19jscript: Added '>>' expression implementation.
Jacek Caban 2008-09-19jscript: Added '<<' expression implementation.
Jacek Caban 2008-09-19jscript: Added with statement implementation.
Jacek Caban 2008-09-19jscript: Added delete expression implementation.
Jacek Caban 2008-09-19jscript: Added for..in statement implementation.
Jacek Caban 2008-09-19jscript: Added String.charAt implementation.
Jacek Caban 2008-09-19jscript: Added void expression implementation.
Jacek Caban 2008-09-18jscript: Added for statement implementation.
Jacek Caban 2008-09-18jscript: Added continue statement implementation.
Jacek Caban 2008-09-18jscript: Added while and do..while statement implementation.
Jacek Caban 2008-09-18jscript: Added String.length implementation.
Jacek Caban 2008-09-18jscript: Added to_string(VT_I4) implementation.
Jacek Caban 2008-09-18jscript: Added array literal implementation.
Jacek Caban 2008-09-18jscript: Added eval implementation.
Jacek Caban 2008-09-18jscript: Added bool and null to number conversion implementation.
Jacek Caban 2008-09-18jscript: Added plus expression implementation.
Jacek Caban 2008-09-18jscript: Added '~' expression implementation.
Jacek Caban 2008-09-18jscript: Added ',' expression implementation.
Jacek Caban 2008-09-18jscript: Added '^=' expression implementation.
Jacek Caban 2008-09-18jscript: Added '^' expression implementation.
Jacek Caban 2008-09-18jscript: Added '&=' expression implementation.
Jacek Caban 2008-09-18jscript: Added '&' expression implementation.
Jacek Caban 2008-09-18jscript: Added '|=' expression implementation.
Jacek Caban 2008-09-18jscript: Added '|' expression implementation.
Jacek Caban 2008-09-18jscript: Added break statement implementation.
Jacek Caban 2008-09-18jscript: Added switch statement implementation.
Jacek Caban 2008-09-18jscript: Added 'new' expression implementation.
Jacek Caban 2008-09-18jscript: Added '!=' expression implementation.
Jacek Caban 2008-09-18jscript: Added '==' expression implementation.
Jacek Caban 2008-09-17mshtml: Fixed tests on IE7.
Jacek Caban 2008-09-17jscript: Fixed allocation of script buffer.
Lei Zhang 2008-09-17qcap: Make sure input to AMStreamConfig_SetFormat is not NULL.
Jacek Caban 2008-09-16jscript: Added minus expression implementation.
Jacek Caban 2008-09-16jscript: Added '/=' expression implementation.
Jacek Caban 2008-09-16jscript: Added '/' expression implementation.
Jacek Caban 2008-09-16jscript: Added '*=' expression implementation.
Jacek Caban 2008-09-16jscript: Added '*' expression implementation.
Jacek Caban 2008-09-16jscript: Added '-=' expression implementation.
Jacek Caban 2008-09-16jscript: Added '-' expression implementation.
Jacek Caban 2008-09-16jscript: Added to_object(number) implementation.
Jacek Caban 2008-09-16jscript: Added to_object(VT_BOOL) implementation.
Jacek Caban 2008-09-16jscript: Added throw statement implementation.
Jacek Caban 2008-09-16jscript: Added try statement implementation.
Hans Leidekker 2008-09-16winhttp: Fix logic inversion bug in setting disable flags.
Hans Leidekker 2008-09-16winhttp: Manage a session global cookie cache.
Hans Leidekker 2008-09-16winhttp: Move handling of default request parameters back to WinHttpOpenRequest.
Hans Leidekker 2008-09-16winhttp: Reset content length when all data has been read.
Jacek Caban 2008-09-16jscript: Added RegExp tests.
Jacek Caban 2008-09-16jscript: Added String.match implementation.
Jacek Caban 2008-09-16jscript: Added string to object conversion implementation.
Jacek Caban 2008-09-16jscript: Added regular expression compiler based on Mozilla regexp implementation. LONG
Jacek Caban 2008-09-16jscript: Reuse temporary heap.
Jacek Caban 2008-09-16jscript: Added parser support for regular expressions.
Jacek Caban 2008-09-16jscript: Added ArrayInstance::on_put implementation.
Jacek Caban 2008-09-16jscript: Added Array.length implementation.
Jacek Caban 2008-09-16jscript: Added Array constructor implementation.
Jacek Caban 2008-09-16jscript: Added missing RegExp properties.
Roy Shea 2008-09-15kernel32/test: Test import entries of a core windows DLL.
Alexandre Julliard 2008-09-12winex11: Driver-side implementation of SetLayeredWindowAttributes.
Alexandre Julliard 2008-09-12user32: Add a SetLayeredWindowAttributes driver entry point.
Alexandre Julliard 2008-09-12user32/tests: Added some tests for Get/SetLayeredWindowAttributes.
Alexandre Julliard 2008-09-12server: Implemented the server side of Get/SetLayeredWindowAttributes.
Alexandre Julliard 2008-09-12user32: Notify the user driver about window extended style changes too.
Jacek Caban 2008-09-12mshtml: Added body dispatch id test.
Jacek Caban 2008-09-12jscript: Added postfix decrement expression implementation.
Jacek Caban 2008-09-12jscript: Added postfix increment expression implementation.
Jacek Caban 2008-09-12jscript: Added prefix decrement expression implementation.
Jacek Caban 2008-09-12jscript: Added prefix increment expression.
Jacek Caban 2008-09-12jscript: Added '>=' expression implementation.
Jacek Caban 2008-09-12jscript: Added '>' expression implementation.
Jacek Caban 2008-09-12jscript: Added '<=' implementation.
Jacek Caban 2008-09-12jscript: Added '<' expression implementation.
Jacek Caban 2008-09-12jscript: Added '&&' expression implementation.
Jacek Caban 2008-09-12jscript: Added '||' expression implementation.
Jacek Caban 2008-09-12jscript: Added '+=' expression implementation.
Hans Leidekker 2008-09-11winhttp: Strip content-type/length headers from request on a redirect.
Hans Leidekker 2008-09-11winhttp: Preserve cookies on redirects.
Hans Leidekker 2008-09-11winhttp: Redirects are always GET requests.
Hans Leidekker 2008-09-11winhttp: Handle relative redirects.
Jacek Caban 2008-09-11jscript: Added add expression implementation.
Jacek Caban 2008-09-11jscript: Added script types tests.
Jacek Caban 2008-09-11jscript: Added conditional expression implementation.
Jacek Caban 2008-09-11jscript: Added block statement implementation.
Jacek Caban 2008-09-11jscript: Added object initialiser expression implementation.
Jacek Caban 2008-09-11jscript: Added if statement implementation.
Jacek Caban 2008-09-11jscript: Added IActiveScriptParseProcedure2::ParseProcedureText implementation.
Jacek Caban 2008-09-11jscript: Release named items in IActiveScript::Close.
Jacek Caban 2008-09-11jscript: Added initial prototype of functions.
Jacek Caban 2008-09-11jscript: Added function expression implementation.
Jacek Caban 2008-09-11jscript: Added constructor invokation from Function object support.
Jacek Caban 2008-09-11jscript: Added Object constructor implementation.
Jacek Caban 2008-09-11jscript: Added 'new' expression implementation.
Jacek Caban 2008-09-11jscript: Added array expression implementation.
Jacek Caban 2008-09-11jscript: Set arguments object on function call.
Jacek Caban 2008-09-11jscript: Set parameters on function call.
Jacek Caban 2008-09-11jscript: Added Function.[[call[]][]] implementation.
Jacek Caban 2008-09-11jscript: Added return statement implementation.
Jacek Caban 2008-09-11jscript: Added this expression implementation.
Alexandre Julliard 2008-09-11kernel32: Added implementation for UnregisterWaitEx.
Dmitry Timoshkov 2008-09-11user32: Fix the work area test to pass on Windows when the taskbar is on top.
Dmitry Timoshkov 2008-09-11user32: Implement SystemParametersInfo(SPI_GETWORKAREA) properly.
Dmitry Timoshkov 2008-09-11user32: Make GetMonitorInfoW print the monitor properties.
Lei Zhang 2008-09-11comctl32: Handle listview dragging better.
Lei Zhang 2008-09-11comctl32: listview: Prevent DragDetect from removing WM_LBUTTONUP messages.
Roy Shea 2008-09-11shell32: Use default system icons if PrivateExtractIconsW in SHGetFileInfoW...
Jacek Caban 2008-09-10jscript: Added typeof expression implementation.
Jacek Caban 2008-09-10jscript: Added Math object stub implementation.
Jacek Caban 2008-09-10jscript: Added RegExp constructor object implementation.
Jacek Caban 2008-09-10jscript: Added Number constructor object implementation.
Jacek Caban 2008-09-10jscript: Added Boolean constructor object.
Jacek Caban 2008-09-10jscript: Added Array constructor object implementation.
Jacek Caban 2008-09-10jscript: Added String constructor object.
Jacek Caban 2008-09-10jscript: Added Object constructor object implementation.
Hans Leidekker 2008-09-10winhttp: Better diagnostics in the notification test.
Hans Leidekker 2008-09-10winhttp: Increase sleep between two tests that connect to the same host.
Hans Leidekker 2008-09-10winhttp: Don't loop on response codes other than 301 and 302.
Alexandre Julliard 2008-09-09user32: Fix DeferWindowPos to work on windows belonging to other processes.
Jacek Caban 2008-09-09jscript: Added '!==' expression implementation.
Jacek Caban 2008-09-09jscript: Added Function.length implementation.
Jacek Caban 2008-09-09jscript: Added member expression implementation.
Jacek Caban 2008-09-09jscript: Added function object stub implementation.
Jacek Caban 2008-09-09jscript: Add static functions to variable objects.
Jacek Caban 2008-09-09jscript: Added scope chain implementation.
Jacek Caban 2008-09-09jscript: Added global object implementation.
Jacek Caban 2008-09-09jscript: Added '===' expression implementation.
Jacek Caban 2008-09-09jscript: Added infrastructure for test scripts.
Jacek Caban 2008-09-09jscript: Added call expression implementation.
Jacek Caban 2008-09-09jscript: Added assignment test.
Jacek Caban 2008-09-09jscript: Added variable object handling.
Jacek Caban 2008-09-09jscript: Added assign expression implementation.
Jacek Caban 2008-09-09jscript: Added literal expression implementation.
Jacek Caban 2008-09-09jscript: Added var statement implementation.
Jacek Caban 2008-09-09jscript: Added AddNamedItem implementation.
Jacek Caban 2008-09-09jscript: Added identifier expression implementation.
Jacek Caban 2008-09-09jscript: Added logical negation implementation.
Jacek Caban 2008-09-09jscript: Added expression statement implementation.
Jacek Caban 2008-09-09jscript: Added DeleteMemberByName implementation.
Jacek Caban 2008-09-09jscript: Added InvokeEx implementation.
Jacek Caban 2008-09-09jscript: Added GetMemberName implementation.
Jacek Caban 2008-09-09jscript: Added GetNextDispID implementation.
Hans Leidekker 2008-09-09winhttp: Make sure not to read more data than expected on a redirect.
Hans Leidekker 2008-09-09winhttp: WinHttpQueryDataAvailable should do a blocking read if more data is expected. LONG
Hans Leidekker 2008-09-09winhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT must return a pointer.
Alexandre Julliard 2008-09-08winex11: Support setting the window region on windows belonging to other threads. LONG
Alexandre Julliard 2008-09-08winex11: Moved the X11DRV_WindowMessage function to window.c.
Jacek Caban 2008-09-08jscript: Store more data in DispatchEx object.
Jacek Caban 2008-09-08jscript: Added GetDispID implementation.
Hans Leidekker 2008-09-08winhttp: Support asynchronous requests.
Hans Leidekker 2008-09-08winhttp: Add the remaining completion notifications.
Hans Leidekker 2008-09-08winhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.
Hans Leidekker 2008-09-08winhttp: The last parameter of WinHttpWriteData is optional.
Hans Leidekker 2008-09-08winhttp: Start sending async completion notifications. Add corresponding tests.
Hans Leidekker 2008-09-08winhttp: Use a process global SSL context instead of per connection.
Lei Zhang 2008-09-08sane.ds: Replace wsprintfW with sprintfW.
Hans Leidekker 2008-09-05winhttp: The last parameter of WinHttpQueryDataAvailable and WinHttpReadData is optional. LONG
Hans Leidekker 2008-09-05winhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RAW_HEADERS).
Hans Leidekker 2008-09-05winhttp: Implement WinHttpQueryOption(WINHTTP_OPTION_SECURITY_FLAGS).
Jacek Caban 2008-09-05jscript: Added empty statement implementation.
Jacek Caban 2008-09-05jscript: Added ParseScriptText test.
Jacek Caban 2008-09-05jscript: Added SCRIPTSTATE_STARTED implementation.
Jacek Caban 2008-09-05jscript: Added IActiveScript::ParseScriptText implementation.
Alexandre Julliard 2008-09-04kernel32: Implemented the wrapper functions for job objects.
Alexandre Julliard 2008-09-04ntdll: Add stubs for all the job object functions.
Alexandre Julliard 2008-09-04ntdll: Implemented NtOpenProcessTokenEx and NtOpenThreadTokenEx.
Alexandre Julliard 2008-09-04winebuild: Generate MS-style imports using the OriginalFirstThunk field.
Alexandre Julliard 2008-09-04libwine: Add support for relocating MS-style imports that use OriginalFirstThunk. LONG
Jacek Caban 2008-09-04jscript: Added parser memory managment.
Jacek Caban 2008-09-04jscript: Added lexer.
Jacek Caban 2008-09-04jscript: Added parser.
Hans Leidekker 2008-09-04winhttp: Implement some more options.
Hans Leidekker 2008-09-03winhttp: Add an initial implementation of WinHttpQueryOption and WinHttpSetOption. LONG
Hans Leidekker 2008-09-03winhttp: WinHttpCrackUrl and InternetCrackUrlW use different scheme constants.
Hans Leidekker 2008-09-03winhttp: Add status notification tests. Make them pass.
Hans Leidekker 2008-09-03winhttp: Move handling of default request parameters into build_request_string(). LONG
Hans Leidekker 2008-09-03winhttp: A non-standard port must be included in the host header.
Hans Leidekker 2008-09-03winhttp: Avoid testing errno when it isn't set.
Hans Leidekker 2008-09-03winhttp: Handle redirects.
Hans Leidekker 2008-09-03winhttp: Allow reusing a secure connection.
Hans Leidekker 2008-09-03winhttp: Add zero value content length header to POST requests without additional data. LONG
Dan Hipschman 2008-09-02oleaut32: Add a widl-generated proxy file for ocidl.idl.
Dan Hipschman 2008-09-02widl: Output NULL for inherited methods in the vtbl.
Dan Hipschman 2008-09-02ole32: Add a widl-generated proxy file for oleidl.idl.
Dan Hipschman 2008-09-02ole32: Add a widl-generated proxy file for objidl.idl.
Dan Hipschman 2008-09-02ole32: Add widl-generated proxies for unknwn.idl and dcom.idl.
Hans Leidekker 2008-08-29winhttp: Use default values when empty strings are passed for verb, object and version parameters. LONG
Hans Leidekker 2008-08-29winhttp: Test secure connections. Fix a crash when no response is returned.
Hans Leidekker 2008-08-29winhttp: Add support for secure connections.
Lei Zhang 2008-08-28wininet: Remove redundant CrLf variables.
Lei Zhang 2008-08-28wininet: Work around NULL headers when handling HTTP_QUERY_RAW_HEADERS_CRLF.
Lei Zhang 2008-08-28regedit: Fix typo in commit c6d01ac847edc2ad02ef02c7a0ead7a833539c3c.
Hans Leidekker 2008-08-27winhttp: Implement WinHttpSetCredentials.
Hans Leidekker 2008-08-27winhttp: Implement WinHttpQueryAuthSchemes.
Dmitry Timoshkov 2008-08-27user32: Add a test for monitor work area, fix some failures.
Hans Leidekker 2008-08-26winhttp: Remove some unneeded includes.
Hans Leidekker 2008-08-26winhttp: Implement WinHttpSendRequest.
Hans Leidekker 2008-08-26winhttp: Implement WinHttpQueryDataAvailable.
Hans Leidekker 2008-08-26winhttp: Implement WinHttpReceiveResponse.
Hans Leidekker 2008-08-26winhttp: Add support for querying most of the standard header attributes.
Hans Leidekker 2008-08-26winhttp: Implement WinHttpReadData.
Hans Leidekker 2008-08-26winhttp: Implement WinHttpWriteData.
Hans Leidekker 2008-08-26winhttp: Add networking infrastructure.
Jacek Caban 2008-08-26jscript: Added JSGlobal typelib.
Roy Shea 2008-08-26mstask: Implemented CreateTrigger.
Roy Shea 2008-08-26mstask: Implemented (Set|Get)Trigger.
Jacek Caban 2008-08-25mshtml: Added IHTMLElement::get_parentElement implementation.
Roy Shea 2008-08-25mstask: Implemented PersistFile_Save stub.
Roy Shea 2008-08-22mstask: Implemented partial stub for (Set|Get)AccountInformation.
Roy Shea 2008-08-22mstask: Task PersistFile AddRef, QueryInterface, and Release.
Roy Shea 2008-08-22mstask: Implemented (Set|Get)MaxRunTime.
Roy Shea 2008-08-22mstask: Implemented (Set|Get)Comment.
Roy Shea 2008-08-22mstask: Implement (Set|Get)Parameters.
Maarten Lankhorst 2008-08-22dsound: Tune some parameters to make pulseaudio work.
Maarten Lankhorst 2008-08-22winealsa.drv: Tune some parameters to make pulseaudio work.
Lei Zhang 2008-08-21comctl32: Set listview focus on WM_LBUTTONUP instead of WM_LBUTTONDOWN.
Roy Shea 2008-08-21expand: Extended expand program to accept /r argument.
Roy Shea 2008-08-21mstask: Implemented (Set|Get)ApplicationName.
Roy Shea 2008-08-21mstask/tests: Conformance test for (Set|Get)Trigger.
Roy Shea 2008-08-21mstask: TaskTrigger stub with AddRef, QueryInterface, and Release.
Roy Shea 2008-08-21mstask/tests: Basic conformance test for (Set|Get)AccountInformation.
Roy Shea 2008-08-21mstask/tests: Conformance test for (Set|Get)MaxRunTime.
Roy Shea 2008-08-21mstask/tests: Conformance test for (Set|Get)Comment.
Roy Shea 2008-08-21mstask/tests: Conformance test for (Set|Get)Parameters.
Hans Leidekker 2008-08-20winhttp: Add some tests for WinHttpAddRequestHeaders.
Hans Leidekker 2008-08-20winhttp: Use default values for verb, object and version parameters in WinHttpOpenRequest. LONG
Hans Leidekker 2008-08-20winhttp: Implement WinHttpQueryHeaders.
Hans Leidekker 2008-08-20winhttp: Implement WinHttpAddRequestHeaders.
Hans Leidekker 2008-08-20winhttp: Add a stub implementation for WinHttpSetTimeouts.
Hans Leidekker 2008-08-20winhttp: Deliver status notifications to the application.
Roy Shea 2008-08-20mstask/test: Conformance test for CreateTrigger.
Roy Shea 2008-08-20mstask/test: Conformance test for (Set|Get)ApplicationName.
Roy Shea 2008-08-20include: Added defines used by TASK_TRIGGER members.
Roy Shea 2008-08-20include: Add task scheduler specific error codes.
Hans Leidekker 2008-08-19winhttp: Implement WinHttpTimeFromSystemTime and WinHttpTimeToSystemTime.
Hans Leidekker 2008-08-19winhttp: Forward WinHttpCrackUrl and WinHttpCreateUrl to wininet for the time being. LONG
Hans Leidekker 2008-08-19winhttp: Add stub implementations for WinHttpGetDefaultProxyConfiguration, WinHttpGetProxyForUrl and WinHttpSetDefaultProxyConfiguration. LONG
Hans Leidekker 2008-08-19winhttp: Implement WinHttpSetStatusCallback. Start sending notifications.
Hans Leidekker 2008-08-19winhttp: Implement WinHttpOpenRequest.
Hans Leidekker 2008-08-19winhttp: Implement WinHttpConnect.
Hans Leidekker 2008-08-19winhttp: Implement WinHttpOpen and WinHttpCloseHandle.
Hans Leidekker 2008-08-19winhttp: Add a handle management implementation.
Jacek Caban 2008-08-19mshtml: Use heap_alloc_zero for HTMLWindow allocation.
Roy Shea 2008-08-19mstask: Stub implementation of Activate.
Roy Shea 2008-08-19mstask: Activate conformance test.
Zac Brown 2008-08-19winhttp: Add test for adding/querying headers.
Zac Brown 2008-08-19winhttp: Add stub implementation for WinHttpAddRequestHeaders.
Zac Brown 2008-08-19winhttp: Add stub implementation for WinHttpQueryHeaders.
Zac Brown 2008-08-19winhttp: Add test for WinHttpTimeToSystemTime.
Zac Brown 2008-08-19winhttp: Add stub implementation for WinHttpTimeToSystemTime.
Zac Brown 2008-08-19winhttp: Add test for WinHttpTimeFromSystemTime.
Zac Brown 2008-08-19winhttp: Add stub implementation for WinHttpTimeFromSystemTime.
Maarten Lankhorst 2008-08-19winmm: Test opening the same device twice.
Maarten Lankhorst 2008-08-19dsound: Remove int24_struct from conversion routines.
Maarten Lankhorst 2008-08-19winealsa.drv: Fix compiler warnings and remove deprecated calls.
Lei Zhang 2008-08-18shell32: Handle directories in ShellExecute.
Lei Zhang 2008-08-18comctl32: Add a test for TTM_GETTEXT.
Maarten Lankhorst 2008-08-18winealsa.drv: Add ability to recover from underruns to directsound driver.
Dan Hipschman 2008-08-18advapi32/tests: Add tests for GetSecurityInfo with a NULL security descriptor...
Dan Hipschman 2008-08-18widl: Honor typedef pointer attributes.
Dan Hipschman 2008-08-18advapi32: Implement GetSecurityInfo.
Roy Shea 2008-08-05mstask: Task stub with AddRef, QueryInterface, and Release.
Roy Shea 2008-08-05mstask: Implemented NewWorkItem.
Dan Kegel 2008-08-05shell32/tests: Test whether SHGetFileInfo should clear hIcon.
Roy Shea 2008-08-04mstask/test: NewWorkItem conformance test.
Jacek Caban 2008-08-01mshtml: Added IHTMLElement::get_offsetHeight implementation.
Zac Brown 2008-08-01winhttp/tests: Add test for sending request.
Dan Kegel 2008-07-31wininet: HTTP_QUERY_RAW_HEADERS_CRLF length shouldn't include nul.
Lei Zhang 2008-07-30cmd: Check the return value from HeapAlloc.
Dan Hipschman 2008-07-30kernel32/tests: Add tests for undocumented default timer queue "features".
Dan Hipschman 2008-07-30ntdll: Add support for a default timer queue.
Jacek Caban 2008-07-29mshtml: Forward IHTMLTextContainer::get_scrollTop to IHTMLElement2.
Jacek Caban 2008-07-29mshtml: Added IHTMLElement2::get_scrollTop implementation.
Jacek Caban 2008-07-29mshtml: Forward IHTMLTextContainer::get_scroll[Hight|Width[]] implementation to IHTMLElement2. LONG
Jacek Caban 2008-07-29mshtml: Added IHTMLElement2::get_scrollWidth implementation.
Jacek Caban 2008-07-29mshtml: Added IOmNavigator::get_platform implementation.
Jacek Caban 2008-07-29mshtml: Added IHTMLElement2::get_scrollHeight implementation.
Zac Brown 2008-07-29winhttp: Add stub implementation for WinHttpWriteData.
Roy Shea 2008-07-29mstask: Implemented DllRegisterServer.
Roy Shea 2008-07-29mstask: Implemented DllUnregisterServer.
Maarten Lankhorst 2008-07-29quartz: Fix support for files with multiple odml indexes.
Maarten Lankhorst 2008-07-29quartz: Fix end of file handling when first request is already end of file.
Maarten Lankhorst 2008-07-29quartz: Pass InputPin as parameter to transform filter.
Maarten Lankhorst 2008-07-29quartz: Use correct media type in transformfilter's QueryAccept.
Maarten Lankhorst 2008-07-29quartz: Make transform filter return hresult from running/pausing.
Maarten Lankhorst 2008-07-29quartz: Trace the iface pointer in the memory allocator.
Maarten Lankhorst 2008-07-29uuids: Add MEDIASUBTYPE_AYUV.
Maarten Lankhorst 2008-07-29qcap: Make the server directly register a filter instead of the workarounds.
Zac Brown 2008-07-29include/winhttp.h: Add WINHTTP_TIME_FORMAT_BUFSIZE.
Dan Hipschman 2008-07-28ntdll: Fix a small timer-queue bug whereby a deleted timer may still expire.
Dan Hipschman 2008-07-25ntdll: Implement the timer queue thread.
Dan Hipschman 2008-07-25ntdll: Implement RtlDeleteTimer for kernel32's DeleteTimerQueueTimer.
Dan Hipschman 2008-07-25ntdll: Implement RtlUpdateTimer for kernel32's ChangeTimerQueueTimer.
Jacek Caban 2008-07-24mshtml: Added IOmNavigator::get_appCodeName implementation.
Jacek Caban 2008-07-24mshtml: Added IHTMLDocument2::[get|put[]]_title tests.
Dan Kegel 2008-07-23winmm/tests: Test mciSendString with non-null return string buffer.
Zac Brown 2008-07-23include/winhttp.h: Add remaining flags.
Lei Zhang 2008-07-23gdi32: Glyph advances should be measured for unrotated characters.
Lei Zhang 2008-07-23gdi32: Add a test for font orientation.
Dan Hipschman 2008-07-23include: Add WT_TRANSFER_IMPERSONATION to winnt.h.
Dan Hipschman 2008-07-23ntdll: Implement RtlCreateTimer for kernel32's CreateTimerQueueTimer.
Roy Shea 2008-07-23mstask: Implement ClassFactory, DllGetClassObject, and DllCanUnloadNow.
Dan Hipschman 2008-07-22ntdll: Implement [Rtl[]]Create/DeleteTimerQueue[Ex[]].
Dan Hipschman 2008-07-22kernel32/tests: Check that timers are not NULL in timer queue tests.
Dan Hipschman 2008-07-22kernel32/tests: Add tests for Change/DeleteTimerQueueTimer.
Dan Hipschman 2008-07-22kernel32: Add a stub for ChangeTimerQueueTimer.
Maarten Lankhorst 2008-07-22quartz: Fix end of stream handling in avi splitter.
Lei Zhang 2008-07-22ntdll: Use our own implementation of atoi and atol.
Lei Zhang 2008-07-22ole32: Silence FIXME from CoGetContextToken stub.
Lei Zhang 2008-07-21gdiplus: Add tests for passing negative strides to GdipCreateBitmapFromScan0.
Roy Shea 2008-07-21mstask: TaskScheduler stub with AddRef, QueryInterface, and Release.
Roy Shea 2008-07-21mstask: Generate C file with GUID definitions from mstask.idl.
Dan Kegel 2008-07-21tools: Allow running tests with valgrind.
Lei Zhang 2008-07-21gdi32: CreateDIBitmap should check for SetDIBits failure.
Lei Zhang 2008-07-21winex11: X11DRV_DIB_[GS[]]etImageBits should return 0 on failure.
Lei Zhang 2008-07-21oleaut32: Check return values in several functions.
Maarten Lankhorst 2008-07-21quartz: Fix bugs that occur during connection.
Maarten Lankhorst 2008-07-21quartz: Fix handling of zero byte samples and endofstreams.
Maarten Lankhorst 2008-07-21include: Fix typo in vmrender.idl.
Zac Brown 2008-07-18winhttp/tests: Add test for opening request.
Zac Brown 2008-07-18ntdll: Remove byte reversed U+3000 (CJK space) from being checked in...
Jacek Caban 2008-07-17msi: Added Session::Message implementation.
Lei Zhang 2008-07-17user32: Clamp newly created windows to the minimum window size.
Lei Zhang 2008-07-17user32: Add a test for SetWindowPos.
Dan Hipschman 2008-07-17kernel32/tests: Add tests for timer queues.
Roy Shea 2008-07-16mstask: Skeleton implementation of Task Scheduler Service.
Maarten Lankhorst 2008-07-16quartz: Fix wrong assignment of variable in parser.
Dan Hipschman 2008-07-16kernel32/tests: Fix p_BindIoCompletionCallback declaration so it compiles with...
Dan Hipschman 2008-07-16libs/wine: Avoid over-allocating memory in default_dbgstr_wn.
Maarten Lankhorst 2008-07-16quartz: Explicitly handle wave headers in avi splitter.
Maarten Lankhorst 2008-07-16winemp3: Be more tolerant to what a valid mp3 header is.
Jacek Caban 2008-07-14mshtml: Added IHTMLElement2::getElementsByTagName tests.
Jacek Caban 2008-07-14mshtml: Added IHTMLElement2::getElementsByTagName implementation.
Jacek Caban 2008-07-14mshtml: Allow timers to be cleaned during processing.
Maarten Lankhorst 2008-07-14quartz: Fix reference leak in avi splitter on end of stream.
Maarten Lankhorst 2008-07-14quartz: Only allocate 1 buffer in transform filter.
Maarten Lankhorst 2008-07-14quartz: Fix memory and sample leaks.
Maarten Lankhorst 2008-07-14quartz: Fix incorrect use of mtCurrent in transform filter.
Roy Shea 2008-07-11include: Add header for mstask.
Maarten Lankhorst 2008-07-11includes: Add video mixing renderer header.
Maarten Lankhorst 2008-07-11devenum: Call VariantInit instead of VariantClear.
Maarten Lankhorst 2008-07-11quartz: Make the file source rotate around the 'first' sample, to prevent...
Maarten Lankhorst 2008-07-11quartz: End the flush downstream first before restarting playback in pullpin.
Zac Brown 2008-07-11include/winhttp.h: Add WinHttp status codes.
Jacek Caban 2008-07-10shlwapi: Fixed handling mk protocol URLs in UrlCombineW.
Maarten Lankhorst 2008-07-10ntdll: Use module for path to activation context.
Zac Brown 2008-07-10wininet/tests: Change some traces to skips in tests.
Maarten Lankhorst 2008-07-10quartz: Call run before pausing in transform filter.
Maarten Lankhorst 2008-07-10quartz: Make filtergraph quieter.
Maarten Lankhorst 2008-07-10quartz: Make parser start even if some of the pins aren't connected.
Maarten Lankhorst 2008-07-10quartz: Fix deadlocks in dsound renderer.
Maarten Lankhorst 2008-07-10quartz: Fix end of stream handling.
Maarten Lankhorst 2008-07-10quartz: Always set current position again.
Maarten Lankhorst 2008-07-09quartz: Add tests for avi splitter.
Maarten Lankhorst 2008-07-09quartz: Add rewrite of avi splitter.
Maarten Lankhorst 2008-07-09quartz: Fix deadlock with transform filter.
Zac Brown 2008-07-08winhttp: Add stub implementation for WinHttpCloseHandle.
Zac Brown 2008-07-08winhttp: Add stub implementation for WinHttpReadData.
Zac Brown 2008-07-08winhttp: Add stub implementation for WinHttpSetOption.
Zac Brown 2008-07-08winhttp: Add stub implementation for WinHttpReceiveResponse.
Zac Brown 2008-07-08winhttp: Add stub implementation for WinHttpQueryDataAvailable.
Zac Brown 2008-07-08winhttp: Add stub implementation for WinHttpQueryOption.
Roy Shea 2008-07-08wintrust/test: Verify array length before calling memcmp in test.
Maarten Lankhorst 2008-07-07quartz: Only call begin process functions in transform filter when stopped.
Maarten Lankhorst 2008-07-07quartz: Fix tiny bug in IGraphBuilder_Render.
Maarten Lankhorst 2008-07-07quartz: Fix parser/pullpin to only care about the state transition...
Maarten Lankhorst 2008-07-07quartz: Make sure transform filter commits allocator.
Jacek Caban 2008-07-04mshtml: Don't mix nsresult with HRESULT.
Maarten Lankhorst 2008-07-04quartz: Implement state transitions in video renderer.
Maarten Lankhorst 2008-07-04quartz: Implement state transitions in directsound renderer, and block on pause.
Zac Brown 2008-07-04winhttp: Add stub implementation for WinHttpSendRequest.
Zac Brown 2008-07-04winhttp: Add stub implementation for WinHttpOpenRequest and fix function...
Zac Brown 2008-07-04winhttp: Add stub implementation for WinHttpConnect.
Zac Brown 2008-07-04winhttp.h: Add WinHTTP error codes.
Maarten Lankhorst 2008-07-04quartz: Set filesource initial state to stopped.
Maarten Lankhorst 2008-07-04quartz: Make CLSID_AudioRender an alias for CLSID_DSoundRender.
Zac Brown 2008-07-03include: Add more #define's for winhttp options.
Maarten Lankhorst 2008-07-03quartz: Fix return values in directsound renderer.
Maarten Lankhorst 2008-07-03wined3d: Fix a deadlock that may occur during initialization.
Maarten Lankhorst 2008-07-03quartz: Fix return value for video renderer.
Dan Hipschman 2008-07-02widl: Factor a small part of the grammar.
Dan Hipschman 2008-07-02widl: Implement type redefinition checks.
Dan Hipschman 2008-07-02include: Fix type redefinitions in IDL files.
Jacek Caban 2008-07-01mshtml: Silence common invalid FIXME.
Jacek Caban 2008-07-01mshtml: Ignore fdexNameImplicit flag.
Jacek Caban 2008-07-01mshtml: Return NULL in window object's GetNameSpaceParent.
Jacek Caban 2008-07-01mshtml: Added IHTMLStyle::[get|put[]]_width implementation.
Jacek Caban 2008-07-01mshtml: Added IHTMLImgElement::[get|put[]]_alt implementation.
Jacek Caban 2008-07-01mshtml: Silence common invalid QueryInterface FIXME.
Jacek Caban 2008-07-01mshtml: DispatchEx's QueryInterface implementation clean up.
Jacek Caban 2008-07-01mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag.
Jacek Caban 2008-07-01mshtml: Added IHTMLWindow2::get_self implementation.
Jacek Caban 2008-07-01mshtml: Added IHTMLWindow::get_window implementation.
Zac Brown 2008-07-01ntdll: Implement checking for control characters in RtlIsTextUnicode.
Jacek Caban 2008-06-30mshtml: Added IHTMLWindow2::clearInterval implementation.
Jacek Caban 2008-06-30mshtml: Added IHTMLWindow2::clearTimeout implementation.
Jacek Caban 2008-06-30mshtml: Added IHTMLWindow3::setInterval implementation.
Jacek Caban 2008-06-30mshtml: Forward IHTMLWindow2::setInterval to IHTMLWindow3.
Jacek Caban 2008-06-30mshtml: Added VT_BSTR support to IHTMLWindow3::setTimeout.
Jacek Caban 2008-06-30oleaut32: Added test showing need to QueryInterface on dual interface in ITypeInfo::Invoke. LONG
Zac Brown 2008-06-30winhttp: Build an import library.
Zac Brown 2008-06-27shell32: Add stub implementation for SHGetIconOverlayIndex[AW[]].
Maarten Lankhorst 2008-06-27quartz: Fix Render and RenderFile.
Maarten Lankhorst 2008-06-27quartz: Make FilterGraph_Connect and ConnectDirect behave better.
Maarten Lankhorst 2008-06-27quartz: Make removing filters work slightly better.
Dan Hipschman 2008-06-27user32: Redefine internal pop-up tracking flags to avoid conflicts.
Jacek Caban 2008-06-26urlmon: Make file protocol invalid URL handling behave like IE7.
Jacek Caban 2008-06-26mshtml: Added DOCUMENT_NODE type support.
Jacek Caban 2008-06-26mshtml: Added IHTMLDOMNode::get_parentNode implementation.
Jacek Caban 2008-06-26mshtml: Added useful TRACEs.
Jacek Caban 2008-06-26mshtml: Added IHTMLElement::get_offsetTop implementation.
Lei Zhang 2008-06-26mshtml: Remove unneeded variable.
Dan Hipschman 2008-06-26riched20: Implement ITextDocument_fnGetSelection.
Zac Brown 2008-06-26winealsa.drv: Initialize a variable in MIX_close.
Lei Zhang 2008-06-26comctl32: Use the system variable pitch font for ip address controls.
Maarten Lankhorst 2008-06-26quartz: Downgrade a fixme to a warn in dsoundrender.
Jacek Caban 2008-06-25mshtml: Forward HTMLSelectElement's IDispatch functions to IDispatchEx implementation. LONG
Jacek Caban 2008-06-25mshtml: Added IHTMLSelectElement::get_type implementation.
Jacek Caban 2008-06-25mshtml: Added IHTMLInputElement::put_disabled implementation.
Jacek Caban 2008-06-25mshtml: Added IHTMLElement::put_title implementation.
Jacek Caban 2008-06-25mshtml: Added IHTMLElement::get_title implementation.
Jacek Caban 2008-06-25mshtml: Added IHTMLSelectElement::put_onchange implementation.
Jacek Caban 2008-06-25mshtml: Return NULL instead of empty string in IHTMLSelectElement::get_value.
Jacek Caban 2008-06-25mshtml: Added IHTMLSelectElement::put_value implementation.
Roy Shea 2008-06-25dsound/tests: Added additional tests of IDirectSound_CreateSoundBuffer.
Roy Shea 2008-06-25dsound/tests: Removed test depending on value of undefined variable.
Zac Brown 2008-06-25ntdll/tests: Add tests for (Rtl)IsTextUnicode to verify that...
Dan Hipschman 2008-06-25gdi32: Return the correct value from GetTextFace.
Maarten Lankhorst 2008-06-25quartz: Make the memory allocator emit more warnings and fix race condition.
Maarten Lankhorst 2008-06-25quartz: Create thread after connection is made.
Maarten Lankhorst 2008-06-25quartz: Remove dead code from DSoundRender.
Maarten Lankhorst 2008-06-25quartz: Handle case where ReceiveConnection is called on an already connected...
Zac Brown 2008-06-25mshtml: Initialize variables in a couple structs.
Jacek Caban 2008-06-24mshtml: Added IHTMLDOMNode::hasChildNodes implementation.
Jacek Caban 2008-06-24mshtml: Added IHTMLDOMNode::removeChild implementation.
Jacek Caban 2008-06-24mshtml: Fixed argument checking in IHTMLDOMChildrenCollection::item.
Jacek Caban 2008-06-24mshtml: Added support to accessing child nodes by index in IHTMLDOMChildrenCollection. LONG
Jacek Caban 2008-06-24mshtml: Added IHTMLElement2::put_tabIndex implementation.
Jacek Caban 2008-06-24mshtml: Added IHTMLElement2::get_tabIndex implementation.
Jacek Caban 2008-06-24mshtml: Added IHTMLElement::put_onkeyup implementation.
Jacek Caban 2008-06-24mshtml: Added keyup event support.
Dan Kegel 2008-06-24wininet: InternetCrackUrlW: For URLs that have no urlpath, native clears...
Maarten Lankhorst 2008-06-24quartz: Clear pin value if not connected.
Maarten Lankhorst 2008-06-24quartz: Add support for VideoInfoHeader2 to AVI Decompressor.
Maarten Lankhorst 2008-06-24quartz: Only enumerate renderers if bRender is set in filtermapper.
Maarten Lankhorst 2008-06-24quartz: DSoundRender shouldn't delete buffer when already connected.
Maarten Lankhorst 2008-06-24quartz: Have thread safety in memallocator.
Maarten Lankhorst 2008-06-24quartz: Implement VideoRenderer_GetCurrentImage.
Maarten Lankhorst 2008-06-24quartz: Implement GraphConfig_Reconfigure.
Jacek Caban 2008-06-23mshtml: Added generic HTML event listener and use it for click event.
Jacek Caban 2008-06-23mshtml: Use heap_alloc_zero in NSContainer_Create.
Jacek Caban 2008-06-23mshtml: Added IHTMLElement::put_className implementation.
Jacek Caban 2008-06-23mshtml: Added IHTMLElement::put_onclick implementation.
Jacek Caban 2008-06-23mshtml: Added IHTMLDocument3::createTextNode implementation.
Jacek Caban 2008-06-23mshtml: Added IHTMLImgElement::put_src implementation.
Jacek Caban 2008-06-23mshtml: Added IHTMLDOMNode::appendChild implementation.
Jacek Caban 2008-06-23mshtml: Return NULL instead of empty string in IHTMLElement::get_className.
Jacek Caban 2008-06-23mshtml: Added onclick attribute support.
Dan Kegel 2008-06-23user32: Fix buffer length thinko in dde_client.c.
Dan Hipschman 2008-06-23kernel32/tests: Add tests for TLS functions.
Dan Kegel 2008-06-23msxml3/tests: VT_EMPTY is not a string.
Dan Kegel 2008-06-23kernel32/tests: Initialize a few variables.
Dan Kegel 2008-06-23gdi32: GdiConvertToDevmodeW should not refer to unintialized name bytes.
Dan Kegel 2008-06-23winmm/tests: Initialize MIXERLINECONTROLSA before calling mixerGetLineControlsA.
Dan Hipschman 2008-06-23riched20/tests: Add a test for creating ITextDocument.
Dan Hipschman 2008-06-23riched20/tests: Add tests for OLE interface.
Jacek Caban 2008-06-21shdocvw: Added WebBrowser's IDispatch methods implementation.
Maarten Lankhorst 2008-06-21include: Add definitions for VMR-9 interface.
Dan Hipschman 2008-06-21gdi32: Add tests for GetTextFace.
Lei Zhang 2008-06-21gdi32: Check for regular fonts by style instead of style name.
Lei Zhang 2008-06-21comctl32: Support LVCF_SUBITEM in LVM_GETCOLUMN.
Maarten Lankhorst 2008-06-21quartz: Implement IBasicVideo2 for the filtergraph.
Maarten Lankhorst 2008-06-21quartz: Implement IMediaSeeking in the video renderer.
Maarten Lankhorst 2008-06-21quartz: Implement MediaControl_GetState.
Maarten Lankhorst 2008-06-21quartz: Try to render any existing renderers before creating a new one.
Maarten Lankhorst 2008-06-21quartz: Expose some methods so that a custom allocator can be created.
Maarten Lankhorst 2008-06-21quartz: Only query for event interface when there is a filtergraph.
Maarten Lankhorst 2008-06-21quartz: Add the ability to force a pin to use a certain renderer.
Dan Kegel 2008-06-21dsound: Don't free buffer if it's owned by alsa.
Dan Kegel 2008-06-21advpack: Don't close a handle if it wasn't opened.
Jacek Caban 2008-06-20mshtml: Added createElement test.
Jacek Caban 2008-06-20mshtml: Added IDispatchEx support to HTMLGenericElement.
Jacek Caban 2008-06-20mshtml: Added IHTMLGenericElement implementation.
Jacek Caban 2008-06-20mshtml: Added IHTMLDocument2::createElement implementation.
Jacek Caban 2008-06-20mshtml: Initialize node object from child node's constructors.
Jacek Caban 2008-06-20mshtml.idl: Added IHTMLGenericElement declaration.
Jacek Caban 2008-06-20mshtml.idl: Added DispHTMLGenericElement declaration.
Jacek Caban 2008-06-20mshtml: Better timer handling.
Jacek Caban 2008-06-20urlmon: Make mk protocol behave like IE7.
Maarten Lankhorst 2008-06-19quartz: Forward some messages from IMediaSeekingPassThru.
Roy Shea 2008-06-19user32: Initialize hdd HDDEDATA to NULL (valgrind).
Jacek Caban 2008-06-19mshtml: Forward HTMLInputElement IDispatch calls to IDispatchEx implementation.
Jacek Caban 2008-06-19mshtml: Added IHTMLInputElement::put_value implementation.
Jacek Caban 2008-06-19mshtml: Added IHTMLElement::get_clientHeight implementation.
Jacek Caban 2008-06-19mshtml: Added IHTMLElement2::get_clientWidth implementation.
Jacek Caban 2008-06-19mshtml: Better stub for IHTMLElement::setAttribute with NULL nselem.
Jacek Caban 2008-06-19mshtml: Added IHTMLElement2::put_accessKey implementation.
Jacek Caban 2008-06-19mshtml: Added IHTMLDOMNode::put_nodeValue implementation.
Jacek Caban 2008-06-19mshtml: Added IHTMLDOMNode::get_nodeValue implementation.
Jacek Caban 2008-06-19mshtml: Use heap_alloc_zero to allocate OmNavigator.
Jacek Caban 2008-06-19mshtml: Added IHTMLElement2::focus implementation.
Maarten Lankhorst 2008-06-19qcap: Capture pin should have an IAMStreamConfig.
Maarten Lankhorst 2008-06-19winemp3: Try to find a valid header instead of failing immediately.
Maarten Lankhorst 2008-06-19include: Add definitions for IAMFilterMiscFlags interface.
Maarten Lankhorst 2008-06-19include: Add definitions for IBasicVideo2 interface.
Maarten Lankhorst 2008-06-19quartz: Set data length in avi decompressor.
Maarten Lankhorst 2008-06-19quartz: Improve the directsound renderer a bit.
Lei Zhang 2008-06-18comctl32: Don't rearrange icons / update scroll bar when destroying a listview.
Jacek Caban 2008-06-18mshtml: Added IHTMLStyle::put_color implementation.
Jacek Caban 2008-06-18mshtml: Added IHTMLStyle::put_background implementation.
Jacek Caban 2008-06-18mshtml: Change backslashes to shashes in URLs passed to...
Jacek Caban 2008-06-18mshtml: Added more IDispatchEx tests.
Jacek Caban 2008-06-18mshtml: Added missing tids to HTMLCommentElement.
Jacek Caban 2008-06-18mshtml: Use heap_alloc_zero in HTMLElementCollection_Create.
Jacek Caban 2008-06-18mshtml: Added fdexNameEnsure support to IDidpatchEx implementation.
Jacek Caban 2008-06-18mshtml: Added IDispatchEx support to HTMLSelectElement.
Jacek Caban 2008-06-18mshtml: Added IHTMLElement::put_id implementation.
Jacek Caban 2008-06-18mshtml: Added IHTMLElement::get_id implementation.
Zac Brown 2008-06-11dsound/tests: Improve test for IDirectSound8_CreateSoundBuffer.
Dan Kegel 2008-06-10d3dx8/tests: Initialize matrix before testing its value.
Dan Kegel 2008-06-10shell32/tests: Avoid buffer overflow during test.
Dan Kegel 2008-06-09oleaut32/tests: Initialize reserved fields to unique values.
Dan Kegel 2008-06-09kernel32/tests: Initialize buffer.
Jacek Caban 2008-06-09mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol.
Dan Kegel 2008-06-06oleaut32/tests: VariantInit() isn't enough, you have to give a value, too.
Dan Kegel 2008-06-06msxml/tests: Use VariantInit, not VariantClear, to initialize new variants.
Dan Kegel 2008-06-06msi/tests: Initialize buffer lengths before calling MsiSourceListEnumMediaDisks.
Dan Kegel 2008-06-04secur32/tests: Don't free if not allocated.
Dan Kegel 2008-06-04oleaut32/tests: Use VariantInit, not VariantClear, to initialize new variants.
Dan Kegel 2008-06-04msi: MsiSourceListEnumMediaDisksW: free original string, not substring.
Zac Brown 2008-06-04winmm: msiSendStringW: Don't free substring after original string has already...
Dan Kegel 2008-06-04userenv/tests: Fix buffer overrun.
Zac Brown 2008-06-03ntdll/tests: Actually verify right bytes received in aio test.
Maarten Lankhorst 2008-05-29d3d9: Add a test to see whether offscreen surfaces can be locked while a reset...
Dan Kegel 2008-05-27advapi32: Don't test buffer length if buffer is null.
Dan Kegel 2008-05-27fusion: Use HeapAlloc, not strdup, to avoid malloc/HeapFree mismatch.
Dan Kegel 2008-05-27fusion: UninstallAssembly test: Fix typo, avoid undefined value.
Dan Kegel 2008-05-26winmm: Use HeapAlloc in the capture test instead of using strdup.
Jacek Caban 2008-05-26mshtml: Fixed copy&paste typo.
Maarten Lankhorst 2008-05-26include: Add missing RpcMgmtIsServerListening declaration.
Maarten Lankhorst 2008-05-22include: Update aviriff header to use the right alignment.
Maarten Lankhorst 2008-05-22winmm: Fix valgrind warnings on exit.
Maarten Lankhorst 2008-05-22winmm: Use HeapAlloc in the wave test instead of using strdup.
Maarten Lankhorst 2008-05-22msacm32.drv: Check for message type before comparing handles.
Maarten Lankhorst 2008-05-22quartz: Initialize some uninitialized variables in the video renderer.
Maarten Lankhorst 2008-05-22quartz: Do timekeeping in the avi decoder.
Maarten Lankhorst 2008-05-22quartz: Don't free memory twice in null renderer.
Maarten Lankhorst 2008-05-22ntdll: Give earlier notify to valgrind that HeapFree is trying to free some...
Lei Zhang 2008-05-22wininet: Send https scheme to proxy server when appropriate.
Lei Zhang 2008-05-22mshtml: Added ProxyEnable / ProxyServer handling.
Dan Kegel 2008-05-21d3d9/tests: Another wee bit of slop.
James Hawkins 2008-05-20msi: Check that the file key is valid before installing the assembly.
Lei Zhang 2008-05-19wine.inf: Open xml files using winebrowser.
Lei Zhang 2008-05-19explorer: Allow explorer with no arguments to run winefile.
Dan Kegel 2008-05-19d3d9/tests: Add missing skip().
Dan Kegel 2008-05-14ws2_32/tests: Cannot reliably detect bad hostnames in "modern" internet.
Dan Kegel 2008-05-14kernel32: comm.c: increase time slop.
James Hawkins 2008-05-14msi: Copy the assembly file directly if it's not compressed.
Dan Kegel 2008-05-13d3d9: shademode_test: Increase slop in color comparison.
Maarten Lankhorst 2008-05-13quartz: Reset time when rejecting sample in the mpeg splitter.
Maarten Lankhorst 2008-05-13quartz: Silence a fixme.
Lei Zhang 2008-05-13quartz: Check input in MediaControl_GetState.
Jacek Caban 2008-05-13mshtml: Fixed a typo.
Maarten Lankhorst 2008-05-12quartz: Don't return a pin in filesource when there is none.
Maarten Lankhorst 2008-05-09winealsa: Remove calls to deprecated functions.
Lei Zhang 2008-05-08wininet: Handle NULL input for FindCloseUrlCache.
Alexandre Julliard 2008-05-08services: Send the service name in the control requests.
Maarten Lankhorst 2008-05-08kernel32: Fix temporary path test.
Maarten Lankhorst 2008-05-08kernel32: Fix process tests to pass in Windows.
Maarten Lankhorst 2008-05-07ntdll: Fix file test to not free memory allocated on the stack.
Maarten Lankhorst 2008-05-07ntdll: Fix some exception tests to pass on Windows.
Maarten Lankhorst 2008-05-07rpcrt4: Fix ndr_marshall test failures.
Maarten Lankhorst 2008-05-07wininet: Ignore INTERNET_STATUS_DETECTING_PROXY messages in the http test.
Maarten Lankhorst 2008-05-07winetest: Fix CreateProcess so that debugger tests run without timing out.
Maarten Lankhorst 2008-05-06winetest: Fix CreateProcess so that debugger tests run without timing out.
Maarten Lankhorst 2008-05-06netapi32: Fix test crash occuring when NetWkstaUserGetInfo fails.
Maarten Lankhorst 2008-05-06winmm: Make mixer test less strict so it passes with SoundMAX drivers on XP.
Maarten Lankhorst 2008-05-06gdi32: Make mapping test slightly less strict so it passes on windows XP.
Maarten Lankhorst 2008-05-05netapi32: Make the tests pass under XP that enforces a strict password policy.
Maarten Lankhorst 2008-05-05winex11.drv: Fix a compiler warning.
James Hawkins 2008-05-05fusion: Add the missing assembly table structs.
James Hawkins 2008-05-05fusion: The Strings stream can be without a #.
James Hawkins 2008-05-05fusion: Fix the type of an assembly struct member.
Jacek Caban 2008-05-05mshtml: Added DispHTMLSelectElement declaration.
Jacek Caban 2008-05-05mshtml: Added IMG element tests.
Jacek Caban 2008-05-05mshtml: Added more script tests.
Alexandre Julliard 2008-05-05services: Fixed the result check for the control mutex wait.
Alexandre Julliard 2008-05-05services: Use the correct invalid handle value for the control pipe.
Jacek Caban 2008-05-01mshtml: Added IDispatchEx support to HTMLImgElement.
Jacek Caban 2008-05-01mshtml: Added IHTMLImgElement stub implementation.
Dan Hipschman 2008-05-01gdi32: Add font faces to families in a specific order.
Maarten Lankhorst 2008-05-01quartz: More filesource fixes.
Maarten Lankhorst 2008-05-01headers: Add some extra defines to vfw.h.
Maarten Lankhorst 2008-05-01quartz: Get rid of the sample holding code in the wave parser.
Maarten Lankhorst 2008-05-01quartz: Silence a fixme that isn't.
Maarten Lankhorst 2008-05-01Revert "quartz: Handle failures better in acmwrapper.".
Maarten Lankhorst 2008-05-01quartz: Clean up pullpin code.
Maarten Lankhorst 2008-05-01quartz: Get rid of the sample holding code in the mpeg splitter.
Lei Zhang 2008-05-01userenv: Add tests for environment variables for CreateEnvironmentBlock.
Lei Zhang 2008-05-01userenv: Add more tests for environment variables for CreateEnvironmentBlock.
Lei Zhang 2008-05-01userenv: Add a test for variable inheritance for CreateEnvironmentBlock.
Jacek Caban 2008-05-01mshtml: Handle COMMENT_NODE like ELEMENT_NODE in element collection.
Jacek Caban 2008-05-01mshtml: Added IDispatchEx support to HTMLCommentElement.
Jacek Caban 2008-05-01mshtml: Added get_childNodes implementation.
Jacek Caban 2008-05-01mshtml: Don't assume that nselem is valid in HTMLElement.
Jacek Caban 2008-05-01mshtml.idl: Added DispHTMLCommentElement declaration.
Jacek Caban 2008-05-01mshtml: Added IDispatchEx support to HTMLStyle.
Jacek Caban 2008-05-01mshtml: Moved IDispatchEx initialization to HTMLElement_Init.
Jacek Caban 2008-05-01mshtml: Added IHTMLDOMChildrenCollection::item implementation.
Jacek Caban 2008-05-01mshtml: Added IHTMLCommentElement stub implementation.
Jacek Caban 2008-05-01mshtml: Added comment and childNodes test.
Jacek Caban 2008-05-01mshtml: Added IHTMLDOMChildrenCollection::get_length implementation.
Jacek Caban 2008-05-01mshtml: Added IDispatchEx support to HTMLDOMChildrenCollection.
Lei Zhang 2008-04-30userenv: Initial implementation of CreateEnvironmentBlock.
James Hawkins 2008-04-30msi: Add initial implementation of MsiPublishAssemblies.
Jacek Caban 2008-04-30mshtml.idl: Added DispHTMLStyle declaration.
Jacek Caban 2008-04-30mshtml.idl: Added DispHTMLImg implementation.
Lei Zhang 2008-04-30userenv: Add initial tests for CreateEnvironmentBlock.
Lei Zhang 2008-04-29winmm: Do not unload drivers when the process is terminating.
Maarten Lankhorst 2008-04-29quartz: Some state changes fixes.
Maarten Lankhorst 2008-04-29quartz: Handle failures better in acmwrapper.
Maarten Lankhorst 2008-04-29quartz: Keep track of the time in the video renderer.
Maarten Lankhorst 2008-04-29quartz: Fix bug in memallocator with test.
Jacek Caban 2008-04-29mshtml: Added IDispatchEx support to HTMLOptionElement.
Jacek Caban 2008-04-29mshtml: Added IDispatchEx support to HTMLInputElement.
Jacek Caban 2008-04-29mshtml: Added indexed access to HTMLElementCollection object support.
Jacek Caban 2008-04-29mshtml: Added support for custom DISPIDs.
Jacek Caban 2008-04-29mshtml: Added IHTMLCommentElement declaration.
Jacek Caban 2008-04-29mshtml.idl: Added DispHTMLOptionElement declaration.
Jacek Caban 2008-04-29mshtml.idl: Added IHTMLDOMChildrenCollection and DispDOMChildrenCollection...
Lei Zhang 2008-04-29advapi32: Replace UuidToStringW call with a sprintfW.
Jacek Caban 2008-04-28mshtml: Added IHTMLInputElement::get_disabled implementation.
Jacek Caban 2008-04-28mshtml: Added put_backgroundImage implementation.
Jacek Caban 2008-04-28mshtml.idl: Added DispHTMLInputElement declaration.
Maarten Lankhorst 2008-04-28quartz: Fix acmwrapper time regression.
Maarten Lankhorst 2008-04-28quartz: Add a function that can be called when stopping processing data.
Maarten Lankhorst 2008-04-28quartz: Make dwSamplesProcessed a longlong.
Maarten Lankhorst 2008-04-28quartz: Optimize the file source to do its job better.
Maarten Lankhorst 2008-04-28quartz: Make the EnumPins interface dynamic.
Maarten Lankhorst 2008-04-28quartz: Fix time discontinuities in the acm wrapper.
Maarten Lankhorst 2008-04-28quartz: NotifyAllocator does not like a null argument.
Maarten Lankhorst 2008-04-28quartz: Add a vtable argument to Parser_Create that individual filters can...
Lei Zhang 2008-04-25user32: Edit controls should ignore WM_KEYDOWN on control + enter.
Jacek Caban 2008-04-24mshtml: Added IDispatchEx support to HTMLElementCollection object.
Jacek Caban 2008-04-24mshtml.idl: Added DispHTMLElementCollection declaration.
Jacek Caban 2008-04-24mshtml: Added get_nodeType implementation.
Jacek Caban 2008-04-24mshtml: Added IDispatchEx support to text node.
Jacek Caban 2008-04-24mshtml: Added IHTMLDOMTextNode stub implementation.
Jacek Caban 2008-04-24mshtml: Added get_firstChild implementation.
Jacek Caban 2008-04-24mshtml.idl: Added IHTMLDOMTextNode declaration.
Jacek Caban 2008-04-24mshtml.idl: Added DispHTMLDOMText declaration.
Jacek Caban 2008-04-24mshtml: Added IHTMLDOMNode2 to IDispatchEx support.
Jacek Caban 2008-04-24mshtml: Added IHTMLDOMNode2 stub implementation.
Jacek Caban 2008-04-24mshtml: Return VT_NULL instead of empty string in getAttribute.
Jacek Caban 2008-04-24mshtml: Added more IDispatchEx tests.
Alexandre Julliard 2008-04-24wine.inf: Fix the service type of the spooler service.
Alexandre Julliard 2008-04-24services.exe: Don't reject config changes if the display name corresponds to...
Alexandre Julliard 2008-04-24services.exe: Make the changed status event an auto-reset event.
Lei Zhang 2008-04-24winex11: control + enter should generate '\n' instead of '\r'.
Dan Hipschman 2008-04-24wininet: Don't forget the INTERNET_STATUS_REDIRECT callback in HttpEndRequest.
Jacek Caban 2008-04-24mshtml: Return S_OK in QueryContinue.
Jacek Caban 2008-04-24mshtml: Fixed typo.
Lei Zhang 2008-04-24user32: Handle VK_RETURN WM_KEYDOWN events better in edit controls.
Lei Zhang 2008-04-24user32: Add a test for sending WM_KEYDOWN to a child edit control.
Jacek Caban 2008-04-24mshtml: Added elements IDispatchEx implementation.
Jacek Caban 2008-04-24mshtml: Use heap_alloc_zero for allocating node objects.
Jacek Caban 2008-04-24mshtml.idl: Added DispHTMLUnknownElement declaration.
Jacek Caban 2008-04-24mshtml: Added IHTMLDocument3::getElementById implementation.
Alexandre Julliard 2008-04-23winex11: Don't allow changing the X11 size of a maximized window.
Alexandre Julliard 2008-04-23winex11: Make sure that the window gravity is always set.
Dan Kegel 2008-04-23gdiplus: GdipLoadImageFromStream: initialize variable.
Maarten Lankhorst 2008-04-23dsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx < 8.
Maarten Lankhorst 2008-04-23quartz: Make the file source support multiple samples by preallocating enough...
Maarten Lankhorst 2008-04-23quartz: Make wave parser and mpeg splitter zero copy by getting rid of the...
Maarten Lankhorst 2008-04-23quartz: Add some sanity checks to file splitter.
Maarten Lankhorst 2008-04-23quartz: Copy discontinuity status in acmwrapper.
Maarten Lankhorst 2008-04-23quartz: Fix inverted logic in memallocator.
Maarten Lankhorst 2008-04-23quartz: Fix error message names in tests.
Maarten Lankhorst 2008-04-23quartz: Optimize the processing thread to fetch one sample while processing...
Dan Kegel 2008-04-23winecfg: Restrict dpi slider to sane values.
Dan Hipschman 2008-04-23wininet: Remove custom content-length/type headers from redirects.
Maarten Lankhorst 2008-04-22explorer/mountmgr.sys: Move device hotplug code over to mount manager.
Lei Zhang 2008-04-22gdiplus: Do not access freed memory in a test.
Lei Zhang 2008-04-22gdiplus: Initialize variables in the graphics test.
Jacek Caban 2008-04-21mshtml: Forward IHTMLDocument2's IDispatch methods to IDispatchEx...
Jacek Caban 2008-04-21mshtml: Added HTMLDocument's IDispatchEx implementation.
Jacek Caban 2008-04-21mshtml: Make IHTMLDocument2 iterface offset independent.
Jacek Caban 2008-04-21mshtml: Added setTimeout implementation.
Jacek Caban 2008-04-21mshtml: Forward IHTMLWindow2::setTimeout to IHTMLWindow3::setTimeout.
Jacek Caban 2008-04-21mshtml: Added IHTMLWindow2::get_document implementation.
Jacek Caban 2008-04-21mshtml: Added navigator's IDispatchEx test.
Maarten Lankhorst 2008-04-21quartz: Add some more tests and fix wine to pass them.
Maarten Lankhorst 2008-04-21quartz: No longer drop packets on discontinuities.
Maarten Lankhorst 2008-04-21quartz: Drop preroll frames in directsound renderer too.
Maarten Lankhorst 2008-04-21quartz: Flux AsyncReader in PullPin_BeginFlush.
Maarten Lankhorst 2008-04-21quartz: Add more seek entries and fix a time continuity bug.
Maarten Lankhorst 2008-04-21quartz: Only drop Preroll samples after obtaining its time.
Maarten Lankhorst 2008-04-21quartz: Change longlong printfs.
Maarten Lankhorst 2008-04-21quartz: Make the video renderer drop preroll samples.
Maarten Lankhorst 2008-04-21quartz: Fix sample leak in file source on failure path.
Maarten Lankhorst 2008-04-21quartz: Make acmwrapper respect preroll samples.
Maarten Lankhorst 2008-04-21quartz: Fix theoretical memory leak.
Maarten Lankhorst 2008-04-21quartz: Set media time in the file source.
Maarten Lankhorst 2008-04-21dsound: Skip the sound checks on the primary module and change its driver...
Jacek Caban 2008-04-21mshtml: Forward window IDispatch methods.
Jacek Caban 2008-04-21mshtml: Added window IDispatchEx implementation.
Jacek Caban 2008-04-21mshtml: Forward IOmNavigator's IDispatch method to IDispatchEx implementation.
Jacek Caban 2008-04-21mshtml: Added IDispatchEx::GetIDsOfNames implementation.
Jacek Caban 2008-04-21mshtml: Added IDispatchEx::Invoke implementation.
Jacek Caban 2008-04-21mshtml: Added IDispatchEx::InvokeEx implementation.
Jacek Caban 2008-04-21mshtml: Added IDispEx::GetDispID implementation.
Jacek Caban 2008-04-21mshtml: Added load event support.
Jacek Caban 2008-04-21mshtml: Parse and store onload attributes.
Lei Zhang 2008-04-18msxml3: Check for xsltInit before calling it.
Jacek Caban 2008-04-18mshtml: Store IActiveScriptParseProcedure in ScriptHost.
Jacek Caban 2008-04-18mshtml: Added IHTMLWindow3 stub implementation.
Jacek Caban 2008-04-18mshtml: Added possibility to get node object from nsIDOMNode only if available.
Alexandre Julliard 2008-04-17user32: Added support for WS_EX_RIGHT in the static control.
Alexandre Julliard 2008-04-17user32: Added support for WS_EX_RIGHT in the edit control.
Alexandre Julliard 2008-04-17user32: Added support for WS_EX_RIGHT in the button control.
Maarten Lankhorst 2008-04-17server: Make enum_desktop enumerate all the desktops on the window station with...
Maarten Lankhorst 2008-04-17server: Make enum_winstations enumerate all the window stations with...
James Hawkins 2008-04-17fusion: Explicitly check for -1 for a missing table.
Jacek Caban 2008-04-17mshtml: Move get_typeinfo to dispex.c.
Jacek Caban 2008-04-17mshtml: Added generic IDispatchEx implementation and use it in OnNavigator.
Jacek Caban 2008-04-17mshtml: Added IActiveScriptDebug32 stub implementation.
Jacek Caban 2008-04-17mshtml: Make sure to null terminate buffer in parse_extern_script.
Maarten Lankhorst 2008-04-17quartz: Obtain the duration using the index in avisplitter.
Maarten Lankhorst 2008-04-17quartz: Store the stream index in the avi stream for files that have them.
Maarten Lankhorst 2008-04-17quartz: Check for discontinuities in the directsound renderer.
Maarten Lankhorst 2008-04-17quartz: Make sure at least 1 sample is processed before returning.
Maarten Lankhorst 2008-04-17quartz: Reject samples in transform filter only when stopped.
Maarten Lankhorst 2008-04-17quartz: Reject samples in video renderer when stopped.
Maarten Lankhorst 2008-04-17quartz: Fix IMediaSample2 SetPreroll and SetSyncPoint.
Maarten Lankhorst 2008-04-17quartz: Fix discontinuities in wave parser.
Maarten Lankhorst 2008-04-16quartz: Add a Disconnect function to the parser and use it to clean up...
Maarten Lankhorst 2008-04-16quartz: Parse old style avi index.
Maarten Lankhorst 2008-04-16quartz: Make the avi splitter skip index headers.
Maarten Lankhorst 2008-04-16quartz: Dump opendml indexes and header.
Dan Hipschman 2008-04-16qmgr/tests: Fix minor potential memory leaks.
James Hawkins 2008-04-15fusion: Implement IAssemblyCache::InstallAssembly.
Lei Zhang 2008-04-15user32: Handle ctrl + end in edit control.
Lei Zhang 2008-04-15user32: Handle ctrl + home in edit control.
Lei Zhang 2008-04-15user32: Do checks in the right order in EDIT_BuildLineDefs_ML.
Jacek Caban 2008-04-15mshtml.idl: Added IHTMLWindow3 declaration.
Jacek Caban 2008-04-15mshtmdid.h: Fixed IHTMLWindow2 dispids.
Maarten Lankhorst 2008-04-15include: Update aviriff header.
Maarten Lankhorst 2008-04-15quartz: Update start_time if the current position is changed.
Maarten Lankhorst 2008-04-15quartz: Add VIDEOINFOHEADER2 support to VideoRenderer.
Maarten Lankhorst 2008-04-14quartz: Bring waveparser to the same level as the mpeg splitter.
Maarten Lankhorst 2008-04-14quartz: Set sane defaults for pin stream rate.
Maarten Lankhorst 2008-04-14quartz: Silence seeking fixmes on transform filter.
Maarten Lankhorst 2008-04-14quartz: Silence requests for IVideoWindow.
Maarten Lankhorst 2008-04-14quartz: Don't clean up in avi decoder if driver isn't opened.
Maarten Lankhorst 2008-04-14include: Add dvdmedia stub header.
Alexandre Julliard 2008-04-14winex11: Make WS_EX_APPWINDOW windows have normal type.
Rob Shearman 2008-04-11advapi32: Add exception handling around all service RPC calls.
Rob Shearman 2008-04-11ole32: Use I_RpcExceptionFilter instead of custom exception filter for RPC...
Rob Shearman 2008-04-11services: Automatically start boot-start, system-start and auto-start services...
Rob Shearman 2008-04-11services: Split RPC_MainLoop into initialisation and the actual loop.
Rob Shearman 2008-04-11rpcrt4: Implement I_RpcExceptionFilter.
Lei Zhang 2008-04-11gdiplus: Add a stub for GdipSetMetafileDownLevelRasterizationLimit.
Lei Zhang 2008-04-11gdiplus: Add a stub for GdipSetLineTransform.
Lei Zhang 2008-04-11gdiplus: Add a stub for GdipSetLinePresetBlend.
Lei Zhang 2008-04-11gdiplus: Add a stub for GdipSetLineLinearBlend.
Lei Zhang 2008-04-11gdiplus: Add a stub for GdipSetLineColors.
Lei Zhang 2008-04-11gdiplus: Add a stub for GdipSetInfinite.
Lei Zhang 2008-04-11gdiplus: Add a stub for GdipSetImageAttributesToIdentity.
Lei Zhang 2008-04-11gdiplus: Add a stub for GdipSetImageAttributesThreshold.
Lei Zhang 2008-04-11gdiplus: Add a stub for GdipSetImageAttributesRemapTable.
Alexandre Julliard 2008-04-10winex11: Make sure to flush painting operations before moving a window.
Maarten Lankhorst 2008-04-10quartz: Add stubs for the IMediaSeeking interface in SeekingPassThru.
Maarten Lankhorst 2008-04-10quartz: Add a stub for SeekingPassThru.
Jacek Caban 2008-04-10mshtml: Correctly handle NULL req in get_nscontainer_from_load_group.
Jacek Caban 2008-04-10mshtml.idl: Added DispHTMLWindow2 dispinterface.
Jacek Caban 2008-04-10include: Added ICanHandleException interface.
Jacek Caban 2008-04-10jscript: Added IObjectSafety tests.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetImageAttributesOutputChannelColorProfile.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetImageAttributesOutputChannel.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetImageAttributesNoOp.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetImageAttributesGamma.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetImageAttributesCachedBackground.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetEmpty.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetEffectParameters.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetCustomLineCapWidthScale.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetCustomLineCapStrokeJoin.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetCustomLineCapBaseInset.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipGetCustomLineCapBaseInset.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetCustomLineCapBaseCap.
Lei Zhang 2008-04-10gdiplus: Add a stub for GdipSetClipRegion.
Lei Zhang 2008-04-10user32: Handle VK_TAB in EDIT_WM_KeyDown.
Dan Hipschman 2008-04-10qedit: Add a stub for IMediaDet_get_StreamLength.
Dan Hipschman 2008-04-10qedit: Implement IMediaDet_get_FrameRate.
Dan Hipschman 2008-04-10qedit: Implement IMediaDet_get_StreamMediaType.
Maarten Lankhorst 2008-04-10include: Add ISeekingPassThru interface.
Maarten Lankhorst 2008-04-10quartz: Implement stop position in the mpeg splitter.
Maarten Lankhorst 2008-04-10quartz: Implement stop position in the filtergraph.
Lei Zhang 2008-04-09user32: Fix a typo.
Lei Zhang 2008-04-09user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_TAB.
Lei Zhang 2008-04-09user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN.
Lei Zhang 2008-04-09gdiplus: Add a stub for GdipSetClipRectI.
Maarten Lankhorst 2008-04-09quartz: Make the directsound renderer handle the Play->Pause->Play position...
Maarten Lankhorst 2008-04-09quartz: Generate a seek table for the mpeg splitter.
Maarten Lankhorst 2008-04-09quartz: Remove while { } while construct.
Dan Hipschman 2008-04-09qedit: Implement IMediaDet_(put|get)_CurrentStream.
Dan Hipschman 2008-04-09qedit: Implement IMediaDet_get_OutputStreams.
Dan Hipschman 2008-04-09qedit: Implement IMediaDet_get_Filename.
Dan Hipschman 2008-04-09qedit: Implement IMediaDet_put_Filename.
Dan Hipschman 2008-04-09qedit/tests: Fix an incorrect count given to GetTempPathW.
Maarten Lankhorst 2008-04-09quartz: Make the pullpin forward the BeginFlush before doing its own flushing.
Maarten Lankhorst 2008-04-09quartz: Don't free a null media type in the file source.
Maarten Lankhorst 2008-04-09quartz: Make the DirectSound renderer return S_FALSE packet if in the paused...
Maarten Lankhorst 2008-04-09quartz: Drop packets in the transform filter if in the wrong state.
Maarten Lankhorst 2008-04-09quartz: Try creating the file reader from the filter source first before...
Maarten Lankhorst 2008-04-09quartz: Make mpeg splitter keep track of play position and keep last sample if...
Maarten Lankhorst 2008-04-08quartz: Fix deadlocks in pullpin.
Maarten Lankhorst 2008-04-08quartz: Make wait timeout in directsound slightly larger.
Lei Zhang 2008-04-08user32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown.
Lei Zhang 2008-04-08user32: Handle ES_MULTILINE correctly for WM_KEYDOWN/VK_RETURN.
Lei Zhang 2008-04-08user32: Fix WM_CHAR return value for edit controls.
Lei Zhang 2008-04-08user32: Add tests for edit controls and VK_TAB.
Lei Zhang 2008-04-08user32: Add tests for edit controls and VK_RETURN.
Lei Zhang 2008-04-08user32: Add more tests for single line edit control inside a dialog.
Lei Zhang 2008-04-08user32: Add more tests for ES_WANTRETURN.
Dmitry Timoshkov 2008-04-07winex11.drv: Do not set window type to utility to avoid a Metacity bug.
Alexandre Julliard 2008-04-07winex11: Don't set NET_WM_STATE on the desktop window.
Jacek Caban 2008-04-07mshtml: Added IHTMLWindow2::get_navigator implementation.
Jacek Caban 2008-04-07jscript: Added IObjectSafety implementation.
Dmitry Timoshkov 2008-04-07winex11: Change the priority of evaluated window styles to workaround a...
Alexandre Julliard 2008-04-07winex11: Set the _NET_WM_STATE atom directly for unmapped windows.
Maarten Lankhorst 2008-04-07quartz: Handle flushing and end of stream notifications for input pins.
Maarten Lankhorst 2008-04-07quartz: Reset EcCompleteCount before starting filters.
Maarten Lankhorst 2008-04-07quartz: Fix past mistake to release lock during seeking and changing state.
Maarten Lankhorst 2008-04-07quartz: Fix some memory leaks in the file source.
Maarten Lankhorst 2008-04-07quartz: Make FileAsyncReader_WaitForNext return an empty sample in flushing...
Maarten Lankhorst 2008-04-07quartz: Get rid of code duplication and add a flush method.
Maarten Lankhorst 2008-04-07quartz: Add more state transitions to the filtergraph.
Maarten Lankhorst 2008-04-07dsound: Hold lock in GetStatus.
Dan Hipschman 2008-04-07qedit/tests: Add a partial test for IMediaDet_get_StreamMediaType.
Dan Hipschman 2008-04-07qedit/tests: Add a test for IMediaDet_(put|get)_CurrentStream.
Dan Hipschman 2008-04-07qedit/tests: Add a test for IMediaDet_get_Filename.
Dan Hipschman 2008-04-07qedit/tests: Add a test for IMediaDet_get_OutputStreams.
Dan Hipschman 2008-04-07qedit/tests: Add test framework and test for IMediaDet_put_Filename.
Dan Hipschman 2008-04-07qedit/tests: Don't forget CoUninitialize.
Michael Moss 2008-04-07wine.inf: Move winebrowser.exe to the system directory.
Dan Hipschman 2008-04-04qedit: Indicate the methods of IMediaDet are not implemented in the FIXMEs.
Lei Zhang 2008-04-04user32: Use a bogus wildcard in listbox test, change wildcard string to a const.
Maarten Lankhorst 2008-04-03user32: Implement BroadcastSystemMessage.
Dan Hipschman 2008-04-03widl: Fix a mistake in an ordered list (keywords).
Maarten Lankhorst 2008-04-03quartz: Fix memory leak found by valgrind.
Maarten Lankhorst 2008-04-03winemp3: Change a few more fprintf's to wine logs.
Lei Zhang 2008-04-03user32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style.
Lei Zhang 2008-04-03user32: Dialog should ignore WM_KEYDOWN messages if it gets DLGC_WANTCHARS.
Lei Zhang 2008-04-03user32: Add more edit dialog tests.
Maarten Lankhorst 2008-04-02quartz: Implement seeking on the null renderer.
Maarten Lankhorst 2008-04-02quartz: Fix stop_playback used in pullpin.
Alexandre Julliard 2008-04-02wineboot: Make services.exe inherit the wineboot event to keep it alive.
Maarten Lankhorst 2008-04-02include: Add BroadcastSystemMessageEx.
Maarten Lankhorst 2008-04-02quartz: Make acmwrapper respond to a sample discontinuity by dropping the frame...
Maarten Lankhorst 2008-04-02quartz: Add seeking to mpeg splitter.
Maarten Lankhorst 2008-04-02quartz: Prepare mpeg splitter code for seeking by making most splitter parsing...
Maarten Lankhorst 2008-04-02quartz: Fix parser and pins logic to no longer deadlock.
Maarten Lankhorst 2008-04-02quartz: Implement filtergraph mediaseeking setposition.
Maarten Lankhorst 2008-04-02quartz: Don't hold lock when changing state in filtergraph.
Maarten Lankhorst 2008-04-02quartz: Fix locking in MediaSeeking and forward SetPosition.
Maarten Lankhorst 2008-04-02quartz: Implement seeking stubs for transform filters.
Maarten Lankhorst 2008-04-01quartz: Implement graph MediaSeeking GetPositions.
Maarten Lankhorst 2008-04-01quartz: Small mpeg splitter fixes.
Maarten Lankhorst 2008-04-01quartz: Allow parser filters to implement their own seeking methods.
Maarten Lankhorst 2008-04-01winemp3: Replace fprintf with wine debugging facilities.
Rob Shearman 2008-04-01advapi32: Remove some unused services functions.
Rob Shearman 2008-04-01services: Fix memory leak of some data in the service record.
Rob Shearman 2008-04-01rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax...
Rob Shearman 2008-04-01rpcrt4: Improve trace in RPCRT4_find_interface to print the interface...
Alexandre Julliard 2008-04-01ntdll: Add a guard page at the bottom of the stack and raise a stack overflow...
Alexandre Julliard 2008-04-01ntdll: Add support for handling page faults caused by guard pages on the thread...
Alexandre Julliard 2008-04-01ntdll: Moved stack allocation for thread and process to a common routine in...
Jacek Caban 2008-04-01mshtml: Fixed copy&paste mistake.
Jacek Caban 2008-04-01include: Added activedbg.idl.
Alexandre Julliard 2008-03-31wineboot: No longer needs to keep running now that we have services.exe.
Dan Kegel 2008-03-31gdi32: Test retrieving BI_BITFIELDS info for 16bpp modes.
James Hawkins 2008-03-31fusion: Add initial tests for IAssemblyCache.
Maarten Lankhorst 2008-03-31quartz: Check against a null dereference and don't read beyond the end of file.
Jacek Caban 2008-03-31mshtml: Added parsing external scripts support.
Jacek Caban 2008-03-31mshtml: Added parsing inline script support.
Jacek Caban 2008-03-31mshtml: Return S_OK in OnEnterScript and OnLeaveScript.
Jacek Caban 2008-03-31mshtml: Added IActiveScriptSite::GetItemInfo implementation.
Jacek Caban 2008-03-31mshtml: Added IActiveScriptSite::GetLCID implementation.
Jacek Caban 2008-03-31mshtml: Added IActiveScriptSiteWindow stub implementation.
Rob Shearman 2008-03-29services: Fill in the functions between implemented functions in svcctl.idl so...
Rob Shearman 2008-03-29services: Introduce an scmdatabase object to store the root key of the services...
Rob Shearman 2008-03-29services: Remove dependency on service name being determined correctly in order...
Rob Shearman 2008-03-29services: Move ControlService and StartServiceW from advapi32.dll to...
Rob Shearman 2008-03-29services: Move LockServiceDatabase and UnlockServiceDatabase from advapi32.dll...
Rob Shearman 2008-03-29services: Move SetServiceStatus and QueryServiceStatusEx to services.exe.
Mikołaj Zalewski 2008-03-29services: Move GetServiceDisplayName to services.exe and implement...
Mikołaj Zalewski 2008-03-29services: Move ChangeServiceConfigW implementation from advapi32.dll to...
Mikołaj Zalewski 2008-03-29services: Move QueryServiceConfigW from advapi32.dll to services.exe.
Mikołaj Zalewski 2008-03-29services: Move CreateService, OpenService and DeleteService implementations...
Mikołaj Zalewski 2008-03-29services: Start a local RPC server.
Jacek Caban 2008-03-28mshtml: Added IActiveScriptSiteInterruptPoll stub implementation.
Jacek Caban 2008-03-28mshtml: Set script engine state to SCRIPTSTATE_CONNECTED when page is loaded.
Jacek Caban 2008-03-28mshtml: Added script engine initialization implementation.
Jacek Caban 2008-03-28mshtml: Added IActiveScriptSite::OnStateChange implementation.
Jacek Caban 2008-03-28uuid: Include objsafe.h.
Maarten Lankhorst 2008-03-28quartz: Add GetCurrentPosition using the reference clock.
Maarten Lankhorst 2008-03-28quartz: Change name from Start position to Current position in MediaSeeking.
Dan Hipschman 2008-03-28wininet: InternetReadFileExA should check INTERNET_FLAG_ASYNC.
Dan Hipschman 2008-03-28wininet: HttpSendRequestExA is not a stub.
Lei Zhang 2008-03-28user32: Add more DrawText tests.
Lei Zhang 2008-03-28user32: Handle WM_CHAR messages better in edit controls.
Lei Zhang 2008-03-28user32: Add more dialog with edit control tests.
Lei Zhang 2008-03-28user32: Make an edit test more readable.
Jacek Caban 2008-03-27mshtml: Don't access released object in release_script_hosts.
Dmitry Timoshkov 2008-03-27user32: Add a test for combobox navigation with arrow keys, make it pass under...
Jacek Caban 2008-03-26mshtml: Added nsIChannel::SetContentType implementation.
Jacek Caban 2008-03-26mshtml: Rename nsChannel::content to content_type and clean up its handling.
Jacek Caban 2008-03-26mshtml: Added IHTMLDocument2::get_location implementation.
Dan Kegel 2008-03-26kernel32: Test negative dest len in WideCharToMultiByte.
Alexandre Julliard 2008-03-26winex11: Fix X11DRV_CLIPBOARD_ReadProperty to read data in larger chunks and to...
Lei Zhang 2008-03-26user32: Tweak how the edit control handles WM_GETDLGCODE.
Lei Zhang 2008-03-26msxml3: Fix compiles for systems without libxml2.
Lei Zhang 2008-03-25comdlg32: Avoid double free in PRINTDLG_PaperSizeA/W.
James Hawkins 2008-03-25fusion: Implement CreateAssemblyCache.
James Hawkins 2008-03-25fusion: Add a stub implementation of IAssemblyEnum.
James Hawkins 2008-03-25fusion: Add a stub implementation of IAssemblyCache.
Jacek Caban 2008-03-25mshtml: Added script engine loading test.
Jacek Caban 2008-03-25mshtml: Added script engine loading implementation.
Jacek Caban 2008-03-25jscript: Added tests.
Jacek Caban 2008-03-25jscript: Added DllCanUnloadNow implementation.
Alexandre Julliard 2008-03-24user32: Make sure we set menu capture to a window that is visible.
Alexandre Julliard 2008-03-24winex11: Grab the pointer in menu tracking mode too.
Alexandre Julliard 2008-03-24winex11: Setting window z-order using a sibling doesn't work with some window...
James Hawkins 2008-03-24fusion: Add a stub implementation of IAssemblyName.
James Hawkins 2008-03-24fusion: Add a few fusion stubs.
Jacek Caban 2008-03-24mshtml: Abstract BSCallback implementation.
Jacek Caban 2008-03-24mshtml: Move hlink_frame_navigate function.
Jacek Caban 2008-03-24mshtml: Move BSCallback declaration to navigate.c.
Jacek Caban 2008-03-24mshtml: Added new nsChannelBSC type.
Jacek Caban 2008-03-24mshtml: Don't access BSCallback directly in nsembed.c.
Jacek Caban 2008-03-24mshtml: Don't access BSCallback directly in nsio.c.
Maarten Lankhorst 2008-03-24quartz: Silence requests for ipin on filters.
Maarten Lankhorst 2008-03-24quartz: Forward requests for MediaSeeking from all pins properly.
Maarten Lankhorst 2008-03-24quartz: Play silence in directsound renderer on end of stream notification.
Maarten Lankhorst 2008-03-24quartz: Make acmwrapper code aware of time, and get rid of its internal buffer.
Maarten Lankhorst 2008-03-24quartz: Add sanity check to mediaseeking setrate.
Maarten Lankhorst 2008-03-24quartz: Parse audio packets in mpeg splitter to obtain the duration.
Dan Hipschman 2008-03-22advapi32: Add a stub for CreateRestrictedToken.
Jacek Caban 2008-03-21jscript: Added IObjectSafety stub implementation.
Jacek Caban 2008-03-21jscript: Added IActiveScriptParseProcedure2 stub implementation.
Jacek Caban 2008-03-21jscript: Added IActiveScriptParseProcedure2 declaration.
Jacek Caban 2008-03-21wine.inf: Register jscript.dll.
James Hawkins 2008-03-21fusion: Add a stub implementation of fusion.dll.
Dan Hipschman 2008-03-21widl: Make structures with FC_ENUM16 fields complex.
Dan Hipschman 2008-03-21rpcrt4: Handle FC_ENUM16.
Michael Moss 2008-03-20kernel32/tests: Test notifications for overlapping directory watches.
Dmitry Timoshkov 2008-03-20user32: Increase an initial buffer size from 32 to 128 hwnds for enumerated...
Michael Moss 2008-03-20kernel32/tests: Fix false positive file notification tests.
Lei Zhang 2008-03-20comctl32: Correct listview hittest check to include the state rect.
Lei Zhang 2008-03-20comctl32: Fix listview redraw when deleting items.
Lei Zhang 2008-03-20comctl32: Implement listview checkbox toggle.
Lei Zhang 2008-03-20comctl32: Redraw listview after changing extended styles.
Lei Zhang 2008-03-20comctl32: Add listview checkbox toggle test.
Maarten Lankhorst 2008-03-20quartz: Transmit pullpin messages further.
Maarten Lankhorst 2008-03-20quartz: Implement forwarding mediaseeking messages.
Maarten Lankhorst 2008-03-20quartz: Pass the reference time + small delay on on begin of playback.
Maarten Lankhorst 2008-03-20quartz: Fix checking for duration.
Maarten Lankhorst 2008-03-20quartz: Add mediaseeking stub to audio renderer.
Maarten Lankhorst 2008-03-20quartz: Add critical sections to IMediaSeeking.
Maarten Lankhorst 2008-03-20quartz: Fix bug in transmitting messages further.
Maarten Lankhorst 2008-03-20quartz: Don't pass reference time when running.
Dan Hipschman 2008-03-20qmgr: Add a stub implementation of IBackgroundCopyJob2.
Dan Hipschman 2008-03-20rpcrt4: Use correct count in rpcrt4_conn_np_write.
Jacek Caban 2008-03-19jscript: Added IActiveScriptProperty stub implementation.
Jacek Caban 2008-03-19jscript: Added IActiveScriptParse stub implementation.
Jacek Caban 2008-03-19activscp.idl: Added IActiveScriptProperty declaration.
Maarten Lankhorst 2008-03-19quartz: Move IMediaSeeking from the parser pin to the parser filter.
Maarten Lankhorst 2008-03-19quartz: Call send flush/endofstream and segment messages downstream.
Dan Hipschman 2008-03-19widl: Ignore libraries in imported IDL files.
Maarten Lankhorst 2008-03-19quartz: Fix the magic bytes for mp3's with id3 tags.
Maarten Lankhorst 2008-03-19winemp3: Skip idv3 header too.
Dan Kegel 2008-03-19shell32: Only print "HCR_GetFolderAttributes should be called for simple...
Alexandre Julliard 2008-03-18winex11: Clip out children window when repainting the desktop.
Alexandre Julliard 2008-03-18server: Fix desktop window coordinates mapping in expose_window.
Maarten Lankhorst 2008-03-18wine.inf: Change default windows version to XP.
Maarten Lankhorst 2008-03-18winmm: Fix midi deadlock by not holding lock on release.
Maarten Lankhorst 2008-03-17dsound: Add an option to mix sound buffers in the mixer again.
Jacek Caban 2008-03-17jscript: Added JScript stub implementation.
Jacek Caban 2008-03-17jscript: Added JScript class factory.
Maarten Lankhorst 2008-03-15user32: Fix enumeration for EnumWindowStations and EnumDesktops.
Maarten Lankhorst 2008-03-15quartz: Implement a few MediaSeeking functions.
Maarten Lankhorst 2008-03-15quartz: Change some more stubs from traces to fixmes.
Maarten Lankhorst 2008-03-15quartz: Add initial support for time formats in IMediaSeeking.
Maarten Lankhorst 2008-03-15quartz: Make MediaSeeking stubs fixmes.
Maarten Lankhorst 2008-03-15quartz: Silence the directsound buffer on starting.
Maarten Lankhorst 2008-03-15quartz: Set a default sync source on the filtergraph.
Dan Hipschman 2008-03-15qmgr: Implement IBackgroundCopyJob_AddFileSet.
Maarten Lankhorst 2008-03-15quartz: Destroy the filtergraph better in releasing.
Maarten Lankhorst 2008-03-15quartz: Fix IFilterGraph RemoveFilter to stop the filter before removing it.
Jacek Caban 2008-03-14urlmon: Added special URLACTION_SCRIPT_OVERRIDE_SAFETY handling.
Jacek Caban 2008-03-14urlmon: Added more policy tests.
Jacek Caban 2008-03-14urlmon: Added ProcessUrlAction implementation.
Jacek Caban 2008-03-14urlmon: Added URLACTION_* and URLPOLICY_* declarations.
Jacek Caban 2008-03-14urlmon: Fixed URLZONEREG_DEFAULT handling in GetZoneActionPolicy.
Jacek Caban 2008-03-14mshtml: Return full patch in res protocol's secure URL.
Jacek Caban 2008-03-14urlmon: Move InternetParseUrl(PARSE_SECURITY_URL) call to map_url_to_zone and...
Maarten Lankhorst 2008-03-14quartz: Add directsound renderer to filter list.
Maarten Lankhorst 2008-03-14quartz: Implement detection on file extension in filesource.
Maarten Lankhorst 2008-03-14quartz: Uncomment a trace.
Maarten Lankhorst 2008-03-14quartz: Fix typo.
Maarten Lankhorst 2008-03-14quartz: Detect and skip id3v2 header in mpeg splitter.
Maarten Lankhorst 2008-03-14quartz: Implement a dummy null renderer for directshow.
Maarten Lankhorst 2008-03-14quartz: Don't add MERIT_DO_NOT_USE filters automatically to create a connection.
Maarten Lankhorst 2008-03-14qcap: Implement a stubby CaptureGraphBuilder2::RenderStream.
Maarten Lankhorst 2008-03-14qcap: Add better findpin stub for CaptureGraphBuilder.
Dan Hipschman 2008-03-14qmgr: Implement progress updates for downloads given by URL.
Dan Hipschman 2008-03-14qmgr: Transfer files given by URL (including HTTP, etc).
Dan Hipschman 2008-03-14qmgr: Transfer files given by URL (including HTTP, etc).
Dan Hipschman 2008-03-14qmgr: Implement BackgroundCopyJob_Complete.
Dan Hipschman 2008-03-14kernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveFileEx (stub).
Dan Hipschman 2008-03-14qmgr: Implement local file background "downloads."
Dan Hipschman 2008-03-14qmgr: Add infrastructure for background file transferring.
Dan Kegel 2008-03-13wintab: Expand whitelist of tablets.
Dan Hipschman 2008-03-13qmgr: Add critical sections for jobs and files.
Jacek Caban 2008-03-12jscript: Added Dll[Un[]]RegisterServer implementation.
Alexandre Julliard 2008-03-12user32: Add a SetCapture function to the driver interface.
Alexandre Julliard 2008-03-12user32: Add a helper function to set the capture window.
Lei Zhang 2008-03-12shell32: Use xdg well known directories for desktop folder symbolic link.
Lei Zhang 2008-03-12shell32: Use xdg well known directories for my_xxx folder symbolic links.
Lei Zhang 2008-03-12shell32: Add xdg-user-dirs lookup code.
Lei Zhang 2008-03-12comctl32: Fix TB_GETSTRING return values.
Lei Zhang 2008-03-12comctl32: Add tests for TB_GETSTRING, fix NULL pointer access.
Alexandre Julliard 2008-03-11winex11: Discard ConfigureNotify events even if the intervening events are for...
Jacek Caban 2008-03-11include: Added activaut.idl.
Jacek Caban 2008-03-11activscp.idl: Added CATID_* declarations.
Alexandre Julliard 2008-03-11winex11: Add support for merging redundant events, and use it for...
Maarten Lankhorst 2008-03-10include: Add flag for BSM_ALLDESKTOPS.
Jacek Caban 2008-03-10jscript: Added stub DLL.
Jacek Caban 2008-03-10urlmon: Fixed MapUrlToZone test on IE7.
Dan Hipschman 2008-03-07qmgr: Only have one BackgroundCopyManager per system.
Maarten Lankhorst 2008-03-07server: Fix reference leak in enum_desktop.
Dan Kegel 2008-03-07winex11: wintab.c: use atan2 instead of atan.
Lei Zhang 2008-03-06quartz: Validate input for FilterGraph2_AddFilter.
Maarten Lankhorst 2008-03-06include: Add flag for BROADCAST_QUERY_DENY.
Maarten Lankhorst 2008-03-05oleaut32: Handle TKIND_ALIAS properly when passed as pointer.
Dan Hipschman 2008-03-05qmgr: Implement IBackgroundCopyJob_Resume.
Lei Zhang 2008-03-05shell32: Remove unused variable.
Roy Shea 2008-03-04qmgr: Implement IBackgroundCopyJob_GetProgress.
Roy Shea 2008-03-04qmgr: Implement Skip and Reset for IEnumBackgroundCopyJobs.
Roy Shea 2008-03-04qmgr: Implement IEnumBackgroundCopyJobs_GetCount.
Dan Hipschman 2008-03-04qmgr: Implement IEnumBackgroundCopyJobs_Next.
Alexandre Julliard 2008-03-01winex11: Set the appropriate _NET_WM_STATE properties for maximized windows.
Maarten Lankhorst 2008-03-01kernel32: Fix GetVolumeInformation for fat32 partitions.
Maarten Lankhorst 2008-03-01cfgmgr32: Forward some more functions to setupapi.
Maarten Lankhorst 2008-03-01setupapi: Implement CM_Get_Device_ID and add a stub for CM_Get_Parent.
Roy Shea 2008-02-29qmgr: Implement job lists for IBackgroundCopyManager.
Roy Shea 2008-02-29qmgr: Implement IBackgroundCopyFile_GetProgress.
Roy Shea 2008-02-29qmgr: Implement GetLocalName and GetRemoteName for IBackgroundCopyFile.
Roy Shea 2008-02-29qmgr: Implement Skip and Reset for IEnumBackgroundCopyFiles.
Dan Hipschman 2008-02-29qmgr: Implement IEnumBackgroundCopyFiles_Next.
Roy Shea 2008-02-28qmgr: Implement IEnumBackgroundCopyFiles_GetCount.
Roy Shea 2008-02-28qmgr: Implement IBackgroundCopyJob_EnumFiles.
Alexandre Julliard 2008-02-27winex11: Check the current window state on Map/UnmapNotify and ignore obsolete...
Alexandre Julliard 2008-02-27winex11: Added tracking of the WM_STATE window property.
Alexandre Julliard 2008-02-27winex11: Clear the NET_WM_STATE status when a window is withdrawn.
Roy Shea 2008-02-27qmgr: Implement IBackgroundCopyJob_AddFile.
Roy Shea 2008-02-27qmgr: Implement the IUnknown interface for IEnumBackgroundCopyFiles.
Roy Shea 2008-02-27qmgr: Implement the IUnknown interface for IBackgroundCopyFile.
Dmitry Timoshkov 2008-02-27kernel32: Return upper cased drive letters in paths, some applications depend...
Maarten Lankhorst 2008-02-27shlwapi: Don't add a trailing slash in the case that nothing has to be appended...
Maarten Lankhorst 2008-02-27wininet: Fix retrieving raw headers.
Roy Shea 2008-02-26qmgr: Implement IBackgroundCopyManager_EnumJobs with test.
Roy Shea 2008-02-26qmgr: Implement the IUnknown interface for IEnumBackgroundCopyJobs.
Roy Shea 2008-02-26qmgr: Implement IBackgroundCopyJob_GetDisplayName with test.
Roy Shea 2008-02-26qmgr: Implement IBackgroundCopyJob_GetType with test.
Maarten Lankhorst 2008-02-26wininet: Add stub for INTERNET_OPTION_PER_CONNECTION.
Roy Shea 2008-02-25qmgr: Implement IBackgroundCopyJob_GetId with test.
Roy Shea 2008-02-25qmgr: Implement IBackgroundCopyManager_CreateJob with test.
Roy Shea 2008-02-25qmgr: Implement the IUnknown interface for IBackgroundCopyJob and stubs for the...
Dan Hipschman 2008-02-22widl: Allow is_string_type to work for typedef'd types.
Maarten Lankhorst 2008-02-22advapi: Check if service really exists before bombing out in CreateService.
Alexandre Julliard 2008-02-21winex11: Make the BitBlt short-cuts more generic to apply to all possible ROPs.
Dmitry Timoshkov 2008-02-21winex11.drv: Add an optimized path for BitBlt(SRCINVERT).
Alexandre Julliard 2008-02-20user32: Pass the modified SetWindowPos flags to the set_window_pos server...
Dmitry Timoshkov 2008-02-20user32: Add a z-order test for owned popup windows.
Roy Shea 2008-02-19qmgr: Add some tests.
Roy Shea 2008-02-19qmgr: Add ServiceMain.
Roy Shea 2008-02-19qmgr: Implement DLL server registration.
Lei Zhang 2008-02-19qedit: Add stub implementation of MediaDet.
Lei Zhang 2008-02-19qedit: Add tests directory and a simple test.
Lei Zhang 2008-02-19qedit: Add MediaDet registration.
Lei Zhang 2008-02-19include: Add IMediaDet interface and MediaDet class.
Lei Zhang 2008-02-19include: Add ISampleGrabber interface.
Lei Zhang 2008-02-19include: Generate qedit.h, add ISampleGrabberCB interface.
Lei Zhang 2008-02-19qedit: Add the DirectShow ClassFactory.
Lei Zhang 2008-02-19qedit: Skeleton implementation of qedit.dll.
Maarten Lankhorst 2008-02-18dssenh: Add initial stub dll.
Maarten Lankhorst 2008-02-18softpub: Add initial stub dll.
Maarten Lankhorst 2008-02-18slbcsp: Add initial stub dll.
Maarten Lankhorst 2008-02-18sccbase: Add initial stub dll.
Maarten Lankhorst 2008-02-18mssip32: Add initial stub dll.
Maarten Lankhorst 2008-02-18initpki: Add initial stub dll.
Maarten Lankhorst 2008-02-18gpkcsp: Add initial stub dll.
Maarten Lankhorst 2008-02-18cryptdlg: Add initial stub dll.
Alexandre Julliard 2008-02-18user32: Rewrite SWP_DoOwnedPopups to take into account topmost windows.
Maarten Lankhorst 2008-02-18user32: Fix a message test that would only pass on wine.
Maarten Lankhorst 2008-02-16browseui: Add undocumented Component Category Cache Daemon stub.
Maarten Lankhorst 2008-02-16include: Add IRunnableTask interface.
Dmitry Timoshkov 2008-02-15user32: Use custom window procs instead of DefWindowProcA/W in the...
Dmitry Timoshkov 2008-02-12user32: Add a couple of tests for WS_EX_TOPMOST.
Dan Kegel 2008-02-12msvcrt: Fix EOF behavior on read from pipe or console.
Lei Zhang 2008-02-08quartz: Add VideoRendererDefault.
Lei Zhang 2008-02-07user32: Use wine_dbgstr_rect() in traces.
Lei Zhang 2008-02-07comctl32: Use wine_dbgstr_rect() in traces.
Dan Hipschman 2008-01-24oleaut32: Use the symbolic name for TYPEFLAG_FDISPATCHABLE.
Alexandre Julliard 2008-01-24winex11: Check for need to make window managed when WS_VISIBLE is set outside...
Alexandre Julliard 2008-01-23user32: Menus should be top-most windows.
Alexandre Julliard 2008-01-23comctl32: Tooltips should be top-most windows.
Alexandre Julliard 2008-01-23winex11: Export a function to dock a window into the system tray, and get rid...
Roy Shea 2008-01-23qmgr: Implement IClassFactory methods.
Lei Zhang 2008-01-23ddraw: Register the DirectDraw 7 Object.
Alexandre Julliard 2008-01-22server: Invalidate the correct region when custom valid rects are specified.
Alexandre Julliard 2008-01-16winebuild: Don't try to use the .init section on Mac OS.
Alexandre Julliard 2008-01-16wineboot: Delay import the dlls that are not needed for the default initialisation.
Alexandre Julliard 2008-01-16ntdll: Fall back to a server device ioctl for files with no associated fd.
Alexandre Julliard 2008-01-16winebuild: Reserve the space for the PE header in the .init section.
Alexandre Julliard 2008-01-16mountmgr.sys: Fix values returned for IOCTL_STORAGE_GET_DEVICE_NUMBER on emulated ...
Alexandre Julliard 2008-01-16wineboot: Add a --init option used when launched automatically at startup.
Alexandre Julliard 2008-01-14kernel32: Don't inherit stdin/stdout handles in wineboot.
Alexandre Julliard 2008-01-14user32: Don't inherit stdin/stdout handles in explorer.
Alexandre Julliard 2008-01-14kernel32: Close the stdio handles when creating a detached process.
Alexandre Julliard 2008-01-09mountmgr.sys: Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY and IOCTL_STORAGE_GET_DEVICE ...
Alexandre Julliard 2008-01-07wineboot: Don't print errors for non-fatal problems.
Alexandre Julliard 2008-01-07kernel32: Fail more gracefully in GetVolumeInformation for fake drive devices.
Alexandre Julliard 2008-01-07advapi32: Fix the length written to the pipe for the start message.
Alexandre Julliard 2008-01-07ntdll: Return a proper Information field also when opening a server file object.
Alexandre Julliard 2008-01-07server: Wait for the expiration of all the process SIGKILL timers before exiting ...
Alexandre Julliard 2008-01-04kernel32: Launch wineboot on first startup of a wine process.
Alexandre Julliard 2008-01-04kernel32/tests: Added tests for FindFirstVolume/FindNextVolume.
Alexandre Julliard 2008-01-04mountmgr.sys: Implemented the IOCTL_MOUNTMGR_QUERY_POINTS request.
Alexandre Julliard 2008-01-04kernel32: Implemented FindFirstVolume/FindNextVolume using the mount point manager.
Alexandre Julliard 2008-01-04mountmgr.sys: Add devices to the MountedDevices registry key.
Alexandre Julliard 2008-01-04mountmgr.sys: Added initial stub for the mount point manager device.
Alexandre Julliard 2008-01-04advapi32: Don't wait for 20 seconds if a service fails to start.
Alexandre Julliard 2008-01-04mountmgr.sys: Create disk devices for all configured drives.
Alexandre Julliard 2008-01-04mountmgr.sys: Create a hard disk device for PhysicalDrive0.
Alexandre Julliard 2008-01-02server: Redesign the server shutdown processing.
Alexandre Julliard 2008-01-02server: Use exponential backoff when waiting for wineserver -k to complete.

[ 2006 ] [ 2007 ] [ 2008 ]

Author Date Description
Jeremy White 2007-12-31wintab32: If we could not find a stylus sort of device, we haven't found a tablet.
Jeremy White 2007-12-31wintab32: Add logic to detect specific tablet cursor types, use it to discard non ...
Jeremy White 2007-12-30wintab32: Add modest trace information for tablets.
Jeremy White 2007-12-30wintab32: Remove the unused and clearly broken FindOpenContext function.
Lei Zhang 2007-12-28gdiplus: Initialize a variable in a test.
Lei Zhang 2007-12-28gdiplus: Add GdipCreatePen2 and test cases.
Jeremy White 2007-12-24wintab32: Don't return information for non existent cursors.
Jeremy White 2007-12-24wintab32: Capture the number of buttons earlier, allowing our button maps to be fille ...
Maarten Lankhorst 2007-12-24winealsa: Add special case for microphone source in mixer.
Jeremy White 2007-12-24wintab32: Fix the W->A translation for CSR_NAME and CSR_BTNNAMES.
Jeremy White 2007-12-24wintab32: Implement the ability to return the number of devices and cursors.
Jeremy White 2007-12-24wintab32: Add constants for cursor types and use them.
Jeremy White 2007-12-23wintab32: Do not offset the physical device id by the cursor number.
Jeremy White 2007-12-23wintab32: Compute our physical device characteristics based on the first tablet devic ...
Jeremy White 2007-12-23wintab32: Store and use the physical device id to match device to cursor.
Jeremy White 2007-12-23wintab32: Correctly handle devices with a device id of 0.
Jeremy White 2007-12-23wintab32: Order the cursor array by the standard Wacom promulgates.
Jeremy White 2007-12-23wintab32: Add additional device tracing.
Alexandre Julliard 2007-12-23kernel32: Initialize MaximumLength of the user params directory too.
Alexandre Julliard 2007-12-21kernel32: Store the initial directory as a full path in the process parameters.
Lei Zhang 2007-12-21quartz: Make filtergraph aggregatable.
Lei Zhang 2007-12-21quartz: Move aggregation tests into separate file.
Alexandre Julliard 2007-12-20server: Don't count system processes as users of a desktop.
Alexandre Julliard 2007-12-20advapi32: Move the EnumDependentServicesA/W stubs in service.c where they belong.
Alexandre Julliard 2007-12-20wineboot: Rewrite wininit.ini processing to use GetPrivateProfileSectionW. Convert ...
Alexandre Julliard 2007-12-20include: Added the mountmgr.h header.
Alexandre Julliard 2007-12-20explorer: It no longer needs to be made a system process.
Alexandre Julliard 2007-12-20wineboot: Add support for starting NT-style services.
Alexandre Julliard 2007-12-20advapi32: Start non-interactive services in a separate window station.
Roy Shea 2007-12-20qmgr: AddRef, QueryInterface, and stub functions for queue manager interface.
Alexandre Julliard 2007-12-20wineboot: Convert the rest of the code to Unicode.
Alexandre Julliard 2007-12-20server: Don't give out full access to the system process event.
Alexandre Julliard 2007-12-20wine.inf: Mark the spool service as disabled, it's just a stub.
Alexandre Julliard 2007-12-20wineboot: Simplify the unnecessarily complex code structure.
Alexandre Julliard 2007-12-19advapi32: Return from StartServiceCtrlDispatcher when all services are stopped.
Alexandre Julliard 2007-12-19advapi32: Replace the list of services with an array.
Alexandre Julliard 2007-12-19advapi32: Reimplement RegisterServiceCtrlHandler on top of RegisterServiceCtrlHandlerEx.
Alexandre Julliard 2007-12-19advapi32: Fix RegisterServiceCtrlHandler spec entry.
Alexandre Julliard 2007-12-19advapi32: Use exponential backoff when waiting for a service to start.
Dmitry Timoshkov 2007-12-19user32: Set the edit text in a combobox only if combobox has strings.
Alexandre Julliard 2007-12-18server: Fix possible NULL dereference.
Alexandre Julliard 2007-12-18ntoskrnl.exe: Added implementation for IoCreateDriver and IoDeleteDriver.
Alexandre Julliard 2007-12-18ntoskrnl.exe: Allow returning data in ioctls along with a positive non-zero status.
Maarten Lankhorst 2007-12-17riched20: Fix bugs in EM_SETOPTIONS.
Roy Shea 2007-12-17qmgr: Generate C file with local GUID definitions from bits.idl.
Maarten Lankhorst 2007-12-14riched20: Implement ECO/EM SELECTIONBAR.
Maarten Lankhorst 2007-12-14winealsa: Add 'Front Mic' as alias for microphone.
Maarten Lankhorst 2007-12-14riched20: Make some functions static.
Lei Zhang 2007-12-13quartz: Fix typo in GraphConfig_AddRef.
Lei Zhang 2007-12-13quartz: Set *ppvObject to NULL if QueryInterface fails.
Lei Zhang 2007-12-13quartz: Do aggregation test for more video renderer interfaces.
Alexandre Julliard 2007-12-13user32: Print the RegisterHotKey fixme only once.
Lei Zhang 2007-12-13ole32: Print a fixme when an aggregation attempt fails.
Lei Zhang 2007-12-13quartz: Make aggregation test generic.
Lei Zhang 2007-12-13quartz: Make video renderer aggregatable.
Lei Zhang 2007-12-13quartz: Add videorenderer aggregation test.
Lei Zhang 2007-12-13quartz: Give video renderer's Inner_QueryInterface a less generic name.
Lei Zhang 2007-12-13quartz: Add videorenderer QueryInterface test.
Lei Zhang 2007-12-13quartz: Add referenceclock QueryInterface test.
Maarten Lankhorst 2007-12-13include: Update oleacc with new constants and IAccessible interface.
Maarten Lankhorst 2007-12-12winealsa: Add control 'Digital' as alias for microphone.
Alexandre Julliard 2007-12-12winecrt0: DriverEntry is a WINAPI function.
Maarten Lankhorst 2007-12-12winealsa: Don't require a cswitch control for capture.
Maarten Lankhorst 2007-12-12winealsa: Remove fixed fixme.
Alexandru Balut 2007-12-12wine.inf: Fix the type of some values in HKLM, System\CurrentControlSet\Control\Sessi ...
Lei Zhang 2007-12-11quartz: Add IFilterGraph2 interface and stubs.
Alexandre Julliard 2007-12-11winebuild: Don't set the IMAGE_FILE_DLL flag on native modules.
Alexandre Julliard 2007-12-11Makedll.rules: Add a generic EXTRADLLFLAGS variable instead of defining a specific ...
Roy Shea 2007-12-09qmgrprxy: Queue manager proxy generated using an IDL compiler and bits.idl.
Alexandre Julliard 2007-12-08kernel32: Read label and serial from the filesystem when the device is accessible ...
Alexandre Julliard 2007-12-08kernel32: Revert change that slipped in commit db24d3af9a6e56c3036ba0a3e5d62dae4f2676 ...
Maarten Lankhorst 2007-12-07winealsa: Fix return value checking in wavein.
Maarten Lankhorst 2007-12-07winealsa: Simplify the feeding of capture buffers.
Maarten Lankhorst 2007-12-07winealsa: Clear dwBytesRecorded in waveheader when adding buffer.
Maarten Lankhorst 2007-12-07winealsa: Fix period size in capture.
Lei Zhang 2007-12-06quartz: Move current tests into their own test case.
Roy Shea 2007-12-06qmgr: Renamed bits_main.c to qmgr_main.c and updated comments.
Roy Shea 2007-12-06include: Added IDL file for BITS.
Roy Shea 2007-12-06include: Added bitsmsg.h header.
Lei Zhang 2007-12-06quartz: Add some IGraphBuilder related tests.
Lei Zhang 2007-12-06quartz: Add a test for IFilterGraph2.
Lei Zhang 2007-12-06quartz: Fix return value in IFilterGraph_FindFilterByName.
Lei Zhang 2007-12-06quartz: Validate input for IFilterGraph_FindFilterByName.
Alexandre Julliard 2007-12-05server: Implemented EnumWindowStations and EnumDesktops.
Alexandre Julliard 2007-12-05server: Partial implementation of NtQueryDirectoryObject.
Alexandre Julliard 2007-12-05server: Return correct object types in the get_directory_entry request.
Roy Shea 2007-12-04wininet: Added check of dwStructSize required by Windows in calls to InternetCrackUrlA.
Roy Shea 2007-12-04wininet: Removed inline from copy_compsA and zero_compsA to allow Windows testing.
Roy Shea 2007-12-04svchost: Implementation of svchost.
Alexandru Balut 2007-12-02oleaut32: Implement VarWeekdayName + tests.
Lei Zhang 2007-11-20shell32: Perform copy in UnixFolder_ISFHelper_CopyItems.
Lei Zhang 2007-11-20shell32: Only notify immediate parent.
Alexandre Julliard 2007-11-13shell32: Don't wait for the command to terminate in ShellLink_InvokeCommand.
Alexandre Julliard 2007-11-13include: Added definition for SEE_MASK_NOASYNC.
Alexandre Julliard 2007-11-13shell32: Pass some of the ShellExecute flags through InvokeCommand.
Lei Zhang 2007-11-12shell32: rename My Video to My Videos.
Alexandre Julliard 2007-11-12user32: Remove a few traces that only duplicate the relay information.
Lei Zhang 2007-11-12shell32: Don't crash if $HOME is not set.
Dan Kegel 2007-11-11advapi32: Fix buffer overrun in tests/registry.c:wine_debugstr_wn().
Lei Zhang 2007-11-09sane.ds: Get number of options only once.
Dan Kegel 2007-11-09user32: Implement return value for DdeClientTransaction for XTYP_EXECUTE.
Lei Zhang 2007-11-09sane.ds: Check return value from sane_get_option_descriptor().
Lei Zhang 2007-11-09wininet: Skip strcmp() in a test if the returned value/len is wrong.
Lei Zhang 2007-11-09sane.ds: Fix a memory leak.
Lei Zhang 2007-11-09sane.ds: Check return value from sane_control_option().
Lei Zhang 2007-11-08wininet: Initialize ftp sockets.
Alexandre Julliard 2007-11-07include: Add WINGDIAPI to the exported gdi32 functions.
Alexandre Julliard 2007-11-07user32: Make all internal user32 functions and variables hidden.
Alexandre Julliard 2007-11-07winebuild: Add a few nops to stub entry points to make Safedisc happy.
Dan Kegel 2007-11-07msvcrt: Fix two buglets in heap test.
Alexandre Julliard 2007-11-07gdi32: Make all internal gdi functions hidden.
Alexandre Julliard 2007-11-07include: Mark imported functions with hidden visibility.
Alexandre Julliard 2007-11-07include: Add WINUSERAPI to the exported user32 functions.
Alexandre Julliard 2007-11-07include: Add NTSYSAPI to the exported ntdll functions.
Alexandre Julliard 2007-11-07include: Only use DECLSPEC_IMPORT for Windows compilers in unicode.h.
Alexandre Julliard 2007-11-07include: Add WINADVAPI to the exported advapi32 functions.
Alexandre Julliard 2007-11-07include: Add WINBASEAPI to the exported kernel32 functions.
Dan Hipschman 2007-11-06widl: Don't rely on type_memsize to return 0 for all conformant arrays.
Jacek Caban 2007-11-04mshtml: Added AcceptLanguage handling.
Nigel Liang 2007-11-04wininet: Release object in HttpSendRequestExW before return on error.
Dan Kegel 2007-11-04cabinet: FCICreate: Initialize oldCCAB.
Dan Kegel 2007-11-03cabinet: FCIAddFile: Set defaults in case callback doesn't set some fields.
Dan Hipschman 2007-11-02rpcrt4/tests: Initialize memory in the get_name test.
Lei Zhang 2007-11-02comctl32: Fix uninitialized, unused variables.
Dan Hipschman 2007-11-02widl: Don't output a void conformance for NdrClearOutParameters.
Dan Hipschman 2007-11-02widl: Handle pointers to conformant arrays (e.g., "[size_is(, n)] int **p; ").
Dan Hipschman 2007-11-02rpcrt4: Initialize allocated pointers to NULL in PointerUnmarshall.
Lei Zhang 2007-11-02comctl32: Fix typo in rebar.
Lei Zhang 2007-11-01comctl32: Datetime should close its monthcal when the monthcal loses focus.
Dan Hipschman 2007-10-31widl: Add a --local-stubs option.
Dan Kegel 2007-10-31ntdll: NtAccessCheck: Only send used bytes to server.
Lei Zhang 2007-10-30comctl32: Set tab focus correctly.
Alexandre Julliard 2007-10-30server: Remove failed ioctls from the queue as soon as the result is set.
Lei Zhang 2007-10-30comctl32: Add tab delete item / get focus test.
Lei Zhang 2007-10-30comctl32: Add tab insert item / get focus test.
Dan Kegel 2007-10-29advapi32/tests: Fix undefined memory references in registry.c.
Lei Zhang 2007-10-29comctl32: Move tab test's createParentWindow() into START_TEST().
Dan Hipschman 2007-10-26widl: Fix ExprEvalRoutines output.
Dan Hipschman 2007-10-25widl: Allow void pointers with iid_is attributes.
Dan Hipschman 2007-10-25oleaut32: Use widl to generate oaidl_p.c.
Dan Hipschman 2007-10-25widl: Fix a crash in compare_expr.
Lei Zhang 2007-10-25user32: Do not send button click to dialog with disabled default button.
Dan Kegel 2007-10-25winmm: Avoid testing linecontrols if can't get line info.
Dan Kegel 2007-10-25wine.inf: Add fake DLL for mshtml.dll.
Dan Hipschman 2007-10-24widl: parser_error must append a newline, so write a new function, error_loc.
Dan Hipschman 2007-10-24oleaut32: Add stubs for IPropertyBag_Read.
Roy Shea 2007-10-24include/rpc.h: Add missing headers.
Dan Hipschman 2007-10-24widl: Use error_loc instead of yyerror.
Dan Kegel 2007-10-23gdi32/tests: Fix false pass in warn+heap case.
Mikołaj Zalewski 2007-10-21advapi32: Make CreateWellKnownSid create domain sids (with test).
Mikołaj Zalewski 2007-10-21advapi32: Add a test for CreateWellKnownSid and implement two more SIDs.
Mikołaj Zalewski 2007-10-21advapi32/tests: Define OBJECT_BASIC_INFORMATION in source file as it is not defined ...
Mikołaj Zalewski 2007-10-21advapi32/tests: Make the SDDL test pass under Vista.
Dan Hipschman 2007-10-20widl: Update the manpage.
Dan Hipschman 2007-10-19widl: Fix problems with variable-size user types.
Alexandre Julliard 2007-10-18shell32: Check for internal shell classes before querying the registry in SHCoCreateI ...
Alexandre Julliard 2007-10-18ntdll: Cache the DOS drives stat info for up to one second.
Alexandre Julliard 2007-10-18shell32: Use wine_get_dos_file_name instead of duplicating knowledge about the drive ...
Nigel Liang 2007-10-18wininet: Release object in HttpEndRequestW after use.
Dan Hipschman 2007-10-18widl: Improve file cleanup when errors occur.
Dan Hipschman 2007-10-18widl: Remove printf format strings that aren't really format strings.
Dan Hipschman 2007-10-18widl: Generate dlldata files.
Dan Hipschman 2007-10-18widl: Detect conformant arrays of user types correctly.
Alexandre Julliard 2007-10-17winex11: Process all types of messages while moving/resizing a window.
Dan Hipschman 2007-10-16widl: Use new functions need_proxy and need_stub to clean up code and avoid generatin ...
Dan Hipschman 2007-10-16widl: Output the correct value for TableSize in ProxyFileInfo.
Dmitry Timoshkov 2007-10-16wordpad: Refuse to load OLE compound storage files like Windows does.
Dmitry Timoshkov 2007-10-16user32: Add more listbox message tests, make them pass under Wine.
Lei Zhang 2007-10-15comctl32: Select today's date when the today link is clicked.
Lei Zhang 2007-10-15comctl32: Monthcal should send notifications when today link gets clicked.
Lei Zhang 2007-10-15comctl32: Correct monthcal WM_LBUTTONDOWN return values.
Lei Zhang 2007-10-15comctl32: Monthcal today link test.
Lei Zhang 2007-10-14comctl32: Simplify monthcal test.
Dan Hipschman 2007-10-12rpcrt4/tests: Free memory from one of the tests.
Nigel Liang 2007-10-11include/winsock.h: Fix parenthesis mismatch.
Dan Hipschman 2007-10-10rpcrt4, widl: Make pointer layouts compatible with windows; fix conformant array ...
Dan Hipschman 2007-10-08widl: Allow quoted UUIDs.
Roy Shea 2007-10-08qmgr: Skeleton implementation of Background Intelligent Transfer Service (BITS).
Dan Hipschman 2007-10-08widl: Implement pointer_default functionality.
Dan Hipschman 2007-10-08widl: Keep track of every allocated type_t to simplify set_all_tfswrite.
Lei Zhang 2007-10-07comctl32: Fix monthcal hit tests.
Dan Kegel 2007-10-06quartz: Make clock test less flaky.
Dan Hipschman 2007-10-05rpcrt4/tests: Make server.idl compatible with MIDL.
Dan Hipschman 2007-10-05widl: Make structs containing user types bogus; fix square_test_us test failure.
Dan Kegel 2007-10-05msvcrt: Fix ^Z handling in text mode.
Dan Kegel 2007-10-05msvcrt: Improve CR CR LF handling.
Dan Hipschman 2007-10-03widl: Correct default pointers.
Dan Hipschman 2007-10-03widl: Add newlines to error messages that are missing them.
Dan Hipschman 2007-10-03widl: Add a declonly argument to write_type_left.
Dan Hipschman 2007-10-03widl: Write types in the format string comments.
Roy Shea 2007-10-02net.exe: Added missing service name.
Dmitry Timoshkov 2007-10-02user32: Add a message test for ownerdrawn listbox, make it pass under Wine.
Alexandre Julliard 2007-09-27winex11.drv: Always drag the full window for top-level windows to avoid having to ...
Dan Hipschman 2007-09-27widl: Fix array alignment bug.
Jacek Caban 2007-09-26mshtml: Added IHTMLDocument5 interface stub implementation.
Dan Hipschman 2007-09-26widl: Fix string codes in pointer descriptions.
Mikołaj Zalewski 2007-09-26shell32: shlview: Change some more ANSI calls to Unicode.
Dan Hipschman 2007-09-26widl: Fix top-level conformant arrays with pointer attributes.
Mikołaj Zalewski 2007-09-26shell32: Make the shell view control Unicode.
Dan Hipschman 2007-09-25widl: Clean up write_conf_or_var_desc with string_of_type.
Mikołaj Zalewski 2007-09-23advapi32: Add some more rights constants for ConvertStringSecurityDescriptorToSecurit ...
Juan Lang 2007-09-21setupapi: Create symbolic link value when interface is created.
Juan Lang 2007-09-21setupapi: Add test showing value of path.
Juan Lang 2007-09-21setupapi: Add stubs for SetupDiCreateDeviceInterfaceA/W.
Juan Lang 2007-09-21setupapi: Implement SetupDiEnumDeviceInterfaces.
Juan Lang 2007-09-21setupapi: Implement SetupDiCreateDeviceInterfaceA on top of SetupDiCreateInterfaceW.
Juan Lang 2007-09-21setupapi: Respect samDesired in SetupDiOpenClassRegKeyExW.
Juan Lang 2007-09-21setupapi: Implement SetupDiGetDeviceInterfaceDetailA/W.
Juan Lang 2007-09-21setupapi: Set last error on failure in SetupDiOpenClassRegKeyExW.
Juan Lang 2007-09-21setupapi: Add tests for SetupDiCreateDeviceInterface.
Juan Lang 2007-09-21setupapi: Set last error on invalid input.
Juan Lang 2007-09-21setupapi: Add tests for SetupDiGetDeviceInterfaceDetail.
Juan Lang 2007-09-21setupapi: Implement SetupDiCreateDeviceInterfaceW.
Juan Lang 2007-09-21setupapi: Add error checking to SetupDiCreateDeviceInterfaceW stub.
Juan Lang 2007-09-21setupapi: When enumerating an interface, add the interface to its device.
Juan Lang 2007-09-21setupapi: Remove a redundant parameter check.
Juan Lang 2007-09-20setupapi: Implement SetupDiGetDeviceInstanceIdW.
Juan Lang 2007-09-20setupapi: Implement SetupDiGetClassDevsW.
Juan Lang 2007-09-20setupapi: Implement SetupDiRegisterDeviceInfo.
Juan Lang 2007-09-20setupapi: Add tests for SetupDiGetDeviceInstanceId.
Juan Lang 2007-09-20setupapi: Make a helper to convert a GUID to a string.
Dan Hipschman 2007-09-20widl: Respect pointer attributes better.
Juan Lang 2007-09-20setupapi: Implement SetupDiGetDeviceInstanceIdA on top of SetupDiGetDeviceInstanceIdW.
Juan Lang 2007-09-20setupapi: Implement SetupDiGetDeviceRegistryPropertyA/W.
Juan Lang 2007-09-20setupapi: Add a placeholder for devices.
Juan Lang 2007-09-20setupapi: Add tests for SetupDiRegisterDeviceInfo.
Juan Lang 2007-09-20setupapi: Save device description to registry when creating a device.
Juan Lang 2007-09-20setupapi: Implement SetupDiCreateDeviceInfoW.
Juan Lang 2007-09-20setupapi: Devices created by SetupDiCreateDeviceInfo are "phantoms", and are deleted ...
Juan Lang 2007-09-20setupapi: Add stubs for SetupDiGetDeviceInstanceIdA/W.
Dan Hipschman 2007-09-20widl: Handle top-level conformance for complex arrays.
Juan Lang 2007-09-20setupapi: Implement SetupDiGetClassDescriptionExA.
Juan Lang 2007-09-20setupapi: Implement SetupDiEnumDeviceInfo.
Juan Lang 2007-09-20setupapi: Implement SetupDiSetDeviceRegistryPropertyA/W.
Juan Lang 2007-09-20setupapi: Add stub for SetupDiRegisterDeviceInfo.
Juan Lang 2007-09-20setupapi: Add tests for SetupDiCreateDeviceInfo.
Dan Hipschman 2007-09-20widl: Set the pointer description offset to zero if there are no pointers.
Juan Lang 2007-09-20setupapi: Add error checking to SetupDiCreateDeviceInfoW stub.
Juan Lang 2007-09-20setupapi: Save class GUID to registry when creating a device.
Alexandre Julliard 2007-09-19winex11.drv: If a window is not resizable through the window manager fall back to ...
Juan Lang 2007-09-18crypt32: Simplify AsnDecodeSequenceItems a tiny bit.
Juan Lang 2007-09-18crypt32: Temporarily change prototype of AsnDecodeIntInternal to the CryptDecodeObjec ...
Juan Lang 2007-09-18crypt32: ret is already true, don't retest it.
Juan Lang 2007-09-18crypt32: Use internal form for all internal decoding functions.
Juan Lang 2007-09-18setupapi: Fix typo.
Juan Lang 2007-09-18crypt32: Get rid of encoding type argument to AsnDecodeSequence, it isn't used.
Juan Lang 2007-09-18crypt32: Simplify DecodePathLenConstraint.
Dan Hipschman 2007-09-18widl: Fix alignment comments.
Juan Lang 2007-09-18setupapi: Correct type to match PSDK.
Juan Lang 2007-09-18crypt32: Implement DecodeAltName with DecodeAltNameInternal.
Juan Lang 2007-09-18crypt32: Use simpler form for internal time decoding functions.
Juan Lang 2007-09-18setupapi: Add missing prototypes and definitions, and change function prototypes ...
Juan Lang 2007-09-18crypt32: Move a comment that belonged elsewhere.
Juan Lang 2007-09-18crypt32: Explicitly count bytes to copy in DecodeCopyBytes.
Juan Lang 2007-09-18crypt32: Fix alignment for 64-bit systems.
Dan Hipschman 2007-09-18widl: Implement pointer descriptions for complex structures.
Juan Lang 2007-09-18crypt32: Introduce a space checking helper for functions that don't allocate memory ...
Juan Lang 2007-09-18crypt32: Use AsnDecodeIntInternal where an internal function is called for.
Juan Lang 2007-09-18crypt32: Test and correct decoding indefinite-length-encoded PKCS content.
Juan Lang 2007-09-18crypt32: Implement streamed encoding of an indefinite-length data message.
Dan Hipschman 2007-09-18widl: Handle all buffer sizes.
Juan Lang 2007-09-18crypt32: Separate DecodeInt into an internal and external version.
Juan Lang 2007-09-18crypt32: Allow items in an array to be indefinite-length encoded.
Juan Lang 2007-09-18crypt32: Allow a sequence to have an indefinite-length encoding.
Juan Lang 2007-09-18crypt32: Use correct encoded length when decoding a sequence.
Juan Lang 2007-09-18crypt32: Allow indefinite-length encoding of sequence items.
Juan Lang 2007-09-18crypt32: Set *pcbDecoded in every function.
Juan Lang 2007-09-18setupapi: Fix return type.
Juan Lang 2007-09-18crypt32: Don't use exception handler when decoding time zone, caller already does.
Juan Lang 2007-09-18crypt32: Use internal decode int function a couple more places.
Juan Lang 2007-09-18crypt32: Get rid of encoding type from AsnDecodeSequenceItems, it's never checked.
Juan Lang 2007-09-18crypt32: Pass length rather than entire message to CRYPT_EncodeContentLength.
Dan Hipschman 2007-09-18widl: Implement complex arrays.
Juan Lang 2007-09-18crypt32: Use decode function's returned decoded length to advance pointer when decodi ...
Juan Lang 2007-09-17crypt32: Return bytes decoded when decoding a sequence.
Juan Lang 2007-09-17crypt32: Add a decoded parameter to AsnDecodeSequence.
Juan Lang 2007-09-17crypt32: Correct GET_LEN_BYTES for the indefinite-length form.
Juan Lang 2007-09-17crypt32: Return bytes decoded from AsnDecodeArray.
Juan Lang 2007-09-17crypt32: Return bytes decoded when copying DER-encoded bytes.
Juan Lang 2007-09-17crypt32: Fix alignment on 64-bit systems.
Juan Lang 2007-09-17msi: Don't crash if record has no fields.
Juan Lang 2007-09-17wininet: Create a TCP connection if FLAG_ICC_FORCE_CONNECTION is specified.
Juan Lang 2007-09-17crypt32: Pass bytes decoded pointer to AsnDecodeArray.
Juan Lang 2007-09-17msi: Initialize nested.
Juan Lang 2007-09-17crypt32: Introduce a helper function to get encoded length that allows indefinite ...
Juan Lang 2007-09-17crypt32: Use a simpler prototype for array decoding functions.
Juan Lang 2007-09-17msi: Make sure nested is initialized.
Juan Lang 2007-09-17crypt32: Update comments.
Juan Lang 2007-09-17crypt32: Support indefinite-length encoded arrays.
Juan Lang 2007-09-17crypt32: Remove an unneeded WINAPI.
Juan Lang 2007-09-17crypt32: Return bytes decoded when decoding an alt name entry.
Juan Lang 2007-09-17crypt32: Make a decode OID function that returns the number of bytes decoded.
Juan Lang 2007-09-17crypt32: Add a test of an indefinite-length sequence.
Juan Lang 2007-09-17crypt32: Set bytes decoded in all success paths.
Juan Lang 2007-09-17crypt32: Correct an optimization.
Dan Hipschman 2007-09-14widl: Add padding to the end of complex structures.
Dmitry Timoshkov 2007-09-12shell32: Remove class cache introduced in commit f686cfab2feb9010efe82a932dc9f5904566 ...
Dan Hipschman 2007-09-12widl: Fix an unused parameter warning on write_conf_or_var_desc.
Juan Lang 2007-09-12wintrust: Implement SoftpubCleanup.
Juan Lang 2007-09-12wintrust: Don't prefer native version.
Dan Hipschman 2007-09-12widl: Use the correct functions for interface pointers in stubs.
Juan Lang 2007-09-12wintrust: Implement WinVerifyTrust.
Juan Lang 2007-09-12wintrust: Save signer cert so chain can be created.
Dan Hipschman 2007-09-12widl: Add calls to NdrFooFree for more types in server stubs.
Juan Lang 2007-09-12wintrust: Partially implement SoftpubAuthenticode.
Juan Lang 2007-09-11rsaenh: Validate pad byte when decrypting a block cipher.
Juan Lang 2007-09-11crypt32: Make chain tests more strict.
Juan Lang 2007-09-11crypt32: Set subject's info status from method used to find issuer.
Juan Lang 2007-09-11crypt32: Only decode authority key ID in subject cert once when looking for issuer.
Juan Lang 2007-09-11crypt32: Pass subject's info status when adding an issuer to a chain.
Juan Lang 2007-09-11crypt32: (Re)introduce helper function to get issuer certificate.
Juan Lang 2007-09-10crypt32: Add initial tests for CertVerifyCertificateChainPolicy.
Juan Lang 2007-09-10crypt32: Support CRYPT_DECODE_TO_BE_SIGNED_FLAG.
Juan Lang 2007-09-10crypt32: Implement CertVerifyCertificateChainPolicy for the base policy.
Dan Hipschman 2007-09-10widl: Output UUID files compatible with older Visual C++ and MinGW.
Juan Lang 2007-09-10crypt32: Add a root store implementation that reads trusted certificates from well ...
Juan Lang 2007-09-10crypt32: Add a stub for CertVerifyCertificateChainPolicy.
Juan Lang 2007-09-10crypt32: Add policy flags definitions.
Juan Lang 2007-09-10crypt32: Implement CertVerifyCertificateChainPolicy for the authenticode policy.
Juan Lang 2007-09-10rsaenh: Call setup_key whenever the IV is reset.
Juan Lang 2007-09-10rsaenh: Support setting the effective key length of RC2 keys.
Juan Lang 2007-09-10crypt32: Add a function to create a certificate chain engine potentially before the ...
Juan Lang 2007-09-10rsaenh: Reorder padding code to avoid unnecessary comparison.
Juan Lang 2007-09-10crypt32: Implement CertVerifyCertificateChainPolicy for the basic constraints policy.
Juan Lang 2007-09-06crypt32: Open world store when creating chain, not when building a simple chain.
Juan Lang 2007-09-06crypt32: Don't abort chain creation if the root signature isn't valid.
Juan Lang 2007-09-06crypt32: Remove a misplaced todo_wine.
Juan Lang 2007-09-06crypt32: Separate allocating a simple chain and checking it from building it.
Juan Lang 2007-09-06crypt32: Store world store in chain.
Juan Lang 2007-09-06crypt32: Defer checking signatures until chain is complete.
Lei Zhang 2007-09-06riched20: Do not pass NULL lParam to ME_ToUnicode for EM_REPLACESEL.
Juan Lang 2007-09-06crypt32: Don't add end cert's store to world.
Juan Lang 2007-09-06crypt32: Not finding an issuer shouldn't cause chain creation to fail.
Juan Lang 2007-09-06crypt32: Add more tests for getting issuer cert from store.
Juan Lang 2007-09-06crypt32: Set *ppChainContext even on error.
Juan Lang 2007-09-06crypt32: Consider alternate issuers when building chains.
Juan Lang 2007-09-06crypt32: Add special case for certificates with no signature algorithm.
Juan Lang 2007-09-06crypt32: Don't ask CertGetIssuerCertificateFromStore to verify revocation status, ...
Juan Lang 2007-09-06crypt32: Test whether chain creation should fail when a root signature is invalid.
Juan Lang 2007-09-06crypt32: Flags weren't set, so don't bother passing them.
Juan Lang 2007-09-06crypt32: Make a helper function to create initial candidate chain.
Juan Lang 2007-09-06crypt32: Test that the end cert in a chain's store isn't implicitly searched for ...
Dan Hipschman 2007-09-04widl: Allow size_is on strings.
Dan Hipschman 2007-09-04widl: Implement NDR for struct field alignment.
Dan Hipschman 2007-09-04widl: Fix top-level and callback conformances.
Juan Lang 2007-08-31crypt32: Time validity nesting doesn't appear to be checked, so don't check it.
Juan Lang 2007-08-31crypt32: The preferred issuer flag appears to be a bug in XP, so don't set it.
Juan Lang 2007-08-31crypt32: Don't fail chain creation if signature doesn't match.
Juan Lang 2007-08-31crypt32: Halt chain creation when a cycle is detected.
Juan Lang 2007-08-31crypt32: Check chain root's trusted status regardless of whether its signature is ...
Juan Lang 2007-08-31crypt32: Properly reference count certificate contexts referenced by a chain.
Juan Lang 2007-08-31crypt32: Check path length constraint on a chain.
Juan Lang 2007-08-31crypt32: Greatly expand certificate chain tests.
Juan Lang 2007-08-31crypt32: Implement CertDuplicateCertificateChain.
Juan Lang 2007-08-31crypt32: Check time of each element in chain against requested time.
Juan Lang 2007-08-31crypt32: Add a default cycle detection modulus.
Juan Lang 2007-08-31crypt32: Remove unneeded WINAPI from internal function.
Juan Lang 2007-08-31crypt32: Check whether each signing certificate can be a CA.
Juan Lang 2007-08-31crypt32: Don't fail chain creation if root isn't self-signed.
Juan Lang 2007-08-31crypt32: Set error status on issued certificate, not on issuer.
Juan Lang 2007-08-31crypt32: Free lower quality chain contexts.
Juan Lang 2007-08-31crypt32: Correct combining trust status of a chain's elements into the chain's trust ...
Juan Lang 2007-08-29winerror.h: Add more error definitions.
Dan Hipschman 2007-08-29widl: Handle the size_is attribute on pointers.
Juan Lang 2007-08-28wintrust: Use a helper function to get a signer's cert info from a message.
Juan Lang 2007-08-28crypt32: Set trust status on root element in chain.
Dan Hipschman 2007-08-28widl: Handle LPSTR in typelibs.
Juan Lang 2007-08-28wintrust: Implement pfnCertificateTrust.
Juan Lang 2007-08-28wintrust: Use pfnAddStore2Chain internally.
Juan Lang 2007-08-28wintrust: Test and implement pfnAddSgnr2Chain.
Juan Lang 2007-08-28wintrust: Save signers of a message in SoftpubLoadSignature.
Juan Lang 2007-08-28wintrust: Test and implement pfnAddCert2Chain.
Juan Lang 2007-08-28wintrust: Add missing definitions.
Juan Lang 2007-08-28wintrust: Test and implement pfnAddStore2Chain.
Juan Lang 2007-08-27wintrust: Implement SoftpubLoadSignature.
Juan Lang 2007-08-27wintrust: Move mem alloc functions to wintrust_main.c.
Juan Lang 2007-08-27wintrust: Test and implement SoftpubLoadMessage.
Juan Lang 2007-08-27wintrust: Use common memory functions.
Juan Lang 2007-08-27imagehlp: Move WIN_CERTIFICATE types to wintrust.h, and rename a type, to match PSDK.
Dan Kegel 2007-08-25shdocvw: iexplore needs to handle the -nohome option.
Juan Lang 2007-08-24crypt32: Partially implement CMSG_CTRL_VERIFY_SIGNATURE_EX.
Juan Lang 2007-08-24wintrust: Test and correct alloc and free functions in WintrustLoadFunctionPointers.
Juan Lang 2007-08-24wintrust: Add trust step error definitions.
Juan Lang 2007-08-24wintrust: Test and implement SoftpubInitialize.
Juan Lang 2007-08-24wintrust: Make crypt provider functions calling convention explicit.
Lei Zhang 2007-08-23gphoto2: Import photos in the right order.
Lei Zhang 2007-08-23gphoto2.ds: Add preview button and ability to disable import GUI.
Nigel Liang 2007-08-23winecfg: Suport color schemes from .theme format themes.
Lei Zhang 2007-08-23gphoto2: Add missing brackets.
Juan Lang 2007-08-22crypt32: Implement CryptVerifyMessageSignature.
Juan Lang 2007-08-22advapi32: Add more tests for CryptVerifySignatureW, and correct its parameter checking.
Juan Lang 2007-08-22crypt32: Test and correct verifying the signature of a valid signed message.
Juan Lang 2007-08-21crypt32: Make constructing handles a member of signed msg data.
Juan Lang 2007-08-21crypt32: Update a hash message's hash handles when decoding it.
Juan Lang 2007-08-21crypt32: Add a couple tests that show you can't get the hash from an encoded hash ...
Juan Lang 2007-08-21crypt32: Test and implement CryptGetMessageSignerCount.
Juan Lang 2007-08-21crypt32: Add helper function to update signed message data.
Juan Lang 2007-08-21crypt32: Only free allocated handles.
Juan Lang 2007-08-21crypt32: Test and implement getting the computed hash from a decoded signed message.
Juan Lang 2007-08-21crypt32: Move signed message data functions together.
Juan Lang 2007-08-21crypt32: Add tests for CryptMsgControl.
Juan Lang 2007-08-21crypt32: Add a helper function to construct a signer handles structure.
Juan Lang 2007-08-21crypt32: Make updating a hash a member of signed message data, not signed message.
Juan Lang 2007-08-21crypt32: Separate construction of signer handles from signer info.
Juan Lang 2007-08-21crypt32: Implement CryptGetMessageCertificates.
Juan Lang 2007-08-21crypt32: Implement verifying a decoded signed message's signature.
Juan Lang 2007-08-21crypt32: Trace encoding and decoding public keys on crypt channel.
Juan Lang 2007-08-21crypt32: Test an encoded signed message with a cert with a public key.
Lei Zhang 2007-08-21wine.inf: Add twain_32.dll to the list of fake dlls.
Juan Lang 2007-08-21crypt32: Make a signed message data type.
Juan Lang 2007-08-21crypt32: Explicitly terminate loop when a matching signer cert is found.
Juan Lang 2007-08-21crypt32: Use signed message data type for decoded signed messages.
Juan Lang 2007-08-21crypt32: Test encoding a signed message with a valid public key.
Juan Lang 2007-08-21crypt32: Implement verifying the hash of a decoded hash message.
Juan Lang 2007-08-21crypt32: Add a default message control function pointer.
Juan Lang 2007-08-21crypt32: Don't keep an unneeded copy of the crypto provider for each signer.
Juan Lang 2007-08-21crypt32: Add a mostly stub control function for decode messages.
Juan Lang 2007-08-21crypt32: Make more functions members of signed message data, rather than message.
Juan Lang 2007-08-21crypt32: Use a helper function to allocate signer handles.
Juan Lang 2007-08-21crypt32: Make a helper function to a free a signed message's handles.
Alexandre Julliard 2007-08-20comctl32: Create the manifest directory if needed (spotted by Dan Kegel).
Juan Lang 2007-08-17crypt32: Don't store redundant copy of crypto provider in file store.
Juan Lang 2007-08-17crypt32: Pass crypto provider and appropriate flags when opening PKCS messages, and ...
Juan Lang 2007-08-17crypt32: Don't store the crypto provider when it isn't needed.
Juan Lang 2007-08-17crypt32: Don't store redundant copy of crypto provider in reg store.
Juan Lang 2007-08-16crypt32: Rename a confusing type.
Juan Lang 2007-08-16crypt32: Where possible, pass a pointer rather than an offset, it's less confusing.
Juan Lang 2007-08-16crypt32: Use public type and APIs for memory stores wherever possible.
Juan Lang 2007-08-16crypt32: Remove some unnecessary casts.
Juan Lang 2007-08-16crypt32: Move cert store definitions to header.
Juan Lang 2007-08-16crypt32: Move collection stores to a separate file.
Juan Lang 2007-08-16crypt32: Move file store to a separate file.
Juan Lang 2007-08-16crypt32: Use public APIs to empty a store.
Juan Lang 2007-08-16crypt32: Use externed vars for context variables.
Juan Lang 2007-08-16crypt32: Move provider stores to a separate file.
Juan Lang 2007-08-16crypt32: Move registry stores to a separate file.
Evan Stade 2007-08-15gdiplus: Added GdipDrawString.
Evan Stade 2007-08-15gdiplus/tests: Added GpStringFormat tests.
Evan Stade 2007-08-15gdiplus: Added GdipAddPathBezierI.
Evan Stade 2007-08-15gdiplus: Handle StringFormatFlagsNoWrap in GdipMeasureString.
Evan Stade 2007-08-15gdiplus: Allow null-terminated strings in GdipDrawString.
Juan Lang 2007-08-15wintrust: Remove redundant check of pbSignedDataMsg (Coverity).
Evan Stade 2007-08-15gdiplus: Handle empty layout rectangle in GdipDrawString.
Evan Stade 2007-08-15gdiplus: Added GdipSetStringFormatLineAlign/GdipGetStringFormatLineAlign.
Evan Stade 2007-08-15gdiplus: Use DrawText instead of TabbedTextOut.
Evan Stade 2007-08-15gdiplus: Added GdipSetLineBlend stub.
Evan Stade 2007-08-15gdiplus: Fix default value of StringTrimmingCharacter.
Mikołaj Zalewski 2007-08-15wininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_FLAG_REQUEST_HEADERS.
Evan Stade 2007-08-15gdiplus: Added GdipMeasureString.
Evan Stade 2007-08-15gdiplus: Added GdipDeleteFont.
Evan Stade 2007-08-15gdiplus: Added GdipGetLogFontW.
Evan Stade 2007-08-15gdiplus: Added GdipSetStringFormatHotkeyPrefix/GdipGetStringFormatHotkeyPrefix.
Evan Stade 2007-08-15gdiplus: Fixed 2 GdipDrawString bugs.
Jacek Caban 2007-08-15mshtml: Call setup_nswindow on load event.
Evan Stade 2007-08-15gdiplus: Added string format constructor.
Evan Stade 2007-08-15gdiplus: Save elements of font's style.
Mikołaj Zalewski 2007-08-15wininet: A small test for HttpQueryInfoA.
Evan Stade 2007-08-15gdiplus: Added GdipSetTextRenderingHint/GdipGetTextRenderingHint.
Evan Stade 2007-08-15gdiplus: Added GdipGetStringFormatTrimming/GdipSetStringFormatTrimming.
Evan Stade 2007-08-15gdiplus: Fixed conformance of font constructor.
Evan Stade 2007-08-15gdiplus: Added more font tests.
Evan Stade 2007-08-15gdiplus/tests: Added GdipAddPathLineI test.
Evan Stade 2007-08-15gdiplus: Handle empty layout rectangle in GdipMeasureString.
Evan Stade 2007-08-15gdiplus: Added font tests.
Mikołaj Zalewski 2007-08-15wininet: Make HttpQueryInfo[AW] work for lpBuffer == NULL and len > 0.
Evan Stade 2007-08-15gdiplus: Handle StringFormatFlagsNoWrap in GdipDrawString.
Evan Stade 2007-08-15gdiplus: Added GdipDeleteStringFormat.
Evan Stade 2007-08-15gdiplus: Added GdipGetStringFormatAlign/GdipSetStringFormatAlign.
Juan Lang 2007-08-15crypt32: Free default chain engine.
Lei Zhang 2007-08-15riched20: Add missing scroll bar update.
Lei Zhang 2007-08-15riched20: Properly calculate control display height.
Evan Stade 2007-08-15gdiplus: Added GdipAddPathLineI.
Juan Lang 2007-08-14wintrust: Implement WTHelperGetProvCertFromChain.
Juan Lang 2007-08-14crypt32: Fix typo.
Evan Stade 2007-08-14gdiplus: Added GdipSetCompositingMode/GdipGetCompositingMode.
Evan Stade 2007-08-14gdiplus: Added font constructor.
Juan Lang 2007-08-14wintrust: Implement WTHelperProvDataFromStateData.
Evan Stade 2007-08-14gdiplus: Better handle UnitPixel pen width.
Juan Lang 2007-08-14crypt32: Add initial tests for certificate chains.
Evan Stade 2007-08-14gdiplus: Added GdipDrawRectangles.
Juan Lang 2007-08-14crypt32: Initial implementation of CertGetCertificateChain and CertFreeCertificateChain.
Jacek Caban 2007-08-14mshtml: Make window.external visible for JavaScript code.
Mikołaj Zalewski 2007-08-14kernel32: Return error code if WOWCallback16Ex of a real-mode function failed.
Juan Lang 2007-08-14crypt32: Fix typo.
Jacek Caban 2007-08-14mshtml: Return wine: URI for protocols handled by MSHTML.
Juan Lang 2007-08-14crypt32: Set return value on exception.
Alexandre Julliard 2007-08-14comctl32: Create a manifest file at dll registration time.
Mikołaj Zalewski 2007-08-14winedos: Make UMB executable.
Juan Lang 2007-08-14crypt32: Add a chain test with real certificates.
Juan Lang 2007-08-14crypt32: Add stub for CertFreeCertificateChain.
Juan Lang 2007-08-14wintrust: Forward WinVerifyTrustEx to WinVerifyTrust.
Evan Stade 2007-08-14gdiplus: Added GdipRotateWorldTransform.
Evan Stade 2007-08-14gdiplus: Added GdipScaleWorldTransform.
Evan Stade 2007-08-14gdiplus: Added GdipCreateFontFromLogfontA.
Juan Lang 2007-08-14crypt32: Move CertGetCertificateChain to chain.c.
Juan Lang 2007-08-14crypt32: Set output chain to NULL.
Juan Lang 2007-08-14wintrust: Implement WTHelperGetProvSignerFromChain.
Jacek Caban 2007-08-14mshtml: Check use_wine_url in nsIURI::GetAsciiSpec.
Juan Lang 2007-08-13wintrust: Implement SPC indirect data encoding.
Juan Lang 2007-08-13crypt32: Avoid a memory allocation when decoding the subject key identifier extension.
Juan Lang 2007-08-13crypt32: Add missing break.
Juan Lang 2007-08-13crypt32: Test authority key identifier with a multi-byte id to show that its byte ...
Juan Lang 2007-08-13crypt32: Test finding the issuer of a certificate.
Juan Lang 2007-08-13wintrust: Implement SPC PE image decoding.
Juan Lang 2007-08-13wintrust: Implement SPC PE image encoding.
Juan Lang 2007-08-13wintrust: Implement SPC indirect data decoding.
Mikołaj Zalewski 2007-08-13kernel: Allocate global memory with execute permission.
Jacek Caban 2007-08-12urlmon: Wrap IBindCtx in CreateAsyncBindCtxEx.
Jacek Caban 2007-08-12mshtml: Don't mess with gecko specific protocols.
Jacek Caban 2007-08-12mshtml: Make get_typeinfo thread safe.
James Hawkins 2007-08-11msi: Add tests for the RemoveFiles standard action.
Evan Stade 2007-08-10gdiplus: Better error checking in GdipBitmapLockBits.
Evan Stade 2007-08-10gdiplus: Added GdipConvertToEmfPlus stub.
Juan Lang 2007-08-10crypt32: Use helper functions to simplify CryptEncodeObject and CryptEncodeObjectEx.
Evan Stade 2007-08-10gdiplus: Added GdipCreateTextureIA.
Evan Stade 2007-08-10gdiplus: Replace GetDC(0) with CreateCompatibleDC(0).
Juan Lang 2007-08-10wintrust: Add missing definitions.
Evan Stade 2007-08-10gdiplus: Added GdipSetTextureTransform stub.
Evan Stade 2007-08-10gdiplus: Added GdipGetImageGraphicsContext.
Evan Stade 2007-08-10gdiplus: Updated GdipCloneBrush, GdipDeleteBrush.
Evan Stade 2007-08-10gdiplus: Added GdipTranslateWorldTransform.
Juan Lang 2007-08-10wintrust: Add tests for encoding and decoding SPC PE image data.
Juan Lang 2007-08-10crypt32: Validate parameters better in CryptDecodeObject.
Juan Lang 2007-08-10wintrust: Add stubs for SPC_LINK and SPC_PE_IMAGE encoding/decoding.
Juan Lang 2007-08-10crypt32: Use helper functions to simplify CryptDecodeObject and CryptDecodeObjectEx.
Juan Lang 2007-08-10wintrust: Add tests for encoding/decoding SPC links.
Juan Lang 2007-08-10crypt32: Improve tracing when builtin function isn't available.
Evan Stade 2007-08-10gdiplus: Fix test to pass in Windows.
Juan Lang 2007-08-10wintrust: Implement decoding SPC links.
Juan Lang 2007-08-10wintrust: Implement CryptSIPGetSignedDataMsg.
Juan Lang 2007-08-10wintrust: Implement encoding SPC links.
Evan Stade 2007-08-10gdiplus: Added GdipDrawImageRectRect.
Juan Lang 2007-08-10crypt32: Ex encode/decode functions should call non-Ex versions if no Ex version ...
Evan Stade 2007-08-09gdiplus: Added GdipCreatePath2.
Evan Stade 2007-08-09gdiplus/tests: Added GdipCreateBitmapFromScan0 test.
Evan Stade 2007-08-09gdiplus: Added GdipSetImagePalette stub.
Evan Stade 2007-08-09gdiplus: Added GdipFillRectangle.
Evan Stade 2007-08-09gdiplus: Added GdipGetPenDashOffset/GdipSetPenDashOffset.
Evan Stade 2007-08-09gdiplus: Added GdipCreateBitmapFromGraphics stub.
Evan Stade 2007-08-09gdiplus: Fixed conformance of GdipCreateBitmapFromScan0.
Evan Stade 2007-08-09oleaut32: Handle transparency data when loading PNG images.
Juan Lang 2007-08-09crypt32: Use real certificates to test finding subject certificates, and correct ...
Juan Lang 2007-08-09crypt32: Correct loading OID functions from the registry.
Juan Lang 2007-08-09crypt32: Trace more return values.
James Hawkins 2007-08-09msi: Implement the UnpublishFeatures standard action.
Mikołaj Zalewski 2007-08-09user32: CallWindowProc[AW] for mismatched built-in winprocs should take into account ...
James Hawkins 2007-08-09msi: Simplify MsiQueryComponentState, with more tests.
Nigel Liang 2007-08-09winecfg: Fix crash when remove app button is pressed in applications tab.
Juan Lang 2007-08-09crypt32: Add stub for I_CryptGetAsn1Decoder.
Evan Stade 2007-08-08gdiplus: Updated brush cloner/deleter.
Evan Stade 2007-08-08gdiplus: Added GdipDrawImageI.
Evan Stade 2007-08-08gdiplus: Added GdipGetLineGammaCorrection/GdipSetLineGammaCorrection.
Evan Stade 2007-08-08gdiplus: Added GdipCreateLineBrushFromRectI.
Evan Stade 2007-08-08gdiplus: Updated GdipDrawRectangleI.
Evan Stade 2007-08-08gdiplus: Added GdipFillRectangleI.
Evan Stade 2007-08-08gdiplus: Added GdipSetImageAttributesColorMatrix stub.
Evan Stade 2007-08-08gdiplus: GdipLoadImageFromStream makes initializations.
Evan Stade 2007-08-08gdiplus: Added GdipCreateBitmapFromFile.
Evan Stade 2007-08-08gdiplus: Don't prematurely release stream.
Evan Stade 2007-08-08gdiplus: Added GdipBitmapLockBits.
Evan Stade 2007-08-08gdiplus: Added GdipSetLineSigmaBlend stub.
Evan Stade 2007-08-08gdiplus: Make GdipGetMetafileHeaderFromMetafile return Ok.
Evan Stade 2007-08-08gdiplus: Added GdipCreateStreamOnFile.
Evan Stade 2007-08-08gdiplus: Added GdipSetLineWrapMode.
Evan Stade 2007-08-08gdiplus: Added GdipSetCustomLineCapStrokeCaps stub.
Evan Stade 2007-08-08gdiplus: Added GdipCreateLineBrush.
Evan Stade 2007-08-08gdiplus: Return width and height of metafiles.
Evan Stade 2007-08-08gdiplus: Fixed bug drawing custom caps.
Huw Davies 2007-08-07wininet: Fix the case when Proxy or ProxyBypass is NULL.
Juan Lang 2007-08-07crypt32: Use the authority key identifier to search for a certificate's issuer.
James Hawkins 2007-08-07msi: Implement the MSIINSTALLCONTEXT_MACHINE context for MsiQueryComponentState.
Juan Lang 2007-08-07crypt32: According to MSDN, inner content is only decoded when the content type is ...
Juan Lang 2007-08-07crypt32: Fix typo.
Juan Lang 2007-08-07crypt32: Add a couple traces.
Juan Lang 2007-08-07crypt32: Test and correct finding a subject certificate.
Nigel Liang 2007-08-07winecfg: Fix apply button always available in graphics tab bug.
James Hawkins 2007-08-07msi: Forward MsiQueryComponentStateA to MsiQueryComponentStateW.
Juan Lang 2007-08-07crypt32: Introduce cryptasn debug channel to quiet down crypt traces.
Nigel Liang 2007-08-07winecfg: Fix crash in graphics tab.
James Hawkins 2007-08-07msi: Add tests for MsiQueryComponentState.
James Hawkins 2007-08-07msi: Implement the remaining contexts for MsiQueryComponentState.
Juan Lang 2007-08-07crypt32: Implement CertRDNValueToStr for UTF-8 strings.
Evan Stade 2007-08-04gdiplus: Added GdipImageGetFrameDimensionsList stub.
James Hawkins 2007-08-04msi: Fix the size allocated for the deferred custom action string.
Evan Stade 2007-08-04gdiplus: Allow non-default GdiplusStartupInput.
Evan Stade 2007-08-04gdiplus: Added GdipCreateBitmapFromStream.
Evan Stade 2007-08-04oleaut32: Allow PNG_COLOR_TYPE_RGB_ALPHA.
Evan Stade 2007-08-04gdiplus: Added GdipGetImagePixelFormat.
Nigel Liang 2007-08-04winecfg: Fix crash caused by calling set_reg_key with NULL value.
Evan Stade 2007-08-04gdiplus: Added GdipImageSelectActiveFrame stub.
Evan Stade 2007-08-03gdi32: Don't print fixme more than once.
Evan Stade 2007-08-03gdiplus: Added GdipCreatePathGradient.
Evan Stade 2007-08-03gdiplus: Added GdipS/GetPathGradientGammaCorrection.
Evan Stade 2007-08-03gdiplus: Added GdipG/SetPathGradientCenterPoint.
Evan Stade 2007-08-03gdiplus: Removed old fixmes.
Evan Stade 2007-08-03gdiplus: Use custom cap base inset differently.
Evan Stade 2007-08-03gdiplus: Updated GpBrush functions.
Evan Stade 2007-08-03gdiplus: Added GdipG/SetPathGradientFocusScales.
Evan Stade 2007-08-03gdiplus: Added GdipGetPathGradientPointCount.
Evan Stade 2007-08-03gdiplus: Alphabetized header.
Evan Stade 2007-08-03gdiplus: Added GdipSetPathGradientSigmaBlend stub.
Evan Stade 2007-08-03gdiplus: Added GdipS/GetPathGradientSurroundColorsWithCount stubs.
Evan Stade 2007-08-02gdiplus: Added GdipIsOutlineVisiblePathPointI stub.
Evan Stade 2007-08-02gdiplus: Added GdipSetPathGradientCenterColor.
Evan Stade 2007-08-02gdiplus: Added solid-color path gradient brush implementation.
Evan Stade 2007-08-02gdiplus: Added GdipSetPathGradientWrapMode.
Alexandre Julliard 2007-08-02ntdll: Relax the activation context size check.
Juan Lang 2007-08-02crypt32: Add CERT_ID_XXX defines.
Juan Lang 2007-08-02crypt32: Test encoding a cert with a subject key identifier extension.
Evan Stade 2007-08-02gdiplus: Added GdipClonePath.
Juan Lang 2007-08-02crypt32: Test and fix getting a certificate context's key identifier property.
Evan Stade 2007-08-02oleaut32: Slight correction to EMF rendering.
Juan Lang 2007-08-02crypt32: Test encoding/decoding a couple more alt name entry types.
Juan Lang 2007-08-02crypt32: Add and use a helper function for getting cert properties.
Juan Lang 2007-08-02crypt32: Implement encoding OID and directory name alt name entries.
Evan Stade 2007-08-02gdiplus: Added GdipDrawLine.
Juan Lang 2007-08-02crypt32: Fix typo in key context property test, and the problems it hid.
Juan Lang 2007-08-02crypt32: Implement decoding OID and directory name alt name entries.
Nigel Liang 2007-08-02winecfg: Remove bad default setting for logpixels registery.
Dmitry Timoshkov 2007-08-02gdi32: Also print a readable table name in the failure notice.
Nigel Liang 2007-08-02winecfg: Read/write registry in unicode.
Mikołaj Zalewski 2007-08-02write.exe: Add a new program that calls wordpad.exe.
Evan Stade 2007-08-02gdiplus: Added GdipFillPolygon.
Evan Stade 2007-08-02gdiplus: Don't suggest image size when converting WMF to EMF.
Evan Stade 2007-08-02gdiplus: Added GdipSetPenWidth.
Juan Lang 2007-08-02crypt32: Support finding certificates by cert id.
Juan Lang 2007-08-02crypt32: Get rid of bogus check and improve traces for unexpected alt name entry ...
Juan Lang 2007-08-02crypt32: Test encoding a cert with a public key.
Juan Lang 2007-08-02crypt32: Introduce a OID decoding function that ignores the tag and use it where ...
Evan Stade 2007-08-01gdiplus: Added GdipSetImageAttributesColorKeys stub.
Evan Stade 2007-08-01gdiplus: Added GdipGetMetafileHeaderFromMetafile stub.
Evan Stade 2007-08-01gdiplus: Added GdipGetMatrixElements.
Evan Stade 2007-08-01gdiplus: Fix memory leak in GdipCreateMetafileFromWMF.
Jacek Caban 2007-08-01shdocvw: Wrong PostData VT is not an error.
Evan Stade 2007-08-01gdiplus: Added GdipSetMatrixElements.
Jacek Caban 2007-08-01mshtml: Release typelib in PROCESS_DETACH.
Evan Stade 2007-08-01gdiplus: Added GdipCreateBitmapFromScan0.
Evan Stade 2007-08-01gdiplus: Changed GdipGetImageType.
Evan Stade 2007-08-01gdiplus: Added GdipRemovePropertyItem stub.
Evan Stade 2007-08-01gdiplus: Implemented GdipDisposeImageAttributes.
Evan Stade 2007-08-01gdiplus: Added partial implementation of GdipSaveImageToStream.
Evan Stade 2007-08-01gdiplus: Added GdipCreateMatrix3.
Evan Stade 2007-08-01gdiplus: Added GdipFindFirstImageItem stub.
Evan Stade 2007-08-01gdiplus: Implemented GdipDisposeImage.
Evan Stade 2007-08-01gdiplus: Extend GdipDrawImagePointsRect.
Evan Stade 2007-08-01gdiplus: Added GdipGetPropertyItemSize stub.
Evan Stade 2007-08-01gdiplus: Track width and height of GpBitmaps.
James Hawkins 2007-08-01msi: Add tests for joining three tables.
Evan Stade 2007-08-01gdiplus: Implemented GdipLoadImageFromStreamICM.
Evan Stade 2007-08-01gdiplus: Change include list on 3 tests.
Evan Stade 2007-08-01gdiplus: Added GdipCreateBitmapFromStreamICM.
Evan Stade 2007-08-01gdiplus: Added more stubs to gdiplus.spec.
James Hawkins 2007-08-01msi: Reimplement joins to allow joining any number of tables, each of arbitrary size.
Evan Stade 2007-08-01gdiplus: Added GdipBitmapGetPixel stub.
Evan Stade 2007-07-31gdi32: Added more tests for ExtCreatePen on PS_USERSTLYE.
Evan Stade 2007-07-31gdi32: Handle PS_USERSTYLE in ExtCreatePen.
Juan Lang 2007-07-31crypt32: Use the outer content's signature algorithm rather than the public key's ...
Jacek Caban 2007-07-31shdocvw: Added GetExternal implementation.
Juan Lang 2007-07-31crypt32: Remove bad special case, it isn't necessary since the outer content specifie ...
Evan Stade 2007-07-31gdiplus: Partial implementation of GdipDrawImagePointsRect.
Jacek Caban 2007-07-31mshtml: Added IHTMLWindow::get_external implementation.
Nigel Liang 2007-07-31winecfg: Add menu font settings to desktop integration tab.
Evan Stade 2007-07-31gdiplus: Added GdipGetImageBounds stub.
Dmitry Timoshkov 2007-07-31gdi32: Make GetFontData traces more readable.
Evan Stade 2007-07-31gdiplus: Added a minimal implementation of GdipCreateImageAttributes.
Evan Stade 2007-07-31gdiplus: Added ImageAttributes stubs.
Alexandre Julliard 2007-07-31ntdll: Load dll from the directory containing the manifest for local assemblies.
Evan Stade 2007-07-31gdiplus: Implemented GdipGetImageBounds for metafiles.
Evan Stade 2007-07-31gdiplus: Implemented GdipGetImageType.
Evan Stade 2007-07-31gdiplus: Partial implementation of GdipCreateMetafileFromWMF.
Evan Stade 2007-07-31gdiplus: Added GdipDrawImagePointsRect stub.
Evan Stade 2007-07-31oleaut32: Recognize EMF header when loading picture.
Evan Stade 2007-07-31gdi32: Improve ExtCreatePen parameter checking.
Alexandre Julliard 2007-07-30ntdll: Allow optional elements in the comClass element.
Juan Lang 2007-07-30crypt32: Simplify alignment calculation.
Nigel Liang 2007-07-30winecfg: Add trackbar to set screen resolution in graphics tab.
Alexandre Julliard 2007-07-30ntdll: Convert the XML parser to Unicode to support UCS-16 manifests.
Juan Lang 2007-07-30crypt32: Implement getting inner content of a decoded signed message.
Alexandre Julliard 2007-07-30ntdll: Fix a compiler warning.
Juan Lang 2007-07-30crypt32: Add a few traces.
Lei Zhang 2007-07-30ntdll: Add Bolivian time zone info.
Juan Lang 2007-07-30crypt32: Implement getting the signer cert info from a decoded signed message.
Jacek Caban 2007-07-30mshtml: Added mshtml.tlb registration.
James Hawkins 2007-07-30msi: Treat an empty string and a NULL string as the same value.
Juan Lang 2007-07-30crypt32: Separate decoding PKCS signer info into internal and external versions.
Juan Lang 2007-07-30crypt32: Implement getting signer info from a decoded signed message.
Alexandre Julliard 2007-07-30ntdll: Use the exact size of the manifest file.
Juan Lang 2007-07-30crypt32: Add missing definitions.
Alexandre Julliard 2007-07-30ntdll: Avoid activation context leak for dlls with no imports.
Juan Lang 2007-07-30crypt32: Support getting the inner content OID from a decoded signed message.
James Hawkins 2007-07-30msiexec: Implement a stub MSIServer service.
Alexandre Julliard 2007-07-30ntdll: Fixed the null bytes check in RtlIsTextUnicode.
Jacek Caban 2007-07-30mshtml: Added HTMLWindow's IDispatch methods implementation.
James Hawkins 2007-07-30msi: Add a stub implementation of MsiSourceListEnumSourcesA.
Juan Lang 2007-07-30crypt32: Test getting more parameters from a decoded signed message.
Jacek Caban 2007-07-30winhttp: Added winhttp.dll.
Juan Lang 2007-07-30crypt32: Add CryptMsgControl stub.
Juan Lang 2007-07-30crypt32: Get rid of attribute certs from signed info, they're not supported anyway.
Jacek Caban 2007-07-29mshtml.idl: Added some missing attributes.
Jacek Caban 2007-07-29widl: Reorder switch cases to keep alphabetical order.
Jacek Caban 2007-07-29widl: Added displaybind attribute handling.
Jacek Caban 2007-07-29widl: Use correct bytes in write_value.
Jacek Caban 2007-07-29widl: Added nonbrowsable attribute handling.
Jacek Caban 2007-07-29mshtml: Added mshtml.tlb.
Juan Lang 2007-07-27crypt32: A decoded message's parameters are dependent on its type.
James Hawkins 2007-07-27msi: Initialize the size parameter.
Juan Lang 2007-07-27crypt32: Add tests for message stores.
Juan Lang 2007-07-27crypt32: Test getting parameters from decoded signed messages.
Juan Lang 2007-07-27crypt32: Implement message stores.
James Hawkins 2007-07-27msi: Implement the MSIMODIFY_UPDATE command in the SELECT view.
Evan Stade 2007-07-27gdiplus: Check custom dash array for bad properties.
James Hawkins 2007-07-27msi: Add more tests for MSIMODIFY_UPDATE.
James Hawkins 2007-07-27msi: Keep track of the wildcard record index.
Evan Stade 2007-07-27gdiplus/tests: More GdipSetPenDashArray tests.
Juan Lang 2007-07-27crypt32: Change type to avoid unnecessary casting.
James Hawkins 2007-07-27msi: Use a more unique property separator.
Alexandre Julliard 2007-07-27ntdll: Simply store the assembly type without interpreting it.
Juan Lang 2007-07-27crypt32: Only destroy a decoded message's hash if it's been created.
Evan Stade 2007-07-27gdiplus: Fixed a typo.
Juan Lang 2007-07-27crypt32: Store decoded signed content in message.
Juan Lang 2007-07-27crypt32: Correct type of a decoded signed message.
Evan Stade 2007-07-27gdiplus: Draw custom dashes.
Juan Lang 2007-07-27crypt32: Implement getting some parameters from a decoded signed message.
Evan Stade 2007-07-26gdiplus: Added GdipAddPathEllipse.
Evan Stade 2007-07-26gdiplus: Fix memory leak.
Evan Stade 2007-07-26gdiplus/tests: Added GdipAddPathEllipse test.
Juan Lang 2007-07-26crypt32: Add initial tests for decoding signed messages.
Alexandre Julliard 2007-07-26ntdll: Activate the module's activation context while resolving imports and attaching.
Juan Lang 2007-07-26crypt32: Test and implement encoding signed messages with authenticated attributes.
Juan Lang 2007-07-26crypt32: Test and fix encoding and decoding of attributes in PKCS signers.
Juan Lang 2007-07-26crypt32: Trace a few more items when decoding.
Evan Stade 2007-07-26gdiplus/tests: Added pen dash array tests.
Evan Stade 2007-07-26gdiplus: Fix arc2polybezier.
Alexandre Julliard 2007-07-26ntdll: Support single quotes around XML attribute values.
Juan Lang 2007-07-26crypt32: Don't check tag in CRYPT_DecodeDERArray, caller already does.
Juan Lang 2007-07-26crypt32: Test getting the hash from a hash message with an invalid index.
Evan Stade 2007-07-26gdiplus: Added GdipSetPenDashArray/GdipGetPenDashArray.
Jacek Caban 2007-07-26kernel32: Added a number of activation context tests.
Juan Lang 2007-07-26crypt32: Remove redundant assignment.
Alexandre Julliard 2007-07-26ntdll: Improve some activation context traces.
Juan Lang 2007-07-26crypt32: Partially implement decoding of signed messages.
Juan Lang 2007-07-26crypt32: Actually skip content when skipping an item in a sequence.
Alexandre Julliard 2007-07-25ntdll: Check existing dependencies in activation context before adding a new one.
Evan Stade 2007-07-25gdiplus: Added GdipDisposeImage stub.
Evan Stade 2007-07-25gdiplus: Added GdipSetWorldTransform/GdipGetWorldTransform.
Evan Stade 2007-07-25gdiplus: Added GdipCloneMatrix.
Jacek Caban 2007-07-25kernel32: Added FindActCtxSectionStringA implementation.
Evan Stade 2007-07-25gdiplus: Use world transform when drawing points.
Evan Stade 2007-07-25gdiplus: Make pen width depend on world transform.
Evan Stade 2007-07-25gdiplus: Limit fixme output.
Alexandre Julliard 2007-07-25ntdll: Store the base directory for an assembly (based on a patch by Eric Pouech).
Evan Stade 2007-07-25gdiplus: Added GdipGetImageType stub.
Evan Stade 2007-07-25gdiplus: Added GdipLoadImageFromStreamICM stub.
Alexandre Julliard 2007-07-25ntdll: Don't add an empty assembly when creating an activation context.
Evan Stade 2007-07-25gdiplus: Added support for more page units.
Evan Stade 2007-07-25gdiplus: Added GdipSetPageScale/GdipGetPageScale.
Alexandre Julliard 2007-07-25ntdll: Use activation contexts information to load dlls (based on a patch by Jacek ...
Evan Stade 2007-07-25gdiplus: Added GdipCreateMetafileFromEmf stub.
Alexandre Julliard 2007-07-25ntdll: Fix return status when failing to load the associated manifest for a module.
Evan Stade 2007-07-25gdiplus: Create gdi pen every time gdi+ pen is used.
Evan Stade 2007-07-25gdiplus: Image getter stubs.
Alexandre Julliard 2007-07-25ntdll: Create the per-module activation context at module load time.
Alexandre Julliard 2007-07-25ntdll: Initial implementation of RtlQueryInformationActivationContext.
Alexandre Julliard 2007-07-25ntdll: Create the process activation context at initialization time.
Evan Stade 2007-07-25gdiplus: Added GdipCreateMetafileFromWmf stub.
Juan Lang 2007-07-24crypt32: Test and implement getting the encoded signers from an encoded signed message.
James Hawkins 2007-07-24msi: Add handling for the MSIMODIFY_UPDATE command.
Matt Jones 2007-07-24kernel32: Added test for bad arguments to SetThreadPriority, test for correct error ...
Evan Stade 2007-07-24gdiplus: Added GdipGetPenColor stub.
Juan Lang 2007-07-24crypt32: Add a partial stub for updating a signed encoded message.
Evan Stade 2007-07-24gdiplus: Use page unit when drawing.
Juan Lang 2007-07-24crypt32: Add tests for updating signed encoded messages.
Juan Lang 2007-07-24crypt32: Partially implement encoding signed messages.
Evan Stade 2007-07-24gdiplus: Added GdipSetPenBrushFill.
Juan Lang 2007-07-24crypt32: Use consistent types for storing and encoding signed encode data.
Juan Lang 2007-07-24crypt32: Implement getting outer content of a signed message.
Juan Lang 2007-07-24crypt32: Add tests for getting an encoded signed message's parameters.
Evan Stade 2007-07-24gdiplus: Implemented GdipSetSolidFillColor/GdipGetSolidFillColor.
James Hawkins 2007-07-24msi: Properly delete the columns view.
Juan Lang 2007-07-24crypt32: Use set encoding function for encoding PKCS signed info.
Evan Stade 2007-07-24gdiplus: Added GdipSetSolidFillColor and GdipGetSolidFillColor stubs.
Evan Stade 2007-07-24gdiplus/tests: Added pen brush fill test.
Juan Lang 2007-07-24crypt32: Implement getting the hash for each signer of a signed encoded message.
James Hawkins 2007-07-24msi: Use a different separator as a semi-colon may separate values in the CustomActio ...
Matt Jones 2007-07-24server: Only commit SetThreadPriority if new priority is correct.
Evan Stade 2007-07-24gdiplus: Added GdipFillPolygonI.
Juan Lang 2007-07-24crypt32: Implement getting version from an encoded signed message.
Juan Lang 2007-07-24crypt32: Hash and sign data when updating signed messages.
James Hawkins 2007-07-24msi: Add tests for the MSIMODIFY_UPDATE command.
Nigel Liang 2007-07-24winex11.drv: Take into account position of preedit area in PreEditCaretCallback.
Evan Stade 2007-07-24gdiplus: Added GdipGetPenBrushFill.
Juan Lang 2007-07-24crypt32: Separate signer handles from signer info to avoid unnecessary memory allocation.
Evan Stade 2007-07-24gdiplus: Implemented GdipSetPenColor.
Juan Lang 2007-07-24crypt32: Add tests for opening non-detached signed messages, and clarify detached ...
Evan Stade 2007-07-24gdiplus: Added GdipSetPageUnit.
Juan Lang 2007-07-24crypt32: More parameter checking for opening signed encoded messages.
Juan Lang 2007-07-24crypt32: Test and implement encoding signed data messages with CRLs.
Juan Lang 2007-07-24crypt32: Test and implement encoding signed messages with certificates.
Juan Lang 2007-07-24crypt32: Add tests for signed message encoding.
Juan Lang 2007-07-23crypt32: Introduce function to encode an array of items as a set.
Juan Lang 2007-07-23crypt32: Check for and fail on indefinite-length encoding.
Evan Stade 2007-07-21gdiplus: Use base inset for custom line caps.
James Hawkins 2007-07-21msi: Ref count temporary columns and release them when necessary.
Evan Stade 2007-07-21gdiplus: Added startcap rendering.
Evan Stade 2007-07-21gdiplus: Added rendering of fill-path type custom line caps.
Evan Stade 2007-07-21gdiplus: Change atan2 to gdiplus_arctan2.
Juan Lang 2007-07-21crypt32: Add tests for opening signed message to encode.
Juan Lang 2007-07-21crypt32: Add stub encoded signed message.
Evan Stade 2007-07-20gdiplus: Added GdipRotateMatrix.
Evan Stade 2007-07-20gdiplus: Use atan2 instead of atan.
Evan Stade 2007-07-20gdiplus: Added GdipScaleMatrix.
Evan Stade 2007-07-20gdiplus: Initial custom line caps implementation.
Evan Stade 2007-07-20gdiplus: Added GdipCloneBrush.
Evan Stade 2007-07-20gdiplus: Added GdipCreateMatrix.
Alexandre Julliard 2007-07-20ntdll: Don't fail to load manifests that contain unknown elements or attributes.
Evan Stade 2007-07-20gdiplus: Added GdipSetPenStartCap.
Evan Stade 2007-07-20gdiplus: Added custom line cap setters.
Evan Stade 2007-07-20gdiplus: Added rendering of custom line caps.
Evan Stade 2007-07-20gdiplus: Associate a brush with a pen.
Evan Stade 2007-07-20gdiplus: Added GdipCloneCustomLineCap.
Evan Stade 2007-07-20gdiplus: Updated GdipClonePen to clone pen's members by value, not reference.
Juan Lang 2007-07-20crypt32: Move decoding hash messages to a helper function.
Evan Stade 2007-07-20gdiplus: Added GdipTranslateMatrix.
Alexandre Julliard 2007-07-20ntdll: Add support for abbreviated empty elements in manifests.
James Hawkins 2007-07-20msi: Implement adding columns using the ALTER command.
Mikołaj Zalewski 2007-07-19comctl32: tooltips: Remove broken support for non-NULL-terminated strings in TOOLTIPS ...
Alexandre Julliard 2007-07-19ntdll: Add infrastructure for loading manifest dependencies (based on a patch by ...
Nigel Liang 2007-07-19winex11.drv: Implement XIMPreEditCaretCallback.
Jacek Caban 2007-07-19ntdll: Beginnings of manifest parsing.
Alexandre Julliard 2007-07-19ntdll: Abstract the entity array type as we need it for assemblies too.
Alexandre Julliard 2007-07-19ntdll: Cope with missing assemblyIdentity elements in manifests.
Alexandre Julliard 2007-07-19ntdll: Add parsing of the processor architecture in manifests.
Alexandre Julliard 2007-07-19ntdll: Add infrastructure for loading a manifest file or resource.
Evan Stade 2007-07-19winex11.drv: Draw dashed lines for extended pens.
Alexandre Julliard 2007-07-19ntdll: Add support for optional flag in dependencies.
Alexandre Julliard 2007-07-19ntdll: Implemented handling of the per-thread activation context stack.
Juan Lang 2007-07-19crypt32: Implement querying computed hash of a decoded hash message.
Alexandre Julliard 2007-07-19kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech).
Jacek Caban 2007-07-19ntdll: Added parsing of the asmv2:hash element in manifests.
Jacek Caban 2007-07-19ntdll: Add parsing of dependencies in manifests.
Alexandre Julliard 2007-07-19ntdll: Add parsing of the version in manifests (based on a patch by Jacek Caban).
Mikołaj Zalewski 2007-07-19user32/tests: Simplify a test.
Alexandre Julliard 2007-07-19ntdll: Move private data to make room in the TEB for the activation context data.
James Hawkins 2007-07-19msi: Implement reference counting for tables, manipulated with the HOLD and FREE ...
Mikołaj Zalewski 2007-07-19comctl32: toolbar: Test and fix invalid indexes passed in TB_ISBUTTON*.
Alexandre Julliard 2007-07-19ntdll: Skip xml comments in manifests.
Juan Lang 2007-07-19crypt32: Store hash algorithm ID along with other parameters when decoding a hash ...
Alexandre Julliard 2007-07-19ntdll: Added manifest lookup in global winsxs directory (based on a patch by Jacek ...
Jacek Caban 2007-07-19ntdll: Added parsing of file elements in manifests.
Dmitry Timoshkov 2007-07-19rpcrt4: Fix the buffer bounds check.
Jacek Caban 2007-07-19ntdll: Store the windows directory too.
Juan Lang 2007-07-19crypt32: Store (most) parameters of a decoded hash message.
Evan Stade 2007-07-19gdi32: Improved PolyDraw in path closed case.
James Hawkins 2007-07-19msi: Add more tests for the ALTER command.
Huw Davies 2007-07-19wininet: Stub for InternetQueryFortezzaStatus().
Huw Davies 2007-07-18wininet: Certain options of InternetQueryOption can take a NULL handle, so don't ...
Juan Lang 2007-07-18msi: Return FALSE from MsiGetMode for MSIRUNMODE_OPERATIONS.
James Hawkins 2007-07-18Revert "msi: Only call a custom action remotely if the type is msidbCustomActionTypeI ...
Juan Lang 2007-07-18wincrypt: Add more missing definitions.
Evan Stade 2007-07-18gdiplus: Added GdipClonePen.
Huw Davies 2007-07-18wininet: Stubs for IsUrlCacheEntryExpired[AW].
James Hawkins 2007-07-18msi: Only double the size if the remote call is from MsiGetPropertyA.
Evan Stade 2007-07-18gdiplus: Added GdipMultiplyMatrix.
Evan Stade 2007-07-18gdiplus: Added GdipGetPenDashStyle.
James Hawkins 2007-07-17vdmdbg: Add a stub implementation of VDMEnumTaskWOW.
James Hawkins 2007-07-17msi: Only call a custom action remotely if the type is msidbCustomActionTypeInScript.
Evan Stade 2007-07-17gdiplus: Added GdipPathIterCopyData.
Evan Stade 2007-07-17gdiplus: Added GdipSetPenDashStyle.
Evan Stade 2007-07-17gdiplus: Added GdipSetPenMiterLimit.
Juan Lang 2007-07-17crypt32: Fix typo.
Evan Stade 2007-07-17gdi32: Added PATH_PolyDraw.
Juan Lang 2007-07-17crypt32: Add a few tests for decoded message parameters.
Evan Stade 2007-07-17gdiplus: Added GdipPathIterNextSubpath.
Juan Lang 2007-07-17crypt32: Use property list for decoded message parameters.
Juan Lang 2007-07-17crypt32: Remove a redundant line.
Juan Lang 2007-07-17crypt32: Fix a bad comment.
Evan Stade 2007-07-17gdiplus: Added GdipAddPathBeziers.
Juan Lang 2007-07-17crypt32: Move digested data encoding to encode.c.
Evan Stade 2007-07-17gdiplus: Added GdipSetPenLineCap197819.
Juan Lang 2007-07-17crypt32: Add tests for decoding a hash message.
Evan Stade 2007-07-17gdi32: Added PolyDraw tests.
Juan Lang 2007-07-17crypt32: Implement getting content of a data message.
Juan Lang 2007-07-17crypt32: Implement decoding hash messages.
Evan Stade 2007-07-17gdiplus: Export GdipSetPenLineJoin.
Evan Stade 2007-07-17gdiplus: Added GdipPathIterRewind.
Evan Stade 2007-07-17gdiplus: Initial path iterator implementation.
Juan Lang 2007-07-17crypt32: Add a couple more parameter tests for hash messages.
Dmitry Timoshkov 2007-07-16shell32: Add a cache for queried shell folder interfaces.
Huw Davies 2007-07-16kernel32: Overlapped pipe tests.
James Hawkins 2007-07-16msi: Load the AdminProperties stream if the package is an Admin package.
Evan Stade 2007-07-14gdiplus: Added pixel offset mode.
Evan Stade 2007-07-14gdiplus: Added GdipFillPath.
Evan Stade 2007-07-14gdiplus: Added GpGraphics save/restore tests.
Evan Stade 2007-07-14gdiplus: GdipSaveGraphics/GdipRestoreGraphics stubs.
Evan Stade 2007-07-14gdiplus: Added interpolation mode.
Evan Stade 2007-07-14gdiplus: Simplified GdipDrawPath by moving more of the code to the helpers.
Evan Stade 2007-07-14gdiplus: Added GdipSetPathFillMode.
Evan Stade 2007-07-14gdiplus: Added compositing quality.
Evan Stade 2007-07-14gdiplus: Added smoothing modes.
Evan Stade 2007-07-14gdiplus: Constructor tests for GpGraphics.
James Hawkins 2007-07-13msi: Fix three tests that were failing in Windows.
Evan Stade 2007-07-13gdiplus: Use passed pen in GdipAddPathWorldBound.
Evan Stade 2007-07-13gdiplus: Added GdipResetPath.
James Hawkins 2007-07-13msi: Fix automation.c compile for MSVC.
Evan Stade 2007-07-13gdiplus: Added GdipAddPathPath.
Evan Stade 2007-07-13gdiplus: Added GdipSetPenLineJoin.
James Hawkins 2007-07-13msi: Add a test for installing from different current working directories.
Juan Lang 2007-07-13crypt32: Fix decoding sequences with extra trailing data.
Juan Lang 2007-07-13crypt32: Implement decoding data messages (when opened in non-streaming mode).
James Hawkins 2007-07-13msi: Fix compilation in MSVC.
Juan Lang 2007-07-13crypt32: Store crypt provider in decode message.
James Hawkins 2007-07-13msi: Add a test for running an ADMIN install.
Evan Stade 2007-07-13gdiplus: Added GdipGetPathFillMode.
Evan Stade 2007-07-13gdiplus: Added GdipAddPathPath test.
Evan Stade 2007-07-13gdiplus: Added more GdipGetPathWorldBounds tests.
Evan Stade 2007-07-13gdiplus: Improved GdipGetPathWorldBounds handling of both matrix and pen's effect ...
Juan Lang 2007-07-13crypt32: Partially implement updating decode messages.
Juan Lang 2007-07-13crypt32: Add test showing extra trailing bytes should be tolerated in encoded data.
Juan Lang 2007-07-12crypt32: Copy data in hash message update.
Evan Stade 2007-07-12gdiplus: Added draw_polybezier error checking.
Evan Stade 2007-07-12gdiplus: Added GdipGetPathWorldBounds test.
Juan Lang 2007-07-12crypt32: Don't check if msg is NULL, tests show native doesn't either.
Evan Stade 2007-07-12gdiplus: Added basic matrix implementation.
Evan Stade 2007-07-12gdiplus: Fixed memory leak in GdipDeletePath.
Juan Lang 2007-07-12crypt32: Test opening hash messages to encode with streaming.
Juan Lang 2007-07-12crypt32: Add more missing defines.
Juan Lang 2007-07-12crypt32: Update comments about hash message version numbers.
James Hawkins 2007-07-12msi: Fix a copy and paste error.
Juan Lang 2007-07-12crypt32: Simplify hash value tests.
Juan Lang 2007-07-12crypt32: Implement getting a hash message's hash value.
Juan Lang 2007-07-12crypt32: Add open tests for hash messages.
Juan Lang 2007-07-12crypt32: Implement streamed encoding of definite-length data messages.
Juan Lang 2007-07-12crypt32: Add tests for updating hash messages opened to encode.
Juan Lang 2007-07-12crypt32: Introduce an updated state, and use it to remove boolean "begun".
Juan Lang 2007-07-12crypt32: Add a helper function to copy params.
Evan Stade 2007-07-12gdiplus: Added GdipDrawPath.
Juan Lang 2007-07-12crypt32: Relax a test, the specific error isn't so important.
Evan Stade 2007-07-12gdiplus: Added GdipStartPathFigure.
Juan Lang 2007-07-12crypt32: Add tests for retrieving the content of a non-finalized (detached) message.
Juan Lang 2007-07-12crypt32: Implement retrieving a hashed message's content.
Evan Stade 2007-07-12gdiplus: Updated GdipDrawLines to use SaveDC()/RestoreDC()/end caps.
Juan Lang 2007-07-12crypt32: Implement getting hash message version.
Evan Stade 2007-07-12gdiplus: Added GdipGetPathWorldBounds.
Juan Lang 2007-07-12crypt32: Partially implement updating hash messages.
Juan Lang 2007-07-12crypt32: Add tests for hash message encoding.
Evan Stade 2007-07-12gdiplus: Added draw_polyline error checking.
Evan Stade 2007-07-12gdiplus: Added GdipAddPathArc.
Juan Lang 2007-07-12crypt32: Introduce an algorithm id encoding function that encodes missing parameters ...
Juan Lang 2007-07-12crypt32: Test updating hash messages with NULL stream output function.
Evan Stade 2007-07-12gdiplus: Changed the way the direction of the endcap is calculated to make LineCapArr ...
Evan Stade 2007-07-12gdiplus: Moved two inline helpers to the header.
Juan Lang 2007-07-12crypt32: Make some encoding functions available outside encode.c.
Evan Stade 2007-07-12gdiplus: Added GdipTransformMatrixPoints.
Evan Stade 2007-07-12gdiplus: Updated GdipDrawArc to use SaveDC()/RestoreDC()/line caps.
Juan Lang 2007-07-12crypt32: Detached hash messages don't contain the content, so don't make a copy of it.
Juan Lang 2007-07-12crypt32: Add a stub hash message implementation.
Evan Stade 2007-07-12gdiplus: Added GdipTransformMatrixPoints test.
James Hawkins 2007-07-12msi: Reload properties as they may have been changed by a transform.
Evan Stade 2007-07-12gdiplus: Added GdipAddPathArc test.
Evan Stade 2007-07-12gdiplus: Added GdipTransformPath.
Juan Lang 2007-07-12crypt32: Add tests for getting hash message params.
Juan Lang 2007-07-12crypt32: Change finalized from a boolean to a state and use it to simplify message ...
Evan Stade 2007-07-12gdiplus: Added GdipCreateMatrix2 test.
Huw Davies 2007-07-11kernel32: Swap incorrect use of buffers.
Lei Zhang 2007-07-11winex11.drv: Remove old dnd code.
Juan Lang 2007-07-11rsaenh: Get rid of the hash idle state, native doesn't behave as though it has one.
Evan Stade 2007-07-11gdiplus: Changed calls to floor to floorf.
James Hawkins 2007-07-11msi: Fix current _Property table tests and add more tests.
Mikołaj Zalewski 2007-07-11msxml3/tests: Avoid a crash that happens on some native systems.
Huw Davies 2007-07-11kernel32: SetNamedPipeHandleState() is a stub, so for now don't check its return ...
James Hawkins 2007-07-11msi: Add tests for adding properties in a transform.
James Hawkins 2007-07-11msi: Add tests for adding properties with a transform during an install.
Evan Stade 2007-07-10gdiplus: Added constructor and destructor test for gdiplus paths.
James Hawkins 2007-07-10msi: Check for NULL transform, as there may be no transforms for the _Columns or ...
Mikołaj Zalewski 2007-07-10comctl32: toolbar: The iImage in TBN_GETDISPINFO should be initialized to -1.
James Hawkins 2007-07-10msi: Match the changes made by the hand-generated and API-generated transforms.
Evan Stade 2007-07-10gdiplus: Added a test for GdipAddPathLine2.
Evan Stade 2007-07-10gdiplus: GdipDrawCurve2 now uses SaveDC()/RestoreDC() and end caps.
Evan Stade 2007-07-10gdiplus: Updated draw_pie to use SaveDC/RestoreDC.
James Hawkins 2007-07-10msi: Test adding columns with data in a transform.
James Hawkins 2007-07-10msi: Delete msifile after the tests.
Mikołaj Zalewski 2007-07-10comctl32: toolbar: We should send TBN_GETDISPINFOW even for ANSI controls (with testc ...
Alexandre Julliard 2007-07-10winedump: Add RT_MANIFEST resource type.
Alexandre Julliard 2007-07-10include: Add some definitions for manifest resources.
Lei Zhang 2007-07-10start.exe: Put double quotes around arguments with spaces.
Evan Stade 2007-07-10gdiplus: Make LineCapArrowAnchor look more like it does in windows.
Evan Stade 2007-07-10gdiplus: Fixed bug in GdipGetPathPoints().
Juan Lang 2007-07-10crypt32: Implement CryptSIPLoad.
James Hawkins 2007-07-10msi: Handle adding columns in transforms.
Evan Stade 2007-07-10gdiplus: Updated GdipDrawRectangleI.
Evan Stade 2007-07-10gdiplus: Fixed a bug in helper function draw_polybezier.
Juan Lang 2007-07-09crypt32: Add more tests for opening a data message for encoding.
Juan Lang 2007-07-09crypt32: Test and fix CryptMsgGetParam for streamed messages.
Juan Lang 2007-07-09crypt32: Pass function pointers to CryptMsgBase_Init rather than rely on callers ...
Juan Lang 2007-07-09crypt32: Add tests for streamed encoding of data messages.
Juan Lang 2007-07-09crypt32: Add some tests for updating decode messages.
Juan Lang 2007-07-09crypt32: Test that inner content OID is ignored for data messages.
Juan Lang 2007-07-09crypt32: Implement getting the type of a decode message.
Juan Lang 2007-07-09crypt32: Make a copy of a passed-in stream info rather than assuming the pointer ...
Juan Lang 2007-07-09crypt32: More decode message update tests.
Juan Lang 2007-07-09crypt32: Add a stub decode message implementation.
Juan Lang 2007-07-09crypt32: Implement CryptSIPGetSignedDataMsg, CryptSIPPutSignedDataMsg,
Evan Stade 2007-07-07gdiplus: Rendering of linecaps.
Evan Stade 2007-07-06gdiplus: Added GdipAddPathLine2.
Evan Stade 2007-07-06gdiplus: Added GdipClosePathFigures.
James Hawkins 2007-07-06msi: Handle remote calls to MsiFormatRecordW.
James Hawkins 2007-07-06msi: Forward MsiFormatRecordA to MsiFormatRecordW.
Evan Stade 2007-07-06gdiplus: Added GdipClosePathFigure.
Evan Stade 2007-07-06gdiplus: Added GdipGetPointCount.
James Hawkins 2007-07-06msi: Handle remote calls to MsiEvaluateCondition.
Evan Stade 2007-07-06gdiplus: Added linecap rendering for GdipDrawBezier.
Evan Stade 2007-07-06gdiplus: Added SetPenEndCap.
Evan Stade 2007-07-06gdiplus: Public declaration of GdipSetPenEndCap.
James Hawkins 2007-07-06msi: Fix use of BSTRs.
James Hawkins 2007-07-06msi: Enable remote custom actions.
Evan Stade 2007-07-06gdiplus: Added GdipGetPathPoints.
Evan Stade 2007-07-06gdiplus: Added GdipGetPathTypes.
James Hawkins 2007-07-04msi: Handle remote calls to MsiSetTargetPath.
James Hawkins 2007-07-04msi: Handle remote calls to MsiSetFeatureState.
James Hawkins 2007-07-04msi: Handle remote calls to MsiGetMode.
James Hawkins 2007-07-04msi: Handle remote calls to MsiSetInstallLevel.
James Hawkins 2007-07-04msi: Handle remote calls to MsiProcessMessage.
James Hawkins 2007-07-04msi: Handle remote calls to MsiGetTargetPath.
James Hawkins 2007-07-04msi: Handle remote calls to MsiSequence.
James Hawkins 2007-07-04msi: Handle remote calls to MsiSetComponentState.
James Hawkins 2007-07-04msi: Handle remote calls to MsiGetFeatureState.
James Hawkins 2007-07-04msi: Handle remote calls to MsiGetSourcePath.
James Hawkins 2007-07-04msi: Handle remote calls to MsiGetLanguage.
Evan Stade 2007-07-04gdi32: Don't access DC in PolyDraw after releasing handle.
James Hawkins 2007-07-04msi: Handle remote calls to MsiGetComponentState.
James Hawkins 2007-07-04msi: Handle remote calls to MsiDoAction.
James Hawkins 2007-07-03msi: Add the IWineMsiRemotePackage interface.
James Hawkins 2007-07-03msi: Handle remote calls to MsiGetActiveDatabase.
James Hawkins 2007-07-03msi: Add tests for MsiQueryFeatureState.
Evan Stade 2007-07-03gdiplus: Call EndPath() in GdipDrawLineI in case there is an open path.
James Hawkins 2007-07-03msi: Add the IWineMsiRemoteCustomAction interface.
James Hawkins 2007-07-03msi: Only publish the product if at least one feature is to be installed.
James Hawkins 2007-07-03msi: Return INSTALLSTATE_ADVERTISED if the component list is empty.
James Hawkins 2007-07-03msi: Unpublish the product when it is entirely removed.
James Hawkins 2007-07-03msi: Delay publishing of the SourceList until the PublishProduct action.
James Hawkins 2007-07-03msi: Add tests to show when the SourceList is published to the registry.
James Hawkins 2007-07-03msi: Handle remote calls to MsiGetProperty.
James Hawkins 2007-07-03msi: Handle remote calls to MsiSetProperty.
James Hawkins 2007-07-03msi: Read the components state directly from the registry.
James Hawkins 2007-07-03msi: Return INSTALLSTATE_BADCONFIG if we can't decode the first component.
James Hawkins 2007-07-03msi: Open the correct key and return INSTALLSTATE_ADVERTISED if it's missing.
James Hawkins 2007-07-03msi: Set the WindowsInstaller value in RegisterProduct instead of PublishProduct.
James Hawkins 2007-07-03msi: pcchValue represents the length of szValue in TCHARS, not bytes.
James Hawkins 2007-07-03msi: PackagePath must also include the package name.
James Hawkins 2007-07-03msi: Add support for the MSICODE_PATCH option.
Evan Stade 2007-07-02gdiplus: Use SaveDC, RestoreDC in GdipDrawLineI.
Juan Lang 2007-06-29crypt32: Implement getting content for data messages opened to encode.
Juan Lang 2007-06-29crypt32: Accept OSS errors as well.
Juan Lang 2007-06-29crypt32: Accept ERROR_INVALID_PARAMETER in addition to ERROR_PATH_NOT_FOUND (and ...
Juan Lang 2007-06-29crypt32: Accept OSS errors.
Juan Lang 2007-06-29crypt32: Add tests for data message encoding.
James Hawkins 2007-06-29msi: Return ERROR_SUCCESS if the PackageName property is not present.
Juan Lang 2007-06-29crypt32: Don't fail when CryptVerifyCertificateSignatureEx is missing, use skip (and ...
Juan Lang 2007-06-29crypt32: Implement CryptMsgUpdate for data messages opened to encode.
James Hawkins 2007-06-29msi: Implement MsiSourceListGetInfoA.
Juan Lang 2007-06-29crypt32: Use skip to avoid failures where support is missing.
James Hawkins 2007-06-29msi: Validate MsiSourceListGetInfo parameters.
James Hawkins 2007-06-29msi: Return ERROR_BAD_CONFIGURATION if the SourceList key does not exist.
Juan Lang 2007-06-29crypt32: Implement getting bare content for data messages opened to encode.
James Hawkins 2007-06-29msi: Add tests for MsiSourceListGetInfo.
Juan Lang 2007-06-29crypt32: Accept ERROR_BADKEY in addition to ERROR_INVALID_HANDLE.
Juan Lang 2007-06-29crypt32: Add a stub get param function for data messages and remove stub message ...
Juan Lang 2007-06-28crypt32: Stub CryptMsgOpenToEncode for data messages.
Juan Lang 2007-06-28crypt32: Test CryptMsgGetParam for data messages opened to encode.
Juan Lang 2007-06-28crypt32: Add a get param function, use it to implement CryptMsgGetParam.
Juan Lang 2007-06-28wincrypt: Add missing message flags and parameters.
Juan Lang 2007-06-28crypt32: Test CryptMsgUpdate for data messages opened to encode.
James Hawkins 2007-06-28msi: Ignore invalid conditional expressions when checking the launch conditions.
Juan Lang 2007-06-28crypt32: Add base message type and use it to implement CryptMsgDuplicate and CryptMsg ...
Juan Lang 2007-06-28crypt32: Add a finalized member to message.
Juan Lang 2007-06-28crypt32: Test CryptMsgOpenToEncode for data messages.
Juan Lang 2007-06-28crypt32: Don't return fake HCRYPTMSG from CryptMsgOpenTo*.
Juan Lang 2007-06-28crypt32: Add an update function, use it to implement CryptMsgUpdate.
Juan Lang 2007-06-28crypt32: Add basic tests for CryptMsg functions.
James Hawkins 2007-06-28msi: Add tests that show '!=' is not a valid conditional expression operator.
Juan Lang 2007-06-28crypt32: Store stream info in message.
Juan Lang 2007-06-28crypt32: Add basic parameter checking to CryptMsgOpenTo*.
James Hawkins 2007-06-27msi: Set the WindowsInstaller value of the UserData product key when publishing the ...
James Hawkins 2007-06-27msi: Use the correct registry key when detecting a published product.
James Hawkins 2007-06-27msi: Add support for remote handles.
James Hawkins 2007-06-27msi: Any value of WindowsInstaller besides 0 means the product is installed.
Evan Stade 2007-06-27gdi32: Added missing call to GDI_ReleaseObj.
James Hawkins 2007-06-27msi: If the UserData product key exists, but the user product key doesn't, the produc ...
Dan Hipschman 2007-06-26widl: Check for interface pointers in pointer handling.
Lei Zhang 2007-06-26comctl32: Reduce duplicate code between PROPSHEET_CollectSheetInfoA/W.
Dan Hipschman 2007-06-26rpcrt4: Allow enums as union switch types.
James Hawkins 2007-06-26msi: Validate MsiQueryProductCode parameters.
Lei Zhang 2007-06-26comctl32: Determine if PSH_PROPSHEETPAGE is set once.
James Hawkins 2007-06-26msi: Add tests for MsiQueryProductState.
Dan Hipschman 2007-06-26widl: Check for user types when calculating buffer size.
James Hawkins 2007-06-26msi: Add tests for publishing and unpublishing products, features, and components.
Dan Hipschman 2007-06-26widl: Fix crash dealing with anonymous unions.
Dan Hipschman 2007-06-26widl: Get simple enums working.
Dan Hipschman 2007-06-26widl: Allow enums as union switch types.
James Hawkins 2007-06-26msi: If the user product key exists, the product's state is advertised.
Lei Zhang 2007-06-26comctl32: Reduce duplicate code between PropertySheetA/W.
Dan Hipschman 2007-06-26rpcrt4/tests: Wrap a try/except block around tests.
James Hawkins 2007-06-25msi: Add a stub implementation of MsiQueryComponentStateA.
James Hawkins 2007-06-25msi: Fetch the volume name when getting disk info.
James Hawkins 2007-06-25msi: Reference count the custom action data to avoid freeing the data by another ...
Evan Stade 2007-06-23gdiplus: Fix broken graphics path constructor.
Evan Stade 2007-06-23gdiplus: Tidy up graphics constructor.
Evan Stade 2007-06-23gdiplus: Fix erroneous pen error checking.
Evan Stade 2007-06-21gdiplus: Implemented GdipDrawLines.
Lei Zhang 2007-06-21winex11.drv: Reset focus if application does not want to be activated.
Nigel Liang 2007-06-21winex11.drv: Remove call to XCreateFontSet.
Evan Stade 2007-06-21gdiplus: Implemented GdipCreatePath and GdipDeletePath.
Dmitry Timoshkov 2007-06-21shell32: Make SHGetDesktopFolder use a cached instance of IShellFolder.
Evan Stade 2007-06-20gdiplus: Implemented GdipDrawArc.
Dan Hipschman 2007-06-20widl: Fix warnings about unused function parameters.
Evan Stade 2007-06-20gdiplus: Implemented GdipDrawCurve2.
Dan Hipschman 2007-06-20widl: Add tests for arrays of pointers.
Dan Hipschman 2007-06-19rpcrt4: Fix typo in union buffer size calculation.
Dan Hipschman 2007-06-19rpcrt4: Remove inaccurate comments.
Evan Stade 2007-06-19oleaut32: Save load time format of pictures.
Dan Hipschman 2007-06-19rpcrt4: Fix bug calculating union switch type.
Evan Stade 2007-06-19oleaut32: Added support for decoding some PNG files.
Dan Hipschman 2007-06-19rpcrt4: Add encapsulated union tests.
James Hawkins 2007-06-18ntoskrnl.exe: Add a stub implementation of KeInitializeTimer.
Lei Zhang 2007-06-18winex11.drv: Send WM_MOUSEACTIVATE before closing a window.
James Hawkins 2007-06-18msi: Properly delete rows from the table, instead of zeroing out the row.
James Hawkins 2007-06-18msi: Send the expected data to set_deferred_action_props.
Evan Stade 2007-06-18gdiplus: Implemented GdipDrawPie/GdipFillPie.
Lei Zhang 2007-06-18riched20: Add tests for EM_FORMATRANGE.
Evan Stade 2007-06-16gdiplus: Implemented GdipDrawBezier.
Lei Zhang 2007-06-15comctl32: Make modal property sheets modal.
Dan Hipschman 2007-06-15widl: Handle encapsulated unions.
Dan Hipschman 2007-06-15widl: Factor the output functions.
James Hawkins 2007-06-15msi: Implement MsiApplyPatchW.
James Hawkins 2007-06-15msi: Forward MsiApplyPatchA to MsiApplyPatchW.
Dan Hipschman 2007-06-15widl: Handle embedded interface pointers.
Dan Hipschman 2007-06-15widl: Fix a write_parameters_init bug.
James Hawkins 2007-06-15msi: Patches are applied based on ProductCode, not ProductID.
Lei Zhang 2007-06-14comdlg32: Move file dialog resizing code into its own function.
Evan Stade 2007-06-14gdiplus: Brush tests.
Lei Zhang 2007-06-14user32: Remove a unused variable from ES_PASSWORD test.
Evan Stade 2007-06-14gdiplus: Brush implementation.
James Hawkins 2007-06-14msi: Fixed the WriteEnvironmentStrings action.
Lei Zhang 2007-06-14user32: Improve cut/copy/paste behavior of password edit boxes.
James Hawkins 2007-06-14msi: Set the UserSID and ProductCode properties for deferred custom actions.
Dan Hipschman 2007-06-13widl: Handle wire_marshal types.
James Hawkins 2007-06-13msi: Protect custom actions with a structured exception handler.
Dan Hipschman 2007-06-13widl: Handle wire_marshal pointer attributes.
Dan Hipschman 2007-06-13widl: Test structure argument marshalling.
James Hawkins 2007-06-12msi: Set the MsiNetAssemblySupport property.
Dan Hipschman 2007-06-12widl: Simplify correlation descriptor code.
Evan Stade 2007-06-12gdiplus: Implemented GdipDrawRectangleI.
Evan Stade 2007-06-12gdiplus: Implemented GdipDrawLineI.
Evan Stade 2007-06-11gdiplus: First pen test.
Evan Stade 2007-06-11gdiplus: Added first GDI+ graphics implementation.
Evan Stade 2007-06-11gdiplus: First pen implementation.
Dan Hipschman 2007-06-08widl: Check for NULL in set_tfswrite.
Evan Stade 2007-06-08gdiplus: Added beginnings of memory and startup functions.
Dan Hipschman 2007-06-08widl: Fix incomplete struct/union typedef bug.
Evan Stade 2007-06-08gdiplus: Added public headers.
Nigel Liang 2007-06-08shell32: Conformance tests for unicode filenames and fix a bug for file deletion.
James Hawkins 2007-06-07msi: Add support for large string tables.
James Hawkins 2007-06-07msi: Represent table data as bytes instead of shorts.
Lei Zhang 2007-06-07shell32: Start implementing BIF_USENEWUI.
James Hawkins 2007-06-07msi: Reduce the amount of code that directly accesses table data.
James Hawkins 2007-06-07msi: Use fetch_int to reduce code duplication and access to table data.
Dan Hipschman 2007-06-06widl: Replace get_name with a field reference.
Dan Hipschman 2007-06-06widl: Represent arrays with type_t.
Dan Hipschman 2007-06-06widl: Implement conformant structure handling.
Dan Hipschman 2007-06-06list.h: Add macros for reverse iteration.
Lei Zhang 2007-06-05wined3d: Various spelling fixes.
James Hawkins 2007-06-01msi: Implement SummaryInfo::Property get.
James Hawkins 2007-06-01msi: Implement Installer::OpenDatabase.
Dan Hipschman 2007-05-31rpcrt4: Fix build of test on Solaris by renaming a variable.
James Hawkins 2007-05-31msi: Add handling for MsiBreak.
James Hawkins 2007-05-30wintrust: Add stub implementations for CryptCATAdminAddCatalog and CryptCATAdminRelea ...
James Hawkins 2007-05-30msi: Implement the WriteEnvironmentStrings standard action.
James Hawkins 2007-05-29msi: Perform a forced reboot if a custom action returns ERROR_INSTALL_SUSPEND.
James Hawkins 2007-05-29msi: Set the MsiNTProductType property.
James Hawkins 2007-05-29msi: Fall back to checking if the cab exists if the volume name doesn't match.
James Hawkins 2007-05-29msi: Create the destination directory if it doesn't exist when duplicating files.
Evan Stade 2007-05-25gdiplus: Added stub implementation of gdiplus.dll.
Dan Hipschman 2007-05-25rpcrt4: Fix test typo.
Dan Hipschman 2007-05-25widl: Shrink type_t structure.
Dan Hipschman 2007-05-25widl: Allow types that reference themselves.
Dan Hipschman 2007-05-25widl: Handle pointers in unions.
James Hawkins 2007-05-24msxml3: Add initial implementation of IXMLDocument.
James Hawkins 2007-05-24msi: Remove a misleading ERR, as this fails if a file doesn't exist, which is common.
James Hawkins 2007-05-24msi: Add the ability to deformat the component's source.
James Hawkins 2007-05-24msxml3: Add tests for IXMLDocument.
James Hawkins 2007-05-24msxml3: Add tests for IXMLElement and IXMLElementCollection.
James Hawkins 2007-05-24msxml3: Add initial implementation of IXMLElement and IXMLElementCollection.
Nigel Liang 2007-05-22shlwapi: Stub implementation for SHSetTimerQueueTimer.
Lei Zhang 2007-05-22include: Add missing definitions to shlobj.h.
Dan Hipschman 2007-05-18widl: Lay framework for unions with simple unions working.
Dan Hipschman 2007-05-18widl: Replace erroneously removed current_func assignment.
Dan Hipschman 2007-05-16widl: Write some structures to the type format string on the fly.
Dan Hipschman 2007-05-16widl: Improve handling of offsets in the type format string.
Dan Hipschman 2007-05-12widl: Remove an unnecessary assignment in write_pointers.
Dan Hipschman 2007-05-12widl: Handle pointers fields that point to structures.
Jacek Caban 2007-05-11mshtml: Split code from OnDataAvailable.
Jacek Caban 2007-05-11mshtml: Don't crash in OnStopBinding if This->binding is null.
Jacek Caban 2007-05-11mshtml: Added IPersistStreamInit::Load implementation.
Jacek Caban 2007-05-11mshtml: Added IPersistStreamInit::Load test.
Jacek Caban 2007-05-11mshtml: Move AddRequest call to the separated function.
Jacek Caban 2007-05-11mshtml: Split IPersistMoniker::Load.
Dan Hipschman 2007-05-10widl: Remove var_t's ptr_level field and start write_pointers.
Dan Hipschman 2007-05-10widl: Remove redundant get_var_vt function.
Dan Hipschman 2007-05-10widl: Add string_of_type function, prettify code.
James Hawkins 2007-05-10msi: Only check the volume label for every media after the first disk.
Dan Hipschman 2007-05-10widl: Simplify make_safearray.
Dan Hipschman 2007-05-10widl: Remove dead code in write_msft.c.
James Hawkins 2007-05-10msi: Deformat the key path before opening the key.
James Hawkins 2007-05-09msi: Check the volume name when changing media.
James Hawkins 2007-05-09msiexec: /quiet is the same options as /qn.
James Hawkins 2007-05-07msi: Remove debugging printf statements.
James Hawkins 2007-05-07msi: Add stub handlers for the remaing standard actions that reference tables.
James Hawkins 2007-05-07msi: Set the text limit of the edit control if the limit is given.
James Hawkins 2007-05-07msi: Add the ES_AUTOHSCROLL style to the edit control.
James Hawkins 2007-05-07msi: Only allow valid styles in msi_dialog_get_style.
James Hawkins 2007-05-07msi: Add handling for the ReinstallMode control event.
James Hawkins 2007-05-07msi: Remove incorrect ERR as messages can be sent before the control is created.
James Hawkins 2007-05-01msi: Add tests that show that costing is run in both the UI and Execute sequences.
Dan Hipschman 2007-05-01widl: Get rid of the tname field of var_t, simplify code.
James Hawkins 2007-05-01msi: Reset the folder's resolved target before setting the target in CostFinalize.
Dan Hipschman 2007-05-01widl: Get rid of the typeref_t structure, simplify code.
James Hawkins 2007-05-01msi: Run the costing actions for both the UI and execute sequences.
Dan Kegel 2007-04-28advapi: Improve SetEntriesInAclA stub.
Dan Hipschman 2007-04-26rpcrt4: Add a testcase for RPCs with fixed-size arrays.
James Hawkins 2007-04-25msi: Implement special handling for the _Streams table.
Lei Zhang 2007-04-23comdlg32: Initialize CommDlgExtendedError() return value for file dialogs.
James Hawkins 2007-04-21msi: Return MSICONDITION_NONE in MsiDatabaseIsTablePersistent if the table doesn't ...
James Hawkins 2007-04-21msi: Add the _Property table back, with tests.
James Hawkins 2007-04-21msi: Abstract MSI_RecordSetStream.
James Hawkins 2007-04-21msi: Add an internal MSI_ViewModify.
Lei Zhang 2007-04-20wineshelllink: Fall back to $HOME if $HOME/Desktop does not exist.
James Hawkins 2007-04-15msi: Add handling for the concurrent install custom action.
James Hawkins 2007-04-15msi: Run the InstallExecute sequence if the InstallUISequnce table is empty.
James Hawkins 2007-04-15msi: Add tests for the concurrent installation custom action.
James Hawkins 2007-04-15msi: Generalize the msi_custom_action_info struct so other custom actions can use it.
Lei Zhang 2007-04-13comctl32: monthcal: GetMonthRange Tests.
Lei Zhang 2007-04-12user32: WM_ACTIVATEAPP on minimize message test.
Dan Kegel 2007-04-12winex11.drv: GetAsyncKeyState must check mouse buttons, too.
Lei Zhang 2007-04-12comctl32: More monthcal hit tests.
James Hawkins 2007-04-11msi: Reset the is_extracted flag when every cabinet is loaded.
Lei Zhang 2007-04-10comctl32: Fix first day of the week in monthcal.
Lei Zhang 2007-04-06advapi32: Spelling fixes.
Dan Kegel 2007-03-31imagehlp: BindImageEx stub should report success.
James Hawkins 2007-03-29msi: Load the folder property if available and requested.
James Hawkins 2007-03-28setupapi: The Inf file should be copied regardless of the destination buffer, with ...
James Hawkins 2007-03-28setupapi: Don't allow relative paths in SetupCopyOEMInf.
James Hawkins 2007-03-28setupapi: Correct the Inf output position.
James Hawkins 2007-03-28setupapi: SetLastError to ERROR_SUCCESS on success.
James Hawkins 2007-03-28setupapi: Handle the SP_COPY_NOOVERWRITE flag.
Jacek Caban 2007-03-28mshtml: Added DispHTMLDocument dispinterface declaration.
Jacek Caban 2007-03-28mshtml: Added DIID_DispHTMLDocument to QueryInterface.
Jacek Caban 2007-03-28winnt.h: Added activation context structures declarations.
James Hawkins 2007-03-26setupapi: Add missing SetupCopyOEMInf flags.
James Hawkins 2007-03-26setupapi: Add several tests for SetupCopyOEMInf, with fixes so the tests don't crash.
Jacek Caban 2007-03-19spoolsv: Added spoolsv.exe.
Jacek Caban 2007-03-19spoolss: Added RevertToPrinterSelf stub implementation.
Jacek Caban 2007-03-19