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.
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.
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!)
| Author | Date | Description |
| Jacek Caban | 2008-10-06 | jscript: Added possibility to run test scripts from file. |
| Jacek Caban | 2008-10-06 | jscript: Fixed backslash handling in regular expressions. |
| Jacek Caban | 2008-10-06 | jscript: Don't initialize variables without initialiser to undefined in variable_list_eval. LONG |
| Jacek Caban | 2008-10-06 | mshtml: Added IHTMLElement2::get_currentStyle implementation. |
| Jacek Caban | 2008-10-06 | mshtml: Added IHTMLStyle2 to IDispatchEx support. |
| Jacek Caban | 2008-10-06 | mshtml: Added IHTMStyle2 stub implementation. |
| Jacek Caban | 2008-10-06 | mshtml.idl: Added IHTMLStyle2 interface declaration. |
| Dmitry Timoshkov | 2008-10-02 | winex11.drv: Add support for _NET_WORKAREA. |
| Jacek Caban | 2008-10-01 | jscript: Added delete expression for EXPRVAL_IDREF implementation. |
| Jacek Caban | 2008-10-01 | jscript: Added IDispatchEx::GeleteMemberByDispID implementation. |
| Jacek Caban | 2008-10-01 | jscript: Added Date constructor object implementation. |
| Jacek Caban | 2008-10-01 | jscript: Don't clear uninitialized variable. |
| Jacek Caban | 2008-10-01 | jscript: Allocate variables when entering execution context. |
| Jacek Caban | 2008-10-01 | jscript: Optimize GetDispID usage. |
| Jacek Caban | 2008-10-01 | mshtml: Ignore IDispatchJS in QueryInterface. |
| Jacek Caban | 2008-10-01 | mshtml: Added IHTMLTableRow::get_cells implementation. |
| Jacek Caban | 2008-10-01 | mshtml: Added IHTMLTable::get_rows implementation. |
| Jacek Caban | 2008-10-01 | mshtml: Store nsIDOMHTMLTableElement in HTMLTable. |
| Jacek Caban | 2008-10-01 | mshtml: Use create_all_collection in IHTMLElement::get_all implementation. |
| Jacek Caban | 2008-10-01 | mshtml: Use create_collection_from_nodelist in IHTMLElement::get_children implementation. LONG |
| Jacek Caban | 2008-10-01 | mshtml: Move IHTMLElementCollection to separated file. |
| Jacek Caban | 2008-10-01 | mshtml: Don't use IHTMLControlElement in IDispatchEx implementations. |
| Jacek Caban | 2008-10-01 | mshtml: Added IDispatchEx support to IHTMLTable. |
| Jacek Caban | 2008-10-01 | mshtml: Added IDispatchEx support to HTMLTableRow. |
| Jacek Caban | 2008-10-01 | mshtml: Added IHTMLTableRow stub implementation. |
| Jacek Caban | 2008-09-30 | mshtml.idl: Added DispHTMLTableRow declaration. |
| Jacek Caban | 2008-09-30 | mshtml.idl: Added DispHTMLTable declaration. |
| Jacek Caban | 2008-09-30 | mshtml.idl: Added IHTMLTableRow declaration. |
| Alexandre Julliard | 2008-09-25 | advapi32: Always pass a valid argv pointer to a service even if there are no arguments. LONG |
| Alexandre Julliard | 2008-09-25 | gdiplus: Fix a string buffer overflow. |
| Jacek Caban | 2008-09-25 | mshtml: Use ActiveScript for JavaScript in file protocol documents. |
| Jacek Caban | 2008-09-25 | jscript: Added String.split implementation. |
| Jacek Caban | 2008-09-25 | jscript: Added String.match implementation for non-regexp arguments. |
| Jacek Caban | 2008-09-25 | jscript: Added String.replace implementation. |
| Jacek Caban | 2008-09-25 | jscript: Split regexp_match function. |
| Jacek Caban | 2008-09-25 | jscript: Added object to number conversion implementation. |
| Jacek Caban | 2008-09-25 | jscript: Added Number default value implementation. |
| Jacek Caban | 2008-09-25 | jscript: Added VT_R8 to string conversion implementation. |
| Jacek Caban | 2008-09-24 | jscript: Fixed a typo. |
| Jacek Caban | 2008-09-24 | jscript: Added RegExp contruction implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Function default value implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Function.toString implementation. |
| Jacek Caban | 2008-09-22 | jscript: Don't call IDispatch as constructor. |
| Jacek Caban | 2008-09-22 | jscript: Added Math.ceil implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Math.pow implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Math.max implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Math.abs implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Math.round implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Math.min implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added String function implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added String.concat implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added String default value implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added String constructor implementation. |
| Jacek Caban | 2008-09-22 | jscript: Remove no longer used jsdisp_set_prototype. |
| Jacek Caban | 2008-09-22 | jscript: Added parseInt implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added String.charCodeAt implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added String.slice implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added String.valueOf implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added String.toString implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added String.substring implementation. |
| Jacek Caban | 2008-09-22 | jscript: Fixed typo in to_integer. |
| Jacek Caban | 2008-09-22 | jscript: Added Array default value implementation. |
| Jacek Caban | 2008-09-22 | jscript: for..in is not error if in expression is not an object. |
| Jacek Caban | 2008-09-22 | jscript: Added Object default value implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Array.concat implementation. |
| Jacek Caban | 2008-09-22 | jscript: Fixed array literal length calculation. |
| Jacek Caban | 2008-09-22 | jscript: Added Array.sort implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Number function implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Number.toString implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Number constructor implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Array.toString implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Array.join implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added Array.push implementation. |
| Jacek Caban | 2008-09-22 | jscript: Added string to number conversion implementation. |
| Jacek Caban | 2008-09-22 | mshtml: Fixed dynamic properties allocation. |
| Jacek Caban | 2008-09-19 | jscript: Added function constructor object. |
| Jacek Caban | 2008-09-19 | jscript: Added more to_string implementation. |
| Jacek Caban | 2008-09-19 | jscript: Minor fixes. |
| Jacek Caban | 2008-09-19 | jscript: Added '>>>=' expression implementation. |
| Jacek Caban | 2008-09-19 | jscript: Added '>>=' expression implementation. |
| Jacek Caban | 2008-09-19 | jscript: Added '<<=' expression implementation. |
| Jacek Caban | 2008-09-19 | jscript: Added '>>>' expression implementation. |
| Jacek Caban | 2008-09-19 | jscript: Added '>>' expression implementation. |
| Jacek Caban | 2008-09-19 | jscript: Added '<<' expression implementation. |
| Jacek Caban | 2008-09-19 | jscript: Added with statement implementation. |
| Jacek Caban | 2008-09-19 | jscript: Added delete expression implementation. |
| Jacek Caban | 2008-09-19 | jscript: Added for..in statement implementation. |
| Jacek Caban | 2008-09-19 | jscript: Added String.charAt implementation. |
| Jacek Caban | 2008-09-19 | jscript: Added void expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added for statement implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added continue statement implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added while and do..while statement implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added String.length implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added to_string(VT_I4) implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added array literal implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added eval implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added bool and null to number conversion implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added plus expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added '~' expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added ',' expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added '^=' expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added '^' expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added '&=' expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added '&' expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added '|=' expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added '|' expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added break statement implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added switch statement implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added 'new' expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added '!=' expression implementation. |
| Jacek Caban | 2008-09-18 | jscript: Added '==' expression implementation. |
| Jacek Caban | 2008-09-17 | mshtml: Fixed tests on IE7. |
| Jacek Caban | 2008-09-17 | jscript: Fixed allocation of script buffer. |
| Lei Zhang | 2008-09-17 | qcap: Make sure input to AMStreamConfig_SetFormat is not NULL. |
| Jacek Caban | 2008-09-16 | jscript: Added minus expression implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added '/=' expression implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added '/' expression implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added '*=' expression implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added '*' expression implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added '-=' expression implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added '-' expression implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added to_object(number) implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added to_object(VT_BOOL) implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added throw statement implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added try statement implementation. |
| Hans Leidekker | 2008-09-16 | winhttp: Fix logic inversion bug in setting disable flags. |
| Hans Leidekker | 2008-09-16 | winhttp: Manage a session global cookie cache. |
| Hans Leidekker | 2008-09-16 | winhttp: Move handling of default request parameters back to WinHttpOpenRequest. |
| Hans Leidekker | 2008-09-16 | winhttp: Reset content length when all data has been read. |
| Jacek Caban | 2008-09-16 | jscript: Added RegExp tests. |
| Jacek Caban | 2008-09-16 | jscript: Added String.match implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added string to object conversion implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added regular expression compiler based on Mozilla regexp implementation. LONG |
| Jacek Caban | 2008-09-16 | jscript: Reuse temporary heap. |
| Jacek Caban | 2008-09-16 | jscript: Added parser support for regular expressions. |
| Jacek Caban | 2008-09-16 | jscript: Added ArrayInstance::on_put implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added Array.length implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added Array constructor implementation. |
| Jacek Caban | 2008-09-16 | jscript: Added missing RegExp properties. |
| Roy Shea | 2008-09-15 | kernel32/test: Test import entries of a core windows DLL. |
| Alexandre Julliard | 2008-09-12 | winex11: Driver-side implementation of SetLayeredWindowAttributes. |
| Alexandre Julliard | 2008-09-12 | user32: Add a SetLayeredWindowAttributes driver entry point. |
| Alexandre Julliard | 2008-09-12 | user32/tests: Added some tests for Get/SetLayeredWindowAttributes. |
| Alexandre Julliard | 2008-09-12 | server: Implemented the server side of Get/SetLayeredWindowAttributes. |
| Alexandre Julliard | 2008-09-12 | user32: Notify the user driver about window extended style changes too. |
| Jacek Caban | 2008-09-12 | mshtml: Added body dispatch id test. |
| Jacek Caban | 2008-09-12 | jscript: Added postfix decrement expression implementation. |
| Jacek Caban | 2008-09-12 | jscript: Added postfix increment expression implementation. |
| Jacek Caban | 2008-09-12 | jscript: Added prefix decrement expression implementation. |
| Jacek Caban | 2008-09-12 | jscript: Added prefix increment expression. |
| Jacek Caban | 2008-09-12 | jscript: Added '>=' expression implementation. |
| Jacek Caban | 2008-09-12 | jscript: Added '>' expression implementation. |
| Jacek Caban | 2008-09-12 | jscript: Added '<=' implementation. |
| Jacek Caban | 2008-09-12 | jscript: Added '<' expression implementation. |
| Jacek Caban | 2008-09-12 | jscript: Added '&&' expression implementation. |
| Jacek Caban | 2008-09-12 | jscript: Added '||' expression implementation. |
| Jacek Caban | 2008-09-12 | jscript: Added '+=' expression implementation. |
| Hans Leidekker | 2008-09-11 | winhttp: Strip content-type/length headers from request on a redirect. |
| Hans Leidekker | 2008-09-11 | winhttp: Preserve cookies on redirects. |
| Hans Leidekker | 2008-09-11 | winhttp: Redirects are always GET requests. |
| Hans Leidekker | 2008-09-11 | winhttp: Handle relative redirects. |
| Jacek Caban | 2008-09-11 | jscript: Added add expression implementation. |
| Jacek Caban | 2008-09-11 | jscript: Added script types tests. |
| Jacek Caban | 2008-09-11 | jscript: Added conditional expression implementation. |
| Jacek Caban | 2008-09-11 | jscript: Added block statement implementation. |
| Jacek Caban | 2008-09-11 | jscript: Added object initialiser expression implementation. |
| Jacek Caban | 2008-09-11 | jscript: Added if statement implementation. |
| Jacek Caban | 2008-09-11 | jscript: Added IActiveScriptParseProcedure2::ParseProcedureText implementation. |
| Jacek Caban | 2008-09-11 | jscript: Release named items in IActiveScript::Close. |
| Jacek Caban | 2008-09-11 | jscript: Added initial prototype of functions. |
| Jacek Caban | 2008-09-11 | jscript: Added function expression implementation. |
| Jacek Caban | 2008-09-11 | jscript: Added constructor invokation from Function object support. |
| Jacek Caban | 2008-09-11 | jscript: Added Object constructor implementation. |
| Jacek Caban | 2008-09-11 | jscript: Added 'new' expression implementation. |
| Jacek Caban | 2008-09-11 | jscript: Added array expression implementation. |
| Jacek Caban | 2008-09-11 | jscript: Set arguments object on function call. |
| Jacek Caban | 2008-09-11 | jscript: Set parameters on function call. |
| Jacek Caban | 2008-09-11 | jscript: Added Function.[[call[]][]] implementation. |
| Jacek Caban | 2008-09-11 | jscript: Added return statement implementation. |
| Jacek Caban | 2008-09-11 | jscript: Added this expression implementation. |
| Alexandre Julliard | 2008-09-11 | kernel32: Added implementation for UnregisterWaitEx. |
| Dmitry Timoshkov | 2008-09-11 | user32: Fix the work area test to pass on Windows when the taskbar is on top. |
| Dmitry Timoshkov | 2008-09-11 | user32: Implement SystemParametersInfo(SPI_GETWORKAREA) properly. |
| Dmitry Timoshkov | 2008-09-11 | user32: Make GetMonitorInfoW print the monitor properties. |
| Lei Zhang | 2008-09-11 | comctl32: Handle listview dragging better. |
| Lei Zhang | 2008-09-11 | comctl32: listview: Prevent DragDetect from removing WM_LBUTTONUP messages. |
| Roy Shea | 2008-09-11 | shell32: Use default system icons if PrivateExtractIconsW in SHGetFileInfoW... |
| Jacek Caban | 2008-09-10 | jscript: Added typeof expression implementation. |
| Jacek Caban | 2008-09-10 | jscript: Added Math object stub implementation. |
| Jacek Caban | 2008-09-10 | jscript: Added RegExp constructor object implementation. |
| Jacek Caban | 2008-09-10 | jscript: Added Number constructor object implementation. |
| Jacek Caban | 2008-09-10 | jscript: Added Boolean constructor object. |
| Jacek Caban | 2008-09-10 | jscript: Added Array constructor object implementation. |
| Jacek Caban | 2008-09-10 | jscript: Added String constructor object. |
| Jacek Caban | 2008-09-10 | jscript: Added Object constructor object implementation. |
| Hans Leidekker | 2008-09-10 | winhttp: Better diagnostics in the notification test. |
| Hans Leidekker | 2008-09-10 | winhttp: Increase sleep between two tests that connect to the same host. |
| Hans Leidekker | 2008-09-10 | winhttp: Don't loop on response codes other than 301 and 302. |
| Alexandre Julliard | 2008-09-09 | user32: Fix DeferWindowPos to work on windows belonging to other processes. |
| Jacek Caban | 2008-09-09 | jscript: Added '!==' expression implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added Function.length implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added member expression implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added function object stub implementation. |
| Jacek Caban | 2008-09-09 | jscript: Add static functions to variable objects. |
| Jacek Caban | 2008-09-09 | jscript: Added scope chain implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added global object implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added '===' expression implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added infrastructure for test scripts. |
| Jacek Caban | 2008-09-09 | jscript: Added call expression implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added assignment test. |
| Jacek Caban | 2008-09-09 | jscript: Added variable object handling. |
| Jacek Caban | 2008-09-09 | jscript: Added assign expression implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added literal expression implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added var statement implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added AddNamedItem implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added identifier expression implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added logical negation implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added expression statement implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added DeleteMemberByName implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added InvokeEx implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added GetMemberName implementation. |
| Jacek Caban | 2008-09-09 | jscript: Added GetNextDispID implementation. |
| Hans Leidekker | 2008-09-09 | winhttp: Make sure not to read more data than expected on a redirect. |
| Hans Leidekker | 2008-09-09 | winhttp: WinHttpQueryDataAvailable should do a blocking read if more data is expected. LONG |
| Hans Leidekker | 2008-09-09 | winhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT must return a pointer. |
| Alexandre Julliard | 2008-09-08 | winex11: Support setting the window region on windows belonging to other threads. LONG |
| Alexandre Julliard | 2008-09-08 | winex11: Moved the X11DRV_WindowMessage function to window.c. |
| Jacek Caban | 2008-09-08 | jscript: Store more data in DispatchEx object. |
| Jacek Caban | 2008-09-08 | jscript: Added GetDispID implementation. |
| Hans Leidekker | 2008-09-08 | winhttp: Support asynchronous requests. |
| Hans Leidekker | 2008-09-08 | winhttp: Add the remaining completion notifications. |
| Hans Leidekker | 2008-09-08 | winhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT. |
| Hans Leidekker | 2008-09-08 | winhttp: The last parameter of WinHttpWriteData is optional. |
| Hans Leidekker | 2008-09-08 | winhttp: Start sending async completion notifications. Add corresponding tests. |
| Hans Leidekker | 2008-09-08 | winhttp: Use a process global SSL context instead of per connection. |
| Lei Zhang | 2008-09-08 | sane.ds: Replace wsprintfW with sprintfW. |
| Hans Leidekker | 2008-09-05 | winhttp: The last parameter of WinHttpQueryDataAvailable and WinHttpReadData is optional. LONG |
| Hans Leidekker | 2008-09-05 | winhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RAW_HEADERS). |
| Hans Leidekker | 2008-09-05 | winhttp: Implement WinHttpQueryOption(WINHTTP_OPTION_SECURITY_FLAGS). |
| Jacek Caban | 2008-09-05 | jscript: Added empty statement implementation. |
| Jacek Caban | 2008-09-05 | jscript: Added ParseScriptText test. |
| Jacek Caban | 2008-09-05 | jscript: Added SCRIPTSTATE_STARTED implementation. |
| Jacek Caban | 2008-09-05 | jscript: Added IActiveScript::ParseScriptText implementation. |
| Alexandre Julliard | 2008-09-04 | kernel32: Implemented the wrapper functions for job objects. |
| Alexandre Julliard | 2008-09-04 | ntdll: Add stubs for all the job object functions. |
| Alexandre Julliard | 2008-09-04 | ntdll: Implemented NtOpenProcessTokenEx and NtOpenThreadTokenEx. |
| Alexandre Julliard | 2008-09-04 | winebuild: Generate MS-style imports using the OriginalFirstThunk field. |
| Alexandre Julliard | 2008-09-04 | libwine: Add support for relocating MS-style imports that use OriginalFirstThunk. LONG |
| Jacek Caban | 2008-09-04 | jscript: Added parser memory managment. |
| Jacek Caban | 2008-09-04 | jscript: Added lexer. |
| Jacek Caban | 2008-09-04 | jscript: Added parser. |
| Hans Leidekker | 2008-09-04 | winhttp: Implement some more options. |
| Hans Leidekker | 2008-09-03 | winhttp: Add an initial implementation of WinHttpQueryOption and WinHttpSetOption. LONG |
| Hans Leidekker | 2008-09-03 | winhttp: WinHttpCrackUrl and InternetCrackUrlW use different scheme constants. |
| Hans Leidekker | 2008-09-03 | winhttp: Add status notification tests. Make them pass. |
| Hans Leidekker | 2008-09-03 | winhttp: Move handling of default request parameters into build_request_string(). LONG |
| Hans Leidekker | 2008-09-03 | winhttp: A non-standard port must be included in the host header. |
| Hans Leidekker | 2008-09-03 | winhttp: Avoid testing errno when it isn't set. |
| Hans Leidekker | 2008-09-03 | winhttp: Handle redirects. |
| Hans Leidekker | 2008-09-03 | winhttp: Allow reusing a secure connection. |
| Hans Leidekker | 2008-09-03 | winhttp: Add zero value content length header to POST requests without additional data. LONG |
| Dan Hipschman | 2008-09-02 | oleaut32: Add a widl-generated proxy file for ocidl.idl. |
| Dan Hipschman | 2008-09-02 | widl: Output NULL for inherited methods in the vtbl. |
| Dan Hipschman | 2008-09-02 | ole32: Add a widl-generated proxy file for oleidl.idl. |
| Dan Hipschman | 2008-09-02 | ole32: Add a widl-generated proxy file for objidl.idl. |
| Dan Hipschman | 2008-09-02 | ole32: Add widl-generated proxies for unknwn.idl and dcom.idl. |
| Hans Leidekker | 2008-08-29 | winhttp: Use default values when empty strings are passed for verb, object and version parameters. LONG |
| Hans Leidekker | 2008-08-29 | winhttp: Test secure connections. Fix a crash when no response is returned. |
| Hans Leidekker | 2008-08-29 | winhttp: Add support for secure connections. |
| Lei Zhang | 2008-08-28 | wininet: Remove redundant CrLf variables. |
| Lei Zhang | 2008-08-28 | wininet: Work around NULL headers when handling HTTP_QUERY_RAW_HEADERS_CRLF. |
| Lei Zhang | 2008-08-28 | regedit: Fix typo in commit c6d01ac847edc2ad02ef02c7a0ead7a833539c3c. |
| Hans Leidekker | 2008-08-27 | winhttp: Implement WinHttpSetCredentials. |
| Hans Leidekker | 2008-08-27 | winhttp: Implement WinHttpQueryAuthSchemes. |
| Dmitry Timoshkov | 2008-08-27 | user32: Add a test for monitor work area, fix some failures. |
| Hans Leidekker | 2008-08-26 | winhttp: Remove some unneeded includes. |
| Hans Leidekker | 2008-08-26 | winhttp: Implement WinHttpSendRequest. |
| Hans Leidekker | 2008-08-26 | winhttp: Implement WinHttpQueryDataAvailable. |
| Hans Leidekker | 2008-08-26 | winhttp: Implement WinHttpReceiveResponse. |
| Hans Leidekker | 2008-08-26 | winhttp: Add support for querying most of the standard header attributes. |
| Hans Leidekker | 2008-08-26 | winhttp: Implement WinHttpReadData. |
| Hans Leidekker | 2008-08-26 | winhttp: Implement WinHttpWriteData. |
| Hans Leidekker | 2008-08-26 | winhttp: Add networking infrastructure. |
| Jacek Caban | 2008-08-26 | jscript: Added JSGlobal typelib. |
| Roy Shea | 2008-08-26 | mstask: Implemented CreateTrigger. |
| Roy Shea | 2008-08-26 | mstask: Implemented (Set|Get)Trigger. |
| Jacek Caban | 2008-08-25 | mshtml: Added IHTMLElement::get_parentElement implementation. |
| Roy Shea | 2008-08-25 | mstask: Implemented PersistFile_Save stub. |
| Roy Shea | 2008-08-22 | mstask: Implemented partial stub for (Set|Get)AccountInformation. |
| Roy Shea | 2008-08-22 | mstask: Task PersistFile AddRef, QueryInterface, and Release. |
| Roy Shea | 2008-08-22 | mstask: Implemented (Set|Get)MaxRunTime. |
| Roy Shea | 2008-08-22 | mstask: Implemented (Set|Get)Comment. |
| Roy Shea | 2008-08-22 | mstask: Implement (Set|Get)Parameters. |
| Maarten Lankhorst | 2008-08-22 | dsound: Tune some parameters to make pulseaudio work. |
| Maarten Lankhorst | 2008-08-22 | winealsa.drv: Tune some parameters to make pulseaudio work. |
| Lei Zhang | 2008-08-21 | comctl32: Set listview focus on WM_LBUTTONUP instead of WM_LBUTTONDOWN. |
| Roy Shea | 2008-08-21 | expand: Extended expand program to accept /r argument. |
| Roy Shea | 2008-08-21 | mstask: Implemented (Set|Get)ApplicationName. |
| Roy Shea | 2008-08-21 | mstask/tests: Conformance test for (Set|Get)Trigger. |
| Roy Shea | 2008-08-21 | mstask: TaskTrigger stub with AddRef, QueryInterface, and Release. |
| Roy Shea | 2008-08-21 | mstask/tests: Basic conformance test for (Set|Get)AccountInformation. |
| Roy Shea | 2008-08-21 | mstask/tests: Conformance test for (Set|Get)MaxRunTime. |
| Roy Shea | 2008-08-21 | mstask/tests: Conformance test for (Set|Get)Comment. |
| Roy Shea | 2008-08-21 | mstask/tests: Conformance test for (Set|Get)Parameters. |
| Hans Leidekker | 2008-08-20 | winhttp: Add some tests for WinHttpAddRequestHeaders. |
| Hans Leidekker | 2008-08-20 | winhttp: Use default values for verb, object and version parameters in WinHttpOpenRequest. LONG |
| Hans Leidekker | 2008-08-20 | winhttp: Implement WinHttpQueryHeaders. |
| Hans Leidekker | 2008-08-20 | winhttp: Implement WinHttpAddRequestHeaders. |
| Hans Leidekker | 2008-08-20 | winhttp: Add a stub implementation for WinHttpSetTimeouts. |
| Hans Leidekker | 2008-08-20 | winhttp: Deliver status notifications to the application. |
| Roy Shea | 2008-08-20 | mstask/test: Conformance test for CreateTrigger. |
| Roy Shea | 2008-08-20 | mstask/test: Conformance test for (Set|Get)ApplicationName. |
| Roy Shea | 2008-08-20 | include: Added defines used by TASK_TRIGGER members. |
| Roy Shea | 2008-08-20 | include: Add task scheduler specific error codes. |
| Hans Leidekker | 2008-08-19 | winhttp: Implement WinHttpTimeFromSystemTime and WinHttpTimeToSystemTime. |
| Hans Leidekker | 2008-08-19 | winhttp: Forward WinHttpCrackUrl and WinHttpCreateUrl to wininet for the time being. LONG |
| Hans Leidekker | 2008-08-19 | winhttp: Add stub implementations for WinHttpGetDefaultProxyConfiguration, WinHttpGetProxyForUrl and WinHttpSetDefaultProxyConfiguration. LONG |
| Hans Leidekker | 2008-08-19 | winhttp: Implement WinHttpSetStatusCallback. Start sending notifications. |
| Hans Leidekker | 2008-08-19 | winhttp: Implement WinHttpOpenRequest. |
| Hans Leidekker | 2008-08-19 | winhttp: Implement WinHttpConnect. |
| Hans Leidekker | 2008-08-19 | winhttp: Implement WinHttpOpen and WinHttpCloseHandle. |
| Hans Leidekker | 2008-08-19 | winhttp: Add a handle management implementation. |
| Jacek Caban | 2008-08-19 | mshtml: Use heap_alloc_zero for HTMLWindow allocation. |
| Roy Shea | 2008-08-19 | mstask: Stub implementation of Activate. |
| Roy Shea | 2008-08-19 | mstask: Activate conformance test. |
| Zac Brown | 2008-08-19 | winhttp: Add test for adding/querying headers. |
| Zac Brown | 2008-08-19 | winhttp: Add stub implementation for WinHttpAddRequestHeaders. |
| Zac Brown | 2008-08-19 | winhttp: Add stub implementation for WinHttpQueryHeaders. |
| Zac Brown | 2008-08-19 | winhttp: Add test for WinHttpTimeToSystemTime. |
| Zac Brown | 2008-08-19 | winhttp: Add stub implementation for WinHttpTimeToSystemTime. |
| Zac Brown | 2008-08-19 | winhttp: Add test for WinHttpTimeFromSystemTime. |
| Zac Brown | 2008-08-19 | winhttp: Add stub implementation for WinHttpTimeFromSystemTime. |
| Maarten Lankhorst | 2008-08-19 | winmm: Test opening the same device twice. |
| Maarten Lankhorst | 2008-08-19 | dsound: Remove int24_struct from conversion routines. |
| Maarten Lankhorst | 2008-08-19 | winealsa.drv: Fix compiler warnings and remove deprecated calls. |
| Lei Zhang | 2008-08-18 | shell32: Handle directories in ShellExecute. |
| Lei Zhang | 2008-08-18 | comctl32: Add a test for TTM_GETTEXT. |
| Maarten Lankhorst | 2008-08-18 | winealsa.drv: Add ability to recover from underruns to directsound driver. |
| Dan Hipschman | 2008-08-18 | advapi32/tests: Add tests for GetSecurityInfo with a NULL security descriptor... |
| Dan Hipschman | 2008-08-18 | widl: Honor typedef pointer attributes. |
| Dan Hipschman | 2008-08-18 | advapi32: Implement GetSecurityInfo. |
| Roy Shea | 2008-08-05 | mstask: Task stub with AddRef, QueryInterface, and Release. |
| Roy Shea | 2008-08-05 | mstask: Implemented NewWorkItem. |
| Dan Kegel | 2008-08-05 | shell32/tests: Test whether SHGetFileInfo should clear hIcon. |
| Roy Shea | 2008-08-04 | mstask/test: NewWorkItem conformance test. |
| Jacek Caban | 2008-08-01 | mshtml: Added IHTMLElement::get_offsetHeight implementation. |
| Zac Brown | 2008-08-01 | winhttp/tests: Add test for sending request. |
| Dan Kegel | 2008-07-31 | wininet: HTTP_QUERY_RAW_HEADERS_CRLF length shouldn't include nul. |
| Lei Zhang | 2008-07-30 | cmd: Check the return value from HeapAlloc. |
| Dan Hipschman | 2008-07-30 | kernel32/tests: Add tests for undocumented default timer queue "features". |
| Dan Hipschman | 2008-07-30 | ntdll: Add support for a default timer queue. |
| Jacek Caban | 2008-07-29 | mshtml: Forward IHTMLTextContainer::get_scrollTop to IHTMLElement2. |
| Jacek Caban | 2008-07-29 | mshtml: Added IHTMLElement2::get_scrollTop implementation. |
| Jacek Caban | 2008-07-29 | mshtml: Forward IHTMLTextContainer::get_scroll[Hight|Width[]] implementation to IHTMLElement2. LONG |
| Jacek Caban | 2008-07-29 | mshtml: Added IHTMLElement2::get_scrollWidth implementation. |
| Jacek Caban | 2008-07-29 | mshtml: Added IOmNavigator::get_platform implementation. |
| Jacek Caban | 2008-07-29 | mshtml: Added IHTMLElement2::get_scrollHeight implementation. |
| Zac Brown | 2008-07-29 | winhttp: Add stub implementation for WinHttpWriteData. |
| Roy Shea | 2008-07-29 | mstask: Implemented DllRegisterServer. |
| Roy Shea | 2008-07-29 | mstask: Implemented DllUnregisterServer. |
| Maarten Lankhorst | 2008-07-29 | quartz: Fix support for files with multiple odml indexes. |
| Maarten Lankhorst | 2008-07-29 | quartz: Fix end of file handling when first request is already end of file. |
| Maarten Lankhorst | 2008-07-29 | quartz: Pass InputPin as parameter to transform filter. |
| Maarten Lankhorst | 2008-07-29 | quartz: Use correct media type in transformfilter's QueryAccept. |
| Maarten Lankhorst | 2008-07-29 | quartz: Make transform filter return hresult from running/pausing. |
| Maarten Lankhorst | 2008-07-29 | quartz: Trace the iface pointer in the memory allocator. |
| Maarten Lankhorst | 2008-07-29 | uuids: Add MEDIASUBTYPE_AYUV. |
| Maarten Lankhorst | 2008-07-29 | qcap: Make the server directly register a filter instead of the workarounds. |
| Zac Brown | 2008-07-29 | include/winhttp.h: Add WINHTTP_TIME_FORMAT_BUFSIZE. |
| Dan Hipschman | 2008-07-28 | ntdll: Fix a small timer-queue bug whereby a deleted timer may still expire. |
| Dan Hipschman | 2008-07-25 | ntdll: Implement the timer queue thread. |
| Dan Hipschman | 2008-07-25 | ntdll: Implement RtlDeleteTimer for kernel32's DeleteTimerQueueTimer. |
| Dan Hipschman | 2008-07-25 | ntdll: Implement RtlUpdateTimer for kernel32's ChangeTimerQueueTimer. |
| Jacek Caban | 2008-07-24 | mshtml: Added IOmNavigator::get_appCodeName implementation. |
| Jacek Caban | 2008-07-24 | mshtml: Added IHTMLDocument2::[get|put[]]_title tests. |
| Dan Kegel | 2008-07-23 | winmm/tests: Test mciSendString with non-null return string buffer. |
| Zac Brown | 2008-07-23 | include/winhttp.h: Add remaining flags. |
| Lei Zhang | 2008-07-23 | gdi32: Glyph advances should be measured for unrotated characters. |
| Lei Zhang | 2008-07-23 | gdi32: Add a test for font orientation. |
| Dan Hipschman | 2008-07-23 | include: Add WT_TRANSFER_IMPERSONATION to winnt.h. |
| Dan Hipschman | 2008-07-23 | ntdll: Implement RtlCreateTimer for kernel32's CreateTimerQueueTimer. |
| Roy Shea | 2008-07-23 | mstask: Implement ClassFactory, DllGetClassObject, and DllCanUnloadNow. |
| Dan Hipschman | 2008-07-22 | ntdll: Implement [Rtl[]]Create/DeleteTimerQueue[Ex[]]. |
| Dan Hipschman | 2008-07-22 | kernel32/tests: Check that timers are not NULL in timer queue tests. |
| Dan Hipschman | 2008-07-22 | kernel32/tests: Add tests for Change/DeleteTimerQueueTimer. |
| Dan Hipschman | 2008-07-22 | kernel32: Add a stub for ChangeTimerQueueTimer. |
| Maarten Lankhorst | 2008-07-22 | quartz: Fix end of stream handling in avi splitter. |
| Lei Zhang | 2008-07-22 | ntdll: Use our own implementation of atoi and atol. |
| Lei Zhang | 2008-07-22 | ole32: Silence FIXME from CoGetContextToken stub. |
| Lei Zhang | 2008-07-21 | gdiplus: Add tests for passing negative strides to GdipCreateBitmapFromScan0. |
| Roy Shea | 2008-07-21 | mstask: TaskScheduler stub with AddRef, QueryInterface, and Release. |
| Roy Shea | 2008-07-21 | mstask: Generate C file with GUID definitions from mstask.idl. |
| Dan Kegel | 2008-07-21 | tools: Allow running tests with valgrind. |
| Lei Zhang | 2008-07-21 | gdi32: CreateDIBitmap should check for SetDIBits failure. |
| Lei Zhang | 2008-07-21 | winex11: X11DRV_DIB_[GS[]]etImageBits should return 0 on failure. |
| Lei Zhang | 2008-07-21 | oleaut32: Check return values in several functions. |
| Maarten Lankhorst | 2008-07-21 | quartz: Fix bugs that occur during connection. |
| Maarten Lankhorst | 2008-07-21 | quartz: Fix handling of zero byte samples and endofstreams. |
| Maarten Lankhorst | 2008-07-21 | include: Fix typo in vmrender.idl. |
| Zac Brown | 2008-07-18 | winhttp/tests: Add test for opening request. |
| Zac Brown | 2008-07-18 | ntdll: Remove byte reversed U+3000 (CJK space) from being checked in... |
| Jacek Caban | 2008-07-17 | msi: Added Session::Message implementation. |
| Lei Zhang | 2008-07-17 | user32: Clamp newly created windows to the minimum window size. |
| Lei Zhang | 2008-07-17 | user32: Add a test for SetWindowPos. |
| Dan Hipschman | 2008-07-17 | kernel32/tests: Add tests for timer queues. |
| Roy Shea | 2008-07-16 | mstask: Skeleton implementation of Task Scheduler Service. |
| Maarten Lankhorst | 2008-07-16 | quartz: Fix wrong assignment of variable in parser. |
| Dan Hipschman | 2008-07-16 | kernel32/tests: Fix p_BindIoCompletionCallback declaration so it compiles with... |
| Dan Hipschman | 2008-07-16 | libs/wine: Avoid over-allocating memory in default_dbgstr_wn. |
| Maarten Lankhorst | 2008-07-16 | quartz: Explicitly handle wave headers in avi splitter. |
| Maarten Lankhorst | 2008-07-16 | winemp3: Be more tolerant to what a valid mp3 header is. |
| Jacek Caban | 2008-07-14 | mshtml: Added IHTMLElement2::getElementsByTagName tests. |
| Jacek Caban | 2008-07-14 | mshtml: Added IHTMLElement2::getElementsByTagName implementation. |
| Jacek Caban | 2008-07-14 | mshtml: Allow timers to be cleaned during processing. |
| Maarten Lankhorst | 2008-07-14 | quartz: Fix reference leak in avi splitter on end of stream. |
| Maarten Lankhorst | 2008-07-14 | quartz: Only allocate 1 buffer in transform filter. |
| Maarten Lankhorst | 2008-07-14 | quartz: Fix memory and sample leaks. |
| Maarten Lankhorst | 2008-07-14 | quartz: Fix incorrect use of mtCurrent in transform filter. |
| Roy Shea | 2008-07-11 | include: Add header for mstask. |
| Maarten Lankhorst | 2008-07-11 | includes: Add video mixing renderer header. |
| Maarten Lankhorst | 2008-07-11 | devenum: Call VariantInit instead of VariantClear. |
| Maarten Lankhorst | 2008-07-11 | quartz: Make the file source rotate around the 'first' sample, to prevent... |
| Maarten Lankhorst | 2008-07-11 | quartz: End the flush downstream first before restarting playback in pullpin. |
| Zac Brown | 2008-07-11 | include/winhttp.h: Add WinHttp status codes. |
| Jacek Caban | 2008-07-10 | shlwapi: Fixed handling mk protocol URLs in UrlCombineW. |
| Maarten Lankhorst | 2008-07-10 | ntdll: Use module for path to activation context. |
| Zac Brown | 2008-07-10 | wininet/tests: Change some traces to skips in tests. |
| Maarten Lankhorst | 2008-07-10 | quartz: Call run before pausing in transform filter. |
| Maarten Lankhorst | 2008-07-10 | quartz: Make filtergraph quieter. |
| Maarten Lankhorst | 2008-07-10 | quartz: Make parser start even if some of the pins aren't connected. |
| Maarten Lankhorst | 2008-07-10 | quartz: Fix deadlocks in dsound renderer. |
| Maarten Lankhorst | 2008-07-10 | quartz: Fix end of stream handling. |
| Maarten Lankhorst | 2008-07-10 | quartz: Always set current position again. |
| Maarten Lankhorst | 2008-07-09 | quartz: Add tests for avi splitter. |
| Maarten Lankhorst | 2008-07-09 | quartz: Add rewrite of avi splitter. |
| Maarten Lankhorst | 2008-07-09 | quartz: Fix deadlock with transform filter. |
| Zac Brown | 2008-07-08 | winhttp: Add stub implementation for WinHttpCloseHandle. |
| Zac Brown | 2008-07-08 | winhttp: Add stub implementation for WinHttpReadData. |
| Zac Brown | 2008-07-08 | winhttp: Add stub implementation for WinHttpSetOption. |
| Zac Brown | 2008-07-08 | winhttp: Add stub implementation for WinHttpReceiveResponse. |
| Zac Brown | 2008-07-08 | winhttp: Add stub implementation for WinHttpQueryDataAvailable. |
| Zac Brown | 2008-07-08 | winhttp: Add stub implementation for WinHttpQueryOption. |
| Roy Shea | 2008-07-08 | wintrust/test: Verify array length before calling memcmp in test. |
| Maarten Lankhorst | 2008-07-07 | quartz: Only call begin process functions in transform filter when stopped. |
| Maarten Lankhorst | 2008-07-07 | quartz: Fix tiny bug in IGraphBuilder_Render. |
| Maarten Lankhorst | 2008-07-07 | quartz: Fix parser/pullpin to only care about the state transition... |
| Maarten Lankhorst | 2008-07-07 | quartz: Make sure transform filter commits allocator. |
| Jacek Caban | 2008-07-04 | mshtml: Don't mix nsresult with HRESULT. |
| Maarten Lankhorst | 2008-07-04 | quartz: Implement state transitions in video renderer. |
| Maarten Lankhorst | 2008-07-04 | quartz: Implement state transitions in directsound renderer, and block on pause. |
| Zac Brown | 2008-07-04 | winhttp: Add stub implementation for WinHttpSendRequest. |
| Zac Brown | 2008-07-04 | winhttp: Add stub implementation for WinHttpOpenRequest and fix function... |
| Zac Brown | 2008-07-04 | winhttp: Add stub implementation for WinHttpConnect. |
| Zac Brown | 2008-07-04 | winhttp.h: Add WinHTTP error codes. |
| Maarten Lankhorst | 2008-07-04 | quartz: Set filesource initial state to stopped. |
| Maarten Lankhorst | 2008-07-04 | quartz: Make CLSID_AudioRender an alias for CLSID_DSoundRender. |
| Zac Brown | 2008-07-03 | include: Add more #define's for winhttp options. |
| Maarten Lankhorst | 2008-07-03 | quartz: Fix return values in directsound renderer. |
| Maarten Lankhorst | 2008-07-03 | wined3d: Fix a deadlock that may occur during initialization. |
| Maarten Lankhorst | 2008-07-03 | quartz: Fix return value for video renderer. |
| Dan Hipschman | 2008-07-02 | widl: Factor a small part of the grammar. |
| Dan Hipschman | 2008-07-02 | widl: Implement type redefinition checks. |
| Dan Hipschman | 2008-07-02 | include: Fix type redefinitions in IDL files. |
| Jacek Caban | 2008-07-01 | mshtml: Silence common invalid FIXME. |
| Jacek Caban | 2008-07-01 | mshtml: Ignore fdexNameImplicit flag. |
| Jacek Caban | 2008-07-01 | mshtml: Return NULL in window object's GetNameSpaceParent. |
| Jacek Caban | 2008-07-01 | mshtml: Added IHTMLStyle::[get|put[]]_width implementation. |
| Jacek Caban | 2008-07-01 | mshtml: Added IHTMLImgElement::[get|put[]]_alt implementation. |
| Jacek Caban | 2008-07-01 | mshtml: Silence common invalid QueryInterface FIXME. |
| Jacek Caban | 2008-07-01 | mshtml: DispatchEx's QueryInterface implementation clean up. |
| Jacek Caban | 2008-07-01 | mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag. |
| Jacek Caban | 2008-07-01 | mshtml: Added IHTMLWindow2::get_self implementation. |
| Jacek Caban | 2008-07-01 | mshtml: Added IHTMLWindow::get_window implementation. |
| Zac Brown | 2008-07-01 | ntdll: Implement checking for control characters in RtlIsTextUnicode. |
| Jacek Caban | 2008-06-30 | mshtml: Added IHTMLWindow2::clearInterval implementation. |
| Jacek Caban | 2008-06-30 | mshtml: Added IHTMLWindow2::clearTimeout implementation. |
| Jacek Caban | 2008-06-30 | mshtml: Added IHTMLWindow3::setInterval implementation. |
| Jacek Caban | 2008-06-30 | mshtml: Forward IHTMLWindow2::setInterval to IHTMLWindow3. |
| Jacek Caban | 2008-06-30 | mshtml: Added VT_BSTR support to IHTMLWindow3::setTimeout. |
| Jacek Caban | 2008-06-30 | oleaut32: Added test showing need to QueryInterface on dual interface in ITypeInfo::Invoke. LONG |
| Zac Brown | 2008-06-30 | winhttp: Build an import library. |
| Zac Brown | 2008-06-27 | shell32: Add stub implementation for SHGetIconOverlayIndex[AW[]]. |
| Maarten Lankhorst | 2008-06-27 | quartz: Fix Render and RenderFile. |
| Maarten Lankhorst | 2008-06-27 | quartz: Make FilterGraph_Connect and ConnectDirect behave better. |
| Maarten Lankhorst | 2008-06-27 | quartz: Make removing filters work slightly better. |
| Dan Hipschman | 2008-06-27 | user32: Redefine internal pop-up tracking flags to avoid conflicts. |
| Jacek Caban | 2008-06-26 | urlmon: Make file protocol invalid URL handling behave like IE7. |
| Jacek Caban | 2008-06-26 | mshtml: Added DOCUMENT_NODE type support. |
| Jacek Caban | 2008-06-26 | mshtml: Added IHTMLDOMNode::get_parentNode implementation. |
| Jacek Caban | 2008-06-26 | mshtml: Added useful TRACEs. |
| Jacek Caban | 2008-06-26 | mshtml: Added IHTMLElement::get_offsetTop implementation. |
| Lei Zhang | 2008-06-26 | mshtml: Remove unneeded variable. |
| Dan Hipschman | 2008-06-26 | riched20: Implement ITextDocument_fnGetSelection. |
| Zac Brown | 2008-06-26 | winealsa.drv: Initialize a variable in MIX_close. |
| Lei Zhang | 2008-06-26 | comctl32: Use the system variable pitch font for ip address controls. |
| Maarten Lankhorst | 2008-06-26 | quartz: Downgrade a fixme to a warn in dsoundrender. |
| Jacek Caban | 2008-06-25 | mshtml: Forward HTMLSelectElement's IDispatch functions to IDispatchEx implementation. LONG |
| Jacek Caban | 2008-06-25 | mshtml: Added IHTMLSelectElement::get_type implementation. |
| Jacek Caban | 2008-06-25 | mshtml: Added IHTMLInputElement::put_disabled implementation. |
| Jacek Caban | 2008-06-25 | mshtml: Added IHTMLElement::put_title implementation. |
| Jacek Caban | 2008-06-25 | mshtml: Added IHTMLElement::get_title implementation. |
| Jacek Caban | 2008-06-25 | mshtml: Added IHTMLSelectElement::put_onchange implementation. |
| Jacek Caban | 2008-06-25 | mshtml: Return NULL instead of empty string in IHTMLSelectElement::get_value. |
| Jacek Caban | 2008-06-25 | mshtml: Added IHTMLSelectElement::put_value implementation. |
| Roy Shea | 2008-06-25 | dsound/tests: Added additional tests of IDirectSound_CreateSoundBuffer. |
| Roy Shea | 2008-06-25 | dsound/tests: Removed test depending on value of undefined variable. |
| Zac Brown | 2008-06-25 | ntdll/tests: Add tests for (Rtl)IsTextUnicode to verify that... |
| Dan Hipschman | 2008-06-25 | gdi32: Return the correct value from GetTextFace. |
| Maarten Lankhorst | 2008-06-25 | quartz: Make the memory allocator emit more warnings and fix race condition. |
| Maarten Lankhorst | 2008-06-25 | quartz: Create thread after connection is made. |
| Maarten Lankhorst | 2008-06-25 | quartz: Remove dead code from DSoundRender. |
| Maarten Lankhorst | 2008-06-25 | quartz: Handle case where ReceiveConnection is called on an already connected... |
| Zac Brown | 2008-06-25 | mshtml: Initialize variables in a couple structs. |
| Jacek Caban | 2008-06-24 | mshtml: Added IHTMLDOMNode::hasChildNodes implementation. |
| Jacek Caban | 2008-06-24 | mshtml: Added IHTMLDOMNode::removeChild implementation. |
| Jacek Caban | 2008-06-24 | mshtml: Fixed argument checking in IHTMLDOMChildrenCollection::item. |
| Jacek Caban | 2008-06-24 | mshtml: Added support to accessing child nodes by index in IHTMLDOMChildrenCollection. LONG |
| Jacek Caban | 2008-06-24 | mshtml: Added IHTMLElement2::put_tabIndex implementation. |
| Jacek Caban | 2008-06-24 | mshtml: Added IHTMLElement2::get_tabIndex implementation. |
| Jacek Caban | 2008-06-24 | mshtml: Added IHTMLElement::put_onkeyup implementation. |
| Jacek Caban | 2008-06-24 | mshtml: Added keyup event support. |
| Dan Kegel | 2008-06-24 | wininet: InternetCrackUrlW: For URLs that have no urlpath, native clears... |
| Maarten Lankhorst | 2008-06-24 | quartz: Clear pin value if not connected. |
| Maarten Lankhorst | 2008-06-24 | quartz: Add support for VideoInfoHeader2 to AVI Decompressor. |
| Maarten Lankhorst | 2008-06-24 | quartz: Only enumerate renderers if bRender is set in filtermapper. |
| Maarten Lankhorst | 2008-06-24 | quartz: DSoundRender shouldn't delete buffer when already connected. |
| Maarten Lankhorst | 2008-06-24 | quartz: Have thread safety in memallocator. |
| Maarten Lankhorst | 2008-06-24 | quartz: Implement VideoRenderer_GetCurrentImage. |
| Maarten Lankhorst | 2008-06-24 | quartz: Implement GraphConfig_Reconfigure. |
| Jacek Caban | 2008-06-23 | mshtml: Added generic HTML event listener and use it for click event. |
| Jacek Caban | 2008-06-23 | mshtml: Use heap_alloc_zero in NSContainer_Create. |
| Jacek Caban | 2008-06-23 | mshtml: Added IHTMLElement::put_className implementation. |
| Jacek Caban | 2008-06-23 | mshtml: Added IHTMLElement::put_onclick implementation. |
| Jacek Caban | 2008-06-23 | mshtml: Added IHTMLDocument3::createTextNode implementation. |
| Jacek Caban | 2008-06-23 | mshtml: Added IHTMLImgElement::put_src implementation. |
| Jacek Caban | 2008-06-23 | mshtml: Added IHTMLDOMNode::appendChild implementation. |
| Jacek Caban | 2008-06-23 | mshtml: Return NULL instead of empty string in IHTMLElement::get_className. |
| Jacek Caban | 2008-06-23 | mshtml: Added onclick attribute support. |
| Dan Kegel | 2008-06-23 | user32: Fix buffer length thinko in dde_client.c. |
| Dan Hipschman | 2008-06-23 | kernel32/tests: Add tests for TLS functions. |
| Dan Kegel | 2008-06-23 | msxml3/tests: VT_EMPTY is not a string. |
| Dan Kegel | 2008-06-23 | kernel32/tests: Initialize a few variables. |
| Dan Kegel | 2008-06-23 | gdi32: GdiConvertToDevmodeW should not refer to unintialized name bytes. |
| Dan Kegel | 2008-06-23 | winmm/tests: Initialize MIXERLINECONTROLSA before calling mixerGetLineControlsA. |
| Dan Hipschman | 2008-06-23 | riched20/tests: Add a test for creating ITextDocument. |
| Dan Hipschman | 2008-06-23 | riched20/tests: Add tests for OLE interface. |
| Jacek Caban | 2008-06-21 | shdocvw: Added WebBrowser's IDispatch methods implementation. |
| Maarten Lankhorst | 2008-06-21 | include: Add definitions for VMR-9 interface. |
| Dan Hipschman | 2008-06-21 | gdi32: Add tests for GetTextFace. |
| Lei Zhang | 2008-06-21 | gdi32: Check for regular fonts by style instead of style name. |
| Lei Zhang | 2008-06-21 | comctl32: Support LVCF_SUBITEM in LVM_GETCOLUMN. |
| Maarten Lankhorst | 2008-06-21 | quartz: Implement IBasicVideo2 for the filtergraph. |
| Maarten Lankhorst | 2008-06-21 | quartz: Implement IMediaSeeking in the video renderer. |
| Maarten Lankhorst | 2008-06-21 | quartz: Implement MediaControl_GetState. |
| Maarten Lankhorst | 2008-06-21 | quartz: Try to render any existing renderers before creating a new one. |
| Maarten Lankhorst | 2008-06-21 | quartz: Expose some methods so that a custom allocator can be created. |
| Maarten Lankhorst | 2008-06-21 | quartz: Only query for event interface when there is a filtergraph. |
| Maarten Lankhorst | 2008-06-21 | quartz: Add the ability to force a pin to use a certain renderer. |
| Dan Kegel | 2008-06-21 | dsound: Don't free buffer if it's owned by alsa. |
| Dan Kegel | 2008-06-21 | advpack: Don't close a handle if it wasn't opened. |
| Jacek Caban | 2008-06-20 | mshtml: Added createElement test. |
| Jacek Caban | 2008-06-20 | mshtml: Added IDispatchEx support to HTMLGenericElement. |
| Jacek Caban | 2008-06-20 | mshtml: Added IHTMLGenericElement implementation. |
| Jacek Caban | 2008-06-20 | mshtml: Added IHTMLDocument2::createElement implementation. |
| Jacek Caban | 2008-06-20 | mshtml: Initialize node object from child node's constructors. |
| Jacek Caban | 2008-06-20 | mshtml.idl: Added IHTMLGenericElement declaration. |
| Jacek Caban | 2008-06-20 | mshtml.idl: Added DispHTMLGenericElement declaration. |
| Jacek Caban | 2008-06-20 | mshtml: Better timer handling. |
| Jacek Caban | 2008-06-20 | urlmon: Make mk protocol behave like IE7. |
| Maarten Lankhorst | 2008-06-19 | quartz: Forward some messages from IMediaSeekingPassThru. |
| Roy Shea | 2008-06-19 | user32: Initialize hdd HDDEDATA to NULL (valgrind). |
| Jacek Caban | 2008-06-19 | mshtml: Forward HTMLInputElement IDispatch calls to IDispatchEx implementation. |
| Jacek Caban | 2008-06-19 | mshtml: Added IHTMLInputElement::put_value implementation. |
| Jacek Caban | 2008-06-19 | mshtml: Added IHTMLElement::get_clientHeight implementation. |
| Jacek Caban | 2008-06-19 | mshtml: Added IHTMLElement2::get_clientWidth implementation. |
| Jacek Caban | 2008-06-19 | mshtml: Better stub for IHTMLElement::setAttribute with NULL nselem. |
| Jacek Caban | 2008-06-19 | mshtml: Added IHTMLElement2::put_accessKey implementation. |
| Jacek Caban | 2008-06-19 | mshtml: Added IHTMLDOMNode::put_nodeValue implementation. |
| Jacek Caban | 2008-06-19 | mshtml: Added IHTMLDOMNode::get_nodeValue implementation. |
| Jacek Caban | 2008-06-19 | mshtml: Use heap_alloc_zero to allocate OmNavigator. |
| Jacek Caban | 2008-06-19 | mshtml: Added IHTMLElement2::focus implementation. |
| Maarten Lankhorst | 2008-06-19 | qcap: Capture pin should have an IAMStreamConfig. |
| Maarten Lankhorst | 2008-06-19 | winemp3: Try to find a valid header instead of failing immediately. |
| Maarten Lankhorst | 2008-06-19 | include: Add definitions for IAMFilterMiscFlags interface. |
| Maarten Lankhorst | 2008-06-19 | include: Add definitions for IBasicVideo2 interface. |
| Maarten Lankhorst | 2008-06-19 | quartz: Set data length in avi decompressor. |
| Maarten Lankhorst | 2008-06-19 | quartz: Improve the directsound renderer a bit. |
| Lei Zhang | 2008-06-18 | comctl32: Don't rearrange icons / update scroll bar when destroying a listview. |
| Jacek Caban | 2008-06-18 | mshtml: Added IHTMLStyle::put_color implementation. |
| Jacek Caban | 2008-06-18 | mshtml: Added IHTMLStyle::put_background implementation. |
| Jacek Caban | 2008-06-18 | mshtml: Change backslashes to shashes in URLs passed to... |
| Jacek Caban | 2008-06-18 | mshtml: Added more IDispatchEx tests. |
| Jacek Caban | 2008-06-18 | mshtml: Added missing tids to HTMLCommentElement. |
| Jacek Caban | 2008-06-18 | mshtml: Use heap_alloc_zero in HTMLElementCollection_Create. |
| Jacek Caban | 2008-06-18 | mshtml: Added fdexNameEnsure support to IDidpatchEx implementation. |
| Jacek Caban | 2008-06-18 | mshtml: Added IDispatchEx support to HTMLSelectElement. |
| Jacek Caban | 2008-06-18 | mshtml: Added IHTMLElement::put_id implementation. |
| Jacek Caban | 2008-06-18 | mshtml: Added IHTMLElement::get_id implementation. |
| Zac Brown | 2008-06-11 | dsound/tests: Improve test for IDirectSound8_CreateSoundBuffer. |
| Dan Kegel | 2008-06-10 | d3dx8/tests: Initialize matrix before testing its value. |
| Dan Kegel | 2008-06-10 | shell32/tests: Avoid buffer overflow during test. |
| Dan Kegel | 2008-06-09 | oleaut32/tests: Initialize reserved fields to unique values. |
| Dan Kegel | 2008-06-09 | kernel32/tests: Initialize buffer. |
| Jacek Caban | 2008-06-09 | mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol. |
| Dan Kegel | 2008-06-06 | oleaut32/tests: VariantInit() isn't enough, you have to give a value, too. |
| Dan Kegel | 2008-06-06 | msxml/tests: Use VariantInit, not VariantClear, to initialize new variants. |
| Dan Kegel | 2008-06-06 | msi/tests: Initialize buffer lengths before calling MsiSourceListEnumMediaDisks. |
| Dan Kegel | 2008-06-04 | secur32/tests: Don't free if not allocated. |
| Dan Kegel | 2008-06-04 | oleaut32/tests: Use VariantInit, not VariantClear, to initialize new variants. |
| Dan Kegel | 2008-06-04 | msi: MsiSourceListEnumMediaDisksW: free original string, not substring. |
| Zac Brown | 2008-06-04 | winmm: msiSendStringW: Don't free substring after original string has already... |
| Dan Kegel | 2008-06-04 | userenv/tests: Fix buffer overrun. |
| Zac Brown | 2008-06-03 | ntdll/tests: Actually verify right bytes received in aio test. |
| Maarten Lankhorst | 2008-05-29 | d3d9: Add a test to see whether offscreen surfaces can be locked while a reset... |
| Dan Kegel | 2008-05-27 | advapi32: Don't test buffer length if buffer is null. |
| Dan Kegel | 2008-05-27 | fusion: Use HeapAlloc, not strdup, to avoid malloc/HeapFree mismatch. |
| Dan Kegel | 2008-05-27 | fusion: UninstallAssembly test: Fix typo, avoid undefined value. |
| Dan Kegel | 2008-05-26 | winmm: Use HeapAlloc in the capture test instead of using strdup. |
| Jacek Caban | 2008-05-26 | mshtml: Fixed copy&paste typo. |
| Maarten Lankhorst | 2008-05-26 | include: Add missing RpcMgmtIsServerListening declaration. |
| Maarten Lankhorst | 2008-05-22 | include: Update aviriff header to use the right alignment. |
| Maarten Lankhorst | 2008-05-22 | winmm: Fix valgrind warnings on exit. |
| Maarten Lankhorst | 2008-05-22 | winmm: Use HeapAlloc in the wave test instead of using strdup. |
| Maarten Lankhorst | 2008-05-22 | msacm32.drv: Check for message type before comparing handles. |
| Maarten Lankhorst | 2008-05-22 | quartz: Initialize some uninitialized variables in the video renderer. |
| Maarten Lankhorst | 2008-05-22 | quartz: Do timekeeping in the avi decoder. |
| Maarten Lankhorst | 2008-05-22 | quartz: Don't free memory twice in null renderer. |
| Maarten Lankhorst | 2008-05-22 | ntdll: Give earlier notify to valgrind that HeapFree is trying to free some... |
| Lei Zhang | 2008-05-22 | wininet: Send https scheme to proxy server when appropriate. |
| Lei Zhang | 2008-05-22 | mshtml: Added ProxyEnable / ProxyServer handling. |
| Dan Kegel | 2008-05-21 | d3d9/tests: Another wee bit of slop. |
| James Hawkins | 2008-05-20 | msi: Check that the file key is valid before installing the assembly. |
| Lei Zhang | 2008-05-19 | wine.inf: Open xml files using winebrowser. |
| Lei Zhang | 2008-05-19 | explorer: Allow explorer with no arguments to run winefile. |
| Dan Kegel | 2008-05-19 | d3d9/tests: Add missing skip(). |
| Dan Kegel | 2008-05-14 | ws2_32/tests: Cannot reliably detect bad hostnames in "modern" internet. |
| Dan Kegel | 2008-05-14 | kernel32: comm.c: increase time slop. |
| James Hawkins | 2008-05-14 | msi: Copy the assembly file directly if it's not compressed. |
| Dan Kegel | 2008-05-13 | d3d9: shademode_test: Increase slop in color comparison. |
| Maarten Lankhorst | 2008-05-13 | quartz: Reset time when rejecting sample in the mpeg splitter. |
| Maarten Lankhorst | 2008-05-13 | quartz: Silence a fixme. |
| Lei Zhang | 2008-05-13 | quartz: Check input in MediaControl_GetState. |
| Jacek Caban | 2008-05-13 | mshtml: Fixed a typo. |
| Maarten Lankhorst | 2008-05-12 | quartz: Don't return a pin in filesource when there is none. |
| Maarten Lankhorst | 2008-05-09 | winealsa: Remove calls to deprecated functions. |
| Lei Zhang | 2008-05-08 | wininet: Handle NULL input for FindCloseUrlCache. |
| Alexandre Julliard | 2008-05-08 | services: Send the service name in the control requests. |
| Maarten Lankhorst | 2008-05-08 | kernel32: Fix temporary path test. |
| Maarten Lankhorst | 2008-05-08 | kernel32: Fix process tests to pass in Windows. |
| Maarten Lankhorst | 2008-05-07 | ntdll: Fix file test to not free memory allocated on the stack. |
| Maarten Lankhorst | 2008-05-07 | ntdll: Fix some exception tests to pass on Windows. |
| Maarten Lankhorst | 2008-05-07 | rpcrt4: Fix ndr_marshall test failures. |
| Maarten Lankhorst | 2008-05-07 | wininet: Ignore INTERNET_STATUS_DETECTING_PROXY messages in the http test. |
| Maarten Lankhorst | 2008-05-07 | winetest: Fix CreateProcess so that debugger tests run without timing out. |
| Maarten Lankhorst | 2008-05-06 | winetest: Fix CreateProcess so that debugger tests run without timing out. |
| Maarten Lankhorst | 2008-05-06 | netapi32: Fix test crash occuring when NetWkstaUserGetInfo fails. |
| Maarten Lankhorst | 2008-05-06 | winmm: Make mixer test less strict so it passes with SoundMAX drivers on XP. |
| Maarten Lankhorst | 2008-05-06 | gdi32: Make mapping test slightly less strict so it passes on windows XP. |
| Maarten Lankhorst | 2008-05-05 | netapi32: Make the tests pass under XP that enforces a strict password policy. |
| Maarten Lankhorst | 2008-05-05 | winex11.drv: Fix a compiler warning. |
| James Hawkins | 2008-05-05 | fusion: Add the missing assembly table structs. |
| James Hawkins | 2008-05-05 | fusion: The Strings stream can be without a #. |
| James Hawkins | 2008-05-05 | fusion: Fix the type of an assembly struct member. |
| Jacek Caban | 2008-05-05 | mshtml: Added DispHTMLSelectElement declaration. |
| Jacek Caban | 2008-05-05 | mshtml: Added IMG element tests. |
| Jacek Caban | 2008-05-05 | mshtml: Added more script tests. |
| Alexandre Julliard | 2008-05-05 | services: Fixed the result check for the control mutex wait. |
| Alexandre Julliard | 2008-05-05 | services: Use the correct invalid handle value for the control pipe. |
| Jacek Caban | 2008-05-01 | mshtml: Added IDispatchEx support to HTMLImgElement. |
| Jacek Caban | 2008-05-01 | mshtml: Added IHTMLImgElement stub implementation. |
| Dan Hipschman | 2008-05-01 | gdi32: Add font faces to families in a specific order. |
| Maarten Lankhorst | 2008-05-01 | quartz: More filesource fixes. |
| Maarten Lankhorst | 2008-05-01 | headers: Add some extra defines to vfw.h. |
| Maarten Lankhorst | 2008-05-01 | quartz: Get rid of the sample holding code in the wave parser. |
| Maarten Lankhorst | 2008-05-01 | quartz: Silence a fixme that isn't. |
| Maarten Lankhorst | 2008-05-01 | Revert "quartz: Handle failures better in acmwrapper.". |
| Maarten Lankhorst | 2008-05-01 | quartz: Clean up pullpin code. |
| Maarten Lankhorst | 2008-05-01 | quartz: Get rid of the sample holding code in the mpeg splitter. |
| Lei Zhang | 2008-05-01 | userenv: Add tests for environment variables for CreateEnvironmentBlock. |
| Lei Zhang | 2008-05-01 | userenv: Add more tests for environment variables for CreateEnvironmentBlock. |
| Lei Zhang | 2008-05-01 | userenv: Add a test for variable inheritance for CreateEnvironmentBlock. |
| Jacek Caban | 2008-05-01 | mshtml: Handle COMMENT_NODE like ELEMENT_NODE in element collection. |
| Jacek Caban | 2008-05-01 | mshtml: Added IDispatchEx support to HTMLCommentElement. |
| Jacek Caban | 2008-05-01 | mshtml: Added get_childNodes implementation. |
| Jacek Caban | 2008-05-01 | mshtml: Don't assume that nselem is valid in HTMLElement. |
| Jacek Caban | 2008-05-01 | mshtml.idl: Added DispHTMLCommentElement declaration. |
| Jacek Caban | 2008-05-01 | mshtml: Added IDispatchEx support to HTMLStyle. |
| Jacek Caban | 2008-05-01 | mshtml: Moved IDispatchEx initialization to HTMLElement_Init. |
| Jacek Caban | 2008-05-01 | mshtml: Added IHTMLDOMChildrenCollection::item implementation. |
| Jacek Caban | 2008-05-01 | mshtml: Added IHTMLCommentElement stub implementation. |
| Jacek Caban | 2008-05-01 | mshtml: Added comment and childNodes test. |
| Jacek Caban | 2008-05-01 | mshtml: Added IHTMLDOMChildrenCollection::get_length implementation. |
| Jacek Caban | 2008-05-01 | mshtml: Added IDispatchEx support to HTMLDOMChildrenCollection. |
| Lei Zhang | 2008-04-30 | userenv: Initial implementation of CreateEnvironmentBlock. |
| James Hawkins | 2008-04-30 | msi: Add initial implementation of MsiPublishAssemblies. |
| Jacek Caban | 2008-04-30 | mshtml.idl: Added DispHTMLStyle declaration. |
| Jacek Caban | 2008-04-30 | mshtml.idl: Added DispHTMLImg implementation. |
| Lei Zhang | 2008-04-30 | userenv: Add initial tests for CreateEnvironmentBlock. |
| Lei Zhang | 2008-04-29 | winmm: Do not unload drivers when the process is terminating. |
| Maarten Lankhorst | 2008-04-29 | quartz: Some state changes fixes. |
| Maarten Lankhorst | 2008-04-29 | quartz: Handle failures better in acmwrapper. |
| Maarten Lankhorst | 2008-04-29 | quartz: Keep track of the time in the video renderer. |
| Maarten Lankhorst | 2008-04-29 | quartz: Fix bug in memallocator with test. |
| Jacek Caban | 2008-04-29 | mshtml: Added IDispatchEx support to HTMLOptionElement. |
| Jacek Caban | 2008-04-29 | mshtml: Added IDispatchEx support to HTMLInputElement. |
| Jacek Caban | 2008-04-29 | mshtml: Added indexed access to HTMLElementCollection object support. |
| Jacek Caban | 2008-04-29 | mshtml: Added support for custom DISPIDs. |
| Jacek Caban | 2008-04-29 | mshtml: Added IHTMLCommentElement declaration. |
| Jacek Caban | 2008-04-29 | mshtml.idl: Added DispHTMLOptionElement declaration. |
| Jacek Caban | 2008-04-29 | mshtml.idl: Added IHTMLDOMChildrenCollection and DispDOMChildrenCollection... |
| Lei Zhang | 2008-04-29 | advapi32: Replace UuidToStringW call with a sprintfW. |
| Jacek Caban | 2008-04-28 | mshtml: Added IHTMLInputElement::get_disabled implementation. |
| Jacek Caban | 2008-04-28 | mshtml: Added put_backgroundImage implementation. |
| Jacek Caban | 2008-04-28 | mshtml.idl: Added DispHTMLInputElement declaration. |
| Maarten Lankhorst | 2008-04-28 | quartz: Fix acmwrapper time regression. |
| Maarten Lankhorst | 2008-04-28 | quartz: Add a function that can be called when stopping processing data. |
| Maarten Lankhorst | 2008-04-28 | quartz: Make dwSamplesProcessed a longlong. |
| Maarten Lankhorst | 2008-04-28 | quartz: Optimize the file source to do its job better. |
| Maarten Lankhorst | 2008-04-28 | quartz: Make the EnumPins interface dynamic. |
| Maarten Lankhorst | 2008-04-28 | quartz: Fix time discontinuities in the acm wrapper. |
| Maarten Lankhorst | 2008-04-28 | quartz: NotifyAllocator does not like a null argument. |
| Maarten Lankhorst | 2008-04-28 | quartz: Add a vtable argument to Parser_Create that individual filters can... |
| Lei Zhang | 2008-04-25 | user32: Edit controls should ignore WM_KEYDOWN on control + enter. |
| Jacek Caban | 2008-04-24 | mshtml: Added IDispatchEx support to HTMLElementCollection object. |
| Jacek Caban | 2008-04-24 | mshtml.idl: Added DispHTMLElementCollection declaration. |
| Jacek Caban | 2008-04-24 | mshtml: Added get_nodeType implementation. |
| Jacek Caban | 2008-04-24 | mshtml: Added IDispatchEx support to text node. |
| Jacek Caban | 2008-04-24 | mshtml: Added IHTMLDOMTextNode stub implementation. |
| Jacek Caban | 2008-04-24 | mshtml: Added get_firstChild implementation. |
| Jacek Caban | 2008-04-24 | mshtml.idl: Added IHTMLDOMTextNode declaration. |
| Jacek Caban | 2008-04-24 | mshtml.idl: Added DispHTMLDOMText declaration. |
| Jacek Caban | 2008-04-24 | mshtml: Added IHTMLDOMNode2 to IDispatchEx support. |
| Jacek Caban | 2008-04-24 | mshtml: Added IHTMLDOMNode2 stub implementation. |
| Jacek Caban | 2008-04-24 | mshtml: Return VT_NULL instead of empty string in getAttribute. |
| Jacek Caban | 2008-04-24 | mshtml: Added more IDispatchEx tests. |
| Alexandre Julliard | 2008-04-24 | wine.inf: Fix the service type of the spooler service. |
| Alexandre Julliard | 2008-04-24 | services.exe: Don't reject config changes if the display name corresponds to... |
| Alexandre Julliard | 2008-04-24 | services.exe: Make the changed status event an auto-reset event. |
| Lei Zhang | 2008-04-24 | winex11: control + enter should generate '\n' instead of '\r'. |
| Dan Hipschman | 2008-04-24 | wininet: Don't forget the INTERNET_STATUS_REDIRECT callback in HttpEndRequest. |
| Jacek Caban | 2008-04-24 | mshtml: Return S_OK in QueryContinue. |
| Jacek Caban | 2008-04-24 | mshtml: Fixed typo. |
| Lei Zhang | 2008-04-24 | user32: Handle VK_RETURN WM_KEYDOWN events better in edit controls. |
| Lei Zhang | 2008-04-24 | user32: Add a test for sending WM_KEYDOWN to a child edit control. |
| Jacek Caban | 2008-04-24 | mshtml: Added elements IDispatchEx implementation. |
| Jacek Caban | 2008-04-24 | mshtml: Use heap_alloc_zero for allocating node objects. |
| Jacek Caban | 2008-04-24 | mshtml.idl: Added DispHTMLUnknownElement declaration. |
| Jacek Caban | 2008-04-24 | mshtml: Added IHTMLDocument3::getElementById implementation. |
| Alexandre Julliard | 2008-04-23 | winex11: Don't allow changing the X11 size of a maximized window. |
| Alexandre Julliard | 2008-04-23 | winex11: Make sure that the window gravity is always set. |
| Dan Kegel | 2008-04-23 | gdiplus: GdipLoadImageFromStream: initialize variable. |
| Maarten Lankhorst | 2008-04-23 | dsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx < 8. |
| Maarten Lankhorst | 2008-04-23 | quartz: Make the file source support multiple samples by preallocating enough... |
| Maarten Lankhorst | 2008-04-23 | quartz: Make wave parser and mpeg splitter zero copy by getting rid of the... |
| Maarten Lankhorst | 2008-04-23 | quartz: Add some sanity checks to file splitter. |
| Maarten Lankhorst | 2008-04-23 | quartz: Copy discontinuity status in acmwrapper. |
| Maarten Lankhorst | 2008-04-23 | quartz: Fix inverted logic in memallocator. |
| Maarten Lankhorst | 2008-04-23 | quartz: Fix error message names in tests. |
| Maarten Lankhorst | 2008-04-23 | quartz: Optimize the processing thread to fetch one sample while processing... |
| Dan Kegel | 2008-04-23 | winecfg: Restrict dpi slider to sane values. |
| Dan Hipschman | 2008-04-23 | wininet: Remove custom content-length/type headers from redirects. |
| Maarten Lankhorst | 2008-04-22 | explorer/mountmgr.sys: Move device hotplug code over to mount manager. |
| Lei Zhang | 2008-04-22 | gdiplus: Do not access freed memory in a test. |
| Lei Zhang | 2008-04-22 | gdiplus: Initialize variables in the graphics test. |
| Jacek Caban | 2008-04-21 | mshtml: Forward IHTMLDocument2's IDispatch methods to IDispatchEx... |
| Jacek Caban | 2008-04-21 | mshtml: Added HTMLDocument's IDispatchEx implementation. |
| Jacek Caban | 2008-04-21 | mshtml: Make IHTMLDocument2 iterface offset independent. |
| Jacek Caban | 2008-04-21 | mshtml: Added setTimeout implementation. |
| Jacek Caban | 2008-04-21 | mshtml: Forward IHTMLWindow2::setTimeout to IHTMLWindow3::setTimeout. |
| Jacek Caban | 2008-04-21 | mshtml: Added IHTMLWindow2::get_document implementation. |
| Jacek Caban | 2008-04-21 | mshtml: Added navigator's IDispatchEx test. |
| Maarten Lankhorst | 2008-04-21 | quartz: Add some more tests and fix wine to pass them. |
| Maarten Lankhorst | 2008-04-21 | quartz: No longer drop packets on discontinuities. |
| Maarten Lankhorst | 2008-04-21 | quartz: Drop preroll frames in directsound renderer too. |
| Maarten Lankhorst | 2008-04-21 | quartz: Flux AsyncReader in PullPin_BeginFlush. |
| Maarten Lankhorst | 2008-04-21 | quartz: Add more seek entries and fix a time continuity bug. |
| Maarten Lankhorst | 2008-04-21 | quartz: Only drop Preroll samples after obtaining its time. |
| Maarten Lankhorst | 2008-04-21 | quartz: Change longlong printfs. |
| Maarten Lankhorst | 2008-04-21 | quartz: Make the video renderer drop preroll samples. |
| Maarten Lankhorst | 2008-04-21 | quartz: Fix sample leak in file source on failure path. |
| Maarten Lankhorst | 2008-04-21 | quartz: Make acmwrapper respect preroll samples. |
| Maarten Lankhorst | 2008-04-21 | quartz: Fix theoretical memory leak. |
| Maarten Lankhorst | 2008-04-21 | quartz: Set media time in the file source. |
| Maarten Lankhorst | 2008-04-21 | dsound: Skip the sound checks on the primary module and change its driver... |
| Jacek Caban | 2008-04-21 | mshtml: Forward window IDispatch methods. |
| Jacek Caban | 2008-04-21 | mshtml: Added window IDispatchEx implementation. |
| Jacek Caban | 2008-04-21 | mshtml: Forward IOmNavigator's IDispatch method to IDispatchEx implementation. |
| Jacek Caban | 2008-04-21 | mshtml: Added IDispatchEx::GetIDsOfNames implementation. |
| Jacek Caban | 2008-04-21 | mshtml: Added IDispatchEx::Invoke implementation. |
| Jacek Caban | 2008-04-21 | mshtml: Added IDispatchEx::InvokeEx implementation. |
| Jacek Caban | 2008-04-21 | mshtml: Added IDispEx::GetDispID implementation. |
| Jacek Caban | 2008-04-21 | mshtml: Added load event support. |
| Jacek Caban | 2008-04-21 | mshtml: Parse and store onload attributes. |
| Lei Zhang | 2008-04-18 | msxml3: Check for xsltInit before calling it. |
| Jacek Caban | 2008-04-18 | mshtml: Store IActiveScriptParseProcedure in ScriptHost. |
| Jacek Caban | 2008-04-18 | mshtml: Added IHTMLWindow3 stub implementation. |
| Jacek Caban | 2008-04-18 | mshtml: Added possibility to get node object from nsIDOMNode only if available. |
| Alexandre Julliard | 2008-04-17 | user32: Added support for WS_EX_RIGHT in the static control. |
| Alexandre Julliard | 2008-04-17 | user32: Added support for WS_EX_RIGHT in the edit control. |
| Alexandre Julliard | 2008-04-17 | user32: Added support for WS_EX_RIGHT in the button control. |
| Maarten Lankhorst | 2008-04-17 | server: Make enum_desktop enumerate all the desktops on the window station with... |
| Maarten Lankhorst | 2008-04-17 | server: Make enum_winstations enumerate all the window stations with... |
| James Hawkins | 2008-04-17 | fusion: Explicitly check for -1 for a missing table. |
| Jacek Caban | 2008-04-17 | mshtml: Move get_typeinfo to dispex.c. |
| Jacek Caban | 2008-04-17 | mshtml: Added generic IDispatchEx implementation and use it in OnNavigator. |
| Jacek Caban | 2008-04-17 | mshtml: Added IActiveScriptDebug32 stub implementation. |
| Jacek Caban | 2008-04-17 | mshtml: Make sure to null terminate buffer in parse_extern_script. |
| Maarten Lankhorst | 2008-04-17 | quartz: Obtain the duration using the index in avisplitter. |
| Maarten Lankhorst | 2008-04-17 | quartz: Store the stream index in the avi stream for files that have them. |
| Maarten Lankhorst | 2008-04-17 | quartz: Check for discontinuities in the directsound renderer. |
| Maarten Lankhorst | 2008-04-17 | quartz: Make sure at least 1 sample is processed before returning. |
| Maarten Lankhorst | 2008-04-17 | quartz: Reject samples in transform filter only when stopped. |
| Maarten Lankhorst | 2008-04-17 | quartz: Reject samples in video renderer when stopped. |
| Maarten Lankhorst | 2008-04-17 | quartz: Fix IMediaSample2 SetPreroll and SetSyncPoint. |
| Maarten Lankhorst | 2008-04-17 | quartz: Fix discontinuities in wave parser. |
| Maarten Lankhorst | 2008-04-16 | quartz: Add a Disconnect function to the parser and use it to clean up... |
| Maarten Lankhorst | 2008-04-16 | quartz: Parse old style avi index. |
| Maarten Lankhorst | 2008-04-16 | quartz: Make the avi splitter skip index headers. |
| Maarten Lankhorst | 2008-04-16 | quartz: Dump opendml indexes and header. |
| Dan Hipschman | 2008-04-16 | qmgr/tests: Fix minor potential memory leaks. |
| James Hawkins | 2008-04-15 | fusion: Implement IAssemblyCache::InstallAssembly. |
| Lei Zhang | 2008-04-15 | user32: Handle ctrl + end in edit control. |
| Lei Zhang | 2008-04-15 | user32: Handle ctrl + home in edit control. |
| Lei Zhang | 2008-04-15 | user32: Do checks in the right order in EDIT_BuildLineDefs_ML. |
| Jacek Caban | 2008-04-15 | mshtml.idl: Added IHTMLWindow3 declaration. |
| Jacek Caban | 2008-04-15 | mshtmdid.h: Fixed IHTMLWindow2 dispids. |
| Maarten Lankhorst | 2008-04-15 | include: Update aviriff header. |
| Maarten Lankhorst | 2008-04-15 | quartz: Update start_time if the current position is changed. |
| Maarten Lankhorst | 2008-04-15 | quartz: Add VIDEOINFOHEADER2 support to VideoRenderer. |
| Maarten Lankhorst | 2008-04-14 | quartz: Bring waveparser to the same level as the mpeg splitter. |
| Maarten Lankhorst | 2008-04-14 | quartz: Set sane defaults for pin stream rate. |
| Maarten Lankhorst | 2008-04-14 | quartz: Silence seeking fixmes on transform filter. |
| Maarten Lankhorst | 2008-04-14 | quartz: Silence requests for IVideoWindow. |
| Maarten Lankhorst | 2008-04-14 | quartz: Don't clean up in avi decoder if driver isn't opened. |
| Maarten Lankhorst | 2008-04-14 | include: Add dvdmedia stub header. |
| Alexandre Julliard | 2008-04-14 | winex11: Make WS_EX_APPWINDOW windows have normal type. |
| Rob Shearman | 2008-04-11 | advapi32: Add exception handling around all service RPC calls. |
| Rob Shearman | 2008-04-11 | ole32: Use I_RpcExceptionFilter instead of custom exception filter for RPC... |
| Rob Shearman | 2008-04-11 | services: Automatically start boot-start, system-start and auto-start services... |
| Rob Shearman | 2008-04-11 | services: Split RPC_MainLoop into initialisation and the actual loop. |
| Rob Shearman | 2008-04-11 | rpcrt4: Implement I_RpcExceptionFilter. |
| Lei Zhang | 2008-04-11 | gdiplus: Add a stub for GdipSetMetafileDownLevelRasterizationLimit. |
| Lei Zhang | 2008-04-11 | gdiplus: Add a stub for GdipSetLineTransform. |
| Lei Zhang | 2008-04-11 | gdiplus: Add a stub for GdipSetLinePresetBlend. |
| Lei Zhang | 2008-04-11 | gdiplus: Add a stub for GdipSetLineLinearBlend. |
| Lei Zhang | 2008-04-11 | gdiplus: Add a stub for GdipSetLineColors. |
| Lei Zhang | 2008-04-11 | gdiplus: Add a stub for GdipSetInfinite. |
| Lei Zhang | 2008-04-11 | gdiplus: Add a stub for GdipSetImageAttributesToIdentity. |
| Lei Zhang | 2008-04-11 | gdiplus: Add a stub for GdipSetImageAttributesThreshold. |
| Lei Zhang | 2008-04-11 | gdiplus: Add a stub for GdipSetImageAttributesRemapTable. |
| Alexandre Julliard | 2008-04-10 | winex11: Make sure to flush painting operations before moving a window. |
| Maarten Lankhorst | 2008-04-10 | quartz: Add stubs for the IMediaSeeking interface in SeekingPassThru. |
| Maarten Lankhorst | 2008-04-10 | quartz: Add a stub for SeekingPassThru. |
| Jacek Caban | 2008-04-10 | mshtml: Correctly handle NULL req in get_nscontainer_from_load_group. |
| Jacek Caban | 2008-04-10 | mshtml.idl: Added DispHTMLWindow2 dispinterface. |
| Jacek Caban | 2008-04-10 | include: Added ICanHandleException interface. |
| Jacek Caban | 2008-04-10 | jscript: Added IObjectSafety tests. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetImageAttributesOutputChannelColorProfile. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetImageAttributesOutputChannel. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetImageAttributesNoOp. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetImageAttributesGamma. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetImageAttributesCachedBackground. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetEmpty. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetEffectParameters. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetCustomLineCapWidthScale. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetCustomLineCapStrokeJoin. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetCustomLineCapBaseInset. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipGetCustomLineCapBaseInset. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetCustomLineCapBaseCap. |
| Lei Zhang | 2008-04-10 | gdiplus: Add a stub for GdipSetClipRegion. |
| Lei Zhang | 2008-04-10 | user32: Handle VK_TAB in EDIT_WM_KeyDown. |
| Dan Hipschman | 2008-04-10 | qedit: Add a stub for IMediaDet_get_StreamLength. |
| Dan Hipschman | 2008-04-10 | qedit: Implement IMediaDet_get_FrameRate. |
| Dan Hipschman | 2008-04-10 | qedit: Implement IMediaDet_get_StreamMediaType. |
| Maarten Lankhorst | 2008-04-10 | include: Add ISeekingPassThru interface. |
| Maarten Lankhorst | 2008-04-10 | quartz: Implement stop position in the mpeg splitter. |
| Maarten Lankhorst | 2008-04-10 | quartz: Implement stop position in the filtergraph. |
| Lei Zhang | 2008-04-09 | user32: Fix a typo. |
| Lei Zhang | 2008-04-09 | user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_TAB. |
| Lei Zhang | 2008-04-09 | user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN. |
| Lei Zhang | 2008-04-09 | gdiplus: Add a stub for GdipSetClipRectI. |
| Maarten Lankhorst | 2008-04-09 | quartz: Make the directsound renderer handle the Play->Pause->Play position... |
| Maarten Lankhorst | 2008-04-09 | quartz: Generate a seek table for the mpeg splitter. |
| Maarten Lankhorst | 2008-04-09 | quartz: Remove while { } while construct. |
| Dan Hipschman | 2008-04-09 | qedit: Implement IMediaDet_(put|get)_CurrentStream. |
| Dan Hipschman | 2008-04-09 | qedit: Implement IMediaDet_get_OutputStreams. |
| Dan Hipschman | 2008-04-09 | qedit: Implement IMediaDet_get_Filename. |
| Dan Hipschman | 2008-04-09 | qedit: Implement IMediaDet_put_Filename. |
| Dan Hipschman | 2008-04-09 | qedit/tests: Fix an incorrect count given to GetTempPathW. |
| Maarten Lankhorst | 2008-04-09 | quartz: Make the pullpin forward the BeginFlush before doing its own flushing. |
| Maarten Lankhorst | 2008-04-09 | quartz: Don't free a null media type in the file source. |
| Maarten Lankhorst | 2008-04-09 | quartz: Make the DirectSound renderer return S_FALSE packet if in the paused... |
| Maarten Lankhorst | 2008-04-09 | quartz: Drop packets in the transform filter if in the wrong state. |
| Maarten Lankhorst | 2008-04-09 | quartz: Try creating the file reader from the filter source first before... |
| Maarten Lankhorst | 2008-04-09 | quartz: Make mpeg splitter keep track of play position and keep last sample if... |
| Maarten Lankhorst | 2008-04-08 | quartz: Fix deadlocks in pullpin. |
| Maarten Lankhorst | 2008-04-08 | quartz: Make wait timeout in directsound slightly larger. |
| Lei Zhang | 2008-04-08 | user32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown. |
| Lei Zhang | 2008-04-08 | user32: Handle ES_MULTILINE correctly for WM_KEYDOWN/VK_RETURN. |
| Lei Zhang | 2008-04-08 | user32: Fix WM_CHAR return value for edit controls. |
| Lei Zhang | 2008-04-08 | user32: Add tests for edit controls and VK_TAB. |
| Lei Zhang | 2008-04-08 | user32: Add tests for edit controls and VK_RETURN. |
| Lei Zhang | 2008-04-08 | user32: Add more tests for single line edit control inside a dialog. |
| Lei Zhang | 2008-04-08 | user32: Add more tests for ES_WANTRETURN. |
| Dmitry Timoshkov | 2008-04-07 | winex11.drv: Do not set window type to utility to avoid a Metacity bug. |
| Alexandre Julliard | 2008-04-07 | winex11: Don't set NET_WM_STATE on the desktop window. |
| Jacek Caban | 2008-04-07 | mshtml: Added IHTMLWindow2::get_navigator implementation. |
| Jacek Caban | 2008-04-07 | jscript: Added IObjectSafety implementation. |
| Dmitry Timoshkov | 2008-04-07 | winex11: Change the priority of evaluated window styles to workaround a... |
| Alexandre Julliard | 2008-04-07 | winex11: Set the _NET_WM_STATE atom directly for unmapped windows. |
| Maarten Lankhorst | 2008-04-07 | quartz: Handle flushing and end of stream notifications for input pins. |
| Maarten Lankhorst | 2008-04-07 | quartz: Reset EcCompleteCount before starting filters. |
| Maarten Lankhorst | 2008-04-07 | quartz: Fix past mistake to release lock during seeking and changing state. |
| Maarten Lankhorst | 2008-04-07 | quartz: Fix some memory leaks in the file source. |
| Maarten Lankhorst | 2008-04-07 | quartz: Make FileAsyncReader_WaitForNext return an empty sample in flushing... |
| Maarten Lankhorst | 2008-04-07 | quartz: Get rid of code duplication and add a flush method. |
| Maarten Lankhorst | 2008-04-07 | quartz: Add more state transitions to the filtergraph. |
| Maarten Lankhorst | 2008-04-07 | dsound: Hold lock in GetStatus. |
| Dan Hipschman | 2008-04-07 | qedit/tests: Add a partial test for IMediaDet_get_StreamMediaType. |
| Dan Hipschman | 2008-04-07 | qedit/tests: Add a test for IMediaDet_(put|get)_CurrentStream. |
| Dan Hipschman | 2008-04-07 | qedit/tests: Add a test for IMediaDet_get_Filename. |
| Dan Hipschman | 2008-04-07 | qedit/tests: Add a test for IMediaDet_get_OutputStreams. |
| Dan Hipschman | 2008-04-07 | qedit/tests: Add test framework and test for IMediaDet_put_Filename. |
| Dan Hipschman | 2008-04-07 | qedit/tests: Don't forget CoUninitialize. |
| Michael Moss | 2008-04-07 | wine.inf: Move winebrowser.exe to the system directory. |
| Dan Hipschman | 2008-04-04 | qedit: Indicate the methods of IMediaDet are not implemented in the FIXMEs. |
| Lei Zhang | 2008-04-04 | user32: Use a bogus wildcard in listbox test, change wildcard string to a const. |
| Maarten Lankhorst | 2008-04-03 | user32: Implement BroadcastSystemMessage. |
| Dan Hipschman | 2008-04-03 | widl: Fix a mistake in an ordered list (keywords). |
| Maarten Lankhorst | 2008-04-03 | quartz: Fix memory leak found by valgrind. |
| Maarten Lankhorst | 2008-04-03 | winemp3: Change a few more fprintf's to wine logs. |
| Lei Zhang | 2008-04-03 | user32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style. |
| Lei Zhang | 2008-04-03 | user32: Dialog should ignore WM_KEYDOWN messages if it gets DLGC_WANTCHARS. |
| Lei Zhang | 2008-04-03 | user32: Add more edit dialog tests. |
| Maarten Lankhorst | 2008-04-02 | quartz: Implement seeking on the null renderer. |
| Maarten Lankhorst | 2008-04-02 | quartz: Fix stop_playback used in pullpin. |
| Alexandre Julliard | 2008-04-02 | wineboot: Make services.exe inherit the wineboot event to keep it alive. |
| Maarten Lankhorst | 2008-04-02 | include: Add BroadcastSystemMessageEx. |
| Maarten Lankhorst | 2008-04-02 | quartz: Make acmwrapper respond to a sample discontinuity by dropping the frame... |
| Maarten Lankhorst | 2008-04-02 | quartz: Add seeking to mpeg splitter. |
| Maarten Lankhorst | 2008-04-02 | quartz: Prepare mpeg splitter code for seeking by making most splitter parsing... |
| Maarten Lankhorst | 2008-04-02 | quartz: Fix parser and pins logic to no longer deadlock. |
| Maarten Lankhorst | 2008-04-02 | quartz: Implement filtergraph mediaseeking setposition. |
| Maarten Lankhorst | 2008-04-02 | quartz: Don't hold lock when changing state in filtergraph. |
| Maarten Lankhorst | 2008-04-02 | quartz: Fix locking in MediaSeeking and forward SetPosition. |
| Maarten Lankhorst | 2008-04-02 | quartz: Implement seeking stubs for transform filters. |
| Maarten Lankhorst | 2008-04-01 | quartz: Implement graph MediaSeeking GetPositions. |
| Maarten Lankhorst | 2008-04-01 | quartz: Small mpeg splitter fixes. |
| Maarten Lankhorst | 2008-04-01 | quartz: Allow parser filters to implement their own seeking methods. |
| Maarten Lankhorst | 2008-04-01 | winemp3: Replace fprintf with wine debugging facilities. |
| Rob Shearman | 2008-04-01 | advapi32: Remove some unused services functions. |
| Rob Shearman | 2008-04-01 | services: Fix memory leak of some data in the service record. |
| Rob Shearman | 2008-04-01 | rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax... |
| Rob Shearman | 2008-04-01 | rpcrt4: Improve trace in RPCRT4_find_interface to print the interface... |
| Alexandre Julliard | 2008-04-01 | ntdll: Add a guard page at the bottom of the stack and raise a stack overflow... |
| Alexandre Julliard | 2008-04-01 | ntdll: Add support for handling page faults caused by guard pages on the thread... |
| Alexandre Julliard | 2008-04-01 | ntdll: Moved stack allocation for thread and process to a common routine in... |
| Jacek Caban | 2008-04-01 | mshtml: Fixed copy&paste mistake. |
| Jacek Caban | 2008-04-01 | include: Added activedbg.idl. |
| Alexandre Julliard | 2008-03-31 | wineboot: No longer needs to keep running now that we have services.exe. |
| Dan Kegel | 2008-03-31 | gdi32: Test retrieving BI_BITFIELDS info for 16bpp modes. |
| James Hawkins | 2008-03-31 | fusion: Add initial tests for IAssemblyCache. |
| Maarten Lankhorst | 2008-03-31 | quartz: Check against a null dereference and don't read beyond the end of file. |
| Jacek Caban | 2008-03-31 | mshtml: Added parsing external scripts support. |
| Jacek Caban | 2008-03-31 | mshtml: Added parsing inline script support. |
| Jacek Caban | 2008-03-31 | mshtml: Return S_OK in OnEnterScript and OnLeaveScript. |
| Jacek Caban | 2008-03-31 | mshtml: Added IActiveScriptSite::GetItemInfo implementation. |
| Jacek Caban | 2008-03-31 | mshtml: Added IActiveScriptSite::GetLCID implementation. |
| Jacek Caban | 2008-03-31 | mshtml: Added IActiveScriptSiteWindow stub implementation. |
| Rob Shearman | 2008-03-29 | services: Fill in the functions between implemented functions in svcctl.idl so... |
| Rob Shearman | 2008-03-29 | services: Introduce an scmdatabase object to store the root key of the services... |
| Rob Shearman | 2008-03-29 | services: Remove dependency on service name being determined correctly in order... |
| Rob Shearman | 2008-03-29 | services: Move ControlService and StartServiceW from advapi32.dll to... |
| Rob Shearman | 2008-03-29 | services: Move LockServiceDatabase and UnlockServiceDatabase from advapi32.dll... |
| Rob Shearman | 2008-03-29 | services: Move SetServiceStatus and QueryServiceStatusEx to services.exe. |
| Mikołaj Zalewski | 2008-03-29 | services: Move GetServiceDisplayName to services.exe and implement... |
| Mikołaj Zalewski | 2008-03-29 | services: Move ChangeServiceConfigW implementation from advapi32.dll to... |
| Mikołaj Zalewski | 2008-03-29 | services: Move QueryServiceConfigW from advapi32.dll to services.exe. |
| Mikołaj Zalewski | 2008-03-29 | services: Move CreateService, OpenService and DeleteService implementations... |
| Mikołaj Zalewski | 2008-03-29 | services: Start a local RPC server. |
| Jacek Caban | 2008-03-28 | mshtml: Added IActiveScriptSiteInterruptPoll stub implementation. |
| Jacek Caban | 2008-03-28 | mshtml: Set script engine state to SCRIPTSTATE_CONNECTED when page is loaded. |
| Jacek Caban | 2008-03-28 | mshtml: Added script engine initialization implementation. |
| Jacek Caban | 2008-03-28 | mshtml: Added IActiveScriptSite::OnStateChange implementation. |
| Jacek Caban | 2008-03-28 | uuid: Include objsafe.h. |
| Maarten Lankhorst | 2008-03-28 | quartz: Add GetCurrentPosition using the reference clock. |
| Maarten Lankhorst | 2008-03-28 | quartz: Change name from Start position to Current position in MediaSeeking. |
| Dan Hipschman | 2008-03-28 | wininet: InternetReadFileExA should check INTERNET_FLAG_ASYNC. |
| Dan Hipschman | 2008-03-28 | wininet: HttpSendRequestExA is not a stub. |
| Lei Zhang | 2008-03-28 | user32: Add more DrawText tests. |
| Lei Zhang | 2008-03-28 | user32: Handle WM_CHAR messages better in edit controls. |
| Lei Zhang | 2008-03-28 | user32: Add more dialog with edit control tests. |
| Lei Zhang | 2008-03-28 | user32: Make an edit test more readable. |
| Jacek Caban | 2008-03-27 | mshtml: Don't access released object in release_script_hosts. |
| Dmitry Timoshkov | 2008-03-27 | user32: Add a test for combobox navigation with arrow keys, make it pass under... |
| Jacek Caban | 2008-03-26 | mshtml: Added nsIChannel::SetContentType implementation. |
| Jacek Caban | 2008-03-26 | mshtml: Rename nsChannel::content to content_type and clean up its handling. |
| Jacek Caban | 2008-03-26 | mshtml: Added IHTMLDocument2::get_location implementation. |
| Dan Kegel | 2008-03-26 | kernel32: Test negative dest len in WideCharToMultiByte. |
| Alexandre Julliard | 2008-03-26 | winex11: Fix X11DRV_CLIPBOARD_ReadProperty to read data in larger chunks and to... |
| Lei Zhang | 2008-03-26 | user32: Tweak how the edit control handles WM_GETDLGCODE. |
| Lei Zhang | 2008-03-26 | msxml3: Fix compiles for systems without libxml2. |
| Lei Zhang | 2008-03-25 | comdlg32: Avoid double free in PRINTDLG_PaperSizeA/W. |
| James Hawkins | 2008-03-25 | fusion: Implement CreateAssemblyCache. |
| James Hawkins | 2008-03-25 | fusion: Add a stub implementation of IAssemblyEnum. |
| James Hawkins | 2008-03-25 | fusion: Add a stub implementation of IAssemblyCache. |
| Jacek Caban | 2008-03-25 | mshtml: Added script engine loading test. |
| Jacek Caban | 2008-03-25 | mshtml: Added script engine loading implementation. |
| Jacek Caban | 2008-03-25 | jscript: Added tests. |
| Jacek Caban | 2008-03-25 | jscript: Added DllCanUnloadNow implementation. |
| Alexandre Julliard | 2008-03-24 | user32: Make sure we set menu capture to a window that is visible. |
| Alexandre Julliard | 2008-03-24 | winex11: Grab the pointer in menu tracking mode too. |
| Alexandre Julliard | 2008-03-24 | winex11: Setting window z-order using a sibling doesn't work with some window... |
| James Hawkins | 2008-03-24 | fusion: Add a stub implementation of IAssemblyName. |
| James Hawkins | 2008-03-24 | fusion: Add a few fusion stubs. |
| Jacek Caban | 2008-03-24 | mshtml: Abstract BSCallback implementation. |
| Jacek Caban | 2008-03-24 | mshtml: Move hlink_frame_navigate function. |
| Jacek Caban | 2008-03-24 | mshtml: Move BSCallback declaration to navigate.c. |
| Jacek Caban | 2008-03-24 | mshtml: Added new nsChannelBSC type. |
| Jacek Caban | 2008-03-24 | mshtml: Don't access BSCallback directly in nsembed.c. |
| Jacek Caban | 2008-03-24 | mshtml: Don't access BSCallback directly in nsio.c. |
| Maarten Lankhorst | 2008-03-24 | quartz: Silence requests for ipin on filters. |
| Maarten Lankhorst | 2008-03-24 | quartz: Forward requests for MediaSeeking from all pins properly. |
| Maarten Lankhorst | 2008-03-24 | quartz: Play silence in directsound renderer on end of stream notification. |
| Maarten Lankhorst | 2008-03-24 | quartz: Make acmwrapper code aware of time, and get rid of its internal buffer. |
| Maarten Lankhorst | 2008-03-24 | quartz: Add sanity check to mediaseeking setrate. |
| Maarten Lankhorst | 2008-03-24 | quartz: Parse audio packets in mpeg splitter to obtain the duration. |
| Dan Hipschman | 2008-03-22 | advapi32: Add a stub for CreateRestrictedToken. |
| Jacek Caban | 2008-03-21 | jscript: Added IObjectSafety stub implementation. |
| Jacek Caban | 2008-03-21 | jscript: Added IActiveScriptParseProcedure2 stub implementation. |
| Jacek Caban | 2008-03-21 | jscript: Added IActiveScriptParseProcedure2 declaration. |
| Jacek Caban | 2008-03-21 | wine.inf: Register jscript.dll. |
| James Hawkins | 2008-03-21 | fusion: Add a stub implementation of fusion.dll. |
| Dan Hipschman | 2008-03-21 | widl: Make structures with FC_ENUM16 fields complex. |
| Dan Hipschman | 2008-03-21 | rpcrt4: Handle FC_ENUM16. |
| Michael Moss | 2008-03-20 | kernel32/tests: Test notifications for overlapping directory watches. |
| Dmitry Timoshkov | 2008-03-20 | user32: Increase an initial buffer size from 32 to 128 hwnds for enumerated... |
| Michael Moss | 2008-03-20 | kernel32/tests: Fix false positive file notification tests. |
| Lei Zhang | 2008-03-20 | comctl32: Correct listview hittest check to include the state rect. |
| Lei Zhang | 2008-03-20 | comctl32: Fix listview redraw when deleting items. |
| Lei Zhang | 2008-03-20 | comctl32: Implement listview checkbox toggle. |
| Lei Zhang | 2008-03-20 | comctl32: Redraw listview after changing extended styles. |
| Lei Zhang | 2008-03-20 | comctl32: Add listview checkbox toggle test. |
| Maarten Lankhorst | 2008-03-20 | quartz: Transmit pullpin messages further. |
| Maarten Lankhorst | 2008-03-20 | quartz: Implement forwarding mediaseeking messages. |
| Maarten Lankhorst | 2008-03-20 | quartz: Pass the reference time + small delay on on begin of playback. |
| Maarten Lankhorst | 2008-03-20 | quartz: Fix checking for duration. |
| Maarten Lankhorst | 2008-03-20 | quartz: Add mediaseeking stub to audio renderer. |
| Maarten Lankhorst | 2008-03-20 | quartz: Add critical sections to IMediaSeeking. |
| Maarten Lankhorst | 2008-03-20 | quartz: Fix bug in transmitting messages further. |
| Maarten Lankhorst | 2008-03-20 | quartz: Don't pass reference time when running. |
| Dan Hipschman | 2008-03-20 | qmgr: Add a stub implementation of IBackgroundCopyJob2. |
| Dan Hipschman | 2008-03-20 | rpcrt4: Use correct count in rpcrt4_conn_np_write. |
| Jacek Caban | 2008-03-19 | jscript: Added IActiveScriptProperty stub implementation. |
| Jacek Caban | 2008-03-19 | jscript: Added IActiveScriptParse stub implementation. |
| Jacek Caban | 2008-03-19 | activscp.idl: Added IActiveScriptProperty declaration. |
| Maarten Lankhorst | 2008-03-19 | quartz: Move IMediaSeeking from the parser pin to the parser filter. |
| Maarten Lankhorst | 2008-03-19 | quartz: Call send flush/endofstream and segment messages downstream. |
| Dan Hipschman | 2008-03-19 | widl: Ignore libraries in imported IDL files. |
| Maarten Lankhorst | 2008-03-19 | quartz: Fix the magic bytes for mp3's with id3 tags. |
| Maarten Lankhorst | 2008-03-19 | winemp3: Skip idv3 header too. |
| Dan Kegel | 2008-03-19 | shell32: Only print "HCR_GetFolderAttributes should be called for simple... |
| Alexandre Julliard | 2008-03-18 | winex11: Clip out children window when repainting the desktop. |
| Alexandre Julliard | 2008-03-18 | server: Fix desktop window coordinates mapping in expose_window. |
| Maarten Lankhorst | 2008-03-18 | wine.inf: Change default windows version to XP. |
| Maarten Lankhorst | 2008-03-18 | winmm: Fix midi deadlock by not holding lock on release. |
| Maarten Lankhorst | 2008-03-17 | dsound: Add an option to mix sound buffers in the mixer again. |
| Jacek Caban | 2008-03-17 | jscript: Added JScript stub implementation. |
| Jacek Caban | 2008-03-17 | jscript: Added JScript class factory. |
| Maarten Lankhorst | 2008-03-15 | user32: Fix enumeration for EnumWindowStations and EnumDesktops. |
| Maarten Lankhorst | 2008-03-15 | quartz: Implement a few MediaSeeking functions. |
| Maarten Lankhorst | 2008-03-15 | quartz: Change some more stubs from traces to fixmes. |
| Maarten Lankhorst | 2008-03-15 | quartz: Add initial support for time formats in IMediaSeeking. |
| Maarten Lankhorst | 2008-03-15 | quartz: Make MediaSeeking stubs fixmes. |
| Maarten Lankhorst | 2008-03-15 | quartz: Silence the directsound buffer on starting. |
| Maarten Lankhorst | 2008-03-15 | quartz: Set a default sync source on the filtergraph. |
| Dan Hipschman | 2008-03-15 | qmgr: Implement IBackgroundCopyJob_AddFileSet. |
| Maarten Lankhorst | 2008-03-15 | quartz: Destroy the filtergraph better in releasing. |
| Maarten Lankhorst | 2008-03-15 | quartz: Fix IFilterGraph RemoveFilter to stop the filter before removing it. |
| Jacek Caban | 2008-03-14 | urlmon: Added special URLACTION_SCRIPT_OVERRIDE_SAFETY handling. |
| Jacek Caban | 2008-03-14 | urlmon: Added more policy tests. |
| Jacek Caban | 2008-03-14 | urlmon: Added ProcessUrlAction implementation. |
| Jacek Caban | 2008-03-14 | urlmon: Added URLACTION_* and URLPOLICY_* declarations. |
| Jacek Caban | 2008-03-14 | urlmon: Fixed URLZONEREG_DEFAULT handling in GetZoneActionPolicy. |
| Jacek Caban | 2008-03-14 | mshtml: Return full patch in res protocol's secure URL. |
| Jacek Caban | 2008-03-14 | urlmon: Move InternetParseUrl(PARSE_SECURITY_URL) call to map_url_to_zone and... |
| Maarten Lankhorst | 2008-03-14 | quartz: Add directsound renderer to filter list. |
| Maarten Lankhorst | 2008-03-14 | quartz: Implement detection on file extension in filesource. |
| Maarten Lankhorst | 2008-03-14 | quartz: Uncomment a trace. |
| Maarten Lankhorst | 2008-03-14 | quartz: Fix typo. |
| Maarten Lankhorst | 2008-03-14 | quartz: Detect and skip id3v2 header in mpeg splitter. |
| Maarten Lankhorst | 2008-03-14 | quartz: Implement a dummy null renderer for directshow. |
| Maarten Lankhorst | 2008-03-14 | quartz: Don't add MERIT_DO_NOT_USE filters automatically to create a connection. |
| Maarten Lankhorst | 2008-03-14 | qcap: Implement a stubby CaptureGraphBuilder2::RenderStream. |
| Maarten Lankhorst | 2008-03-14 | qcap: Add better findpin stub for CaptureGraphBuilder. |
| Dan Hipschman | 2008-03-14 | qmgr: Implement progress updates for downloads given by URL. |
| Dan Hipschman | 2008-03-14 | qmgr: Transfer files given by URL (including HTTP, etc). |
| Dan Hipschman | 2008-03-14 | qmgr: Transfer files given by URL (including HTTP, etc). |
| Dan Hipschman | 2008-03-14 | qmgr: Implement BackgroundCopyJob_Complete. |
| Dan Hipschman | 2008-03-14 | kernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveFileEx (stub). |
| Dan Hipschman | 2008-03-14 | qmgr: Implement local file background "downloads." |
| Dan Hipschman | 2008-03-14 | qmgr: Add infrastructure for background file transferring. |
| Dan Kegel | 2008-03-13 | wintab: Expand whitelist of tablets. |
| Dan Hipschman | 2008-03-13 | qmgr: Add critical sections for jobs and files. |
| Jacek Caban | 2008-03-12 | jscript: Added Dll[Un[]]RegisterServer implementation. |
| Alexandre Julliard | 2008-03-12 | user32: Add a SetCapture function to the driver interface. |
| Alexandre Julliard | 2008-03-12 | user32: Add a helper function to set the capture window. |
| Lei Zhang | 2008-03-12 | shell32: Use xdg well known directories for desktop folder symbolic link. |
| Lei Zhang | 2008-03-12 | shell32: Use xdg well known directories for my_xxx folder symbolic links. |
| Lei Zhang | 2008-03-12 | shell32: Add xdg-user-dirs lookup code. |
| Lei Zhang | 2008-03-12 | comctl32: Fix TB_GETSTRING return values. |
| Lei Zhang | 2008-03-12 | comctl32: Add tests for TB_GETSTRING, fix NULL pointer access. |
| Alexandre Julliard | 2008-03-11 | winex11: Discard ConfigureNotify events even if the intervening events are for... |
| Jacek Caban | 2008-03-11 | include: Added activaut.idl. |
| Jacek Caban | 2008-03-11 | activscp.idl: Added CATID_* declarations. |
| Alexandre Julliard | 2008-03-11 | winex11: Add support for merging redundant events, and use it for... |
| Maarten Lankhorst | 2008-03-10 | include: Add flag for BSM_ALLDESKTOPS. |
| Jacek Caban | 2008-03-10 | jscript: Added stub DLL. |
| Jacek Caban | 2008-03-10 | urlmon: Fixed MapUrlToZone test on IE7. |
| Dan Hipschman | 2008-03-07 | qmgr: Only have one BackgroundCopyManager per system. |
| Maarten Lankhorst | 2008-03-07 | server: Fix reference leak in enum_desktop. |
| Dan Kegel | 2008-03-07 | winex11: wintab.c: use atan2 instead of atan. |
| Lei Zhang | 2008-03-06 | quartz: Validate input for FilterGraph2_AddFilter. |
| Maarten Lankhorst | 2008-03-06 | include: Add flag for BROADCAST_QUERY_DENY. |
| Maarten Lankhorst | 2008-03-05 | oleaut32: Handle TKIND_ALIAS properly when passed as pointer. |
| Dan Hipschman | 2008-03-05 | qmgr: Implement IBackgroundCopyJob_Resume. |
| Lei Zhang | 2008-03-05 | shell32: Remove unused variable. |
| Roy Shea | 2008-03-04 | qmgr: Implement IBackgroundCopyJob_GetProgress. |
| Roy Shea | 2008-03-04 | qmgr: Implement Skip and Reset for IEnumBackgroundCopyJobs. |
| Roy Shea | 2008-03-04 | qmgr: Implement IEnumBackgroundCopyJobs_GetCount. |
| Dan Hipschman | 2008-03-04 | qmgr: Implement IEnumBackgroundCopyJobs_Next. |
| Alexandre Julliard | 2008-03-01 | winex11: Set the appropriate _NET_WM_STATE properties for maximized windows. |
| Maarten Lankhorst | 2008-03-01 | kernel32: Fix GetVolumeInformation for fat32 partitions. |
| Maarten Lankhorst | 2008-03-01 | cfgmgr32: Forward some more functions to setupapi. |
| Maarten Lankhorst | 2008-03-01 | setupapi: Implement CM_Get_Device_ID and add a stub for CM_Get_Parent. |
| Roy Shea | 2008-02-29 | qmgr: Implement job lists for IBackgroundCopyManager. |
| Roy Shea | 2008-02-29 | qmgr: Implement IBackgroundCopyFile_GetProgress. |
| Roy Shea | 2008-02-29 | qmgr: Implement GetLocalName and GetRemoteName for IBackgroundCopyFile. |
| Roy Shea | 2008-02-29 | qmgr: Implement Skip and Reset for IEnumBackgroundCopyFiles. |
| Dan Hipschman | 2008-02-29 | qmgr: Implement IEnumBackgroundCopyFiles_Next. |
| Roy Shea | 2008-02-28 | qmgr: Implement IEnumBackgroundCopyFiles_GetCount. |
| Roy Shea | 2008-02-28 | qmgr: Implement IBackgroundCopyJob_EnumFiles. |
| Alexandre Julliard | 2008-02-27 | winex11: Check the current window state on Map/UnmapNotify and ignore obsolete... |
| Alexandre Julliard | 2008-02-27 | winex11: Added tracking of the WM_STATE window property. |
| Alexandre Julliard | 2008-02-27 | winex11: Clear the NET_WM_STATE status when a window is withdrawn. |
| Roy Shea | 2008-02-27 | qmgr: Implement IBackgroundCopyJob_AddFile. |
| Roy Shea | 2008-02-27 | qmgr: Implement the IUnknown interface for IEnumBackgroundCopyFiles. |
| Roy Shea | 2008-02-27 | qmgr: Implement the IUnknown interface for IBackgroundCopyFile. |
| Dmitry Timoshkov | 2008-02-27 | kernel32: Return upper cased drive letters in paths, some applications depend... |
| Maarten Lankhorst | 2008-02-27 | shlwapi: Don't add a trailing slash in the case that nothing has to be appended... |
| Maarten Lankhorst | 2008-02-27 | wininet: Fix retrieving raw headers. |
| Roy Shea | 2008-02-26 | qmgr: Implement IBackgroundCopyManager_EnumJobs with test. |
| Roy Shea | 2008-02-26 | qmgr: Implement the IUnknown interface for IEnumBackgroundCopyJobs. |
| Roy Shea | 2008-02-26 | qmgr: Implement IBackgroundCopyJob_GetDisplayName with test. |
| Roy Shea | 2008-02-26 | qmgr: Implement IBackgroundCopyJob_GetType with test. |
| Maarten Lankhorst | 2008-02-26 | wininet: Add stub for INTERNET_OPTION_PER_CONNECTION. |
| Roy Shea | 2008-02-25 | qmgr: Implement IBackgroundCopyJob_GetId with test. |
| Roy Shea | 2008-02-25 | qmgr: Implement IBackgroundCopyManager_CreateJob with test. |
| Roy Shea | 2008-02-25 | qmgr: Implement the IUnknown interface for IBackgroundCopyJob and stubs for the... |
| Dan Hipschman | 2008-02-22 | widl: Allow is_string_type to work for typedef'd types. |
| Maarten Lankhorst | 2008-02-22 | advapi: Check if service really exists before bombing out in CreateService. |
| Alexandre Julliard | 2008-02-21 | winex11: Make the BitBlt short-cuts more generic to apply to all possible ROPs. |
| Dmitry Timoshkov | 2008-02-21 | winex11.drv: Add an optimized path for BitBlt(SRCINVERT). |
| Alexandre Julliard | 2008-02-20 | user32: Pass the modified SetWindowPos flags to the set_window_pos server... |
| Dmitry Timoshkov | 2008-02-20 | user32: Add a z-order test for owned popup windows. |
| Roy Shea | 2008-02-19 | qmgr: Add some tests. |
| Roy Shea | 2008-02-19 | qmgr: Add ServiceMain. |
| Roy Shea | 2008-02-19 | qmgr: Implement DLL server registration. |
| Lei Zhang | 2008-02-19 | qedit: Add stub implementation of MediaDet. |
| Lei Zhang | 2008-02-19 | qedit: Add tests directory and a simple test. |
| Lei Zhang | 2008-02-19 | qedit: Add MediaDet registration. |
| Lei Zhang | 2008-02-19 | include: Add IMediaDet interface and MediaDet class. |
| Lei Zhang | 2008-02-19 | include: Add ISampleGrabber interface. |
| Lei Zhang | 2008-02-19 | include: Generate qedit.h, add ISampleGrabberCB interface. |
| Lei Zhang | 2008-02-19 | qedit: Add the DirectShow ClassFactory. |
| Lei Zhang | 2008-02-19 | qedit: Skeleton implementation of qedit.dll. |
| Maarten Lankhorst | 2008-02-18 | dssenh: Add initial stub dll. |
| Maarten Lankhorst | 2008-02-18 | softpub: Add initial stub dll. |
| Maarten Lankhorst | 2008-02-18 | slbcsp: Add initial stub dll. |
| Maarten Lankhorst | 2008-02-18 | sccbase: Add initial stub dll. |
| Maarten Lankhorst | 2008-02-18 | mssip32: Add initial stub dll. |
| Maarten Lankhorst | 2008-02-18 | initpki: Add initial stub dll. |
| Maarten Lankhorst | 2008-02-18 | gpkcsp: Add initial stub dll. |
| Maarten Lankhorst | 2008-02-18 | cryptdlg: Add initial stub dll. |
| Alexandre Julliard | 2008-02-18 | user32: Rewrite SWP_DoOwnedPopups to take into account topmost windows. |
| Maarten Lankhorst | 2008-02-18 | user32: Fix a message test that would only pass on wine. |
| Maarten Lankhorst | 2008-02-16 | browseui: Add undocumented Component Category Cache Daemon stub. |
| Maarten Lankhorst | 2008-02-16 | include: Add IRunnableTask interface. |
| Dmitry Timoshkov | 2008-02-15 | user32: Use custom window procs instead of DefWindowProcA/W in the... |
| Dmitry Timoshkov | 2008-02-12 | user32: Add a couple of tests for WS_EX_TOPMOST. |
| Dan Kegel | 2008-02-12 | msvcrt: Fix EOF behavior on read from pipe or console. |
| Lei Zhang | 2008-02-08 | quartz: Add VideoRendererDefault. |
| Lei Zhang | 2008-02-07 | user32: Use wine_dbgstr_rect() in traces. |
| Lei Zhang | 2008-02-07 | comctl32: Use wine_dbgstr_rect() in traces. |
| Dan Hipschman | 2008-01-24 | oleaut32: Use the symbolic name for TYPEFLAG_FDISPATCHABLE. |
| Alexandre Julliard | 2008-01-24 | winex11: Check for need to make window managed when WS_VISIBLE is set outside... |
| Alexandre Julliard | 2008-01-23 | user32: Menus should be top-most windows. |
| Alexandre Julliard | 2008-01-23 | comctl32: Tooltips should be top-most windows. |
| Alexandre Julliard | 2008-01-23 | winex11: Export a function to dock a window into the system tray, and get rid... |
| Roy Shea | 2008-01-23 | qmgr: Implement IClassFactory methods. |
| Lei Zhang | 2008-01-23 | ddraw: Register the DirectDraw 7 Object. |
| Alexandre Julliard | 2008-01-22 | server: Invalidate the correct region when custom valid rects are specified. |
| Alexandre Julliard | 2008-01-16 | winebuild: Don't try to use the .init section on Mac OS. |
| Alexandre Julliard | 2008-01-16 | wineboot: Delay import the dlls that are not needed for the default initialisation. |
| Alexandre Julliard | 2008-01-16 | ntdll: Fall back to a server device ioctl for files with no associated fd. |
| Alexandre Julliard | 2008-01-16 | winebuild: Reserve the space for the PE header in the .init section. |
| Alexandre Julliard | 2008-01-16 | mountmgr.sys: Fix values returned for IOCTL_STORAGE_GET_DEVICE_NUMBER on emulated ... |
| Alexandre Julliard | 2008-01-16 | wineboot: Add a --init option used when launched automatically at startup. |
| Alexandre Julliard | 2008-01-14 | kernel32: Don't inherit stdin/stdout handles in wineboot. |
| Alexandre Julliard | 2008-01-14 | user32: Don't inherit stdin/stdout handles in explorer. |
| Alexandre Julliard | 2008-01-14 | kernel32: Close the stdio handles when creating a detached process. |
| Alexandre Julliard | 2008-01-09 | mountmgr.sys: Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY and IOCTL_STORAGE_GET_DEVICE ... |
| Alexandre Julliard | 2008-01-07 | wineboot: Don't print errors for non-fatal problems. |
| Alexandre Julliard | 2008-01-07 | kernel32: Fail more gracefully in GetVolumeInformation for fake drive devices. |
| Alexandre Julliard | 2008-01-07 | advapi32: Fix the length written to the pipe for the start message. |
| Alexandre Julliard | 2008-01-07 | ntdll: Return a proper Information field also when opening a server file object. |
| Alexandre Julliard | 2008-01-07 | server: Wait for the expiration of all the process SIGKILL timers before exiting ... |
| Alexandre Julliard | 2008-01-04 | kernel32: Launch wineboot on first startup of a wine process. |
| Alexandre Julliard | 2008-01-04 | kernel32/tests: Added tests for FindFirstVolume/FindNextVolume. |
| Alexandre Julliard | 2008-01-04 | mountmgr.sys: Implemented the IOCTL_MOUNTMGR_QUERY_POINTS request. |
| Alexandre Julliard | 2008-01-04 | kernel32: Implemented FindFirstVolume/FindNextVolume using the mount point manager. |
| Alexandre Julliard | 2008-01-04 | mountmgr.sys: Add devices to the MountedDevices registry key. |
| Alexandre Julliard | 2008-01-04 | mountmgr.sys: Added initial stub for the mount point manager device. |
| Alexandre Julliard | 2008-01-04 | advapi32: Don't wait for 20 seconds if a service fails to start. |
| Alexandre Julliard | 2008-01-04 | mountmgr.sys: Create disk devices for all configured drives. |
| Alexandre Julliard | 2008-01-04 | mountmgr.sys: Create a hard disk device for PhysicalDrive0. |
| Alexandre Julliard | 2008-01-02 | server: Redesign the server shutdown processing. |
| Alexandre Julliard | 2008-01-02 | server: Use exponential backoff when waiting for wineserver -k to complete. |
| Author | Date | Description |
| Jeremy White | 2007-12-31 | wintab32: If we could not find a stylus sort of device, we haven't found a tablet. |
| Jeremy White | 2007-12-31 | wintab32: Add logic to detect specific tablet cursor types, use it to discard non ... |
| Jeremy White | 2007-12-30 | wintab32: Add modest trace information for tablets. |
| Jeremy White | 2007-12-30 | wintab32: Remove the unused and clearly broken FindOpenContext function. |
| Lei Zhang | 2007-12-28 | gdiplus: Initialize a variable in a test. |
| Lei Zhang | 2007-12-28 | gdiplus: Add GdipCreatePen2 and test cases. |
| Jeremy White | 2007-12-24 | wintab32: Don't return information for non existent cursors. |
| Jeremy White | 2007-12-24 | wintab32: Capture the number of buttons earlier, allowing our button maps to be fille ... |
| Maarten Lankhorst | 2007-12-24 | winealsa: Add special case for microphone source in mixer. |
| Jeremy White | 2007-12-24 | wintab32: Fix the W->A translation for CSR_NAME and CSR_BTNNAMES. |
| Jeremy White | 2007-12-24 | wintab32: Implement the ability to return the number of devices and cursors. |
| Jeremy White | 2007-12-24 | wintab32: Add constants for cursor types and use them. |
| Jeremy White | 2007-12-23 | wintab32: Do not offset the physical device id by the cursor number. |
| Jeremy White | 2007-12-23 | wintab32: Compute our physical device characteristics based on the first tablet devic ... |
| Jeremy White | 2007-12-23 | wintab32: Store and use the physical device id to match device to cursor. |
| Jeremy White | 2007-12-23 | wintab32: Correctly handle devices with a device id of 0. |
| Jeremy White | 2007-12-23 | wintab32: Order the cursor array by the standard Wacom promulgates. |
| Jeremy White | 2007-12-23 | wintab32: Add additional device tracing. |
| Alexandre Julliard | 2007-12-23 | kernel32: Initialize MaximumLength of the user params directory too. |
| Alexandre Julliard | 2007-12-21 | kernel32: Store the initial directory as a full path in the process parameters. |
| Lei Zhang | 2007-12-21 | quartz: Make filtergraph aggregatable. |
| Lei Zhang | 2007-12-21 | quartz: Move aggregation tests into separate file. |
| Alexandre Julliard | 2007-12-20 | server: Don't count system processes as users of a desktop. |
| Alexandre Julliard | 2007-12-20 | advapi32: Move the EnumDependentServicesA/W stubs in service.c where they belong. |
| Alexandre Julliard | 2007-12-20 | wineboot: Rewrite wininit.ini processing to use GetPrivateProfileSectionW. Convert ... |
| Alexandre Julliard | 2007-12-20 | include: Added the mountmgr.h header. |
| Alexandre Julliard | 2007-12-20 | explorer: It no longer needs to be made a system process. |
| Alexandre Julliard | 2007-12-20 | wineboot: Add support for starting NT-style services. |
| Alexandre Julliard | 2007-12-20 | advapi32: Start non-interactive services in a separate window station. |
| Roy Shea | 2007-12-20 | qmgr: AddRef, QueryInterface, and stub functions for queue manager interface. |
| Alexandre Julliard | 2007-12-20 | wineboot: Convert the rest of the code to Unicode. |
| Alexandre Julliard | 2007-12-20 | server: Don't give out full access to the system process event. |
| Alexandre Julliard | 2007-12-20 | wine.inf: Mark the spool service as disabled, it's just a stub. |
| Alexandre Julliard | 2007-12-20 | wineboot: Simplify the unnecessarily complex code structure. |
| Alexandre Julliard | 2007-12-19 | advapi32: Return from StartServiceCtrlDispatcher when all services are stopped. |
| Alexandre Julliard | 2007-12-19 | advapi32: Replace the list of services with an array. |
| Alexandre Julliard | 2007-12-19 | advapi32: Reimplement RegisterServiceCtrlHandler on top of RegisterServiceCtrlHandlerEx. |
| Alexandre Julliard | 2007-12-19 | advapi32: Fix RegisterServiceCtrlHandler spec entry. |
| Alexandre Julliard | 2007-12-19 | advapi32: Use exponential backoff when waiting for a service to start. |
| Dmitry Timoshkov | 2007-12-19 | user32: Set the edit text in a combobox only if combobox has strings. |
| Alexandre Julliard | 2007-12-18 | server: Fix possible NULL dereference. |
| Alexandre Julliard | 2007-12-18 | ntoskrnl.exe: Added implementation for IoCreateDriver and IoDeleteDriver. |
| Alexandre Julliard | 2007-12-18 | ntoskrnl.exe: Allow returning data in ioctls along with a positive non-zero status. |
| Maarten Lankhorst | 2007-12-17 | riched20: Fix bugs in EM_SETOPTIONS. |
| Roy Shea | 2007-12-17 | qmgr: Generate C file with local GUID definitions from bits.idl. |
| Maarten Lankhorst | 2007-12-14 | riched20: Implement ECO/EM SELECTIONBAR. |
| Maarten Lankhorst | 2007-12-14 | winealsa: Add 'Front Mic' as alias for microphone. |
| Maarten Lankhorst | 2007-12-14 | riched20: Make some functions static. |
| Lei Zhang | 2007-12-13 | quartz: Fix typo in GraphConfig_AddRef. |
| Lei Zhang | 2007-12-13 | quartz: Set *ppvObject to NULL if QueryInterface fails. |
| Lei Zhang | 2007-12-13 | quartz: Do aggregation test for more video renderer interfaces. |
| Alexandre Julliard | 2007-12-13 | user32: Print the RegisterHotKey fixme only once. |
| Lei Zhang | 2007-12-13 | ole32: Print a fixme when an aggregation attempt fails. |
| Lei Zhang | 2007-12-13 | quartz: Make aggregation test generic. |
| Lei Zhang | 2007-12-13 | quartz: Make video renderer aggregatable. |
| Lei Zhang | 2007-12-13 | quartz: Add videorenderer aggregation test. |
| Lei Zhang | 2007-12-13 | quartz: Give video renderer's Inner_QueryInterface a less generic name. |
| Lei Zhang | 2007-12-13 | quartz: Add videorenderer QueryInterface test. |
| Lei Zhang | 2007-12-13 | quartz: Add referenceclock QueryInterface test. |
| Maarten Lankhorst | 2007-12-13 | include: Update oleacc with new constants and IAccessible interface. |
| Maarten Lankhorst | 2007-12-12 | winealsa: Add control 'Digital' as alias for microphone. |
| Alexandre Julliard | 2007-12-12 | winecrt0: DriverEntry is a WINAPI function. |
| Maarten Lankhorst | 2007-12-12 | winealsa: Don't require a cswitch control for capture. |
| Maarten Lankhorst | 2007-12-12 | winealsa: Remove fixed fixme. |
| Alexandru Balut | 2007-12-12 | wine.inf: Fix the type of some values in HKLM, System\CurrentControlSet\Control\Sessi ... |
| Lei Zhang | 2007-12-11 | quartz: Add IFilterGraph2 interface and stubs. |
| Alexandre Julliard | 2007-12-11 | winebuild: Don't set the IMAGE_FILE_DLL flag on native modules. |
| Alexandre Julliard | 2007-12-11 | Makedll.rules: Add a generic EXTRADLLFLAGS variable instead of defining a specific ... |
| Roy Shea | 2007-12-09 | qmgrprxy: Queue manager proxy generated using an IDL compiler and bits.idl. |
| Alexandre Julliard | 2007-12-08 | kernel32: Read label and serial from the filesystem when the device is accessible ... |
| Alexandre Julliard | 2007-12-08 | kernel32: Revert change that slipped in commit db24d3af9a6e56c3036ba0a3e5d62dae4f2676 ... |
| Maarten Lankhorst | 2007-12-07 | winealsa: Fix return value checking in wavein. |
| Maarten Lankhorst | 2007-12-07 | winealsa: Simplify the feeding of capture buffers. |
| Maarten Lankhorst | 2007-12-07 | winealsa: Clear dwBytesRecorded in waveheader when adding buffer. |
| Maarten Lankhorst | 2007-12-07 | winealsa: Fix period size in capture. |
| Lei Zhang | 2007-12-06 | quartz: Move current tests into their own test case. |
| Roy Shea | 2007-12-06 | qmgr: Renamed bits_main.c to qmgr_main.c and updated comments. |
| Roy Shea | 2007-12-06 | include: Added IDL file for BITS. |
| Roy Shea | 2007-12-06 | include: Added bitsmsg.h header. |
| Lei Zhang | 2007-12-06 | quartz: Add some IGraphBuilder related tests. |
| Lei Zhang | 2007-12-06 | quartz: Add a test for IFilterGraph2. |
| Lei Zhang | 2007-12-06 | quartz: Fix return value in IFilterGraph_FindFilterByName. |
| Lei Zhang | 2007-12-06 | quartz: Validate input for IFilterGraph_FindFilterByName. |
| Alexandre Julliard | 2007-12-05 | server: Implemented EnumWindowStations and EnumDesktops. |
| Alexandre Julliard | 2007-12-05 | server: Partial implementation of NtQueryDirectoryObject. |
| Alexandre Julliard | 2007-12-05 | server: Return correct object types in the get_directory_entry request. |
| Roy Shea | 2007-12-04 | wininet: Added check of dwStructSize required by Windows in calls to InternetCrackUrlA. |
| Roy Shea | 2007-12-04 | wininet: Removed inline from copy_compsA and zero_compsA to allow Windows testing. |
| Roy Shea | 2007-12-04 | svchost: Implementation of svchost. |
| Alexandru Balut | 2007-12-02 | oleaut32: Implement VarWeekdayName + tests. |
| Lei Zhang | 2007-11-20 | shell32: Perform copy in UnixFolder_ISFHelper_CopyItems. |
| Lei Zhang | 2007-11-20 | shell32: Only notify immediate parent. |
| Alexandre Julliard | 2007-11-13 | shell32: Don't wait for the command to terminate in ShellLink_InvokeCommand. |
| Alexandre Julliard | 2007-11-13 | include: Added definition for SEE_MASK_NOASYNC. |
| Alexandre Julliard | 2007-11-13 | shell32: Pass some of the ShellExecute flags through InvokeCommand. |
| Lei Zhang | 2007-11-12 | shell32: rename My Video to My Videos. |
| Alexandre Julliard | 2007-11-12 | user32: Remove a few traces that only duplicate the relay information. |
| Lei Zhang | 2007-11-12 | shell32: Don't crash if $HOME is not set. |
| Dan Kegel | 2007-11-11 | advapi32: Fix buffer overrun in tests/registry.c:wine_debugstr_wn(). |
| Lei Zhang | 2007-11-09 | sane.ds: Get number of options only once. |
| Dan Kegel | 2007-11-09 | user32: Implement return value for DdeClientTransaction for XTYP_EXECUTE. |
| Lei Zhang | 2007-11-09 | sane.ds: Check return value from sane_get_option_descriptor(). |
| Lei Zhang | 2007-11-09 | wininet: Skip strcmp() in a test if the returned value/len is wrong. |
| Lei Zhang | 2007-11-09 | sane.ds: Fix a memory leak. |
| Lei Zhang | 2007-11-09 | sane.ds: Check return value from sane_control_option(). |
| Lei Zhang | 2007-11-08 | wininet: Initialize ftp sockets. |
| Alexandre Julliard | 2007-11-07 | include: Add WINGDIAPI to the exported gdi32 functions. |
| Alexandre Julliard | 2007-11-07 | user32: Make all internal user32 functions and variables hidden. |
| Alexandre Julliard | 2007-11-07 | winebuild: Add a few nops to stub entry points to make Safedisc happy. |
| Dan Kegel | 2007-11-07 | msvcrt: Fix two buglets in heap test. |
| Alexandre Julliard | 2007-11-07 | gdi32: Make all internal gdi functions hidden. |
| Alexandre Julliard | 2007-11-07 | include: Mark imported functions with hidden visibility. |
| Alexandre Julliard | 2007-11-07 | include: Add WINUSERAPI to the exported user32 functions. |
| Alexandre Julliard | 2007-11-07 | include: Add NTSYSAPI to the exported ntdll functions. |
| Alexandre Julliard | 2007-11-07 | include: Only use DECLSPEC_IMPORT for Windows compilers in unicode.h. |
| Alexandre Julliard | 2007-11-07 | include: Add WINADVAPI to the exported advapi32 functions. |
| Alexandre Julliard | 2007-11-07 | include: Add WINBASEAPI to the exported kernel32 functions. |
| Dan Hipschman | 2007-11-06 | widl: Don't rely on type_memsize to return 0 for all conformant arrays. |
| Jacek Caban | 2007-11-04 | mshtml: Added AcceptLanguage handling. |
| Nigel Liang | 2007-11-04 | wininet: Release object in HttpSendRequestExW before return on error. |
| Dan Kegel | 2007-11-04 | cabinet: FCICreate: Initialize oldCCAB. |
| Dan Kegel | 2007-11-03 | cabinet: FCIAddFile: Set defaults in case callback doesn't set some fields. |
| Dan Hipschman | 2007-11-02 | rpcrt4/tests: Initialize memory in the get_name test. |
| Lei Zhang | 2007-11-02 | comctl32: Fix uninitialized, unused variables. |
| Dan Hipschman | 2007-11-02 | widl: Don't output a void conformance for NdrClearOutParameters. |
| Dan Hipschman | 2007-11-02 | widl: Handle pointers to conformant arrays (e.g., "[size_is(, n)] int **p; "). |
| Dan Hipschman | 2007-11-02 | rpcrt4: Initialize allocated pointers to NULL in PointerUnmarshall. |
| Lei Zhang | 2007-11-02 | comctl32: Fix typo in rebar. |
| Lei Zhang | 2007-11-01 | comctl32: Datetime should close its monthcal when the monthcal loses focus. |
| Dan Hipschman | 2007-10-31 | widl: Add a --local-stubs option. |
| Dan Kegel | 2007-10-31 | ntdll: NtAccessCheck: Only send used bytes to server. |
| Lei Zhang | 2007-10-30 | comctl32: Set tab focus correctly. |
| Alexandre Julliard | 2007-10-30 | server: Remove failed ioctls from the queue as soon as the result is set. |
| Lei Zhang | 2007-10-30 | comctl32: Add tab delete item / get focus test. |
| Lei Zhang | 2007-10-30 | comctl32: Add tab insert item / get focus test. |
| Dan Kegel | 2007-10-29 | advapi32/tests: Fix undefined memory references in registry.c. |
| Lei Zhang | 2007-10-29 | comctl32: Move tab test's createParentWindow() into START_TEST(). |
| Dan Hipschman | 2007-10-26 | widl: Fix ExprEvalRoutines output. |
| Dan Hipschman | 2007-10-25 | widl: Allow void pointers with iid_is attributes. |
| Dan Hipschman | 2007-10-25 | oleaut32: Use widl to generate oaidl_p.c. |
| Dan Hipschman | 2007-10-25 | widl: Fix a crash in compare_expr. |
| Lei Zhang | 2007-10-25 | user32: Do not send button click to dialog with disabled default button. |
| Dan Kegel | 2007-10-25 | winmm: Avoid testing linecontrols if can't get line info. |
| Dan Kegel | 2007-10-25 | wine.inf: Add fake DLL for mshtml.dll. |
| Dan Hipschman | 2007-10-24 | widl: parser_error must append a newline, so write a new function, error_loc. |
| Dan Hipschman | 2007-10-24 | oleaut32: Add stubs for IPropertyBag_Read. |
| Roy Shea | 2007-10-24 | include/rpc.h: Add missing headers. |
| Dan Hipschman | 2007-10-24 | widl: Use error_loc instead of yyerror. |
| Dan Kegel | 2007-10-23 | gdi32/tests: Fix false pass in warn+heap case. |
| Mikołaj Zalewski | 2007-10-21 | advapi32: Make CreateWellKnownSid create domain sids (with test). |
| Mikołaj Zalewski | 2007-10-21 | advapi32: Add a test for CreateWellKnownSid and implement two more SIDs. |
| Mikołaj Zalewski | 2007-10-21 | advapi32/tests: Define OBJECT_BASIC_INFORMATION in source file as it is not defined ... |
| Mikołaj Zalewski | 2007-10-21 | advapi32/tests: Make the SDDL test pass under Vista. |
| Dan Hipschman | 2007-10-20 | widl: Update the manpage. |
| Dan Hipschman | 2007-10-19 | widl: Fix problems with variable-size user types. |
| Alexandre Julliard | 2007-10-18 | shell32: Check for internal shell classes before querying the registry in SHCoCreateI ... |
| Alexandre Julliard | 2007-10-18 | ntdll: Cache the DOS drives stat info for up to one second. |
| Alexandre Julliard | 2007-10-18 | shell32: Use wine_get_dos_file_name instead of duplicating knowledge about the drive ... |
| Nigel Liang | 2007-10-18 | wininet: Release object in HttpEndRequestW after use. |
| Dan Hipschman | 2007-10-18 | widl: Improve file cleanup when errors occur. |
| Dan Hipschman | 2007-10-18 | widl: Remove printf format strings that aren't really format strings. |
| Dan Hipschman | 2007-10-18 | widl: Generate dlldata files. |
| Dan Hipschman | 2007-10-18 | widl: Detect conformant arrays of user types correctly. |
| Alexandre Julliard | 2007-10-17 | winex11: Process all types of messages while moving/resizing a window. |
| Dan Hipschman | 2007-10-16 | widl: Use new functions need_proxy and need_stub to clean up code and avoid generatin ... |
| Dan Hipschman | 2007-10-16 | widl: Output the correct value for TableSize in ProxyFileInfo. |
| Dmitry Timoshkov | 2007-10-16 | wordpad: Refuse to load OLE compound storage files like Windows does. |
| Dmitry Timoshkov | 2007-10-16 | user32: Add more listbox message tests, make them pass under Wine. |
| Lei Zhang | 2007-10-15 | comctl32: Select today's date when the today link is clicked. |
| Lei Zhang | 2007-10-15 | comctl32: Monthcal should send notifications when today link gets clicked. |
| Lei Zhang | 2007-10-15 | comctl32: Correct monthcal WM_LBUTTONDOWN return values. |
| Lei Zhang | 2007-10-15 | comctl32: Monthcal today link test. |
| Lei Zhang | 2007-10-14 | comctl32: Simplify monthcal test. |
| Dan Hipschman | 2007-10-12 | rpcrt4/tests: Free memory from one of the tests. |
| Nigel Liang | 2007-10-11 | include/winsock.h: Fix parenthesis mismatch. |
| Dan Hipschman | 2007-10-10 | rpcrt4, widl: Make pointer layouts compatible with windows; fix conformant array ... |
| Dan Hipschman | 2007-10-08 | widl: Allow quoted UUIDs. |
| Roy Shea | 2007-10-08 | qmgr: Skeleton implementation of Background Intelligent Transfer Service (BITS). |
| Dan Hipschman | 2007-10-08 | widl: Implement pointer_default functionality. |
| Dan Hipschman | 2007-10-08 | widl: Keep track of every allocated type_t to simplify set_all_tfswrite. |
| Lei Zhang | 2007-10-07 | comctl32: Fix monthcal hit tests. |
| Dan Kegel | 2007-10-06 | quartz: Make clock test less flaky. |
| Dan Hipschman | 2007-10-05 | rpcrt4/tests: Make server.idl compatible with MIDL. |
| Dan Hipschman | 2007-10-05 | widl: Make structs containing user types bogus; fix square_test_us test failure. |
| Dan Kegel | 2007-10-05 | msvcrt: Fix ^Z handling in text mode. |
| Dan Kegel | 2007-10-05 | msvcrt: Improve CR CR LF handling. |
| Dan Hipschman | 2007-10-03 | widl: Correct default pointers. |
| Dan Hipschman | 2007-10-03 | widl: Add newlines to error messages that are missing them. |
| Dan Hipschman | 2007-10-03 | widl: Add a declonly argument to write_type_left. |
| Dan Hipschman | 2007-10-03 | widl: Write types in the format string comments. |
| Roy Shea | 2007-10-02 | net.exe: Added missing service name. |
| Dmitry Timoshkov | 2007-10-02 | user32: Add a message test for ownerdrawn listbox, make it pass under Wine. |
| Alexandre Julliard | 2007-09-27 | winex11.drv: Always drag the full window for top-level windows to avoid having to ... |
| Dan Hipschman | 2007-09-27 | widl: Fix array alignment bug. |
| Jacek Caban | 2007-09-26 | mshtml: Added IHTMLDocument5 interface stub implementation. |
| Dan Hipschman | 2007-09-26 | widl: Fix string codes in pointer descriptions. |
| Mikołaj Zalewski | 2007-09-26 | shell32: shlview: Change some more ANSI calls to Unicode. |
| Dan Hipschman | 2007-09-26 | widl: Fix top-level conformant arrays with pointer attributes. |
| Mikołaj Zalewski | 2007-09-26 | shell32: Make the shell view control Unicode. |
| Dan Hipschman | 2007-09-25 | widl: Clean up write_conf_or_var_desc with string_of_type. |
| Mikołaj Zalewski | 2007-09-23 | advapi32: Add some more rights constants for ConvertStringSecurityDescriptorToSecurit ... |
| Juan Lang | 2007-09-21 | setupapi: Create symbolic link value when interface is created. |
| Juan Lang | 2007-09-21 | setupapi: Add test showing value of path. |
| Juan Lang | 2007-09-21 | setupapi: Add stubs for SetupDiCreateDeviceInterfaceA/W. |
| Juan Lang | 2007-09-21 | setupapi: Implement SetupDiEnumDeviceInterfaces. |
| Juan Lang | 2007-09-21 | setupapi: Implement SetupDiCreateDeviceInterfaceA on top of SetupDiCreateInterfaceW. |
| Juan Lang | 2007-09-21 | setupapi: Respect samDesired in SetupDiOpenClassRegKeyExW. |
| Juan Lang | 2007-09-21 | setupapi: Implement SetupDiGetDeviceInterfaceDetailA/W. |
| Juan Lang | 2007-09-21 | setupapi: Set last error on failure in SetupDiOpenClassRegKeyExW. |
| Juan Lang | 2007-09-21 | setupapi: Add tests for SetupDiCreateDeviceInterface. |
| Juan Lang | 2007-09-21 | setupapi: Set last error on invalid input. |
| Juan Lang | 2007-09-21 | setupapi: Add tests for SetupDiGetDeviceInterfaceDetail. |
| Juan Lang | 2007-09-21 | setupapi: Implement SetupDiCreateDeviceInterfaceW. |
| Juan Lang | 2007-09-21 | setupapi: Add error checking to SetupDiCreateDeviceInterfaceW stub. |
| Juan Lang | 2007-09-21 | setupapi: When enumerating an interface, add the interface to its device. |
| Juan Lang | 2007-09-21 | setupapi: Remove a redundant parameter check. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiGetDeviceInstanceIdW. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiGetClassDevsW. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiRegisterDeviceInfo. |
| Juan Lang | 2007-09-20 | setupapi: Add tests for SetupDiGetDeviceInstanceId. |
| Juan Lang | 2007-09-20 | setupapi: Make a helper to convert a GUID to a string. |
| Dan Hipschman | 2007-09-20 | widl: Respect pointer attributes better. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiGetDeviceInstanceIdA on top of SetupDiGetDeviceInstanceIdW. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiGetDeviceRegistryPropertyA/W. |
| Juan Lang | 2007-09-20 | setupapi: Add a placeholder for devices. |
| Juan Lang | 2007-09-20 | setupapi: Add tests for SetupDiRegisterDeviceInfo. |
| Juan Lang | 2007-09-20 | setupapi: Save device description to registry when creating a device. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiCreateDeviceInfoW. |
| Juan Lang | 2007-09-20 | setupapi: Devices created by SetupDiCreateDeviceInfo are "phantoms", and are deleted ... |
| Juan Lang | 2007-09-20 | setupapi: Add stubs for SetupDiGetDeviceInstanceIdA/W. |
| Dan Hipschman | 2007-09-20 | widl: Handle top-level conformance for complex arrays. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiGetClassDescriptionExA. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiEnumDeviceInfo. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiSetDeviceRegistryPropertyA/W. |
| Juan Lang | 2007-09-20 | setupapi: Add stub for SetupDiRegisterDeviceInfo. |
| Juan Lang | 2007-09-20 | setupapi: Add tests for SetupDiCreateDeviceInfo. |
| Dan Hipschman | 2007-09-20 | widl: Set the pointer description offset to zero if there are no pointers. |
| Juan Lang | 2007-09-20 | setupapi: Add error checking to SetupDiCreateDeviceInfoW stub. |
| Juan Lang | 2007-09-20 | setupapi: Save class GUID to registry when creating a device. |
| Alexandre Julliard | 2007-09-19 | winex11.drv: If a window is not resizable through the window manager fall back to ... |
| Juan Lang | 2007-09-18 | crypt32: Simplify AsnDecodeSequenceItems a tiny bit. |
| Juan Lang | 2007-09-18 | crypt32: Temporarily change prototype of AsnDecodeIntInternal to the CryptDecodeObjec ... |
| Juan Lang | 2007-09-18 | crypt32: ret is already true, don't retest it. |
| Juan Lang | 2007-09-18 | crypt32: Use internal form for all internal decoding functions. |
| Juan Lang | 2007-09-18 | setupapi: Fix typo. |
| Juan Lang | 2007-09-18 | crypt32: Get rid of encoding type argument to AsnDecodeSequence, it isn't used. |
| Juan Lang | 2007-09-18 | crypt32: Simplify DecodePathLenConstraint. |
| Dan Hipschman | 2007-09-18 | widl: Fix alignment comments. |
| Juan Lang | 2007-09-18 | setupapi: Correct type to match PSDK. |
| Juan Lang | 2007-09-18 | crypt32: Implement DecodeAltName with DecodeAltNameInternal. |
| Juan Lang | 2007-09-18 | crypt32: Use simpler form for internal time decoding functions. |
| Juan Lang | 2007-09-18 | setupapi: Add missing prototypes and definitions, and change function prototypes ... |
| Juan Lang | 2007-09-18 | crypt32: Move a comment that belonged elsewhere. |
| Juan Lang | 2007-09-18 | crypt32: Explicitly count bytes to copy in DecodeCopyBytes. |
| Juan Lang | 2007-09-18 | crypt32: Fix alignment for 64-bit systems. |
| Dan Hipschman | 2007-09-18 | widl: Implement pointer descriptions for complex structures. |
| Juan Lang | 2007-09-18 | crypt32: Introduce a space checking helper for functions that don't allocate memory ... |
| Juan Lang | 2007-09-18 | crypt32: Use AsnDecodeIntInternal where an internal function is called for. |
| Juan Lang | 2007-09-18 | crypt32: Test and correct decoding indefinite-length-encoded PKCS content. |
| Juan Lang | 2007-09-18 | crypt32: Implement streamed encoding of an indefinite-length data message. |
| Dan Hipschman | 2007-09-18 | widl: Handle all buffer sizes. |
| Juan Lang | 2007-09-18 | crypt32: Separate DecodeInt into an internal and external version. |
| Juan Lang | 2007-09-18 | crypt32: Allow items in an array to be indefinite-length encoded. |
| Juan Lang | 2007-09-18 | crypt32: Allow a sequence to have an indefinite-length encoding. |
| Juan Lang | 2007-09-18 | crypt32: Use correct encoded length when decoding a sequence. |
| Juan Lang | 2007-09-18 | crypt32: Allow indefinite-length encoding of sequence items. |
| Juan Lang | 2007-09-18 | crypt32: Set *pcbDecoded in every function. |
| Juan Lang | 2007-09-18 | setupapi: Fix return type. |
| Juan Lang | 2007-09-18 | crypt32: Don't use exception handler when decoding time zone, caller already does. |
| Juan Lang | 2007-09-18 | crypt32: Use internal decode int function a couple more places. |
| Juan Lang | 2007-09-18 | crypt32: Get rid of encoding type from AsnDecodeSequenceItems, it's never checked. |
| Juan Lang | 2007-09-18 | crypt32: Pass length rather than entire message to CRYPT_EncodeContentLength. |
| Dan Hipschman | 2007-09-18 | widl: Implement complex arrays. |
| Juan Lang | 2007-09-18 | crypt32: Use decode function's returned decoded length to advance pointer when decodi ... |
| Juan Lang | 2007-09-17 | crypt32: Return bytes decoded when decoding a sequence. |
| Juan Lang | 2007-09-17 | crypt32: Add a decoded parameter to AsnDecodeSequence. |
| Juan Lang | 2007-09-17 | crypt32: Correct GET_LEN_BYTES for the indefinite-length form. |
| Juan Lang | 2007-09-17 | crypt32: Return bytes decoded from AsnDecodeArray. |
| Juan Lang | 2007-09-17 | crypt32: Return bytes decoded when copying DER-encoded bytes. |
| Juan Lang | 2007-09-17 | crypt32: Fix alignment on 64-bit systems. |
| Juan Lang | 2007-09-17 | msi: Don't crash if record has no fields. |
| Juan Lang | 2007-09-17 | wininet: Create a TCP connection if FLAG_ICC_FORCE_CONNECTION is specified. |
| Juan Lang | 2007-09-17 | crypt32: Pass bytes decoded pointer to AsnDecodeArray. |
| Juan Lang | 2007-09-17 | msi: Initialize nested. |
| Juan Lang | 2007-09-17 | crypt32: Introduce a helper function to get encoded length that allows indefinite ... |
| Juan Lang | 2007-09-17 | crypt32: Use a simpler prototype for array decoding functions. |
| Juan Lang | 2007-09-17 | msi: Make sure nested is initialized. |
| Juan Lang | 2007-09-17 | crypt32: Update comments. |
| Juan Lang | 2007-09-17 | crypt32: Support indefinite-length encoded arrays. |
| Juan Lang | 2007-09-17 | crypt32: Remove an unneeded WINAPI. |
| Juan Lang | 2007-09-17 | crypt32: Return bytes decoded when decoding an alt name entry. |
| Juan Lang | 2007-09-17 | crypt32: Make a decode OID function that returns the number of bytes decoded. |
| Juan Lang | 2007-09-17 | crypt32: Add a test of an indefinite-length sequence. |
| Juan Lang | 2007-09-17 | crypt32: Set bytes decoded in all success paths. |
| Juan Lang | 2007-09-17 | crypt32: Correct an optimization. |
| Dan Hipschman | 2007-09-14 | widl: Add padding to the end of complex structures. |
| Dmitry Timoshkov | 2007-09-12 | shell32: Remove class cache introduced in commit f686cfab2feb9010efe82a932dc9f5904566 ... |
| Dan Hipschman | 2007-09-12 | widl: Fix an unused parameter warning on write_conf_or_var_desc. |
| Juan Lang | 2007-09-12 | wintrust: Implement SoftpubCleanup. |
| Juan Lang | 2007-09-12 | wintrust: Don't prefer native version. |
| Dan Hipschman | 2007-09-12 | widl: Use the correct functions for interface pointers in stubs. |
| Juan Lang | 2007-09-12 | wintrust: Implement WinVerifyTrust. |
| Juan Lang | 2007-09-12 | wintrust: Save signer cert so chain can be created. |
| Dan Hipschman | 2007-09-12 | widl: Add calls to NdrFooFree for more types in server stubs. |
| Juan Lang | 2007-09-12 | wintrust: Partially implement SoftpubAuthenticode. |
| Juan Lang | 2007-09-11 | rsaenh: Validate pad byte when decrypting a block cipher. |
| Juan Lang | 2007-09-11 | crypt32: Make chain tests more strict. |
| Juan Lang | 2007-09-11 | crypt32: Set subject's info status from method used to find issuer. |
| Juan Lang | 2007-09-11 | crypt32: Only decode authority key ID in subject cert once when looking for issuer. |
| Juan Lang | 2007-09-11 | crypt32: Pass subject's info status when adding an issuer to a chain. |
| Juan Lang | 2007-09-11 | crypt32: (Re)introduce helper function to get issuer certificate. |
| Juan Lang | 2007-09-10 | crypt32: Add initial tests for CertVerifyCertificateChainPolicy. |
| Juan Lang | 2007-09-10 | crypt32: Support CRYPT_DECODE_TO_BE_SIGNED_FLAG. |
| Juan Lang | 2007-09-10 | crypt32: Implement CertVerifyCertificateChainPolicy for the base policy. |
| Dan Hipschman | 2007-09-10 | widl: Output UUID files compatible with older Visual C++ and MinGW. |
| Juan Lang | 2007-09-10 | crypt32: Add a root store implementation that reads trusted certificates from well ... |
| Juan Lang | 2007-09-10 | crypt32: Add a stub for CertVerifyCertificateChainPolicy. |
| Juan Lang | 2007-09-10 | crypt32: Add policy flags definitions. |
| Juan Lang | 2007-09-10 | crypt32: Implement CertVerifyCertificateChainPolicy for the authenticode policy. |
| Juan Lang | 2007-09-10 | rsaenh: Call setup_key whenever the IV is reset. |
| Juan Lang | 2007-09-10 | rsaenh: Support setting the effective key length of RC2 keys. |
| Juan Lang | 2007-09-10 | crypt32: Add a function to create a certificate chain engine potentially before the ... |
| Juan Lang | 2007-09-10 | rsaenh: Reorder padding code to avoid unnecessary comparison. |
| Juan Lang | 2007-09-10 | crypt32: Implement CertVerifyCertificateChainPolicy for the basic constraints policy. |
| Juan Lang | 2007-09-06 | crypt32: Open world store when creating chain, not when building a simple chain. |
| Juan Lang | 2007-09-06 | crypt32: Don't abort chain creation if the root signature isn't valid. |
| Juan Lang | 2007-09-06 | crypt32: Remove a misplaced todo_wine. |
| Juan Lang | 2007-09-06 | crypt32: Separate allocating a simple chain and checking it from building it. |
| Juan Lang | 2007-09-06 | crypt32: Store world store in chain. |
| Juan Lang | 2007-09-06 | crypt32: Defer checking signatures until chain is complete. |
| Lei Zhang | 2007-09-06 | riched20: Do not pass NULL lParam to ME_ToUnicode for EM_REPLACESEL. |
| Juan Lang | 2007-09-06 | crypt32: Don't add end cert's store to world. |
| Juan Lang | 2007-09-06 | crypt32: Not finding an issuer shouldn't cause chain creation to fail. |
| Juan Lang | 2007-09-06 | crypt32: Add more tests for getting issuer cert from store. |
| Juan Lang | 2007-09-06 | crypt32: Set *ppChainContext even on error. |
| Juan Lang | 2007-09-06 | crypt32: Consider alternate issuers when building chains. |
| Juan Lang | 2007-09-06 | crypt32: Add special case for certificates with no signature algorithm. |
| Juan Lang | 2007-09-06 | crypt32: Don't ask CertGetIssuerCertificateFromStore to verify revocation status, ... |
| Juan Lang | 2007-09-06 | crypt32: Test whether chain creation should fail when a root signature is invalid. |
| Juan Lang | 2007-09-06 | crypt32: Flags weren't set, so don't bother passing them. |
| Juan Lang | 2007-09-06 | crypt32: Make a helper function to create initial candidate chain. |
| Juan Lang | 2007-09-06 | crypt32: Test that the end cert in a chain's store isn't implicitly searched for ... |
| Dan Hipschman | 2007-09-04 | widl: Allow size_is on strings. |
| Dan Hipschman | 2007-09-04 | widl: Implement NDR for struct field alignment. |
| Dan Hipschman | 2007-09-04 | widl: Fix top-level and callback conformances. |
| Juan Lang | 2007-08-31 | crypt32: Time validity nesting doesn't appear to be checked, so don't check it. |
| Juan Lang | 2007-08-31 | crypt32: The preferred issuer flag appears to be a bug in XP, so don't set it. |
| Juan Lang | 2007-08-31 | crypt32: Don't fail chain creation if signature doesn't match. |
| Juan Lang | 2007-08-31 | crypt32: Halt chain creation when a cycle is detected. |
| Juan Lang | 2007-08-31 | crypt32: Check chain root's trusted status regardless of whether its signature is ... |
| Juan Lang | 2007-08-31 | crypt32: Properly reference count certificate contexts referenced by a chain. |
| Juan Lang | 2007-08-31 | crypt32: Check path length constraint on a chain. |
| Juan Lang | 2007-08-31 | crypt32: Greatly expand certificate chain tests. |
| Juan Lang | 2007-08-31 | crypt32: Implement CertDuplicateCertificateChain. |
| Juan Lang | 2007-08-31 | crypt32: Check time of each element in chain against requested time. |
| Juan Lang | 2007-08-31 | crypt32: Add a default cycle detection modulus. |
| Juan Lang | 2007-08-31 | crypt32: Remove unneeded WINAPI from internal function. |
| Juan Lang | 2007-08-31 | crypt32: Check whether each signing certificate can be a CA. |
| Juan Lang | 2007-08-31 | crypt32: Don't fail chain creation if root isn't self-signed. |
| Juan Lang | 2007-08-31 | crypt32: Set error status on issued certificate, not on issuer. |
| Juan Lang | 2007-08-31 | crypt32: Free lower quality chain contexts. |
| Juan Lang | 2007-08-31 | crypt32: Correct combining trust status of a chain's elements into the chain's trust ... |
| Juan Lang | 2007-08-29 | winerror.h: Add more error definitions. |
| Dan Hipschman | 2007-08-29 | widl: Handle the size_is attribute on pointers. |
| Juan Lang | 2007-08-28 | wintrust: Use a helper function to get a signer's cert info from a message. |
| Juan Lang | 2007-08-28 | crypt32: Set trust status on root element in chain. |
| Dan Hipschman | 2007-08-28 | widl: Handle LPSTR in typelibs. |
| Juan Lang | 2007-08-28 | wintrust: Implement pfnCertificateTrust. |
| Juan Lang | 2007-08-28 | wintrust: Use pfnAddStore2Chain internally. |
| Juan Lang | 2007-08-28 | wintrust: Test and implement pfnAddSgnr2Chain. |
| Juan Lang | 2007-08-28 | wintrust: Save signers of a message in SoftpubLoadSignature. |
| Juan Lang | 2007-08-28 | wintrust: Test and implement pfnAddCert2Chain. |
| Juan Lang | 2007-08-28 | wintrust: Add missing definitions. |
| Juan Lang | 2007-08-28 | wintrust: Test and implement pfnAddStore2Chain. |
| Juan Lang | 2007-08-27 | wintrust: Implement SoftpubLoadSignature. |
| Juan Lang | 2007-08-27 | wintrust: Move mem alloc functions to wintrust_main.c. |
| Juan Lang | 2007-08-27 | wintrust: Test and implement SoftpubLoadMessage. |
| Juan Lang | 2007-08-27 | wintrust: Use common memory functions. |
| Juan Lang | 2007-08-27 | imagehlp: Move WIN_CERTIFICATE types to wintrust.h, and rename a type, to match PSDK. |
| Dan Kegel | 2007-08-25 | shdocvw: iexplore needs to handle the -nohome option. |
| Juan Lang | 2007-08-24 | crypt32: Partially implement CMSG_CTRL_VERIFY_SIGNATURE_EX. |
| Juan Lang | 2007-08-24 | wintrust: Test and correct alloc and free functions in WintrustLoadFunctionPointers. |
| Juan Lang | 2007-08-24 | wintrust: Add trust step error definitions. |
| Juan Lang | 2007-08-24 | wintrust: Test and implement SoftpubInitialize. |
| Juan Lang | 2007-08-24 | wintrust: Make crypt provider functions calling convention explicit. |
| Lei Zhang | 2007-08-23 | gphoto2: Import photos in the right order. |
| Lei Zhang | 2007-08-23 | gphoto2.ds: Add preview button and ability to disable import GUI. |
| Nigel Liang | 2007-08-23 | winecfg: Suport color schemes from .theme format themes. |
| Lei Zhang | 2007-08-23 | gphoto2: Add missing brackets. |
| Juan Lang | 2007-08-22 | crypt32: Implement CryptVerifyMessageSignature. |
| Juan Lang | 2007-08-22 | advapi32: Add more tests for CryptVerifySignatureW, and correct its parameter checking. |
| Juan Lang | 2007-08-22 | crypt32: Test and correct verifying the signature of a valid signed message. |
| Juan Lang | 2007-08-21 | crypt32: Make constructing handles a member of signed msg data. |
| Juan Lang | 2007-08-21 | crypt32: Update a hash message's hash handles when decoding it. |
| Juan Lang | 2007-08-21 | crypt32: Add a couple tests that show you can't get the hash from an encoded hash ... |
| Juan Lang | 2007-08-21 | crypt32: Test and implement CryptGetMessageSignerCount. |
| Juan Lang | 2007-08-21 | crypt32: Add helper function to update signed message data. |
| Juan Lang | 2007-08-21 | crypt32: Only free allocated handles. |
| Juan Lang | 2007-08-21 | crypt32: Test and implement getting the computed hash from a decoded signed message. |
| Juan Lang | 2007-08-21 | crypt32: Move signed message data functions together. |
| Juan Lang | 2007-08-21 | crypt32: Add tests for CryptMsgControl. |
| Juan Lang | 2007-08-21 | crypt32: Add a helper function to construct a signer handles structure. |
| Juan Lang | 2007-08-21 | crypt32: Make updating a hash a member of signed message data, not signed message. |
| Juan Lang | 2007-08-21 | crypt32: Separate construction of signer handles from signer info. |
| Juan Lang | 2007-08-21 | crypt32: Implement CryptGetMessageCertificates. |
| Juan Lang | 2007-08-21 | crypt32: Implement verifying a decoded signed message's signature. |
| Juan Lang | 2007-08-21 | crypt32: Trace encoding and decoding public keys on crypt channel. |
| Juan Lang | 2007-08-21 | crypt32: Test an encoded signed message with a cert with a public key. |
| Lei Zhang | 2007-08-21 | wine.inf: Add twain_32.dll to the list of fake dlls. |
| Juan Lang | 2007-08-21 | crypt32: Make a signed message data type. |
| Juan Lang | 2007-08-21 | crypt32: Explicitly terminate loop when a matching signer cert is found. |
| Juan Lang | 2007-08-21 | crypt32: Use signed message data type for decoded signed messages. |
| Juan Lang | 2007-08-21 | crypt32: Test encoding a signed message with a valid public key. |
| Juan Lang | 2007-08-21 | crypt32: Implement verifying the hash of a decoded hash message. |
| Juan Lang | 2007-08-21 | crypt32: Add a default message control function pointer. |
| Juan Lang | 2007-08-21 | crypt32: Don't keep an unneeded copy of the crypto provider for each signer. |
| Juan Lang | 2007-08-21 | crypt32: Add a mostly stub control function for decode messages. |
| Juan Lang | 2007-08-21 | crypt32: Make more functions members of signed message data, rather than message. |
| Juan Lang | 2007-08-21 | crypt32: Use a helper function to allocate signer handles. |
| Juan Lang | 2007-08-21 | crypt32: Make a helper function to a free a signed message's handles. |
| Alexandre Julliard | 2007-08-20 | comctl32: Create the manifest directory if needed (spotted by Dan Kegel). |
| Juan Lang | 2007-08-17 | crypt32: Don't store redundant copy of crypto provider in file store. |
| Juan Lang | 2007-08-17 | crypt32: Pass crypto provider and appropriate flags when opening PKCS messages, and ... |
| Juan Lang | 2007-08-17 | crypt32: Don't store the crypto provider when it isn't needed. |
| Juan Lang | 2007-08-17 | crypt32: Don't store redundant copy of crypto provider in reg store. |
| Juan Lang | 2007-08-16 | crypt32: Rename a confusing type. |
| Juan Lang | 2007-08-16 | crypt32: Where possible, pass a pointer rather than an offset, it's less confusing. |
| Juan Lang | 2007-08-16 | crypt32: Use public type and APIs for memory stores wherever possible. |
| Juan Lang | 2007-08-16 | crypt32: Remove some unnecessary casts. |
| Juan Lang | 2007-08-16 | crypt32: Move cert store definitions to header. |
| Juan Lang | 2007-08-16 | crypt32: Move collection stores to a separate file. |
| Juan Lang | 2007-08-16 | crypt32: Move file store to a separate file. |
| Juan Lang | 2007-08-16 | crypt32: Use public APIs to empty a store. |
| Juan Lang | 2007-08-16 | crypt32: Use externed vars for context variables. |
| Juan Lang | 2007-08-16 | crypt32: Move provider stores to a separate file. |
| Juan Lang | 2007-08-16 | crypt32: Move registry stores to a separate file. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipDrawString. |
| Evan Stade | 2007-08-15 | gdiplus/tests: Added GpStringFormat tests. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipAddPathBezierI. |
| Evan Stade | 2007-08-15 | gdiplus: Handle StringFormatFlagsNoWrap in GdipMeasureString. |
| Evan Stade | 2007-08-15 | gdiplus: Allow null-terminated strings in GdipDrawString. |
| Juan Lang | 2007-08-15 | wintrust: Remove redundant check of pbSignedDataMsg (Coverity). |
| Evan Stade | 2007-08-15 | gdiplus: Handle empty layout rectangle in GdipDrawString. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipSetStringFormatLineAlign/GdipGetStringFormatLineAlign. |
| Evan Stade | 2007-08-15 | gdiplus: Use DrawText instead of TabbedTextOut. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipSetLineBlend stub. |
| Evan Stade | 2007-08-15 | gdiplus: Fix default value of StringTrimmingCharacter. |
| Mikołaj Zalewski | 2007-08-15 | wininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_FLAG_REQUEST_HEADERS. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipMeasureString. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipDeleteFont. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipGetLogFontW. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipSetStringFormatHotkeyPrefix/GdipGetStringFormatHotkeyPrefix. |
| Evan Stade | 2007-08-15 | gdiplus: Fixed 2 GdipDrawString bugs. |
| Jacek Caban | 2007-08-15 | mshtml: Call setup_nswindow on load event. |
| Evan Stade | 2007-08-15 | gdiplus: Added string format constructor. |
| Evan Stade | 2007-08-15 | gdiplus: Save elements of font's style. |
| Mikołaj Zalewski | 2007-08-15 | wininet: A small test for HttpQueryInfoA. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipSetTextRenderingHint/GdipGetTextRenderingHint. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipGetStringFormatTrimming/GdipSetStringFormatTrimming. |
| Evan Stade | 2007-08-15 | gdiplus: Fixed conformance of font constructor. |
| Evan Stade | 2007-08-15 | gdiplus: Added more font tests. |
| Evan Stade | 2007-08-15 | gdiplus/tests: Added GdipAddPathLineI test. |
| Evan Stade | 2007-08-15 | gdiplus: Handle empty layout rectangle in GdipMeasureString. |
| Evan Stade | 2007-08-15 | gdiplus: Added font tests. |
| Mikołaj Zalewski | 2007-08-15 | wininet: Make HttpQueryInfo[AW] work for lpBuffer == NULL and len > 0. |
| Evan Stade | 2007-08-15 | gdiplus: Handle StringFormatFlagsNoWrap in GdipDrawString. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipDeleteStringFormat. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipGetStringFormatAlign/GdipSetStringFormatAlign. |
| Juan Lang | 2007-08-15 | crypt32: Free default chain engine. |
| Lei Zhang | 2007-08-15 | riched20: Add missing scroll bar update. |
| Lei Zhang | 2007-08-15 | riched20: Properly calculate control display height. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipAddPathLineI. |
| Juan Lang | 2007-08-14 | wintrust: Implement WTHelperGetProvCertFromChain. |
| Juan Lang | 2007-08-14 | crypt32: Fix typo. |
| Evan Stade | 2007-08-14 | gdiplus: Added GdipSetCompositingMode/GdipGetCompositingMode. |
| Evan Stade | 2007-08-14 | gdiplus: Added font constructor. |
| Juan Lang | 2007-08-14 | wintrust: Implement WTHelperProvDataFromStateData. |
| Evan Stade | 2007-08-14 | gdiplus: Better handle UnitPixel pen width. |
| Juan Lang | 2007-08-14 | crypt32: Add initial tests for certificate chains. |
| Evan Stade | 2007-08-14 | gdiplus: Added GdipDrawRectangles. |
| Juan Lang | 2007-08-14 | crypt32: Initial implementation of CertGetCertificateChain and CertFreeCertificateChain. |
| Jacek Caban | 2007-08-14 | mshtml: Make window.external visible for JavaScript code. |
| Mikołaj Zalewski | 2007-08-14 | kernel32: Return error code if WOWCallback16Ex of a real-mode function failed. |
| Juan Lang | 2007-08-14 | crypt32: Fix typo. |
| Jacek Caban | 2007-08-14 | mshtml: Return wine: URI for protocols handled by MSHTML. |
| Juan Lang | 2007-08-14 | crypt32: Set return value on exception. |
| Alexandre Julliard | 2007-08-14 | comctl32: Create a manifest file at dll registration time. |
| Mikołaj Zalewski | 2007-08-14 | winedos: Make UMB executable. |
| Juan Lang | 2007-08-14 | crypt32: Add a chain test with real certificates. |
| Juan Lang | 2007-08-14 | crypt32: Add stub for CertFreeCertificateChain. |
| Juan Lang | 2007-08-14 | wintrust: Forward WinVerifyTrustEx to WinVerifyTrust. |
| Evan Stade | 2007-08-14 | gdiplus: Added GdipRotateWorldTransform. |
| Evan Stade | 2007-08-14 | gdiplus: Added GdipScaleWorldTransform. |
| Evan Stade | 2007-08-14 | gdiplus: Added GdipCreateFontFromLogfontA. |
| Juan Lang | 2007-08-14 | crypt32: Move CertGetCertificateChain to chain.c. |
| Juan Lang | 2007-08-14 | crypt32: Set output chain to NULL. |
| Juan Lang | 2007-08-14 | wintrust: Implement WTHelperGetProvSignerFromChain. |
| Jacek Caban | 2007-08-14 | mshtml: Check use_wine_url in nsIURI::GetAsciiSpec. |
| Juan Lang | 2007-08-13 | wintrust: Implement SPC indirect data encoding. |
| Juan Lang | 2007-08-13 | crypt32: Avoid a memory allocation when decoding the subject key identifier extension. |
| Juan Lang | 2007-08-13 | crypt32: Add missing break. |
| Juan Lang | 2007-08-13 | crypt32: Test authority key identifier with a multi-byte id to show that its byte ... |
| Juan Lang | 2007-08-13 | crypt32: Test finding the issuer of a certificate. |
| Juan Lang | 2007-08-13 | wintrust: Implement SPC PE image decoding. |
| Juan Lang | 2007-08-13 | wintrust: Implement SPC PE image encoding. |
| Juan Lang | 2007-08-13 | wintrust: Implement SPC indirect data decoding. |
| Mikołaj Zalewski | 2007-08-13 | kernel: Allocate global memory with execute permission. |
| Jacek Caban | 2007-08-12 | urlmon: Wrap IBindCtx in CreateAsyncBindCtxEx. |
| Jacek Caban | 2007-08-12 | mshtml: Don't mess with gecko specific protocols. |
| Jacek Caban | 2007-08-12 | mshtml: Make get_typeinfo thread safe. |
| James Hawkins | 2007-08-11 | msi: Add tests for the RemoveFiles standard action. |
| Evan Stade | 2007-08-10 | gdiplus: Better error checking in GdipBitmapLockBits. |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipConvertToEmfPlus stub. |
| Juan Lang | 2007-08-10 | crypt32: Use helper functions to simplify CryptEncodeObject and CryptEncodeObjectEx. |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipCreateTextureIA. |
| Evan Stade | 2007-08-10 | gdiplus: Replace GetDC(0) with CreateCompatibleDC(0). |
| Juan Lang | 2007-08-10 | wintrust: Add missing definitions. |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipSetTextureTransform stub. |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipGetImageGraphicsContext. |
| Evan Stade | 2007-08-10 | gdiplus: Updated GdipCloneBrush, GdipDeleteBrush. |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipTranslateWorldTransform. |
| Juan Lang | 2007-08-10 | wintrust: Add tests for encoding and decoding SPC PE image data. |
| Juan Lang | 2007-08-10 | crypt32: Validate parameters better in CryptDecodeObject. |
| Juan Lang | 2007-08-10 | wintrust: Add stubs for SPC_LINK and SPC_PE_IMAGE encoding/decoding. |
| Juan Lang | 2007-08-10 | crypt32: Use helper functions to simplify CryptDecodeObject and CryptDecodeObjectEx. |
| Juan Lang | 2007-08-10 | wintrust: Add tests for encoding/decoding SPC links. |
| Juan Lang | 2007-08-10 | crypt32: Improve tracing when builtin function isn't available. |
| Evan Stade | 2007-08-10 | gdiplus: Fix test to pass in Windows. |
| Juan Lang | 2007-08-10 | wintrust: Implement decoding SPC links. |
| Juan Lang | 2007-08-10 | wintrust: Implement CryptSIPGetSignedDataMsg. |
| Juan Lang | 2007-08-10 | wintrust: Implement encoding SPC links. |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipDrawImageRectRect. |
| Juan Lang | 2007-08-10 | crypt32: Ex encode/decode functions should call non-Ex versions if no Ex version ... |
| Evan Stade | 2007-08-09 | gdiplus: Added GdipCreatePath2. |
| Evan Stade | 2007-08-09 | gdiplus/tests: Added GdipCreateBitmapFromScan0 test. |
| Evan Stade | 2007-08-09 | gdiplus: Added GdipSetImagePalette stub. |
| Evan Stade | 2007-08-09 | gdiplus: Added GdipFillRectangle. |
| Evan Stade | 2007-08-09 | gdiplus: Added GdipGetPenDashOffset/GdipSetPenDashOffset. |
| Evan Stade | 2007-08-09 | gdiplus: Added GdipCreateBitmapFromGraphics stub. |
| Evan Stade | 2007-08-09 | gdiplus: Fixed conformance of GdipCreateBitmapFromScan0. |
| Evan Stade | 2007-08-09 | oleaut32: Handle transparency data when loading PNG images. |
| Juan Lang | 2007-08-09 | crypt32: Use real certificates to test finding subject certificates, and correct ... |
| Juan Lang | 2007-08-09 | crypt32: Correct loading OID functions from the registry. |
| Juan Lang | 2007-08-09 | crypt32: Trace more return values. |
| James Hawkins | 2007-08-09 | msi: Implement the UnpublishFeatures standard action. |
| Mikołaj Zalewski | 2007-08-09 | user32: CallWindowProc[AW] for mismatched built-in winprocs should take into account ... |
| James Hawkins | 2007-08-09 | msi: Simplify MsiQueryComponentState, with more tests. |
| Nigel Liang | 2007-08-09 | winecfg: Fix crash when remove app button is pressed in applications tab. |
| Juan Lang | 2007-08-09 | crypt32: Add stub for I_CryptGetAsn1Decoder. |
| Evan Stade | 2007-08-08 | gdiplus: Updated brush cloner/deleter. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipDrawImageI. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipGetLineGammaCorrection/GdipSetLineGammaCorrection. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipCreateLineBrushFromRectI. |
| Evan Stade | 2007-08-08 | gdiplus: Updated GdipDrawRectangleI. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipFillRectangleI. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipSetImageAttributesColorMatrix stub. |
| Evan Stade | 2007-08-08 | gdiplus: GdipLoadImageFromStream makes initializations. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipCreateBitmapFromFile. |
| Evan Stade | 2007-08-08 | gdiplus: Don't prematurely release stream. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipBitmapLockBits. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipSetLineSigmaBlend stub. |
| Evan Stade | 2007-08-08 | gdiplus: Make GdipGetMetafileHeaderFromMetafile return Ok. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipCreateStreamOnFile. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipSetLineWrapMode. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipSetCustomLineCapStrokeCaps stub. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipCreateLineBrush. |
| Evan Stade | 2007-08-08 | gdiplus: Return width and height of metafiles. |
| Evan Stade | 2007-08-08 | gdiplus: Fixed bug drawing custom caps. |
| Huw Davies | 2007-08-07 | wininet: Fix the case when Proxy or ProxyBypass is NULL. |
| Juan Lang | 2007-08-07 | crypt32: Use the authority key identifier to search for a certificate's issuer. |
| James Hawkins | 2007-08-07 | msi: Implement the MSIINSTALLCONTEXT_MACHINE context for MsiQueryComponentState. |
| Juan Lang | 2007-08-07 | crypt32: According to MSDN, inner content is only decoded when the content type is ... |
| Juan Lang | 2007-08-07 | crypt32: Fix typo. |
| Juan Lang | 2007-08-07 | crypt32: Add a couple traces. |
| Juan Lang | 2007-08-07 | crypt32: Test and correct finding a subject certificate. |
| Nigel Liang | 2007-08-07 | winecfg: Fix apply button always available in graphics tab bug. |
| James Hawkins | 2007-08-07 | msi: Forward MsiQueryComponentStateA to MsiQueryComponentStateW. |
| Juan Lang | 2007-08-07 | crypt32: Introduce cryptasn debug channel to quiet down crypt traces. |
| Nigel Liang | 2007-08-07 | winecfg: Fix crash in graphics tab. |
| James Hawkins | 2007-08-07 | msi: Add tests for MsiQueryComponentState. |
| James Hawkins | 2007-08-07 | msi: Implement the remaining contexts for MsiQueryComponentState. |
| Juan Lang | 2007-08-07 | crypt32: Implement CertRDNValueToStr for UTF-8 strings. |
| Evan Stade | 2007-08-04 | gdiplus: Added GdipImageGetFrameDimensionsList stub. |
| James Hawkins | 2007-08-04 | msi: Fix the size allocated for the deferred custom action string. |
| Evan Stade | 2007-08-04 | gdiplus: Allow non-default GdiplusStartupInput. |
| Evan Stade | 2007-08-04 | gdiplus: Added GdipCreateBitmapFromStream. |
| Evan Stade | 2007-08-04 | oleaut32: Allow PNG_COLOR_TYPE_RGB_ALPHA. |
| Evan Stade | 2007-08-04 | gdiplus: Added GdipGetImagePixelFormat. |
| Nigel Liang | 2007-08-04 | winecfg: Fix crash caused by calling set_reg_key with NULL value. |
| Evan Stade | 2007-08-04 | gdiplus: Added GdipImageSelectActiveFrame stub. |
| Evan Stade | 2007-08-03 | gdi32: Don't print fixme more than once. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipCreatePathGradient. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipS/GetPathGradientGammaCorrection. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipG/SetPathGradientCenterPoint. |
| Evan Stade | 2007-08-03 | gdiplus: Removed old fixmes. |
| Evan Stade | 2007-08-03 | gdiplus: Use custom cap base inset differently. |
| Evan Stade | 2007-08-03 | gdiplus: Updated GpBrush functions. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipG/SetPathGradientFocusScales. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipGetPathGradientPointCount. |
| Evan Stade | 2007-08-03 | gdiplus: Alphabetized header. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipSetPathGradientSigmaBlend stub. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipS/GetPathGradientSurroundColorsWithCount stubs. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipIsOutlineVisiblePathPointI stub. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipSetPathGradientCenterColor. |
| Evan Stade | 2007-08-02 | gdiplus: Added solid-color path gradient brush implementation. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipSetPathGradientWrapMode. |
| Alexandre Julliard | 2007-08-02 | ntdll: Relax the activation context size check. |
| Juan Lang | 2007-08-02 | crypt32: Add CERT_ID_XXX defines. |
| Juan Lang | 2007-08-02 | crypt32: Test encoding a cert with a subject key identifier extension. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipClonePath. |
| Juan Lang | 2007-08-02 | crypt32: Test and fix getting a certificate context's key identifier property. |
| Evan Stade | 2007-08-02 | oleaut32: Slight correction to EMF rendering. |
| Juan Lang | 2007-08-02 | crypt32: Test encoding/decoding a couple more alt name entry types. |
| Juan Lang | 2007-08-02 | crypt32: Add and use a helper function for getting cert properties. |
| Juan Lang | 2007-08-02 | crypt32: Implement encoding OID and directory name alt name entries. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipDrawLine. |
| Juan Lang | 2007-08-02 | crypt32: Fix typo in key context property test, and the problems it hid. |
| Juan Lang | 2007-08-02 | crypt32: Implement decoding OID and directory name alt name entries. |
| Nigel Liang | 2007-08-02 | winecfg: Remove bad default setting for logpixels registery. |
| Dmitry Timoshkov | 2007-08-02 | gdi32: Also print a readable table name in the failure notice. |
| Nigel Liang | 2007-08-02 | winecfg: Read/write registry in unicode. |
| Mikołaj Zalewski | 2007-08-02 | write.exe: Add a new program that calls wordpad.exe. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipFillPolygon. |
| Evan Stade | 2007-08-02 | gdiplus: Don't suggest image size when converting WMF to EMF. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipSetPenWidth. |
| Juan Lang | 2007-08-02 | crypt32: Support finding certificates by cert id. |
| Juan Lang | 2007-08-02 | crypt32: Get rid of bogus check and improve traces for unexpected alt name entry ... |
| Juan Lang | 2007-08-02 | crypt32: Test encoding a cert with a public key. |
| Juan Lang | 2007-08-02 | crypt32: Introduce a OID decoding function that ignores the tag and use it where ... |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipSetImageAttributesColorKeys stub. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipGetMetafileHeaderFromMetafile stub. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipGetMatrixElements. |
| Evan Stade | 2007-08-01 | gdiplus: Fix memory leak in GdipCreateMetafileFromWMF. |
| Jacek Caban | 2007-08-01 | shdocvw: Wrong PostData VT is not an error. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipSetMatrixElements. |
| Jacek Caban | 2007-08-01 | mshtml: Release typelib in PROCESS_DETACH. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipCreateBitmapFromScan0. |
| Evan Stade | 2007-08-01 | gdiplus: Changed GdipGetImageType. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipRemovePropertyItem stub. |
| Evan Stade | 2007-08-01 | gdiplus: Implemented GdipDisposeImageAttributes. |
| Evan Stade | 2007-08-01 | gdiplus: Added partial implementation of GdipSaveImageToStream. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipCreateMatrix3. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipFindFirstImageItem stub. |
| Evan Stade | 2007-08-01 | gdiplus: Implemented GdipDisposeImage. |
| Evan Stade | 2007-08-01 | gdiplus: Extend GdipDrawImagePointsRect. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipGetPropertyItemSize stub. |
| Evan Stade | 2007-08-01 | gdiplus: Track width and height of GpBitmaps. |
| James Hawkins | 2007-08-01 | msi: Add tests for joining three tables. |
| Evan Stade | 2007-08-01 | gdiplus: Implemented GdipLoadImageFromStreamICM. |
| Evan Stade | 2007-08-01 | gdiplus: Change include list on 3 tests. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipCreateBitmapFromStreamICM. |
| Evan Stade | 2007-08-01 | gdiplus: Added more stubs to gdiplus.spec. |
| James Hawkins | 2007-08-01 | msi: Reimplement joins to allow joining any number of tables, each of arbitrary size. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipBitmapGetPixel stub. |
| Evan Stade | 2007-07-31 | gdi32: Added more tests for ExtCreatePen on PS_USERSTLYE. |
| Evan Stade | 2007-07-31 | gdi32: Handle PS_USERSTYLE in ExtCreatePen. |
| Juan Lang | 2007-07-31 | crypt32: Use the outer content's signature algorithm rather than the public key's ... |
| Jacek Caban | 2007-07-31 | shdocvw: Added GetExternal implementation. |
| Juan Lang | 2007-07-31 | crypt32: Remove bad special case, it isn't necessary since the outer content specifie ... |
| Evan Stade | 2007-07-31 | gdiplus: Partial implementation of GdipDrawImagePointsRect. |
| Jacek Caban | 2007-07-31 | mshtml: Added IHTMLWindow::get_external implementation. |
| Nigel Liang | 2007-07-31 | winecfg: Add menu font settings to desktop integration tab. |
| Evan Stade | 2007-07-31 | gdiplus: Added GdipGetImageBounds stub. |
| Dmitry Timoshkov | 2007-07-31 | gdi32: Make GetFontData traces more readable. |
| Evan Stade | 2007-07-31 | gdiplus: Added a minimal implementation of GdipCreateImageAttributes. |
| Evan Stade | 2007-07-31 | gdiplus: Added ImageAttributes stubs. |
| Alexandre Julliard | 2007-07-31 | ntdll: Load dll from the directory containing the manifest for local assemblies. |
| Evan Stade | 2007-07-31 | gdiplus: Implemented GdipGetImageBounds for metafiles. |
| Evan Stade | 2007-07-31 | gdiplus: Implemented GdipGetImageType. |
| Evan Stade | 2007-07-31 | gdiplus: Partial implementation of GdipCreateMetafileFromWMF. |
| Evan Stade | 2007-07-31 | gdiplus: Added GdipDrawImagePointsRect stub. |
| Evan Stade | 2007-07-31 | oleaut32: Recognize EMF header when loading picture. |
| Evan Stade | 2007-07-31 | gdi32: Improve ExtCreatePen parameter checking. |
| Alexandre Julliard | 2007-07-30 | ntdll: Allow optional elements in the comClass element. |
| Juan Lang | 2007-07-30 | crypt32: Simplify alignment calculation. |
| Nigel Liang | 2007-07-30 | winecfg: Add trackbar to set screen resolution in graphics tab. |
| Alexandre Julliard | 2007-07-30 | ntdll: Convert the XML parser to Unicode to support UCS-16 manifests. |
| Juan Lang | 2007-07-30 | crypt32: Implement getting inner content of a decoded signed message. |
| Alexandre Julliard | 2007-07-30 | ntdll: Fix a compiler warning. |
| Juan Lang | 2007-07-30 | crypt32: Add a few traces. |
| Lei Zhang | 2007-07-30 | ntdll: Add Bolivian time zone info. |
| Juan Lang | 2007-07-30 | crypt32: Implement getting the signer cert info from a decoded signed message. |
| Jacek Caban | 2007-07-30 | mshtml: Added mshtml.tlb registration. |
| James Hawkins | 2007-07-30 | msi: Treat an empty string and a NULL string as the same value. |
| Juan Lang | 2007-07-30 | crypt32: Separate decoding PKCS signer info into internal and external versions. |
| Juan Lang | 2007-07-30 | crypt32: Implement getting signer info from a decoded signed message. |
| Alexandre Julliard | 2007-07-30 | ntdll: Use the exact size of the manifest file. |
| Juan Lang | 2007-07-30 | crypt32: Add missing definitions. |
| Alexandre Julliard | 2007-07-30 | ntdll: Avoid activation context leak for dlls with no imports. |
| Juan Lang | 2007-07-30 | crypt32: Support getting the inner content OID from a decoded signed message. |
| James Hawkins | 2007-07-30 | msiexec: Implement a stub MSIServer service. |
| Alexandre Julliard | 2007-07-30 | ntdll: Fixed the null bytes check in RtlIsTextUnicode. |
| Jacek Caban | 2007-07-30 | mshtml: Added HTMLWindow's IDispatch methods implementation. |
| James Hawkins | 2007-07-30 | msi: Add a stub implementation of MsiSourceListEnumSourcesA. |
| Juan Lang | 2007-07-30 | crypt32: Test getting more parameters from a decoded signed message. |
| Jacek Caban | 2007-07-30 | winhttp: Added winhttp.dll. |
| Juan Lang | 2007-07-30 | crypt32: Add CryptMsgControl stub. |
| Juan Lang | 2007-07-30 | crypt32: Get rid of attribute certs from signed info, they're not supported anyway. |
| Jacek Caban | 2007-07-29 | mshtml.idl: Added some missing attributes. |
| Jacek Caban | 2007-07-29 | widl: Reorder switch cases to keep alphabetical order. |
| Jacek Caban | 2007-07-29 | widl: Added displaybind attribute handling. |
| Jacek Caban | 2007-07-29 | widl: Use correct bytes in write_value. |
| Jacek Caban | 2007-07-29 | widl: Added nonbrowsable attribute handling. |
| Jacek Caban | 2007-07-29 | mshtml: Added mshtml.tlb. |
| Juan Lang | 2007-07-27 | crypt32: A decoded message's parameters are dependent on its type. |
| James Hawkins | 2007-07-27 | msi: Initialize the size parameter. |
| Juan Lang | 2007-07-27 | crypt32: Add tests for message stores. |
| Juan Lang | 2007-07-27 | crypt32: Test getting parameters from decoded signed messages. |
| Juan Lang | 2007-07-27 | crypt32: Implement message stores. |
| James Hawkins | 2007-07-27 | msi: Implement the MSIMODIFY_UPDATE command in the SELECT view. |
| Evan Stade | 2007-07-27 | gdiplus: Check custom dash array for bad properties. |
| James Hawkins | 2007-07-27 | msi: Add more tests for MSIMODIFY_UPDATE. |
| James Hawkins | 2007-07-27 | msi: Keep track of the wildcard record index. |
| Evan Stade | 2007-07-27 | gdiplus/tests: More GdipSetPenDashArray tests. |
| Juan Lang | 2007-07-27 | crypt32: Change type to avoid unnecessary casting. |
| James Hawkins | 2007-07-27 | msi: Use a more unique property separator. |
| Alexandre Julliard | 2007-07-27 | ntdll: Simply store the assembly type without interpreting it. |
| Juan Lang | 2007-07-27 | crypt32: Only destroy a decoded message's hash if it's been created. |
| Evan Stade | 2007-07-27 | gdiplus: Fixed a typo. |
| Juan Lang | 2007-07-27 | crypt32: Store decoded signed content in message. |
| Juan Lang | 2007-07-27 | crypt32: Correct type of a decoded signed message. |
| Evan Stade | 2007-07-27 | gdiplus: Draw custom dashes. |
| Juan Lang | 2007-07-27 | crypt32: Implement getting some parameters from a decoded signed message. |
| Evan Stade | 2007-07-26 | gdiplus: Added GdipAddPathEllipse. |
| Evan Stade | 2007-07-26 | gdiplus: Fix memory leak. |
| Evan Stade | 2007-07-26 | gdiplus/tests: Added GdipAddPathEllipse test. |
| Juan Lang | 2007-07-26 | crypt32: Add initial tests for decoding signed messages. |
| Alexandre Julliard | 2007-07-26 | ntdll: Activate the module's activation context while resolving imports and attaching. |
| Juan Lang | 2007-07-26 | crypt32: Test and implement encoding signed messages with authenticated attributes. |
| Juan Lang | 2007-07-26 | crypt32: Test and fix encoding and decoding of attributes in PKCS signers. |
| Juan Lang | 2007-07-26 | crypt32: Trace a few more items when decoding. |
| Evan Stade | 2007-07-26 | gdiplus/tests: Added pen dash array tests. |
| Evan Stade | 2007-07-26 | gdiplus: Fix arc2polybezier. |
| Alexandre Julliard | 2007-07-26 | ntdll: Support single quotes around XML attribute values. |
| Juan Lang | 2007-07-26 | crypt32: Don't check tag in CRYPT_DecodeDERArray, caller already does. |
| Juan Lang | 2007-07-26 | crypt32: Test getting the hash from a hash message with an invalid index. |
| Evan Stade | 2007-07-26 | gdiplus: Added GdipSetPenDashArray/GdipGetPenDashArray. |
| Jacek Caban | 2007-07-26 | kernel32: Added a number of activation context tests. |
| Juan Lang | 2007-07-26 | crypt32: Remove redundant assignment. |
| Alexandre Julliard | 2007-07-26 | ntdll: Improve some activation context traces. |
| Juan Lang | 2007-07-26 | crypt32: Partially implement decoding of signed messages. |
| Juan Lang | 2007-07-26 | crypt32: Actually skip content when skipping an item in a sequence. |
| Alexandre Julliard | 2007-07-25 | ntdll: Check existing dependencies in activation context before adding a new one. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipDisposeImage stub. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipSetWorldTransform/GdipGetWorldTransform. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipCloneMatrix. |
| Jacek Caban | 2007-07-25 | kernel32: Added FindActCtxSectionStringA implementation. |
| Evan Stade | 2007-07-25 | gdiplus: Use world transform when drawing points. |
| Evan Stade | 2007-07-25 | gdiplus: Make pen width depend on world transform. |
| Evan Stade | 2007-07-25 | gdiplus: Limit fixme output. |
| Alexandre Julliard | 2007-07-25 | ntdll: Store the base directory for an assembly (based on a patch by Eric Pouech). |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipGetImageType stub. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipLoadImageFromStreamICM stub. |
| Alexandre Julliard | 2007-07-25 | ntdll: Don't add an empty assembly when creating an activation context. |
| Evan Stade | 2007-07-25 | gdiplus: Added support for more page units. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipSetPageScale/GdipGetPageScale. |
| Alexandre Julliard | 2007-07-25 | ntdll: Use activation contexts information to load dlls (based on a patch by Jacek ... |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipCreateMetafileFromEmf stub. |
| Alexandre Julliard | 2007-07-25 | ntdll: Fix return status when failing to load the associated manifest for a module. |
| Evan Stade | 2007-07-25 | gdiplus: Create gdi pen every time gdi+ pen is used. |
| Evan Stade | 2007-07-25 | gdiplus: Image getter stubs. |
| Alexandre Julliard | 2007-07-25 | ntdll: Create the per-module activation context at module load time. |
| Alexandre Julliard | 2007-07-25 | ntdll: Initial implementation of RtlQueryInformationActivationContext. |
| Alexandre Julliard | 2007-07-25 | ntdll: Create the process activation context at initialization time. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipCreateMetafileFromWmf stub. |
| Juan Lang | 2007-07-24 | crypt32: Test and implement getting the encoded signers from an encoded signed message. |
| James Hawkins | 2007-07-24 | msi: Add handling for the MSIMODIFY_UPDATE command. |
| Matt Jones | 2007-07-24 | kernel32: Added test for bad arguments to SetThreadPriority, test for correct error ... |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipGetPenColor stub. |
| Juan Lang | 2007-07-24 | crypt32: Add a partial stub for updating a signed encoded message. |
| Evan Stade | 2007-07-24 | gdiplus: Use page unit when drawing. |
| Juan Lang | 2007-07-24 | crypt32: Add tests for updating signed encoded messages. |
| Juan Lang | 2007-07-24 | crypt32: Partially implement encoding signed messages. |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipSetPenBrushFill. |
| Juan Lang | 2007-07-24 | crypt32: Use consistent types for storing and encoding signed encode data. |
| Juan Lang | 2007-07-24 | crypt32: Implement getting outer content of a signed message. |
| Juan Lang | 2007-07-24 | crypt32: Add tests for getting an encoded signed message's parameters. |
| Evan Stade | 2007-07-24 | gdiplus: Implemented GdipSetSolidFillColor/GdipGetSolidFillColor. |
| James Hawkins | 2007-07-24 | msi: Properly delete the columns view. |
| Juan Lang | 2007-07-24 | crypt32: Use set encoding function for encoding PKCS signed info. |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipSetSolidFillColor and GdipGetSolidFillColor stubs. |
| Evan Stade | 2007-07-24 | gdiplus/tests: Added pen brush fill test. |
| Juan Lang | 2007-07-24 | crypt32: Implement getting the hash for each signer of a signed encoded message. |
| James Hawkins | 2007-07-24 | msi: Use a different separator as a semi-colon may separate values in the CustomActio ... |
| Matt Jones | 2007-07-24 | server: Only commit SetThreadPriority if new priority is correct. |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipFillPolygonI. |
| Juan Lang | 2007-07-24 | crypt32: Implement getting version from an encoded signed message. |
| Juan Lang | 2007-07-24 | crypt32: Hash and sign data when updating signed messages. |
| James Hawkins | 2007-07-24 | msi: Add tests for the MSIMODIFY_UPDATE command. |
| Nigel Liang | 2007-07-24 | winex11.drv: Take into account position of preedit area in PreEditCaretCallback. |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipGetPenBrushFill. |
| Juan Lang | 2007-07-24 | crypt32: Separate signer handles from signer info to avoid unnecessary memory allocation. |
| Evan Stade | 2007-07-24 | gdiplus: Implemented GdipSetPenColor. |
| Juan Lang | 2007-07-24 | crypt32: Add tests for opening non-detached signed messages, and clarify detached ... |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipSetPageUnit. |
| Juan Lang | 2007-07-24 | crypt32: More parameter checking for opening signed encoded messages. |
| Juan Lang | 2007-07-24 | crypt32: Test and implement encoding signed data messages with CRLs. |
| Juan Lang | 2007-07-24 | crypt32: Test and implement encoding signed messages with certificates. |
| Juan Lang | 2007-07-24 | crypt32: Add tests for signed message encoding. |
| Juan Lang | 2007-07-23 | crypt32: Introduce function to encode an array of items as a set. |
| Juan Lang | 2007-07-23 | crypt32: Check for and fail on indefinite-length encoding. |
| Evan Stade | 2007-07-21 | gdiplus: Use base inset for custom line caps. |
| James Hawkins | 2007-07-21 | msi: Ref count temporary columns and release them when necessary. |
| Evan Stade | 2007-07-21 | gdiplus: Added startcap rendering. |
| Evan Stade | 2007-07-21 | gdiplus: Added rendering of fill-path type custom line caps. |
| Evan Stade | 2007-07-21 | gdiplus: Change atan2 to gdiplus_arctan2. |
| Juan Lang | 2007-07-21 | crypt32: Add tests for opening signed message to encode. |
| Juan Lang | 2007-07-21 | crypt32: Add stub encoded signed message. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipRotateMatrix. |
| Evan Stade | 2007-07-20 | gdiplus: Use atan2 instead of atan. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipScaleMatrix. |
| Evan Stade | 2007-07-20 | gdiplus: Initial custom line caps implementation. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipCloneBrush. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipCreateMatrix. |
| Alexandre Julliard | 2007-07-20 | ntdll: Don't fail to load manifests that contain unknown elements or attributes. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipSetPenStartCap. |
| Evan Stade | 2007-07-20 | gdiplus: Added custom line cap setters. |
| Evan Stade | 2007-07-20 | gdiplus: Added rendering of custom line caps. |
| Evan Stade | 2007-07-20 | gdiplus: Associate a brush with a pen. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipCloneCustomLineCap. |
| Evan Stade | 2007-07-20 | gdiplus: Updated GdipClonePen to clone pen's members by value, not reference. |
| Juan Lang | 2007-07-20 | crypt32: Move decoding hash messages to a helper function. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipTranslateMatrix. |
| Alexandre Julliard | 2007-07-20 | ntdll: Add support for abbreviated empty elements in manifests. |
| James Hawkins | 2007-07-20 | msi: Implement adding columns using the ALTER command. |
| Mikołaj Zalewski | 2007-07-19 | comctl32: tooltips: Remove broken support for non-NULL-terminated strings in TOOLTIPS ... |
| Alexandre Julliard | 2007-07-19 | ntdll: Add infrastructure for loading manifest dependencies (based on a patch by ... |
| Nigel Liang | 2007-07-19 | winex11.drv: Implement XIMPreEditCaretCallback. |
| Jacek Caban | 2007-07-19 | ntdll: Beginnings of manifest parsing. |
| Alexandre Julliard | 2007-07-19 | ntdll: Abstract the entity array type as we need it for assemblies too. |
| Alexandre Julliard | 2007-07-19 | ntdll: Cope with missing assemblyIdentity elements in manifests. |
| Alexandre Julliard | 2007-07-19 | ntdll: Add parsing of the processor architecture in manifests. |
| Alexandre Julliard | 2007-07-19 | ntdll: Add infrastructure for loading a manifest file or resource. |
| Evan Stade | 2007-07-19 | winex11.drv: Draw dashed lines for extended pens. |
| Alexandre Julliard | 2007-07-19 | ntdll: Add support for optional flag in dependencies. |
| Alexandre Julliard | 2007-07-19 | ntdll: Implemented handling of the per-thread activation context stack. |
| Juan Lang | 2007-07-19 | crypt32: Implement querying computed hash of a decoded hash message. |
| Alexandre Julliard | 2007-07-19 | kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech). |
| Jacek Caban | 2007-07-19 | ntdll: Added parsing of the asmv2:hash element in manifests. |
| Jacek Caban | 2007-07-19 | ntdll: Add parsing of dependencies in manifests. |
| Alexandre Julliard | 2007-07-19 | ntdll: Add parsing of the version in manifests (based on a patch by Jacek Caban). |
| Mikołaj Zalewski | 2007-07-19 | user32/tests: Simplify a test. |
| Alexandre Julliard | 2007-07-19 | ntdll: Move private data to make room in the TEB for the activation context data. |
| James Hawkins | 2007-07-19 | msi: Implement reference counting for tables, manipulated with the HOLD and FREE ... |
| Mikołaj Zalewski | 2007-07-19 | comctl32: toolbar: Test and fix invalid indexes passed in TB_ISBUTTON*. |
| Alexandre Julliard | 2007-07-19 | ntdll: Skip xml comments in manifests. |
| Juan Lang | 2007-07-19 | crypt32: Store hash algorithm ID along with other parameters when decoding a hash ... |
| Alexandre Julliard | 2007-07-19 | ntdll: Added manifest lookup in global winsxs directory (based on a patch by Jacek ... |
| Jacek Caban | 2007-07-19 | ntdll: Added parsing of file elements in manifests. |
| Dmitry Timoshkov | 2007-07-19 | rpcrt4: Fix the buffer bounds check. |
| Jacek Caban | 2007-07-19 | ntdll: Store the windows directory too. |
| Juan Lang | 2007-07-19 | crypt32: Store (most) parameters of a decoded hash message. |
| Evan Stade | 2007-07-19 | gdi32: Improved PolyDraw in path closed case. |
| James Hawkins | 2007-07-19 | msi: Add more tests for the ALTER command. |
| Huw Davies | 2007-07-19 | wininet: Stub for InternetQueryFortezzaStatus(). |
| Huw Davies | 2007-07-18 | wininet: Certain options of InternetQueryOption can take a NULL handle, so don't ... |
| Juan Lang | 2007-07-18 | msi: Return FALSE from MsiGetMode for MSIRUNMODE_OPERATIONS. |
| James Hawkins | 2007-07-18 | Revert "msi: Only call a custom action remotely if the type is msidbCustomActionTypeI ... |
| Juan Lang | 2007-07-18 | wincrypt: Add more missing definitions. |
| Evan Stade | 2007-07-18 | gdiplus: Added GdipClonePen. |
| Huw Davies | 2007-07-18 | wininet: Stubs for IsUrlCacheEntryExpired[AW]. |
| James Hawkins | 2007-07-18 | msi: Only double the size if the remote call is from MsiGetPropertyA. |
| Evan Stade | 2007-07-18 | gdiplus: Added GdipMultiplyMatrix. |
| Evan Stade | 2007-07-18 | gdiplus: Added GdipGetPenDashStyle. |
| James Hawkins | 2007-07-17 | vdmdbg: Add a stub implementation of VDMEnumTaskWOW. |
| James Hawkins | 2007-07-17 | msi: Only call a custom action remotely if the type is msidbCustomActionTypeInScript. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipPathIterCopyData. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipSetPenDashStyle. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipSetPenMiterLimit. |
| Juan Lang | 2007-07-17 | crypt32: Fix typo. |
| Evan Stade | 2007-07-17 | gdi32: Added PATH_PolyDraw. |
| Juan Lang | 2007-07-17 | crypt32: Add a few tests for decoded message parameters. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipPathIterNextSubpath. |
| Juan Lang | 2007-07-17 | crypt32: Use property list for decoded message parameters. |
| Juan Lang | 2007-07-17 | crypt32: Remove a redundant line. |
| Juan Lang | 2007-07-17 | crypt32: Fix a bad comment. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipAddPathBeziers. |
| Juan Lang | 2007-07-17 | crypt32: Move digested data encoding to encode.c. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipSetPenLineCap197819. |
| Juan Lang | 2007-07-17 | crypt32: Add tests for decoding a hash message. |
| Evan Stade | 2007-07-17 | gdi32: Added PolyDraw tests. |
| Juan Lang | 2007-07-17 | crypt32: Implement getting content of a data message. |
| Juan Lang | 2007-07-17 | crypt32: Implement decoding hash messages. |
| Evan Stade | 2007-07-17 | gdiplus: Export GdipSetPenLineJoin. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipPathIterRewind. |
| Evan Stade | 2007-07-17 | gdiplus: Initial path iterator implementation. |
| Juan Lang | 2007-07-17 | crypt32: Add a couple more parameter tests for hash messages. |
| Dmitry Timoshkov | 2007-07-16 | shell32: Add a cache for queried shell folder interfaces. |
| Huw Davies | 2007-07-16 | kernel32: Overlapped pipe tests. |
| James Hawkins | 2007-07-16 | msi: Load the AdminProperties stream if the package is an Admin package. |
| Evan Stade | 2007-07-14 | gdiplus: Added pixel offset mode. |
| Evan Stade | 2007-07-14 | gdiplus: Added GdipFillPath. |
| Evan Stade | 2007-07-14 | gdiplus: Added GpGraphics save/restore tests. |
| Evan Stade | 2007-07-14 | gdiplus: GdipSaveGraphics/GdipRestoreGraphics stubs. |
| Evan Stade | 2007-07-14 | gdiplus: Added interpolation mode. |
| Evan Stade | 2007-07-14 | gdiplus: Simplified GdipDrawPath by moving more of the code to the helpers. |
| Evan Stade | 2007-07-14 | gdiplus: Added GdipSetPathFillMode. |
| Evan Stade | 2007-07-14 | gdiplus: Added compositing quality. |
| Evan Stade | 2007-07-14 | gdiplus: Added smoothing modes. |
| Evan Stade | 2007-07-14 | gdiplus: Constructor tests for GpGraphics. |
| James Hawkins | 2007-07-13 | msi: Fix three tests that were failing in Windows. |
| Evan Stade | 2007-07-13 | gdiplus: Use passed pen in GdipAddPathWorldBound. |
| Evan Stade | 2007-07-13 | gdiplus: Added GdipResetPath. |
| James Hawkins | 2007-07-13 | msi: Fix automation.c compile for MSVC. |
| Evan Stade | 2007-07-13 | gdiplus: Added GdipAddPathPath. |
| Evan Stade | 2007-07-13 | gdiplus: Added GdipSetPenLineJoin. |
| James Hawkins | 2007-07-13 | msi: Add a test for installing from different current working directories. |
| Juan Lang | 2007-07-13 | crypt32: Fix decoding sequences with extra trailing data. |
| Juan Lang | 2007-07-13 | crypt32: Implement decoding data messages (when opened in non-streaming mode). |
| James Hawkins | 2007-07-13 | msi: Fix compilation in MSVC. |
| Juan Lang | 2007-07-13 | crypt32: Store crypt provider in decode message. |
| James Hawkins | 2007-07-13 | msi: Add a test for running an ADMIN install. |
| Evan Stade | 2007-07-13 | gdiplus: Added GdipGetPathFillMode. |
| Evan Stade | 2007-07-13 | gdiplus: Added GdipAddPathPath test. |
| Evan Stade | 2007-07-13 | gdiplus: Added more GdipGetPathWorldBounds tests. |
| Evan Stade | 2007-07-13 | gdiplus: Improved GdipGetPathWorldBounds handling of both matrix and pen's effect ... |
| Juan Lang | 2007-07-13 | crypt32: Partially implement updating decode messages. |
| Juan Lang | 2007-07-13 | crypt32: Add test showing extra trailing bytes should be tolerated in encoded data. |
| Juan Lang | 2007-07-12 | crypt32: Copy data in hash message update. |
| Evan Stade | 2007-07-12 | gdiplus: Added draw_polybezier error checking. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipGetPathWorldBounds test. |
| Juan Lang | 2007-07-12 | crypt32: Don't check if msg is NULL, tests show native doesn't either. |
| Evan Stade | 2007-07-12 | gdiplus: Added basic matrix implementation. |
| Evan Stade | 2007-07-12 | gdiplus: Fixed memory leak in GdipDeletePath. |
| Juan Lang | 2007-07-12 | crypt32: Test opening hash messages to encode with streaming. |
| Juan Lang | 2007-07-12 | crypt32: Add more missing defines. |
| Juan Lang | 2007-07-12 | crypt32: Update comments about hash message version numbers. |
| James Hawkins | 2007-07-12 | msi: Fix a copy and paste error. |
| Juan Lang | 2007-07-12 | crypt32: Simplify hash value tests. |
| Juan Lang | 2007-07-12 | crypt32: Implement getting a hash message's hash value. |
| Juan Lang | 2007-07-12 | crypt32: Add open tests for hash messages. |
| Juan Lang | 2007-07-12 | crypt32: Implement streamed encoding of definite-length data messages. |
| Juan Lang | 2007-07-12 | crypt32: Add tests for updating hash messages opened to encode. |
| Juan Lang | 2007-07-12 | crypt32: Introduce an updated state, and use it to remove boolean "begun". |
| Juan Lang | 2007-07-12 | crypt32: Add a helper function to copy params. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipDrawPath. |
| Juan Lang | 2007-07-12 | crypt32: Relax a test, the specific error isn't so important. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipStartPathFigure. |
| Juan Lang | 2007-07-12 | crypt32: Add tests for retrieving the content of a non-finalized (detached) message. |
| Juan Lang | 2007-07-12 | crypt32: Implement retrieving a hashed message's content. |
| Evan Stade | 2007-07-12 | gdiplus: Updated GdipDrawLines to use SaveDC()/RestoreDC()/end caps. |
| Juan Lang | 2007-07-12 | crypt32: Implement getting hash message version. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipGetPathWorldBounds. |
| Juan Lang | 2007-07-12 | crypt32: Partially implement updating hash messages. |
| Juan Lang | 2007-07-12 | crypt32: Add tests for hash message encoding. |
| Evan Stade | 2007-07-12 | gdiplus: Added draw_polyline error checking. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipAddPathArc. |
| Juan Lang | 2007-07-12 | crypt32: Introduce an algorithm id encoding function that encodes missing parameters ... |
| Juan Lang | 2007-07-12 | crypt32: Test updating hash messages with NULL stream output function. |
| Evan Stade | 2007-07-12 | gdiplus: Changed the way the direction of the endcap is calculated to make LineCapArr ... |
| Evan Stade | 2007-07-12 | gdiplus: Moved two inline helpers to the header. |
| Juan Lang | 2007-07-12 | crypt32: Make some encoding functions available outside encode.c. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipTransformMatrixPoints. |
| Evan Stade | 2007-07-12 | gdiplus: Updated GdipDrawArc to use SaveDC()/RestoreDC()/line caps. |
| Juan Lang | 2007-07-12 | crypt32: Detached hash messages don't contain the content, so don't make a copy of it. |
| Juan Lang | 2007-07-12 | crypt32: Add a stub hash message implementation. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipTransformMatrixPoints test. |
| James Hawkins | 2007-07-12 | msi: Reload properties as they may have been changed by a transform. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipAddPathArc test. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipTransformPath. |
| Juan Lang | 2007-07-12 | crypt32: Add tests for getting hash message params. |
| Juan Lang | 2007-07-12 | crypt32: Change finalized from a boolean to a state and use it to simplify message ... |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipCreateMatrix2 test. |
| Huw Davies | 2007-07-11 | kernel32: Swap incorrect use of buffers. |
| Lei Zhang | 2007-07-11 | winex11.drv: Remove old dnd code. |
| Juan Lang | 2007-07-11 | rsaenh: Get rid of the hash idle state, native doesn't behave as though it has one. |
| Evan Stade | 2007-07-11 | gdiplus: Changed calls to floor to floorf. |
| James Hawkins | 2007-07-11 | msi: Fix current _Property table tests and add more tests. |
| Mikołaj Zalewski | 2007-07-11 | msxml3/tests: Avoid a crash that happens on some native systems. |
| Huw Davies | 2007-07-11 | kernel32: SetNamedPipeHandleState() is a stub, so for now don't check its return ... |
| James Hawkins | 2007-07-11 | msi: Add tests for adding properties in a transform. |
| James Hawkins | 2007-07-11 | msi: Add tests for adding properties with a transform during an install. |
| Evan Stade | 2007-07-10 | gdiplus: Added constructor and destructor test for gdiplus paths. |
| James Hawkins | 2007-07-10 | msi: Check for NULL transform, as there may be no transforms for the _Columns or ... |
| Mikołaj Zalewski | 2007-07-10 | comctl32: toolbar: The iImage in TBN_GETDISPINFO should be initialized to -1. |
| James Hawkins | 2007-07-10 | msi: Match the changes made by the hand-generated and API-generated transforms. |
| Evan Stade | 2007-07-10 | gdiplus: Added a test for GdipAddPathLine2. |
| Evan Stade | 2007-07-10 | gdiplus: GdipDrawCurve2 now uses SaveDC()/RestoreDC() and end caps. |
| Evan Stade | 2007-07-10 | gdiplus: Updated draw_pie to use SaveDC/RestoreDC. |
| James Hawkins | 2007-07-10 | msi: Test adding columns with data in a transform. |
| James Hawkins | 2007-07-10 | msi: Delete msifile after the tests. |
| Mikołaj Zalewski | 2007-07-10 | comctl32: toolbar: We should send TBN_GETDISPINFOW even for ANSI controls (with testc ... |
| Alexandre Julliard | 2007-07-10 | winedump: Add RT_MANIFEST resource type. |
| Alexandre Julliard | 2007-07-10 | include: Add some definitions for manifest resources. |
| Lei Zhang | 2007-07-10 | start.exe: Put double quotes around arguments with spaces. |
| Evan Stade | 2007-07-10 | gdiplus: Make LineCapArrowAnchor look more like it does in windows. |
| Evan Stade | 2007-07-10 | gdiplus: Fixed bug in GdipGetPathPoints(). |
| Juan Lang | 2007-07-10 | crypt32: Implement CryptSIPLoad. |
| James Hawkins | 2007-07-10 | msi: Handle adding columns in transforms. |
| Evan Stade | 2007-07-10 | gdiplus: Updated GdipDrawRectangleI. |
| Evan Stade | 2007-07-10 | gdiplus: Fixed a bug in helper function draw_polybezier. |
| Juan Lang | 2007-07-09 | crypt32: Add more tests for opening a data message for encoding. |
| Juan Lang | 2007-07-09 | crypt32: Test and fix CryptMsgGetParam for streamed messages. |
| Juan Lang | 2007-07-09 | crypt32: Pass function pointers to CryptMsgBase_Init rather than rely on callers ... |
| Juan Lang | 2007-07-09 | crypt32: Add tests for streamed encoding of data messages. |
| Juan Lang | 2007-07-09 | crypt32: Add some tests for updating decode messages. |
| Juan Lang | 2007-07-09 | crypt32: Test that inner content OID is ignored for data messages. |
| Juan Lang | 2007-07-09 | crypt32: Implement getting the type of a decode message. |
| Juan Lang | 2007-07-09 | crypt32: Make a copy of a passed-in stream info rather than assuming the pointer ... |
| Juan Lang | 2007-07-09 | crypt32: More decode message update tests. |
| Juan Lang | 2007-07-09 | crypt32: Add a stub decode message implementation. |
| Juan Lang | 2007-07-09 | crypt32: Implement CryptSIPGetSignedDataMsg, CryptSIPPutSignedDataMsg, |
| Evan Stade | 2007-07-07 | gdiplus: Rendering of linecaps. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipAddPathLine2. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipClosePathFigures. |
| James Hawkins | 2007-07-06 | msi: Handle remote calls to MsiFormatRecordW. |
| James Hawkins | 2007-07-06 | msi: Forward MsiFormatRecordA to MsiFormatRecordW. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipClosePathFigure. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipGetPointCount. |
| James Hawkins | 2007-07-06 | msi: Handle remote calls to MsiEvaluateCondition. |
| Evan Stade | 2007-07-06 | gdiplus: Added linecap rendering for GdipDrawBezier. |
| Evan Stade | 2007-07-06 | gdiplus: Added SetPenEndCap. |
| Evan Stade | 2007-07-06 | gdiplus: Public declaration of GdipSetPenEndCap. |
| James Hawkins | 2007-07-06 | msi: Fix use of BSTRs. |
| James Hawkins | 2007-07-06 | msi: Enable remote custom actions. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipGetPathPoints. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipGetPathTypes. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiSetTargetPath. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiSetFeatureState. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiGetMode. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiSetInstallLevel. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiProcessMessage. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiGetTargetPath. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiSequence. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiSetComponentState. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiGetFeatureState. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiGetSourcePath. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiGetLanguage. |
| Evan Stade | 2007-07-04 | gdi32: Don't access DC in PolyDraw after releasing handle. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiGetComponentState. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiDoAction. |
| James Hawkins | 2007-07-03 | msi: Add the IWineMsiRemotePackage interface. |
| James Hawkins | 2007-07-03 | msi: Handle remote calls to MsiGetActiveDatabase. |
| James Hawkins | 2007-07-03 | msi: Add tests for MsiQueryFeatureState. |
| Evan Stade | 2007-07-03 | gdiplus: Call EndPath() in GdipDrawLineI in case there is an open path. |
| James Hawkins | 2007-07-03 | msi: Add the IWineMsiRemoteCustomAction interface. |
| James Hawkins | 2007-07-03 | msi: Only publish the product if at least one feature is to be installed. |
| James Hawkins | 2007-07-03 | msi: Return INSTALLSTATE_ADVERTISED if the component list is empty. |
| James Hawkins | 2007-07-03 | msi: Unpublish the product when it is entirely removed. |
| James Hawkins | 2007-07-03 | msi: Delay publishing of the SourceList until the PublishProduct action. |
| James Hawkins | 2007-07-03 | msi: Add tests to show when the SourceList is published to the registry. |
| James Hawkins | 2007-07-03 | msi: Handle remote calls to MsiGetProperty. |
| James Hawkins | 2007-07-03 | msi: Handle remote calls to MsiSetProperty. |
| James Hawkins | 2007-07-03 | msi: Read the components state directly from the registry. |
| James Hawkins | 2007-07-03 | msi: Return INSTALLSTATE_BADCONFIG if we can't decode the first component. |
| James Hawkins | 2007-07-03 | msi: Open the correct key and return INSTALLSTATE_ADVERTISED if it's missing. |
| James Hawkins | 2007-07-03 | msi: Set the WindowsInstaller value in RegisterProduct instead of PublishProduct. |
| James Hawkins | 2007-07-03 | msi: pcchValue represents the length of szValue in TCHARS, not bytes. |
| James Hawkins | 2007-07-03 | msi: PackagePath must also include the package name. |
| James Hawkins | 2007-07-03 | msi: Add support for the MSICODE_PATCH option. |
| Evan Stade | 2007-07-02 | gdiplus: Use SaveDC, RestoreDC in GdipDrawLineI. |
| Juan Lang | 2007-06-29 | crypt32: Implement getting content for data messages opened to encode. |
| Juan Lang | 2007-06-29 | crypt32: Accept OSS errors as well. |
| Juan Lang | 2007-06-29 | crypt32: Accept ERROR_INVALID_PARAMETER in addition to ERROR_PATH_NOT_FOUND (and ... |
| Juan Lang | 2007-06-29 | crypt32: Accept OSS errors. |
| Juan Lang | 2007-06-29 | crypt32: Add tests for data message encoding. |
| James Hawkins | 2007-06-29 | msi: Return ERROR_SUCCESS if the PackageName property is not present. |
| Juan Lang | 2007-06-29 | crypt32: Don't fail when CryptVerifyCertificateSignatureEx is missing, use skip (and ... |
| Juan Lang | 2007-06-29 | crypt32: Implement CryptMsgUpdate for data messages opened to encode. |
| James Hawkins | 2007-06-29 | msi: Implement MsiSourceListGetInfoA. |
| Juan Lang | 2007-06-29 | crypt32: Use skip to avoid failures where support is missing. |
| James Hawkins | 2007-06-29 | msi: Validate MsiSourceListGetInfo parameters. |
| James Hawkins | 2007-06-29 | msi: Return ERROR_BAD_CONFIGURATION if the SourceList key does not exist. |
| Juan Lang | 2007-06-29 | crypt32: Implement getting bare content for data messages opened to encode. |
| James Hawkins | 2007-06-29 | msi: Add tests for MsiSourceListGetInfo. |
| Juan Lang | 2007-06-29 | crypt32: Accept ERROR_BADKEY in addition to ERROR_INVALID_HANDLE. |
| Juan Lang | 2007-06-29 | crypt32: Add a stub get param function for data messages and remove stub message ... |
| Juan Lang | 2007-06-28 | crypt32: Stub CryptMsgOpenToEncode for data messages. |
| Juan Lang | 2007-06-28 | crypt32: Test CryptMsgGetParam for data messages opened to encode. |
| Juan Lang | 2007-06-28 | crypt32: Add a get param function, use it to implement CryptMsgGetParam. |
| Juan Lang | 2007-06-28 | wincrypt: Add missing message flags and parameters. |
| Juan Lang | 2007-06-28 | crypt32: Test CryptMsgUpdate for data messages opened to encode. |
| James Hawkins | 2007-06-28 | msi: Ignore invalid conditional expressions when checking the launch conditions. |
| Juan Lang | 2007-06-28 | crypt32: Add base message type and use it to implement CryptMsgDuplicate and CryptMsg ... |
| Juan Lang | 2007-06-28 | crypt32: Add a finalized member to message. |
| Juan Lang | 2007-06-28 | crypt32: Test CryptMsgOpenToEncode for data messages. |
| Juan Lang | 2007-06-28 | crypt32: Don't return fake HCRYPTMSG from CryptMsgOpenTo*. |
| Juan Lang | 2007-06-28 | crypt32: Add an update function, use it to implement CryptMsgUpdate. |
| Juan Lang | 2007-06-28 | crypt32: Add basic tests for CryptMsg functions. |
| James Hawkins | 2007-06-28 | msi: Add tests that show '!=' is not a valid conditional expression operator. |
| Juan Lang | 2007-06-28 | crypt32: Store stream info in message. |
| Juan Lang | 2007-06-28 | crypt32: Add basic parameter checking to CryptMsgOpenTo*. |
| James Hawkins | 2007-06-27 | msi: Set the WindowsInstaller value of the UserData product key when publishing the ... |
| James Hawkins | 2007-06-27 | msi: Use the correct registry key when detecting a published product. |
| James Hawkins | 2007-06-27 | msi: Add support for remote handles. |
| James Hawkins | 2007-06-27 | msi: Any value of WindowsInstaller besides 0 means the product is installed. |
| Evan Stade | 2007-06-27 | gdi32: Added missing call to GDI_ReleaseObj. |
| James Hawkins | 2007-06-27 | msi: If the UserData product key exists, but the user product key doesn't, the produc ... |
| Dan Hipschman | 2007-06-26 | widl: Check for interface pointers in pointer handling. |
| Lei Zhang | 2007-06-26 | comctl32: Reduce duplicate code between PROPSHEET_CollectSheetInfoA/W. |
| Dan Hipschman | 2007-06-26 | rpcrt4: Allow enums as union switch types. |
| James Hawkins | 2007-06-26 | msi: Validate MsiQueryProductCode parameters. |
| Lei Zhang | 2007-06-26 | comctl32: Determine if PSH_PROPSHEETPAGE is set once. |
| James Hawkins | 2007-06-26 | msi: Add tests for MsiQueryProductState. |
| Dan Hipschman | 2007-06-26 | widl: Check for user types when calculating buffer size. |
| James Hawkins | 2007-06-26 | msi: Add tests for publishing and unpublishing products, features, and components. |
| Dan Hipschman | 2007-06-26 | widl: Fix crash dealing with anonymous unions. |
| Dan Hipschman | 2007-06-26 | widl: Get simple enums working. |
| Dan Hipschman | 2007-06-26 | widl: Allow enums as union switch types. |
| James Hawkins | 2007-06-26 | msi: If the user product key exists, the product's state is advertised. |
| Lei Zhang | 2007-06-26 | comctl32: Reduce duplicate code between PropertySheetA/W. |
| Dan Hipschman | 2007-06-26 | rpcrt4/tests: Wrap a try/except block around tests. |
| James Hawkins | 2007-06-25 | msi: Add a stub implementation of MsiQueryComponentStateA. |
| James Hawkins | 2007-06-25 | msi: Fetch the volume name when getting disk info. |
| James Hawkins | 2007-06-25 | msi: Reference count the custom action data to avoid freeing the data by another ... |
| Evan Stade | 2007-06-23 | gdiplus: Fix broken graphics path constructor. |
| Evan Stade | 2007-06-23 | gdiplus: Tidy up graphics constructor. |
| Evan Stade | 2007-06-23 | gdiplus: Fix erroneous pen error checking. |
| Evan Stade | 2007-06-21 | gdiplus: Implemented GdipDrawLines. |
| Lei Zhang | 2007-06-21 | winex11.drv: Reset focus if application does not want to be activated. |
| Nigel Liang | 2007-06-21 | winex11.drv: Remove call to XCreateFontSet. |
| Evan Stade | 2007-06-21 | gdiplus: Implemented GdipCreatePath and GdipDeletePath. |
| Dmitry Timoshkov | 2007-06-21 | shell32: Make SHGetDesktopFolder use a cached instance of IShellFolder. |
| Evan Stade | 2007-06-20 | gdiplus: Implemented GdipDrawArc. |
| Dan Hipschman | 2007-06-20 | widl: Fix warnings about unused function parameters. |
| Evan Stade | 2007-06-20 | gdiplus: Implemented GdipDrawCurve2. |
| Dan Hipschman | 2007-06-20 | widl: Add tests for arrays of pointers. |
| Dan Hipschman | 2007-06-19 | rpcrt4: Fix typo in union buffer size calculation. |
| Dan Hipschman | 2007-06-19 | rpcrt4: Remove inaccurate comments. |
| Evan Stade | 2007-06-19 | oleaut32: Save load time format of pictures. |
| Dan Hipschman | 2007-06-19 | rpcrt4: Fix bug calculating union switch type. |
| Evan Stade | 2007-06-19 | oleaut32: Added support for decoding some PNG files. |
| Dan Hipschman | 2007-06-19 | rpcrt4: Add encapsulated union tests. |
| James Hawkins | 2007-06-18 | ntoskrnl.exe: Add a stub implementation of KeInitializeTimer. |
| Lei Zhang | 2007-06-18 | winex11.drv: Send WM_MOUSEACTIVATE before closing a window. |
| James Hawkins | 2007-06-18 | msi: Properly delete rows from the table, instead of zeroing out the row. |
| James Hawkins | 2007-06-18 | msi: Send the expected data to set_deferred_action_props. |
| Evan Stade | 2007-06-18 | gdiplus: Implemented GdipDrawPie/GdipFillPie. |
| Lei Zhang | 2007-06-18 | riched20: Add tests for EM_FORMATRANGE. |
| Evan Stade | 2007-06-16 | gdiplus: Implemented GdipDrawBezier. |
| Lei Zhang | 2007-06-15 | comctl32: Make modal property sheets modal. |
| Dan Hipschman | 2007-06-15 | widl: Handle encapsulated unions. |
| Dan Hipschman | 2007-06-15 | widl: Factor the output functions. |
| James Hawkins | 2007-06-15 | msi: Implement MsiApplyPatchW. |
| James Hawkins | 2007-06-15 | msi: Forward MsiApplyPatchA to MsiApplyPatchW. |
| Dan Hipschman | 2007-06-15 | widl: Handle embedded interface pointers. |
| Dan Hipschman | 2007-06-15 | widl: Fix a write_parameters_init bug. |
| James Hawkins | 2007-06-15 | msi: Patches are applied based on ProductCode, not ProductID. |
| Lei Zhang | 2007-06-14 | comdlg32: Move file dialog resizing code into its own function. |
| Evan Stade | 2007-06-14 | gdiplus: Brush tests. |
| Lei Zhang | 2007-06-14 | user32: Remove a unused variable from ES_PASSWORD test. |
| Evan Stade | 2007-06-14 | gdiplus: Brush implementation. |
| James Hawkins | 2007-06-14 | msi: Fixed the WriteEnvironmentStrings action. |
| Lei Zhang | 2007-06-14 | user32: Improve cut/copy/paste behavior of password edit boxes. |
| James Hawkins | 2007-06-14 | msi: Set the UserSID and ProductCode properties for deferred custom actions. |
| Dan Hipschman | 2007-06-13 | widl: Handle wire_marshal types. |
| James Hawkins | 2007-06-13 | msi: Protect custom actions with a structured exception handler. |
| Dan Hipschman | 2007-06-13 | widl: Handle wire_marshal pointer attributes. |
| Dan Hipschman | 2007-06-13 | widl: Test structure argument marshalling. |
| James Hawkins | 2007-06-12 | msi: Set the MsiNetAssemblySupport property. |
| Dan Hipschman | 2007-06-12 | widl: Simplify correlation descriptor code. |
| Evan Stade | 2007-06-12 | gdiplus: Implemented GdipDrawRectangleI. |
| Evan Stade | 2007-06-12 | gdiplus: Implemented GdipDrawLineI. |
| Evan Stade | 2007-06-11 | gdiplus: First pen test. |
| Evan Stade | 2007-06-11 | gdiplus: Added first GDI+ graphics implementation. |
| Evan Stade | 2007-06-11 | gdiplus: First pen implementation. |
| Dan Hipschman | 2007-06-08 | widl: Check for NULL in set_tfswrite. |
| Evan Stade | 2007-06-08 | gdiplus: Added beginnings of memory and startup functions. |
| Dan Hipschman | 2007-06-08 | widl: Fix incomplete struct/union typedef bug. |
| Evan Stade | 2007-06-08 | gdiplus: Added public headers. |
| Nigel Liang | 2007-06-08 | shell32: Conformance tests for unicode filenames and fix a bug for file deletion. |
| James Hawkins | 2007-06-07 | msi: Add support for large string tables. |
| James Hawkins | 2007-06-07 | msi: Represent table data as bytes instead of shorts. |
| Lei Zhang | 2007-06-07 | shell32: Start implementing BIF_USENEWUI. |
| James Hawkins | 2007-06-07 | msi: Reduce the amount of code that directly accesses table data. |
| James Hawkins | 2007-06-07 | msi: Use fetch_int to reduce code duplication and access to table data. |
| Dan Hipschman | 2007-06-06 | widl: Replace get_name with a field reference. |
| Dan Hipschman | 2007-06-06 | widl: Represent arrays with type_t. |
| Dan Hipschman | 2007-06-06 | widl: Implement conformant structure handling. |
| Dan Hipschman | 2007-06-06 | list.h: Add macros for reverse iteration. |
| Lei Zhang | 2007-06-05 | wined3d: Various spelling fixes. |
| James Hawkins | 2007-06-01 | msi: Implement SummaryInfo::Property get. |
| James Hawkins | 2007-06-01 | msi: Implement Installer::OpenDatabase. |
| Dan Hipschman | 2007-05-31 | rpcrt4: Fix build of test on Solaris by renaming a variable. |
| James Hawkins | 2007-05-31 | msi: Add handling for MsiBreak. |
| James Hawkins | 2007-05-30 | wintrust: Add stub implementations for CryptCATAdminAddCatalog and CryptCATAdminRelea ... |
| James Hawkins | 2007-05-30 | msi: Implement the WriteEnvironmentStrings standard action. |
| James Hawkins | 2007-05-29 | msi: Perform a forced reboot if a custom action returns ERROR_INSTALL_SUSPEND. |
| James Hawkins | 2007-05-29 | msi: Set the MsiNTProductType property. |
| James Hawkins | 2007-05-29 | msi: Fall back to checking if the cab exists if the volume name doesn't match. |
| James Hawkins | 2007-05-29 | msi: Create the destination directory if it doesn't exist when duplicating files. |
| Evan Stade | 2007-05-25 | gdiplus: Added stub implementation of gdiplus.dll. |
| Dan Hipschman | 2007-05-25 | rpcrt4: Fix test typo. |
| Dan Hipschman | 2007-05-25 | widl: Shrink type_t structure. |
| Dan Hipschman | 2007-05-25 | widl: Allow types that reference themselves. |
| Dan Hipschman | 2007-05-25 | widl: Handle pointers in unions. |
| James Hawkins | 2007-05-24 | msxml3: Add initial implementation of IXMLDocument. |
| James Hawkins | 2007-05-24 | msi: Remove a misleading ERR, as this fails if a file doesn't exist, which is common. |
| James Hawkins | 2007-05-24 | msi: Add the ability to deformat the component's source. |
| James Hawkins | 2007-05-24 | msxml3: Add tests for IXMLDocument. |
| James Hawkins | 2007-05-24 | msxml3: Add tests for IXMLElement and IXMLElementCollection. |
| James Hawkins | 2007-05-24 | msxml3: Add initial implementation of IXMLElement and IXMLElementCollection. |
| Nigel Liang | 2007-05-22 | shlwapi: Stub implementation for SHSetTimerQueueTimer. |
| Lei Zhang | 2007-05-22 | include: Add missing definitions to shlobj.h. |
| Dan Hipschman | 2007-05-18 | widl: Lay framework for unions with simple unions working. |
| Dan Hipschman | 2007-05-18 | widl: Replace erroneously removed current_func assignment. |
| Dan Hipschman | 2007-05-16 | widl: Write some structures to the type format string on the fly. |
| Dan Hipschman | 2007-05-16 | widl: Improve handling of offsets in the type format string. |
| Dan Hipschman | 2007-05-12 | widl: Remove an unnecessary assignment in write_pointers. |
| Dan Hipschman | 2007-05-12 | widl: Handle pointers fields that point to structures. |
| Jacek Caban | 2007-05-11 | mshtml: Split code from OnDataAvailable. |
| Jacek Caban | 2007-05-11 | mshtml: Don't crash in OnStopBinding if This->binding is null. |
| Jacek Caban | 2007-05-11 | mshtml: Added IPersistStreamInit::Load implementation. |
| Jacek Caban | 2007-05-11 | mshtml: Added IPersistStreamInit::Load test. |
| Jacek Caban | 2007-05-11 | mshtml: Move AddRequest call to the separated function. |
| Jacek Caban | 2007-05-11 | mshtml: Split IPersistMoniker::Load. |
| Dan Hipschman | 2007-05-10 | widl: Remove var_t's ptr_level field and start write_pointers. |
| Dan Hipschman | 2007-05-10 | widl: Remove redundant get_var_vt function. |
| Dan Hipschman | 2007-05-10 | widl: Add string_of_type function, prettify code. |
| James Hawkins | 2007-05-10 | msi: Only check the volume label for every media after the first disk. |
| Dan Hipschman | 2007-05-10 | widl: Simplify make_safearray. |
| Dan Hipschman | 2007-05-10 | widl: Remove dead code in write_msft.c. |
| James Hawkins | 2007-05-10 | msi: Deformat the key path before opening the key. |
| James Hawkins | 2007-05-09 | msi: Check the volume name when changing media. |
| James Hawkins | 2007-05-09 | msiexec: /quiet is the same options as /qn. |
| James Hawkins | 2007-05-07 | msi: Remove debugging printf statements. |
| James Hawkins | 2007-05-07 | msi: Add stub handlers for the remaing standard actions that reference tables. |
| James Hawkins | 2007-05-07 | msi: Set the text limit of the edit control if the limit is given. |
| James Hawkins | 2007-05-07 | msi: Add the ES_AUTOHSCROLL style to the edit control. |
| James Hawkins | 2007-05-07 | msi: Only allow valid styles in msi_dialog_get_style. |
| James Hawkins | 2007-05-07 | msi: Add handling for the ReinstallMode control event. |
| James Hawkins | 2007-05-07 | msi: Remove incorrect ERR as messages can be sent before the control is created. |
| James Hawkins | 2007-05-01 | msi: Add tests that show that costing is run in both the UI and Execute sequences. |
| Dan Hipschman | 2007-05-01 | widl: Get rid of the tname field of var_t, simplify code. |
| James Hawkins | 2007-05-01 | msi: Reset the folder's resolved target before setting the target in CostFinalize. |
| Dan Hipschman | 2007-05-01 | widl: Get rid of the typeref_t structure, simplify code. |
| James Hawkins | 2007-05-01 | msi: Run the costing actions for both the UI and execute sequences. |
| Dan Kegel | 2007-04-28 | advapi: Improve SetEntriesInAclA stub. |
| Dan Hipschman | 2007-04-26 | rpcrt4: Add a testcase for RPCs with fixed-size arrays. |
| James Hawkins | 2007-04-25 | msi: Implement special handling for the _Streams table. |
| Lei Zhang | 2007-04-23 | comdlg32: Initialize CommDlgExtendedError() return value for file dialogs. |
| James Hawkins | 2007-04-21 | msi: Return MSICONDITION_NONE in MsiDatabaseIsTablePersistent if the table doesn't ... |
| James Hawkins | 2007-04-21 | msi: Add the _Property table back, with tests. |
| James Hawkins | 2007-04-21 | msi: Abstract MSI_RecordSetStream. |
| James Hawkins | 2007-04-21 | msi: Add an internal MSI_ViewModify. |
| Lei Zhang | 2007-04-20 | wineshelllink: Fall back to $HOME if $HOME/Desktop does not exist. |
| James Hawkins | 2007-04-15 | msi: Add handling for the concurrent install custom action. |
| James Hawkins | 2007-04-15 | msi: Run the InstallExecute sequence if the InstallUISequnce table is empty. |
| James Hawkins | 2007-04-15 | msi: Add tests for the concurrent installation custom action. |
| James Hawkins | 2007-04-15 | msi: Generalize the msi_custom_action_info struct so other custom actions can use it. |
| Lei Zhang | 2007-04-13 | comctl32: monthcal: GetMonthRange Tests. |
| Lei Zhang | 2007-04-12 | user32: WM_ACTIVATEAPP on minimize message test. |
| Dan Kegel | 2007-04-12 | winex11.drv: GetAsyncKeyState must check mouse buttons, too. |
| Lei Zhang | 2007-04-12 | comctl32: More monthcal hit tests. |
| James Hawkins | 2007-04-11 | msi: Reset the is_extracted flag when every cabinet is loaded. |
| Lei Zhang | 2007-04-10 | comctl32: Fix first day of the week in monthcal. |
| Lei Zhang | 2007-04-06 | advapi32: Spelling fixes. |
| Dan Kegel | 2007-03-31 | imagehlp: BindImageEx stub should report success. |
| James Hawkins | 2007-03-29 | msi: Load the folder property if available and requested. |
| James Hawkins | 2007-03-28 | setupapi: The Inf file should be copied regardless of the destination buffer, with ... |
| James Hawkins | 2007-03-28 | setupapi: Don't allow relative paths in SetupCopyOEMInf. |
| James Hawkins | 2007-03-28 | setupapi: Correct the Inf output position. |
| James Hawkins | 2007-03-28 | setupapi: SetLastError to ERROR_SUCCESS on success. |
| James Hawkins | 2007-03-28 | setupapi: Handle the SP_COPY_NOOVERWRITE flag. |
| Jacek Caban | 2007-03-28 | mshtml: Added DispHTMLDocument dispinterface declaration. |
| Jacek Caban | 2007-03-28 | mshtml: Added DIID_DispHTMLDocument to QueryInterface. |
| Jacek Caban | 2007-03-28 | winnt.h: Added activation context structures declarations. |
| James Hawkins | 2007-03-26 | setupapi: Add missing SetupCopyOEMInf flags. |
| James Hawkins | 2007-03-26 | setupapi: Add several tests for SetupCopyOEMInf, with fixes so the tests don't crash. |
| Jacek Caban | 2007-03-19 | spoolsv: Added spoolsv.exe. |
| Jacek Caban | 2007-03-19 | spoolss: Added RevertToPrinterSelf stub implementation. |
| Jacek Caban | 2007-03-19 | |