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 |
| Dan Kegel | 2006-01-05 | oleaut32: Allow _invoke to handle up to 23 parameters. |
| Aric Stewart | 2006-01-11 | msvcrt: Modify dir test to create its own directory to ensure the |
| Aric Stewart | 2006-01-11 | winefile: Highlight the file specified on the command line instead of |
| Aric Stewart | 2006-01-13 | wininet: Handle NULL lpBuffersIn in HttpSendRequestExW. |
| Aric Stewart | 2006-01-14 | explorer: Handle /select arguments correctly with the new winefile |
| Jacek Caban | 2006-01-14 | mshtml: Better handling of IDocHostUIHandler in SetClientSite. |
| Mike McCormack | 2006-01-16 | ntdll: Add a stub implementation of NtNotifyChangeDirectoryFile. |
| Mike McCormack | 2006-01-16 | ntdll: Use the NTAPI definition of EXCEPTION_ACCESS_VIOLATION. |
| Mike McCormack | 2006-01-16 | kernel32: Add FILE_NOTIFY_INFORMATION. |
| Mike McCormack | 2006-01-17 | server: Make sure to release the fd we grabbed in all cases. |
| Mike McCormack | 2006-01-17 | ntdll: Add a test for NtNotifyChangeDirectoryFile. |
| Mike McCormack | 2006-01-17 | ntdll: Use FILE_OPEN instead of OPEN_EXISTING when calling NtCreateFile. |
| Jacek Caban | 2006-01-18 | shdocvw: Deactivate document in SetClientSite if ClientSite is NULL. |
| Aric Stewart | 2006-01-19 | shell32: Update shellpaths My Pictures, My Video, My Music to be under |
| Jacek Caban | 2006-01-20 | shdocvw: Added GetWindow implementation. |
| Aric Stewart | 2006-01-20 | wininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT work. |
| Mike McCormack | 2006-01-23 | ntdll: Forward ZwNotifyChangeDirectoryFile to NtNotifyChangeDirectoryFile. |
| Dmitry Timoshkov | 2006-01-23 | ICCompressorChoose should initialize fccType and fccHandler fields |
| Mike McCormack | 2006-01-24 | server: Modify open_fd to create an fd without a user. |
| Alexandre Julliard | 2006-01-24 | server: Use the new set_fd_user function in create_serial(). |
| Jacek Caban | 2006-01-24 | Added mshtmcid.h. |
| Alexandre Julliard | 2006-01-25 | x11drv: Always set GC function to GXcopy for the BitBlt DIB optimization. |
| Jacek Caban | 2006-01-25 | shdocvw: Added TranslateUrl implementation. |
| Jacek Caban | 2006-01-25 | shdocvw: Store IDocHostUIHandler interface in the WebBrowser object. |
| Alexandre Julliard | 2006-01-25 | wine.inf: Don't overwrite registry keys that users may want to change. |
| Jacek Caban | 2006-01-26 | shdocvw: Added client site's IDispatch stub implementation. |
| Jacek Caban | 2006-01-26 | shdocvw: Added WebBrowser's IOleCommandTarget stub implementation. |
| Jacek Caban | 2006-01-26 | shdocvw: Added client site's IOleCommandTarget stub implementation. |
| Mike McCormack | 2006-01-27 | server: Fix the file notification interface to use directory handles. |
| Mike McCormack | 2006-01-27 | kernel32: Implement FindFirstChangeNotification with NtNotifyChangeDirectoryFile. |
| Alexandre Julliard | 2006-01-27 | server: Fixed low-level hardware hooks. |
| Mike McCormack | 2006-01-27 | kernel: Partially implement ReadDirectoryChangesW using NtNotifyChangeDirectoryFile. |
| Alexandre Julliard | 2006-01-27 | server: Make the FILE_SHARE_DELETE sharing checks depend on DELETE |
| Alexandre Julliard | 2006-01-27 | shell32: Fixed a couple of FindFirstFile handle leaks. |
| Alexandre Julliard | 2006-01-30 | Fixed creation of PS_ALTERNATE pens. |
| Mike McCormack | 2006-01-30 | kernel: Add some more tests for FindFirstChangeNotification. |
| Mike McCormack | 2006-01-30 | server: Initial inotify support. |
| Alexandre Julliard | 2006-01-31 | kernel: Set the overlapped structure status in ReadDirectoryChanges. |
| Mike McCormack | 2006-01-31 | kernel: Add some test cases for ReadDirectoryChangesW. |
| Juan Lang | 2006-02-01 | crypt32: Implement CertRDNValueToStrA and CertNameToStrA, with tests. |
| Dmitry Timoshkov | 2006-02-01 | wine.inf: Remove %1 from [http|htmlfile]\shell\open\command. |
| Mike McCormack | 2006-02-02 | kernel32: FindFirstChangeNotification needs a static IO_STATUS_BLOCK. |
| Juan Lang | 2006-02-02 | crypt32: Implement CertRDNValueToStrW and CertNameToStrW, with tests. |
| Alexandre Julliard | 2006-02-03 | wine.inf: Make FourCC codes uppercase again until we can figure out |
| Mike McCormack | 2006-02-03 | ntdll: Add FILE_ACTION and FILE_NOTIFY_CHANGE_ defines for streams. |
| Dmitry Timoshkov | 2006-02-03 | Add a check for icinfo->fccType in DRV_OPEN message handler of builtin |
| Dmitry Timoshkov | 2006-02-03 | Add support for CDM_HIDECONTROL message in the file open dialog. |
| Dmitry Timoshkov | 2006-02-03 | wine.inf: Change fcc type of builtin video codecs in system.ini to be |
| Dmitry Timoshkov | 2006-02-04 | msvfw32: Do not overwrite fccType in the codec enumeration proc. |
| Alexandre Julliard | 2006-02-05 | server: Fixed compile without inotify. |
| Mike McCormack | 2006-02-06 | server: Fill in NtNotifyChangeDirectoryFile's buffer with change data. |
| Mike McCormack | 2006-02-06 | ntdll: Add some more tests for NtNotifyChangeDirectoryFile. |
| Mike McCormack | 2006-02-07 | kernel32: ReadDirectoryChangesW fixes. |
| Dmitry Timoshkov | 2006-02-07 | Clearly indicate that ICCVID and MSVIDC32 do not support compression. |
| Dmitry Timoshkov | 2006-02-07 | x11drv: Copy the whole image at once if appropriate. |
| Dmitry Timoshkov | 2006-02-07 | msvideo: Add a codec to the compressors list only if it supports |
| Mike McCormack | 2006-02-07 | kernel32: More test cases for ReadDirectoryChangesW. |
| Jacek Caban | 2006-02-08 | urlmon.idl: Added BINDINFOF declaration. |
| Jacek Caban | 2006-02-08 | shdocvw: Added IHlinkFrame stub implementation. |
| Jacek Caban | 2006-02-08 | shdocvw: Includes clean up. |
| Alexandre Julliard | 2006-02-08 | server: Fixed handling of inotify record length. |
| Jacek Caban | 2006-02-08 | shdocvw: Remove IQuickActivate interface implementation that is not |
| Juan Lang | 2006-02-09 | crypt32: Fix a fixme, and remove an old comment. |
| Jacek Caban | 2006-02-09 | mshtml: Added wrapper of nsIURI interface. |
| Dmitry Timoshkov | 2006-02-09 | regsvr32: Call OleInitialize before registering a DLL. |
| Juan Lang | 2006-02-09 | crypt32: Fix up decoding. |
| Jacek Caban | 2006-02-09 | mshtml: Better ns*String handling. |
| Jacek Caban | 2006-02-09 | mshtml: Added wrapper of nsIOService. |
| Aric Stewart | 2006-02-09 | advapi32: Fix for RegNotifyChangeKeyValue. |
| Jacek Caban | 2006-02-09 | mshtml: Get rid of HTMLDocument_OnLoad and move its job to AsyncOpen. |
| Jacek Caban | 2006-02-09 | mshtml: Added wrapper of nsIChannel. |
| Jacek Caban | 2006-02-10 | mshtml: Added test of IHlinkFrame service. |
| Jacek Caban | 2006-02-10 | mshtml: Added more defines to mshtmlhst.idl. |
| Jacek Caban | 2006-02-10 | mshtml: Added nsIUploadStream implementation. |
| Aric Stewart | 2006-02-10 | ntdll: gcc 2.95 compile fixes. |
| Alexandre Julliard | 2006-02-11 | libwine: Use dladdr if supported to get the run-time path of libwine.so |
| Alexandre Julliard | 2006-02-11 | configure: Added check for dladdr in libdl. |
| Alexandre Julliard | 2006-02-11 | configure: Added a WINE_CHECK_LIB_FUNCS macro to check for functions |
| Thomas Kho | 2006-02-11 | riched20: Added tests for EM_FINDTEXT and EM_FINDTEXTEX messages. |
| Dmitry Timoshkov | 2006-02-11 | Handle ICM_CONFIGURE request in ICCVID and MSVIDC32 codecs. |
| Dmitry Timoshkov | 2006-02-11 | msvfw32: Call codec's Configure dialog if the codec supports it. |
| Thomas Kho | 2006-02-11 | riched20: Fixed bounds error when finding text forward. |
| Dmitry Timoshkov | 2006-02-11 | msvcrt: localtime should accept any positive time value. |
| Jacek Caban | 2006-02-13 | mshtml: Handle IHlinkFrame service. |
| Dmitry Timoshkov | 2006-02-13 | msvfw32: Fix typos in the control state handling. |
| Jeremy White | 2006-02-14 | twain: Make structures respect 2 byte packing requirements. |
| Dmitry Timoshkov | 2006-02-14 | msvfw32: Initialize lpbiIn member of the COMPVARS structure. |
| Jeremy White | 2006-02-14 | twain: Reconcile sane's long names to TWAIN's 32 byte limit. |
| Dmitry Timoshkov | 2006-02-14 | msvfw32: Disable datarate, keyframe and quality controls to not |
| Dmitry Timoshkov | 2006-02-14 | winmm: Protect drivers list by a critical section. |
| Thomas Kho | 2006-02-15 | riched20: Extend EM_FINDTEXT conformance tests and fix 2 problems they expose. |
| Juan Lang | 2006-02-15 | crypt32: Output string type in trace. |
| Jacek Caban | 2006-02-15 | shdocvw: Navigate2 rewrite. |
| Jacek Caban | 2006-02-15 | mshtml: Added ref counting to NSContainer. |
| Jacek Caban | 2006-02-15 | mshtml: Added hack to allow pass post data to IPersistMoniker::Load. |
| Jacek Caban | 2006-02-15 | shdocvw: Added client site's IServiceProvider interface. |
| Jacek Caban | 2006-02-15 | shdocvw: Added beginning IHlinkFrame::Navigate implementation. |
| Alexandre Julliard | 2006-02-16 | libwine: Don't rely on argv[0] in wine_exec_wine_binary if we can get |
| Jacek Caban | 2006-02-16 | shdocvw: Unaccess post data only if we've accessed it before. |
| Juan Lang | 2006-02-16 | wininet: Use CertNameToStr for INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT |
| Alexandre Julliard | 2006-02-16 | libwine: Try the current load path in priority before the |
| Thomas Kho | 2006-02-16 | riched20: Implement EM_SCROLLCARET and EM_GETSCROLLPOS. |
| Alexandre Julliard | 2006-02-16 | libwine: Only use the library directory if it's an absolute path. |
| Alexandre Julliard | 2006-02-17 | libwine: Add the runtime library path to the front of the dll paths list. |
| Alexandre Julliard | 2006-02-17 | tools: Added 'relpath' tool to compute relative Unix paths. |
| Alexandre Julliard | 2006-02-17 | libwine: Compute relative paths for bin and dll directories at compile time. |
| Jacek Caban | 2006-02-17 | mshtml: Fix post data parsing. |
| Alexandre Julliard | 2006-02-17 | ntdll: Remove no longer used oldcwd in start_server. |
| Alexandre Julliard | 2006-02-17 | libwine: Set the default bindir and dlldir from argv0 if dladdr is not available. |
| Mike McCormack | 2006-02-17 | server: Use a single inotify watch, as it scales better with a large |
| Jacek Caban | 2006-02-20 | shdocvw: Change FIXMEs to TRACE in IDispatch's methods as they return |
| Jacek Caban | 2006-02-20 | mshtml: Set default original uri in NewChannelFromURI. |
| Alexandre Julliard | 2006-02-20 | configure: Use --rpath if supported when building binaries to point to |
| Jacek Caban | 2006-02-20 | mshtml: Create nsIChannel for protocols not handled by Gecko. |
| Mike McCormack | 2006-02-20 | server: Distinguish between a directory and a file changing in |
| Jacek Caban | 2006-02-21 | shdocvw: Added correct implementation of IProvideClassInfo::GetGUID. |
| Alexandre Julliard | 2006-02-21 | shell32: Use more reasonable timeouts in shlexec test. |
| Alexandre Julliard | 2006-02-21 | server: Avoid hang on process startup. |
| Mike McCormack | 2006-02-21 | kernel32: Add a simple test for recursive notification. |
| Aric Stewart | 2006-02-21 | twain: Implment DG_IMAGE/DAT_IMAGEMEMXFER/MSG_GET. |
| Mike McCormack | 2006-02-21 | server: Track created and removed directories in the tree of inodes for inotify. |
| Mike McCormack | 2006-02-21 | kernel32: Add a short test for GetOverlappedResult. |
| Mike McCormack | 2006-02-22 | server: Make sure we don't get into an infinite loop freeing inodes. |
| Mike McCormack | 2006-02-22 | server: Add directories to recursive watches as they're opened. |
| Huw Davies | 2006-02-23 | gdi32: Fallback to StretchDIBits if the driver doesn't support BitBlt. |
| Dmitry Timoshkov | 2006-02-23 | gdi: Use "MS Sans Serif" as default sans serif font, not Arial. |
| Jacek Caban | 2006-02-24 | mshtml: Init nsIOService as soon as possible. |
| Jacek Caban | 2006-02-24 | mshtml: Don't add null byte to post data. |
| Jacek Caban | 2006-02-24 | mshtml: Added nsIURI::Clone implementation. |
| Jacek Caban | 2006-02-24 | mshtml: Improve ConfirmEx hack. |
| Jacek Caban | 2006-02-24 | mshtml: Return error in NewChannelFromURL if retval is NULL. |
| Jacek Caban | 2006-02-27 | mshtml: Added nsIInterfaceRequestor implementation. |
| Mike McCormack | 2006-02-28 | server: Print a message if wineserver crashes and we don't dump cores. |
| Dmitry Timoshkov | 2006-02-28 | notepad: Wrap long lines by default like Windows does. |
| Alexandre Julliard | 2006-02-28 | wrc: Integer ids can be used for control labels instead of strings. |
| Jacek Caban | 2006-03-01 | mshtml: Use NSContainer as 'This' of its window. |
| Jacek Caban | 2006-03-01 | shdocvw: Don't call hlink_navigate if HLNF_OPENINNEWWINDOW is set. |
| Jacek Caban | 2006-03-01 | mshtml: Beginning support for links opened in a new frame. |
| Huw Davies | 2006-03-02 | gdi: Better support for 1bpp dib sections. |
| Aric Stewart | 2006-03-03 | shell32: Skip dot directories in SHFileOperation. |
| Dmitry Timoshkov | 2006-03-04 | winebrowser: Use CP_UNIXCP when translating URL passed on command line |
| Jacek Caban | 2006-03-05 | mshtml: Added IHTMLDOMNode implementation. |
| Jacek Caban | 2006-03-05 | mshtml: Added get_documentElement implementation. |
| Jacek Caban | 2006-03-05 | shdocvw: Beginning ShowContextMenu implementation. |
| Jacek Caban | 2006-03-05 | mshtml: Added IHTMLElement implementation. |
| Jacek Caban | 2006-03-05 | mshtml: Added IHTMLElementCollection implementation. |
| Jacek Caban | 2006-03-05 | mshtml: Added more interfaces to mshtml.idl. |
| Alexandre Julliard | 2006-03-06 | shell32: Grow the file list dynamically in SHFileOperation. |
| Alexandre Julliard | 2006-03-06 | mlang: Decrement the module refcount when an object is destroyed. |
| Alexandre Julliard | 2006-03-06 | shell32: Store only the file attributes in the file list for SHFileOperation. |
| Alexandre Julliard | 2006-03-06 | server: Infrastructure for having a thread own the desktop window. |
| Alexandre Julliard | 2006-03-06 | libwine: Export a function to retrieve the data directory (based on a |
| Jacek Caban | 2006-03-06 | mshtml: Added IHTMLElementCollection::tags implementation. |
| Alexandre Julliard | 2006-03-06 | server: Return real parent and owner in the create_window request. |
| Jacek Caban | 2006-03-06 | mshtml: Added IHTMLSelectElement implementation. |
| Alexandre Julliard | 2006-03-06 | x11drv: Make sure to never manipulate the root window, even if we own |
| Alexandre Julliard | 2006-03-06 | user: Allow some Wine internal messages to act on the desktop window. |
| Alexandre Julliard | 2006-03-06 | server: Avoid crash in set_thread_desktop if the thread doesn't have a queue. |
| Jacek Caban | 2006-03-06 | shdocvw: Added get_LocationURL implementation. |
| Jacek Caban | 2006-03-06 | mshtml: Added IHTMLInputElement implementation. |
| Alexandre Julliard | 2006-03-06 | server: Added unlink_named_object function. |
| Jacek Caban | 2006-03-06 | mshtml: Added IHTMLTextAreaElement implementation. |
| Alexandre Julliard | 2006-03-06 | kernel: Better support for detached processes. |
| Alexandre Julliard | 2006-03-06 | shell32: Fixed handling of null-terminated file list in SHFileOperation. |
| Alexandre Julliard | 2006-03-06 | user: Allow creating windows of the desktop class. |
| Alexandre Julliard | 2006-03-06 | server: Support for closing the desktop window. |
| Alexandre Julliard | 2006-03-07 | x11drv: Don't send an invalid WM_NCCREATE to the desktop window. |
| Alexandre Julliard | 2006-03-07 | user: Launch explorer to manage the desktop window. |
| Alexandre Julliard | 2006-03-07 | server: Fixed length check in dump_inline_unicode_string. |
| Jacek Caban | 2006-03-07 | mshtml: Added get_name and get_value implementation of IHTMLSelectElement interface. |
| Alexandre Julliard | 2006-03-07 | explorer: Merged systray support with the desktop window main loop. |
| Jacek Caban | 2006-03-07 | mshtml: Added get_name and get_value implementation of IHTMLTextAreaElement interface. |
| Jacek Caban | 2006-03-07 | mshtml: Added get_type, get_value, get_name and get_checked |
| Alexandre Julliard | 2006-03-07 | explorer: Added desktop option. |
| Jacek Caban | 2006-03-08 | mshtml: Added IHTMLBodyElement implementation. |
| Alexandre Julliard | 2006-03-09 | dbt.h: Added DBTF_ flags. |
| Jacek Caban | 2006-03-09 | mshtml: Added beginning of getAttribute implementation. |
| Alexandre Julliard | 2006-03-09 | user: Support packing/unpacking the WM_DEVICECHANGE message. |
| Alexandre Julliard | 2006-03-10 | winefile: Refresh the drives and files upon WM_DEVICECHANGE. |
| Alexandre Julliard | 2006-03-10 | aclocal.m4: Avoid invalid characters in the cache variable name in WINE_GET_SONAME. |
| Jacek Caban | 2006-03-18 | mshtml.idl: Added more interfaces. |
| Jacek Caban | 2006-03-18 | mshtml: Better QueryInterface implementation. |
| Jacek Caban | 2006-03-18 | mshtml: Optimize nsACString handling. |
| Alexandre Julliard | 2006-03-20 | kernel: Avoid infinite waits in directory change tests. |
| Alexandre Julliard | 2006-03-20 | configure: Use --rpath when linking dlls too. |
| Alexandre Julliard | 2006-03-20 | x11drv: Clear new bitmaps if they don't contain any data. |
| Aric Stewart | 2006-03-22 | twain: A few cleanups, using some consts from sane. |
| Aric Stewart | 2006-03-22 | twain: Add a property sheet UI for scanning. |
| Alexandre Julliard | 2006-03-22 | server: Class and global atoms should not be local to a window station. |
| Alexandre Julliard | 2006-03-22 | server: New scheme for cleaning up objects on server exit. |
| Jacek Caban | 2006-03-22 | mshtml: Clean up get_all and tags (also fixes a typo). |
| Jacek Caban | 2006-03-23 | exdisp.idl: Added missing IE6 methods to DWebBrowserEvents2. |
| Jacek Caban | 2006-03-23 | mshtml: Added IHTMLElement2 implementation. |
| Mike McCormack | 2006-03-24 | ntdll: Recursive notify is implemented. |
| Jacek Caban | 2006-03-27 | mshtml: Added tooltip implementation. |
| Alexandre Julliard | 2006-03-27 | server: Store window properties in the global atom table instead of |
| Alexandre Julliard | 2006-03-28 | mshtml: Don't free the URL we have just stored in the callback object. |
| Alexandre Julliard | 2006-03-28 | x11drv: Only warp the mouse pointer if it has actually moved. |
| Mike McCormack | 2006-03-28 | server: Fix a race condition in the delivery of change notifications. |
| Mike McCormack | 2006-03-30 | wininet: Make sure to set LastError when returning FALSE in HttpQueryInfo. |
| Mike McCormack | 2006-03-30 | wininet: Use a lookup table sorted by index so we don't need a loop to do lookups. |
| Mike McCormack | 2006-03-30 | wininet: Clean up HTTP_GetCustomHeaderIndex. |
| Mike McCormack | 2006-03-30 | WININET: Clean up HttpQueryInfo. |
| Alexandre Julliard | 2006-03-31 | loader: Hide the preloader from the ps output. |
| Dmitry Timoshkov | 2006-04-03 | gdi: Move WineEngInit call before stock fonts creation. |
| Mike McCormack | 2006-04-04 | Add an implementation of iexplore.exe. |
| Mike McCormack | 2006-04-04 | shdocvw: Stub implementation of IEWinMain. |
| Mike McCormack | 2006-04-05 | shdocvw: Add class definition for InternetExplorer. |
| Alexandre Julliard | 2006-04-06 | kernel: Show the exe name instead of wine-[kp]thread in ps and top. |
| Mike McCormack | 2006-04-06 | shdocvw: Forward IWebBrowser2::Navigate calls to ::Navigate2. |
| Mike McCormack | 2006-04-07 | shdocvw: Implement IEWinMain using a simple window frame. |
| Alexandre Julliard | 2006-04-07 | kernel: Fixed set_process_name for the winevdm case. |
| Jacek Caban | 2006-04-08 | mshtml: Fix ref counting. |
| Dan Kegel | 2006-04-09 | x11drv: Fix two clipboard bugs. |
| Jacek Caban | 2006-04-10 | exdisp.idl: Move declarations to better match to IE SDK. |
| Jacek Caban | 2006-04-10 | exdisp.idl: Added missing attributes and fix some arguments names. |
| Jacek Caban | 2006-04-10 | exdisp.idl: Added missing declarations. |
| Jacek Caban | 2006-04-10 | exdisp.idl: Added SHDocVw type library declaration. |
| Jacek Caban | 2006-04-10 | docobj.idl: Fix some enums declarations. |
| Mike McCormack | 2006-04-11 | shdocvw: Register iexplore.exe as a COM local server. |
| Mike McCormack | 2006-04-11 | avifil32: Fix a regression caused by patch removing GlobalAllocs by using HEAP_ZERO ... |
| Mike McCormack | 2006-04-11 | shdocvw: Move the private class factory declaration into factory.c. |
| Thomas Kho | 2006-04-12 | x11drv: Properly handle VK_LMENU input. |
| Dmitry Timoshkov | 2006-04-12 | avifil32: Avoid not necessary zeroing out of an allocated memory block. |
| Jacek Caban | 2006-04-12 | shell32: Allocate wszApplicationName on the heap as it may be longer than MAX_PATH. |
| Jacek Caban | 2006-04-12 | shdocvw: Use GetClientRect, not GetWindowRect in create_doc_view_hwnd. |
| Aric Stewart | 2006-04-13 | comctl32: Listview notify fix. |
| Mike McCormack | 2006-04-13 | widl: Add support for VT_I8 and VT_UI8 to msft typelibs. |
| Mike McCormack | 2006-04-13 | wtypes.idl: Add size attribute to a void pointer. |
| Jacek Caban | 2006-04-14 | shell32: Don't crash in SHELL_ExecuteW if psei->lpDirectory is NULL. |
| Jacek Caban | 2006-04-14 | shdocvw: Better window handling. |
| Huw Davies | 2006-04-18 | gdi32: Fix {Bit,Stretch}Blt fallbacks to StretchDIBits. |
| Thomas Kho | 2006-04-19 | x11drv: Virtual key input scrubbing in X11DRV_send_keyboard_input. |
| Dan Kegel | 2006-04-22 | msi: Fix missing case in MsiSourceListAddSourceEx. |
| Thomas Kho | 2006-04-27 | user: Allow menu WndProc to recognize VK_[LR]MENU. |
| Thomas Kho | 2006-04-27 | user: Fix behavior when selecting disabled menu items. |
| Thomas Kho | 2006-04-28 | user: Extend menu conformance test. |
| James Hawkins | 2006-06-05 | oleaut32: Copy BYREF args directly if they have the same variant type. |
| James Hawkins | 2006-06-05 | oleaut32: Only BYREF DispCallFunc args whose input args are not BYREF should be changed. |
| James Hawkins | 2006-06-15 | msi: Add tests for MsiInstallProduct. |
| James Hawkins | 2006-06-20 | advpack: Implement DoInfInstall on top of the install framework. |
| James Hawkins | 2006-06-20 | msi: Fix handling of the no-op identifier in the Directory table. |
| James Hawkins | 2006-06-20 | tools/wine.inf: Add d3d8.dll to the fake dlls list. |
| James Hawkins | 2006-06-21 | mapi32: Add a stub implementation of MAPIOpenLocalFormContainer. |
| James Hawkins | 2006-06-21 | atl: Add a stub implementation of AtlModuleLoadTypeLib. |
| James Hawkins | 2006-06-22 | msi: Add tests for components that aren't associated with a feature. |
| James Hawkins | 2006-06-23 | shell32: Add missing multiply by sizeof(WCHAR)l |
| James Hawkins | 2006-06-26 | shlwapi: Add tests for PathAddBackslash. |
| James Hawkins | 2006-06-26 | shlwapi: Add tests for PathCombineA. |
| James Hawkins | 2006-06-26 | msiexec: Use CommandLineToArgvW instead of process_args to reduce code duplication. |
| James Hawkins | 2006-06-26 | setupapi: Fix SetupCloseInfFile when a NULL handle is given, with tests. |
| James Hawkins | 2006-06-26 | shdocvw: Upgrade the version to 5.50.4134.599. |
| James Hawkins | 2006-06-27 | shlwapi: Add tests for PathAppendA. |
| James Hawkins | 2006-06-27 | msi: Read the font color from the database, and use it for the text control. |
| James Hawkins | 2006-06-29 | shlwapi: Add tests for PathFindExtensionA. |
| James Hawkins | 2006-06-29 | shlwapi: Add tests for PathCanonicalize. |
| Thomas Kho | 2006-07-01 | wcmd: Modify option parser to allow compound options. |
| James Hawkins | 2006-07-03 | wininet: Error out if hInternet is a bad handle. |
| James Hawkins | 2006-07-03 | wininet: Use a blank password if none is provided in FTP_Connect. |
| Thomas Kho | 2006-07-06 | notepad: Change window classname from NPClass to Notepad. |
| James Hawkins | 2006-07-06 | advapi32: Get the token type in ImpersonateLoggedOnUser. |
| James Hawkins | 2006-07-06 | advapi32: Add tests for LookupAccountSid. |
| Thomas Kho | 2006-07-08 | winex11: Use correct multiplier for negative relative mouse movements. |
| James Hawkins | 2006-07-08 | advpack: Add tests for different configurations of INF filenames and |
| James Hawkins | 2006-07-10 | msi: Test how SetTargetPath affects the target paths of install files. |
| James Hawkins | 2006-07-10 | msi: AppSearchReg shouldn't create the key it's looking for if it doesn't exist. |
| Benjamin Arai | 2006-07-10 | oleaut32: Conformance test and patch for VarCat. |
| James Hawkins | 2006-07-11 | urlmon: Implement URLDownloadToCacheFileW. |
| James Hawkins | 2006-07-12 | msi: Update the files target paths as well, because a parent directory might have ... |
| Thomas Kho | 2006-07-12 | notepad: Change window title to be like Windows' notepad.exe. |
| Thomas Kho | 2006-07-12 | notepad: Change file not saved alert title to match Windows' notepad.exe. |
| Dan Hipschman | 2006-07-12 | gdi32: Implement GetTextExtentPoint in terms of GetTextExtentExPoint |
| Dan Hipschman | 2006-07-12 | gdi32: Add conformance test for GetTextExtentExPointW. |
| James Hawkins | 2006-07-13 | msi: Add handling for the GroupBox dialog control. |
| James Hawkins | 2006-07-13 | msiexec: Also support options using a hyphen. |
| James Hawkins | 2006-07-13 | shlwapi: Add tests for PathBuildRootA. |
| James Hawkins | 2006-07-13 | shlwapi: Add tests for PathCommonPrefixA. |
| Dan Hipschman | 2006-07-14 | widl: Support coclass forward declarations. |
| James Hawkins | 2006-07-14 | msi: Add handling for the ListBox dialog control. |
| James Hawkins | 2006-07-14 | wininet: Add more tests for InternetCrackurl. |
| Dan Hipschman | 2006-07-14 | widl: Fix unterminated comment in generated code. |
| James Hawkins | 2006-07-17 | msi: Update the feature components' states when a feature is selected. |
| Dan Hipschman | 2006-07-17 | wpp: In recursive macro definitions, print the macro name instead of nothing. |
| Benjamin Arai | 2006-07-17 | oleaut32: VarCmp - Corrected function description. |
| James Hawkins | 2006-07-18 | msi: Sort SelectionTree items by their Display value. |
| Benjamin Arai | 2006-07-18 | oleaut32: Update error codes for VarMod. |
| James Hawkins | 2006-07-18 | msi: Add a stub implementation of MsiSourceListClearAll. |
| James Hawkins | 2006-07-19 | msi: Update feature states after changing install levels, as they may have changed. |
| James Hawkins | 2006-07-19 | msi: Rename SetFeatureStates to match the naming scheme of internal msi functions. |
| James Hawkins | 2006-07-19 | msi: Forward MsiSetInstallLevel to an internal MSI_SetInstallLevel that can be used ... |
| James Hawkins | 2006-07-19 | msi: Implement the SetInstallLevel event. |
| Benjamin Arai | 2006-07-20 | oleaut32: OLEFontImpl_GetIDsOfNames conformance test. |
| Benjamin Arai | 2006-07-20 | oleaut32: Implements OLEFontImpl_GetIDsOfNames. |
| Benjamin Arai | 2006-07-21 | oleaut32: Fix temp variant initialization issues in VarCat. |
| Thomas Kho | 2006-07-21 | server: Add new threads to end of thread_list. |
| Dan Hipschman | 2006-07-21 | widl: Allow write_type to output full pointer types. |
| Benjamin Arai | 2006-07-21 | oleaut32: Fix missing tests and heap errors for VarCat conformance. |
| James Hawkins | 2006-07-21 | msi: Set the component's initial state based on its attributes. |
| James Hawkins | 2006-07-21 | msi: Don't display a feature if its Display value is zero. |
| James Hawkins | 2006-07-21 | msi: Add tests for component and feature states. |
| James Hawkins | 2006-07-21 | msi: Expand features with odd Display values. |
| Dan Hipschman | 2006-07-24 | widl: Support SAFEARRAY(type) syntax. |
| Dan Kegel | 2006-07-24 | winedos: Limit reported disk space to 1GB. |
| Dan Hipschman | 2006-07-24 | widl: Fix redefinition of types in output. |
| Dan Hipschman | 2006-07-25 | widl: Allow trailing commas in attribute lists. |
| James Hawkins | 2006-07-25 | msi: Add tests for the WHERE SQL clause. |
| Thomas Kho | 2006-07-25 | wcmd: Correct handling of quotes and /s flag when a command argument is present. |
| James Hawkins | 2006-07-26 | msi: Fix a typo. |
| James Hawkins | 2006-07-26 | msi: Test the states of a component with a compressed file. |
| James Hawkins | 2006-07-26 | msi: Test the column types of MSI packages. |
| James Hawkins | 2006-07-26 | msi: Download the MSI package if it is a remote URL. |
| James Hawkins | 2006-07-28 | msi: Add tests for MsiDatabaseImport. |
| Benjamin Arai | 2006-07-28 | oleaut32: VarMonthName - Update error codes and helper functions. |
| Thomas Kho | 2006-07-28 | Maketest.rules.in: Fix comment. |
| Dan Hipschman | 2006-07-28 | widl: Encode coclass types in typelibs. |
| James Hawkins | 2006-07-28 | wininet: Only copy the relative filename into the UrlEntry structure. |
| Dan Hipschman | 2006-07-28 | widl: Set typelib_idx for coclasses when they're added to a typelib. |
| Dan Hipschman | 2006-07-28 | widl: Register types for coclasses. |
| Benjamin Arai | 2006-07-28 | oleaut32: VarSub: Fixes several data types and corrects error codes. |
| Dan Hipschman | 2006-07-28 | widl: Check if a typeinfo is already in a typelib before adding it. |
| Dan Hipschman | 2006-07-28 | widl: Fold class_t into type_t. |
| Benjamin Arai | 2006-07-28 | oleaut32: VarSub: Conformance test. |
| Dan Hipschman | 2006-07-29 | widl: Fix "static declaration follows non-static declaration" in generated code. |
| Dan Hipschman | 2006-07-31 | widl: Set defined flag for coclasses. |
| James Hawkins | 2006-07-31 | msi: Fix a couple install state test cases. |
| Dan Hipschman | 2006-07-31 | widl: Set type_t kind field correctly for all types. |
| Thomas Kho | 2006-07-31 | riched20: Implement EM_GETLINE. |
| James Hawkins | 2006-07-31 | msi: Fix the add_feature_entry helper function. |
| Benjamin Arai | 2006-07-31 | oleaut32: Move varformat conformance tests to new file varformat.c |
| James Hawkins | 2006-07-31 | msi: Set the install state to INSTALLSTATE_LOCAL for components with compressed files. |
| James Hawkins | 2006-07-31 | setupapi: Add a stub implementation of SetupGetSourceInfo. |
| Dan Hipschman | 2006-08-01 | oleview: Initialize TVITEM.lParam to NULL in EnumFuncs. |
| James Hawkins | 2006-08-01 | msi: A file that does not have the msidbFileAttributesCompressed bit set should be ... |
| James Hawkins | 2006-08-01 | msi: Set the install state to INSTALLSTATE_LOCAL for features with compressed files. |
| Thomas Kho | 2006-08-01 | msi: Wake dialog on messages from external threads. |
| James Hawkins | 2006-08-01 | msi: Don't crash if an empty record is given to MsiProcessMessage. |
| Benjamin Arai | 2006-08-02 | oleaut32: Conformance test for olefont:OLEFontImpl_IsEqual. |
| James Hawkins | 2006-08-02 | msi: Add tests for SQL query markers. |
| Benjamin Arai | 2006-08-02 | oleaut32: Implement function olefont:OLEFontImpl_IsEqual. |
| Thomas Kho | 2006-08-03 | server: Remove unused thread_apc member. |
| Dan Hipschman | 2006-08-03 | widl: Write forward declarations for coclass definitions. |
| Benjamin Arai | 2006-08-04 | oleaut32: Removes extra string allocation for varformat:VarMonthName. |
| James Hawkins | 2006-08-04 | msi: Use the initial dialog position values in the database when creating the dialog ... |
| Dan Hipschman | 2006-08-04 | widl: Replace strdup, malloc and realloc with xstrdup, xmalloc and xrealloc. |
| Dan Hipschman | 2006-08-04 | user: Add a test for CreateWindowEx. |
| Dan Hipschman | 2006-08-04 | user: Call SetLastError in CreateWindowEx when WS_CHILD is set with no parent. |
| Dan Hipschman | 2006-08-04 | widl: Generate GUID (infile_i.c) files. |
| James Hawkins | 2006-08-07 | msi: Add tests for MsiGetProperty. |
| James Hawkins | 2006-08-07 | wintrust: Always return ERROR_SUCCESS in WinVerifyTrust. |
| James Hawkins | 2006-08-07 | msi: Fix the compressed files logic. |
| James Hawkins | 2006-08-08 | msi: Add tests for the RemoveFiles action. |
| James Hawkins | 2006-08-09 | msi: Download install cabinet files if the msi package is remote. |
| Dan Hipschman | 2006-08-09 | widl: Add ref_type (dereference typedefs) and use it. |
| James Hawkins | 2006-08-10 | msi: Only remove a file if the version to be installed is strictly newer than the ... |
| Dan Hipschman | 2006-08-10 | widl: Fix incorrect version number in generated code. |
| Dan Hipschman | 2006-08-11 | widl: Don't generate indentation spaces on empty lines. |
| James Hawkins | 2006-08-11 | msi: If a component's state is not local, source, or default, default to the local ... |
| Benjamin Arai | 2006-08-11 | oleaut32: Removes stub message from olefont:OLEFontImpl_FindConnectionPoint. |
| Dan Hipschman | 2006-08-12 | widl: Use ref_type to simplify some code. |
| Benjamin Arai | 2006-08-12 | oleaut32: Added test to check if olefont:IFont_QueryInterface increments ref counter. |
| Dan Hipschman | 2006-08-12 | widl: Improve pointer null checking logic. |
| Dan Hipschman | 2006-08-14 | widl: Pass the right size to MIDL_memset in generated proxy code. |
| James Hawkins | 2006-08-14 | msi: Non-compressed files may come before the list of compressed files in the file ... |
| Benjamin Arai | 2006-08-14 | oleaut32: Conformance test for olefont:AddRefHfont. |
| Benjamin Arai | 2006-08-14 | oleaut32: Conformance test for olefont:ReleaseHfont. |
| Dan Hipschman | 2006-08-15 | widl: Calculate method indices in parser instead of during header generation. |
| James Hawkins | 2006-08-15 | msi: Add a stub for MsiGetFeatureCost. |
| James Hawkins | 2006-08-15 | msi: Use the bare minimum number of parameters for LookupAccountName. |
| Dan Hipschman | 2006-08-16 | widl: Generate proxy code for user marshalled types. |
| Dan Hipschman | 2006-08-16 | widl: Fix NdrConformantArrayUnmarshall calls in generated code. |
| Dan Hipschman | 2006-08-16 | widl: Fix out-only temporary variable generation. |
| Dan Hipschman | 2006-08-16 | widl: Fix NdrComplexStructUnmarshall calls in generated code. |
| Dan Hipschman | 2006-08-17 | widl: Move format-string declaration output to typegen.c. |
| Dan Hipschman | 2006-08-17 | widl: Use typegen.c format-string functions in proxy.c. |
| Dan Hipschman | 2006-08-18 | widl: Output format-strings for interface pointers. |
| Dan Hipschman | 2006-08-18 | widl: Allow format-string functions to work with objects. |
| Dan Kegel | 2006-08-20 | mpr: Fix bug in ProviderOrder comma processing in wnetInit(). |
| James Hawkins | 2006-08-21 | msi: Add handling for MsiEvaluateCondition's substring operators. |
| James Hawkins | 2006-08-21 | msi: Add tests for MsiEvaluateCondition's substring operators. |
| James Hawkins | 2006-08-22 | msi: Add tests for the AppSearch action. |
| Benjamin Arai | 2006-08-22 | oleaut32: Add support for handling TKIND_COCLASS in userdefined_to_variantvt. |
| James Hawkins | 2006-08-23 | msiexec: Add handling for msiexec's regserver option. |
| James Hawkins | 2006-08-24 | msi: Fix the height of the line control window. |
| James Hawkins | 2006-08-24 | msi: Add an initial implementation of the PathEdit control. |
| James Hawkins | 2006-08-24 | msi: Add a stub implementation of the DirectoryList dialog control. |
| Benjamin Arai | 2006-08-24 | oleaut32: Updated conformance test return string for VT_RESERVED. |
| James Hawkins | 2006-08-24 | msi: Add a stub implementation of the DirectoryCombo dialog control. |
| James Hawkins | 2006-08-24 | msi: Inform the user with an error message when the MSI file path is invalid. |
| James Hawkins | 2006-08-25 | msi: Add a stub implementation of the VolumeCostList control. |
| Dan Hipschman | 2006-08-25 | widl: Remove usage of type_t ref field for base types; simplify code. |
| James Hawkins | 2006-08-25 | msi: Add initial implementation of the DirectoryListUp event. |
| James Hawkins | 2006-08-25 | msi: Add initial implementation of the DirectoryCombo control. |
| Dan Kegel | 2006-08-28 | msi: Remove limit on number of handles. |
| Dan Kegel | 2006-08-28 | msi: Callers of alloc_msihandle should handle failure. |
| Dan Kegel | 2006-08-28 | msi/tests: Add test to verify we can create 4000 msi handles. |
| Dan Hipschman | 2006-08-29 | widl: Add the rest of the pointer types to write_type. |
| Dan Hipschman | 2006-08-29 | widl: Generate an error for "int f(void a)". |
| James Hawkins | 2006-08-29 | msi: Use msi_dialog_dup_property where appropriate. |
| James Hawkins | 2006-08-29 | msi: Use the respective update functions when creating the Browse dialog control. |
| James Hawkins | 2006-08-29 | msi: Update the PathEdit control in response to the DirectoryListUp event. |
| Dan Hipschman | 2006-08-29 | widl: Generate names for tagless structs, unions and enums. |
| James Hawkins | 2006-08-29 | msi: Update the DirectoryCombo control in response to the DirectoryListUp event. |
| James Hawkins | 2006-08-29 | msi: Highlight the text in the PathEdit control. |
| Dan Hipschman | 2006-08-29 | widl: Print pointers more aesthetically in generated header. |
| Dan Hipschman | 2006-08-29 | widl: Add an is_ptr function. |
| James Hawkins | 2006-08-29 | advpack: Add the regsvr action to the SetupInstallFromInfSection call. |
| Dan Hipschman | 2006-08-29 | widl: Factor the entry_t structure. |
| Dan Hipschman | 2006-08-29 | widl: Use type_t for typedefs, not var_t. Simplify representation. |
| James Hawkins | 2006-08-29 | advpack: Get the proper working directory in install_init. |
| James Hawkins | 2006-08-30 | crypt32: Simplify CRYPT_AsnDecodeUnicodeNameValueInternal, getting rid of a warning. |
| Dan Hipschman | 2006-08-30 | widl: Remove checks for typedefs that always fail. |
| James Hawkins | 2006-08-30 | crypt32: Simplify CRYPT_AsnDecodeNameValueInternal, getting rid of a warning. |
| James Hawkins | 2006-08-31 | msi: Store and use the center point of the dialog window in between dialogs. |
| James Hawkins | 2006-08-31 | msi: Provide the control to the dialog_update function for the case |
| James Hawkins | 2006-08-31 | msi: Add more tests for the _Streams table. |
| James Hawkins | 2006-08-31 | msi: Search for the browse dialog controls by type instead of name. |
| James Hawkins | 2006-08-31 | msi: Verify the path in the PathEdit control. |
| James Hawkins | 2006-09-01 | msi: Add initial implementation of the DirectoryList control. |
| Dan Hipschman | 2006-09-01 | widl: Handle more pointer types in get_struct_type. |
| James Hawkins | 2006-09-01 | msi: Load and display the VolumeCostList control's column headers. |
| Dan Hipschman | 2006-09-01 | widl: Sanity check string and pointer attrs. Don't assign string as type. |
| James Hawkins | 2006-09-04 | msi: Store the CustomActionData for deferred custom actions. |
| Dan Kegel | 2006-09-04 | programs/wcmd: Rename to programs/cmd. |
| James Hawkins | 2006-09-04 | msi: Add the ability to change directories in the DirectoryList control. |
| James Hawkins | 2006-09-05 | msi: Add more tests for MsiFormatRecord. |
| James Hawkins | 2006-09-06 | msi: Fix two MsiFormatRecord tests. |
| James Hawkins | 2006-09-06 | msi: Fix creation of the default format in MsiFormatRecord. |
| James Hawkins | 2006-09-06 | msvcmaker: Remove a reference to libs/unicode in msvcmaker. |
| James Hawkins | 2006-09-06 | msi: Add many more MsiFormatRecord tests. |
| James Hawkins | 2006-09-06 | msi: Use the TargetPath of a file if the file doesn't exist in MsiFormatRecord. |
| Dan Hipschman | 2006-09-07 | widl: Add more complete pointer handling to write_typeformatstring_var. |
| James Hawkins | 2006-09-07 | msi: Add tests for MSI SQL join queries. |
| Benjamin Arai | 2006-09-08 | oleaut32: Fixes for function variant:VarAnd. |
| Benjamin Arai | 2006-09-08 | oleaut32: Conformance test for function variant:VarAnd. |
| James Hawkins | 2006-09-08 | msi: Allow non-key columns to be used with the join query. |
| Benjamin Arai | 2006-09-08 | oleaut32: Conformance test for function variant:VarPow. |
| Benjamin Arai | 2006-09-08 | oleaut32: Fixes for function variant:VarPow. |
| James Hawkins | 2006-09-11 | msi: Don't try to register a class if a COM server file is not provided. |
| Benjamin Arai | 2006-09-11 | oleaut32: Conformance test for function variant:VarIdiv. |
| Benjamin Arai | 2006-09-11 | oleaut32: Conformance test for function variant:VarDiv. |
| Benjamin Arai | 2006-09-11 | oleaut32: Fixes for function variant:VarDiv. |
| Benjamin Arai | 2006-09-11 | oleaut32: Fixes for function variant:VarIdiv. |
| Dan Hipschman | 2006-09-12 | widl: Replace a loop with a simple computation. |
| James Hawkins | 2006-09-12 | msi: Show the available drives in the VolumeCostList control. |
| Dan Hipschman | 2006-09-12 | oleaut32: Replace a loop with a simple computation. |
| James Hawkins | 2006-09-12 | msi: Add more join tests. |
| Dan Hipschman | 2006-09-13 | widl: Don't compare result of read() to unsigned type. |
| Dan Hipschman | 2006-09-13 | widl: Remove unused parameter in ctl2_encode_name. |
| Dan Hipschman | 2006-09-13 | widl: Fix warning about unused structure field in lexer. |
| Dan Hipschman | 2006-09-13 | widl: Remove unused parameter in write_ip_tfs. |
| James Hawkins | 2006-09-13 | setupapi: Implement pSetupGetField, with tests. |
| Dan Hipschman | 2006-09-13 | widl: Replace a #if by if for better compiler checking. |
| Dan Hipschman | 2006-09-13 | widl: Add -u and -U options to man page. |
| Dan Hipschman | 2006-09-13 | widl: Remove unused parameter in create_msft_typeinfo. |
| James Hawkins | 2006-09-14 | setupapi: Add stubs for SetupOpenLog, SetupCloseLog, and SetupLogError. |
| James Hawkins | 2006-09-14 | wintrust: Add a stub implementation of CryptCATClose. |
| James Hawkins | 2006-09-14 | wintrust: Move the Crypt* functions to crypt.c. |
| James Hawkins | 2006-09-14 | wintrust: Add a stub implementation of CryptCATOpen. |
| James Hawkins | 2006-09-14 | wintrust: Add a stub implementation of CryptCATEnumerateMember. |
| Benjamin Arai | 2006-09-15 | nddeapi: Implement stub dll for nddeapi. |
| James Hawkins | 2006-09-15 | msi: Add the total and free disk space to the VolumeCostList control. |
| James Hawkins | 2006-09-16 | msi: INSTALLSTATE_SOURCE also overrides a parent feature state change to INSTALLSTATE ... |
| James Hawkins | 2006-09-16 | msi: Use ACTION_UpdateComponentStates in the selection tree so we don't have to dupli ... |
| James Hawkins | 2006-09-16 | msi: Add tests for components with multiple parent features. |
| Benjamin Arai | 2006-09-19 | msi: Adds tests to check if joins return the correct number of rows. |
| Benjamin Arai | 2006-09-19 | msi: Updates tests for joins to include row and column ids in message. |
| Dan Hipschman | 2006-09-20 | msxml3: Fix IXMLDOMNamedNodeMap_getNamedItem() conformance on error. |
| Benjamin Arai | 2006-09-20 | oleaut32: Implementation for function variant:VarImp. |
| Benjamin Arai | 2006-09-20 | oleaut32: Conformance test for function variant:VarImp. |
| Benjamin Arai | 2006-09-20 | msi: Adds test to check if basic "JOIN" operator without "WHERE" clause returns the ... |
| Benjamin Arai | 2006-09-20 | msi: Adds test to check if "AND" operator returns the correct result for the "WHERE" ... |
| James Hawkins | 2006-09-21 | advpack: backup should be a const string. |
| James Hawkins | 2006-09-21 | msi: Don't check a component's install state if a component ID is not provided. |
| Benjamin Arai | 2006-09-21 | msi: Adds test to check "JOIN" operator with "*" operator for the SELECT clause retur ... |
| James Hawkins | 2006-09-21 | msi: Disable child features of parent features that are unselected because of the ... |
| James Hawkins | 2006-09-21 | msi: Fix the results of a few tests to match Windows. |
| James Hawkins | 2006-09-21 | msi: Translate the INSTALLSTATE_UNKNOWN index into the INSTALLSTATE_ABSENT image ... |
| James Hawkins | 2006-09-21 | msi: Only override a feature whose action state is INSTALLSTATE_SOURCE. |
| James Hawkins | 2006-09-21 | msi: Initialize all features' action states to INSTALLSTATE_UNKNOWN. |
| James Hawkins | 2006-09-21 | msi: Load the component states in CostFinalize instead of CostInitialize. |
| James Hawkins | 2006-09-22 | setupapi: Fix a typo. |
| James Hawkins | 2006-09-26 | msi: Add tests for setting the target path of TARGETDIR (based on a patch by Andrey ... |
| James Hawkins | 2006-09-26 | msi: Only specifically resolve the TARGETDIR directory once. |
| James Hawkins | 2006-09-26 | msi: If the feature linked to a component has a state of INSTALLSTATE_UNKNOWN, the ... |
| James Hawkins | 2006-09-26 | msi: Store the full path to the database file in the MSIDATABASE structure. |
| Benjamin Arai | 2006-09-27 | clusapi: Implement stub dll for clusapi. |
| James Hawkins | 2006-09-28 | msi: Return to the parent dialog when the argument to the EndDialog event is Return. |
| James Hawkins | 2006-09-28 | msi: Implement MsiDatabaseImport. |
| James Hawkins | 2006-09-28 | msi: Follow state resolution rules when a feature parent saves a component. |
| James Hawkins | 2006-09-28 | msi: A feature state of INSTALLSTATE_ABSENT translates into a component state of ... |
| Benjamin Arai | 2006-09-29 | resutils: Implements stub dll for resutils.dll. |
| James Hawkins | 2006-10-03 | msi: Don't ERR if a dialog doesn't provide control conditions, as they are not required. |
| James Hawkins | 2006-10-03 | msi: Empty the window text if no text is provided. |
| James Hawkins | 2006-10-03 | msi: Add missing '\n' to TRACE output. |
| James Hawkins | 2006-10-03 | msi: Provide a specific dialog to ControlEvent_SubscribeToEvent, as package->dialog ... |
| James Hawkins | 2006-10-03 | comctl32: Set the TVIF_TEXT mask when notifying the parent window of a selection ... |
| James Hawkins | 2006-10-03 | msi: Subscribe the SelectionTree control to the SelectionPath event. |
| James Hawkins | 2006-10-03 | msi: Select the first item in the SelectionTree control. |
| James Hawkins | 2006-10-03 | msi: Publish the SelectionDescription and SelectionPath events when the selection ... |
| James Hawkins | 2006-10-03 | msi: Store the selected item in the SelectionTree control. |
| James Hawkins | 2006-10-03 | msi: Handle the SelectionBrowse event using ControlEvent_SpawnDialog. |
| James Hawkins | 2006-10-03 | msi: Publish the SelectionPath event in the SetTargetPath event. |
| James Hawkins | 2006-10-03 | msi: Properly initialize the SelectionTree control's attributes and property values. |
| James Hawkins | 2006-10-03 | msi: Assign the property to path if the property is empty. |
| James Hawkins | 2006-10-04 | user: Add missing sizeof(WCHAR) multiplier. |
| James Hawkins | 2006-10-04 | msi: Only apply the last font style in the list of styles. |
| James Hawkins | 2006-10-06 | ddraw: Set lplpDirect3DViewport3 to NULL before returning an error (found by Smatch). |
| James Hawkins | 2006-10-06 | dbghelp: Remove redundant NULL checks before pdb_free (found by Smatch). |
| James Hawkins | 2006-10-06 | dinput: Call missing LeaveCriticalSection in the error case (found by Smatch). |
| James Hawkins | 2006-10-06 | msi: Make msi_dialog_dup_property return a copy of the property if the property is ... |
| James Hawkins | 2006-10-06 | crypt32: Remove redundant NULL checks before CryptMemFree (found by Smatch). |
| James Hawkins | 2006-10-06 | advapi32: Remove redundant NULL check before SERV_free (found by Smatch). |
| James Hawkins | 2006-10-07 | advpack: Win64 printf format warning fixes. |
| James Hawkins | 2006-10-07 | janitorial: Remove redundant NULL checks before SHFree. |
| James Hawkins | 2006-10-07 | janitorial: Remove redundant NULL checks before CoTaskMemFree (found by Smatch). |
| James Hawkins | 2006-10-07 | shdocvw: Return S_OK in PersistStorage_InitNew. |
| James Hawkins | 2006-10-07 | msi: Perform button control events in greatest to least order. |
| James Hawkins | 2006-10-09 | msi: Add missing sizeof(WCHAR) multiplier. |
| James Hawkins | 2006-10-09 | msi: Make internal functions static. |
| James Hawkins | 2006-10-09 | msi: Add missing declarations to the public headers. |
| James Hawkins | 2006-10-09 | advpack: Make internal functions static. |
| James Hawkins | 2006-10-09 | msi: NULL-terminate dst on error. |
| James Hawkins | 2006-10-10 | msi: Clean up after the package tests. |
| James Hawkins | 2006-10-10 | msi: Set the SourceDir and SOURCEDIR properties in the ResolveSource action. |
| James Hawkins | 2006-10-11 | advapi32: Make internal functions static. |
| James Hawkins | 2006-10-11 | gphoto2.ds: Make an internal function static. |
| James Hawkins | 2006-10-11 | comctl32: Make internal functions static. |
| James Hawkins | 2006-10-11 | advapi32: Add missing declarations to the public headers. |
| James Hawkins | 2006-10-11 | crypt32: Make an internal function static. |
| James Hawkins | 2006-10-11 | cabinet: Make internal functions static. |
| James Hawkins | 2006-10-13 | msi: Also set the SOURCEDIR property in MSI_InstallPackage. |
| James Hawkins | 2006-10-13 | include: Move cfgmgr32.h to include/ to match the SDK. |
| James Hawkins | 2006-10-13 | clusapi: Add the clusapi.h public header. |
| James Hawkins | 2006-10-13 | mscoree: Add missing stubs to the spec file. |
| James Hawkins | 2006-10-13 | mscoree: Add stub implementations of CorBindToRuntimeHost and GetCORVersion. |
| James Hawkins | 2006-10-16 | msi: Revert "msi: Perform button control events in greatest to least order." |
| James Hawkins | 2006-10-18 | msi: Set the USERNAME and COMPANYNAME properties when initializing a package. |
| James Hawkins | 2006-10-18 | tools/wine.inf: Add the ProgramFilesPath registry entry. |
| James Hawkins | 2006-10-18 | msi: Run SetProperty events before all other events no matter what the order is. |
| James Hawkins | 2006-10-18 | msi: Add tests for the InstallServices action. |
| James Hawkins | 2006-10-19 | msi: Use the ProgramFileDir reg value instead of ProgramFilesPath. |
| James Hawkins | 2006-10-19 | msi: Only initialize a component's state if it is linked with a feature. |
| James Hawkins | 2006-10-19 | msi: Implement the InstallServices action. |
| James Hawkins | 2006-10-20 | msi: Integer columns can have the 'NOT NULL' modifier too. |
| James Hawkins | 2006-10-20 | msi: Allow more than one primary key in a table when importing a database. |
| James Hawkins | 2006-10-20 | msi: Add tests for integer column types. |
| James Hawkins | 2006-10-24 | msi: Add tests for installing from continuous cabinets. |
| James Hawkins | 2006-10-24 | msi: Allow more customization of install test files. |
| James Hawkins | 2006-10-24 | msi: Add support for localizable strings in MsiDatabaseImport. |
| James Hawkins | 2006-10-24 | advpack: Fix the full path check. |
| James Hawkins | 2006-10-24 | msi: Remove unused function pointer and definitions. |
| James Hawkins | 2006-10-24 | msi: Remove two unnecessary install tables. |
| James Hawkins | 2006-10-26 | msi: Add tests for the UPDATE sql command. |
| James Hawkins | 2006-10-27 | msi: Test the order in which cab files are handled in the Media table. |
| James Hawkins | 2006-10-27 | msi: Extract cabinets based on DiskId, not LastSequence. |
| James Hawkins | 2006-10-27 | msi: Implement handling for the ErrorDialog and use it to change media. |
| James Hawkins | 2006-11-01 | advpack: Use the full path of the INF file as the source directory if the CAB file ... |
| James Hawkins | 2006-11-07 | msi: Factor out download_remote_cabinet and reuse extract_cabinet_file to extract ... |
| James Hawkins | 2006-11-07 | msi: Factor copy_install_file out of ACTION_InstallFiles. |
| James Hawkins | 2006-11-07 | msi: Use msi_alloc_zero instead of a helper function that sets everything to zero. |
| James Hawkins | 2006-11-07 | msi: Add more tests for installing from cabinets. |
| James Hawkins | 2006-11-07 | msi: Use the file's component instead of passing an extra parameter to set_file_source. |
| James Hawkins | 2006-11-07 | msi: Factor schedule_install_files out of ACTION_InstallFiles. |
| James Hawkins | 2006-11-07 | msi: Store the base URL of the MSI package if it is downloaded. |
| James Hawkins | 2006-11-07 | msi: Use the media_info structure instead of passing in individual values to extract ... |
| James Hawkins | 2006-11-07 | msi: Model the media_info structure members after the columns in the media table. |
| James Hawkins | 2006-11-08 | msi: Extract cabinets in ACTION_InstallFiles. ready_media is for finding and loading ... |
| James Hawkins | 2006-11-08 | msi: Factor out load_media_info from ready_media_for_file. |
| James Hawkins | 2006-11-08 | msi: Only add text to the scroll control if text is provided. |
| James Hawkins | 2006-11-08 | msi: Use disk_prompt from the media_info structure instead of passing an extra parame ... |
| James Hawkins | 2006-11-08 | msi: Move the file sequence check out of ready_media_info to avoid an unnecessary ... |
| James Hawkins | 2006-11-08 | msi: Add support for continuous cabinets. |
| James Hawkins | 2006-11-10 | msi: Fix a heap corruption bug by resizing the src string before adding to it. |
| James Hawkins | 2006-11-13 | msi: Notify the external UI handler when changing media. |
| James Hawkins | 2006-11-18 | kernel32: Replace magic numbers with descriptive defines. |
| James Hawkins | 2006-11-28 | msi: Don't fail if we can't remove an existing install file. |
| James Hawkins | 2006-11-28 | msi: Add handling for the InstallODBC action. |
| James Hawkins | 2006-11-30 | advapi32: Remove redundant NULL checks before CRYPT_Free. |
| James Hawkins | 2006-11-30 | advapi32: Add tests for LookupAccountName. |
| James Hawkins | 2006-11-30 | msi: Use mi->source if the source is not a full path. |
| James Hawkins | 2006-12-01 | shell32: Move a NULL pointer check before the place where we dereference the pointer. |
| James Hawkins | 2006-12-01 | msi: Add handling for the StartServices action. |
| James Hawkins | 2006-12-01 | msi: Set the UserSID property. |
| James Hawkins | 2006-12-05 | msi: Fail if stg is NULL. |
| James Hawkins | 2006-12-05 | msi: Initialize sid_str to NULL. |
| Lei Zhang | 2007-01-03 | comctl32: Add initial tests for the status bar control. |
| James Hawkins | 2007-01-10 | comctl32: Rewrite the up-down control tests to add message checking. |
| James Hawkins | 2007-01-10 | advpack: Fill the output buffer to workaround a bug in IE7s advpack. |
| James Hawkins | 2007-01-11 | winspool.drv: Check for get_filename failure. |
| James Hawkins | 2007-01-11 | winedbg: Check buffer for NULL before writing to it. |
| James Hawkins | 2007-01-11 | mshtml: Use the correct variable in the FIXME. |
| James Hawkins | 2007-01-16 | advapi32: Add tests for RegQueryValue. |
| James Hawkins | 2007-01-16 | oleaut32: Initialize nrofnames to keep from freeing unused memory in the error case. |
| Dmitry Timoshkov | 2007-01-18 | user32: Some apps pass a color bitmap as a mask to CreateIconIndirect, convert it ... |
| Dmitry Timoshkov | 2007-01-22 | gdi32: Add a simple SelectObject test for bitmaps. |
| Lei Zhang | 2007-01-22 | comctl32: Fix the updown control test to use the optional flag. |
| Dmitry Timoshkov | 2007-01-22 | gdi32: Add a GetDIBits test. |
| Dmitry Timoshkov | 2007-01-23 | user32: Do not use DIB APIs for bitmap bits in a device dependent format. |
| Dmitry Timoshkov | 2007-01-23 | user32: Using DIB APIs to convert a DDB to monochrome is wrong, do it differently. |
| James Hawkins | 2007-02-04 | msi: Allow uncompressed files before compressed files in the same media. |
| James Hawkins | 2007-02-08 | msi: Don't skip files continued from a previous cabinet. |
| Lei Zhang | 2007-02-13 | tools/wineshelllink: Create links with WINEPREFIX. |
| Lei Zhang | 2007-02-17 | comctl32: Move up-down msg seq test functions into msg.c. |
| James Hawkins | 2007-02-20 | msi: Cleanup the dialog event subscriptions when destroying the dialog. |
| James Hawkins | 2007-02-25 | msi: Free the custom action data after the thread function executes. |
| James Hawkins | 2007-02-25 | msi: Add tests for using markers in SELECT clauses. |
| James Hawkins | 2007-02-25 | msi: Check for a NULL text entry, as it can be blank in the VolumeCostList control. |
| James Hawkins | 2007-02-26 | msi: Overwrite an existing read-only file when copying the install file. |
| James Hawkins | 2007-02-28 | comctl32: Add message ids to allow multi-window test sequences. |
| Lei Zhang | 2007-03-01 | regedit: Removed dead code from regproc.c. |
| Lei Zhang | 2007-03-01 | regedit: Updated English resources to remove shortcut conflicts. |
| Lei Zhang | 2007-03-01 | regedit: Correctly parse key name containing ']'. |
| Lei Zhang | 2007-03-02 | regedit: Allow entering - for a key in a .reg file to delete that key. |
| Lei Zhang | 2007-03-02 | regedit: Correctly parse key name containing ']' when deleting/exporting. |
| Dan Kegel | 2007-03-12 | advapi32: RegGetKeySecurity needs to pass length of struct to caller. |
| Jacek Caban | 2007-03-19 | advapi: Constify argument of StartServiceCtrlDispatcher[AW] functions. |
| Jacek Caban | 2007-03-19 | advapi: Improve SetEntriesInAclW stub. |
| Jacek Caban | 2007-03-19 | wine.inf: Register Spooler service. |
| Jacek Caban | 2007-03-19 | spoolss: Added RevertToPrinterSelf stub implementation. |
| Jacek Caban | 2007-03-19 | spoolsv: Added spoolsv.exe. |
| James Hawkins | 2007-03-26 | setupapi: Add several tests for SetupCopyOEMInf, with fixes so the tests don't crash. |
| James Hawkins | 2007-03-26 | setupapi: Add missing SetupCopyOEMInf flags. |
| Jacek Caban | 2007-03-28 | winnt.h: Added activation context structures declarations. |
| Jacek Caban | 2007-03-28 | mshtml: Added DIID_DispHTMLDocument to QueryInterface. |
| Jacek Caban | 2007-03-28 | mshtml: Added DispHTMLDocument dispinterface declaration. |
| James Hawkins | 2007-03-28 | setupapi: Handle the SP_COPY_NOOVERWRITE flag. |
| James Hawkins | 2007-03-28 | setupapi: SetLastError to ERROR_SUCCESS on success. |
| James Hawkins | 2007-03-28 | setupapi: Correct the Inf output position. |
| James Hawkins | 2007-03-28 | setupapi: Don't allow relative paths in SetupCopyOEMInf. |
| James Hawkins | 2007-03-28 | setupapi: The Inf file should be copied regardless of the destination buffer, with ... |
| James Hawkins | 2007-03-29 | msi: Load the folder property if available and requested. |
| Dan Kegel | 2007-03-31 | imagehlp: BindImageEx stub should report success. |
| Lei Zhang | 2007-04-06 | advapi32: Spelling fixes. |
| Lei Zhang | 2007-04-10 | comctl32: Fix first day of the week in monthcal. |
| James Hawkins | 2007-04-11 | msi: Reset the is_extracted flag when every cabinet is loaded. |
| Lei Zhang | 2007-04-12 | comctl32: More monthcal hit tests. |
| Dan Kegel | 2007-04-12 | winex11.drv: GetAsyncKeyState must check mouse buttons, too. |
| Lei Zhang | 2007-04-12 | user32: WM_ACTIVATEAPP on minimize message test. |
| Lei Zhang | 2007-04-13 | comctl32: monthcal: GetMonthRange Tests. |
| James Hawkins | 2007-04-15 | msi: Generalize the msi_custom_action_info struct so other custom actions can use it. |
| James Hawkins | 2007-04-15 | msi: Add tests for the concurrent installation 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 handling for the concurrent install custom action. |
| Lei Zhang | 2007-04-20 | wineshelllink: Fall back to $HOME if $HOME/Desktop does not exist. |
| James Hawkins | 2007-04-21 | msi: Add an internal MSI_ViewModify. |
| James Hawkins | 2007-04-21 | msi: Abstract MSI_RecordSetStream. |
| James Hawkins | 2007-04-21 | msi: Add the _Property table back, with tests. |
| James Hawkins | 2007-04-21 | msi: Return MSICONDITION_NONE in MsiDatabaseIsTablePersistent if the table doesn't ... |
| Lei Zhang | 2007-04-23 | comdlg32: Initialize CommDlgExtendedError() return value for file dialogs. |
| James Hawkins | 2007-04-25 | msi: Implement special handling for the _Streams table. |
| Dan Hipschman | 2007-04-26 | rpcrt4: Add a testcase for RPCs with fixed-size arrays. |
| Dan Kegel | 2007-04-28 | advapi: Improve SetEntriesInAclA stub. |
| James Hawkins | 2007-05-01 | msi: Run the costing actions for both the UI and execute sequences. |
| Dan Hipschman | 2007-05-01 | widl: Get rid of the typeref_t structure, 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 tname field of var_t, simplify code. |
| James Hawkins | 2007-05-01 | msi: Add tests that show that costing is run in both the UI and Execute sequences. |
| James Hawkins | 2007-05-07 | msi: Remove incorrect ERR as messages can be sent before the control is created. |
| James Hawkins | 2007-05-07 | msi: Add handling for the ReinstallMode control event. |
| James Hawkins | 2007-05-07 | msi: Only allow valid styles in msi_dialog_get_style. |
| James Hawkins | 2007-05-07 | msi: Add the ES_AUTOHSCROLL style to the edit control. |
| 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 stub handlers for the remaing standard actions that reference tables. |
| James Hawkins | 2007-05-07 | msi: Remove debugging printf statements. |
| James Hawkins | 2007-05-09 | msiexec: /quiet is the same options as /qn. |
| James Hawkins | 2007-05-09 | msi: Check the volume name when changing media. |
| James Hawkins | 2007-05-10 | msi: Deformat the key path before opening the key. |
| Dan Hipschman | 2007-05-10 | widl: Remove dead code in write_msft.c. |
| Dan Hipschman | 2007-05-10 | widl: Simplify make_safearray. |
| James Hawkins | 2007-05-10 | msi: Only check the volume label for every media after the first disk. |
| Dan Hipschman | 2007-05-10 | widl: Add string_of_type function, prettify code. |
| Dan Hipschman | 2007-05-10 | widl: Remove redundant get_var_vt function. |
| Dan Hipschman | 2007-05-10 | widl: Remove var_t's ptr_level field and start write_pointers. |
| Jacek Caban | 2007-05-11 | mshtml: Split IPersistMoniker::Load. |
| Jacek Caban | 2007-05-11 | mshtml: Move AddRequest call to the separated function. |
| Jacek Caban | 2007-05-11 | mshtml: Added IPersistStreamInit::Load test. |
| Jacek Caban | 2007-05-11 | mshtml: Added IPersistStreamInit::Load implementation. |
| Jacek Caban | 2007-05-11 | mshtml: Don't crash in OnStopBinding if This->binding is null. |
| Jacek Caban | 2007-05-11 | mshtml: Split code from OnDataAvailable. |
| Dan Hipschman | 2007-05-12 | widl: Handle pointers fields that point to structures. |
| Dan Hipschman | 2007-05-12 | widl: Remove an unnecessary assignment in write_pointers. |
| Dan Hipschman | 2007-05-16 | widl: Improve handling of offsets in the type format string. |
| Dan Hipschman | 2007-05-16 | widl: Write some structures to the type format string on the fly. |
| Dan Hipschman | 2007-05-18 | widl: Replace erroneously removed current_func assignment. |
| Dan Hipschman | 2007-05-18 | widl: Lay framework for unions with simple unions working. |
| Lei Zhang | 2007-05-22 | include: Add missing definitions to shlobj.h. |
| Nigel Liang | 2007-05-22 | shlwapi: Stub implementation for SHSetTimerQueueTimer. |
| James Hawkins | 2007-05-24 | msxml3: Add initial implementation of IXMLElement and IXMLElementCollection. |
| James Hawkins | 2007-05-24 | msxml3: Add tests for IXMLElement and IXMLElementCollection. |
| James Hawkins | 2007-05-24 | msxml3: Add tests for IXMLDocument. |
| James Hawkins | 2007-05-24 | msi: Add the ability to deformat the component's source. |
| 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 | msxml3: Add initial implementation of IXMLDocument. |
| Dan Hipschman | 2007-05-25 | widl: Handle pointers in unions. |
| Dan Hipschman | 2007-05-25 | widl: Allow types that reference themselves. |
| Dan Hipschman | 2007-05-25 | widl: Shrink type_t structure. |
| Dan Hipschman | 2007-05-25 | rpcrt4: Fix test typo. |
| Evan Stade | 2007-05-25 | gdiplus: Added stub implementation of gdiplus.dll. |
| James Hawkins | 2007-05-29 | msi: Create the destination directory if it doesn't exist when duplicating files. |
| 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: Set the MsiNTProductType property. |
| James Hawkins | 2007-05-29 | msi: Perform a forced reboot if a custom action returns ERROR_INSTALL_SUSPEND. |
| James Hawkins | 2007-05-30 | msi: Implement the WriteEnvironmentStrings standard action. |
| James Hawkins | 2007-05-30 | wintrust: Add stub implementations for CryptCATAdminAddCatalog and CryptCATAdminRelea ... |
| James Hawkins | 2007-05-31 | msi: Add handling for MsiBreak. |
| Dan Hipschman | 2007-05-31 | rpcrt4: Fix build of test on Solaris by renaming a variable. |
| James Hawkins | 2007-06-01 | msi: Implement Installer::OpenDatabase. |
| James Hawkins | 2007-06-01 | msi: Implement SummaryInfo::Property get. |
| Lei Zhang | 2007-06-05 | wined3d: Various spelling fixes. |
| Dan Hipschman | 2007-06-06 | list.h: Add macros for reverse iteration. |
| Dan Hipschman | 2007-06-06 | widl: Implement conformant structure handling. |
| Dan Hipschman | 2007-06-06 | widl: Represent arrays with type_t. |
| Dan Hipschman | 2007-06-06 | widl: Replace get_name with a field reference. |
| James Hawkins | 2007-06-07 | msi: Use fetch_int to reduce code duplication and access to table data. |
| James Hawkins | 2007-06-07 | msi: Reduce the amount of code that directly accesses table data. |
| Lei Zhang | 2007-06-07 | shell32: Start implementing BIF_USENEWUI. |
| James Hawkins | 2007-06-07 | msi: Represent table data as bytes instead of shorts. |
| James Hawkins | 2007-06-07 | msi: Add support for large string tables. |
| Nigel Liang | 2007-06-08 | shell32: Conformance tests for unicode filenames and fix a bug for file deletion. |
| Evan Stade | 2007-06-08 | gdiplus: Added public headers. |
| Dan Hipschman | 2007-06-08 | widl: Fix incomplete struct/union typedef bug. |
| Evan Stade | 2007-06-08 | gdiplus: Added beginnings of memory and startup functions. |
| Dan Hipschman | 2007-06-08 | widl: Check for NULL in set_tfswrite. |
| Evan Stade | 2007-06-11 | gdiplus: First pen implementation. |
| Evan Stade | 2007-06-11 | gdiplus: Added first GDI+ graphics implementation. |
| Evan Stade | 2007-06-11 | gdiplus: First pen test. |
| Evan Stade | 2007-06-12 | gdiplus: Implemented GdipDrawLineI. |
| Evan Stade | 2007-06-12 | gdiplus: Implemented GdipDrawRectangleI. |
| Dan Hipschman | 2007-06-12 | widl: Simplify correlation descriptor code. |
| James Hawkins | 2007-06-12 | msi: Set the MsiNetAssemblySupport property. |
| Dan Hipschman | 2007-06-13 | widl: Test structure argument marshalling. |
| Dan Hipschman | 2007-06-13 | widl: Handle wire_marshal pointer attributes. |
| James Hawkins | 2007-06-13 | msi: Protect custom actions with a structured exception handler. |
| Dan Hipschman | 2007-06-13 | widl: Handle wire_marshal types. |
| James Hawkins | 2007-06-14 | msi: Set the UserSID and ProductCode properties for deferred custom actions. |
| Lei Zhang | 2007-06-14 | user32: Improve cut/copy/paste behavior of password edit boxes. |
| James Hawkins | 2007-06-14 | msi: Fixed the WriteEnvironmentStrings action. |
| Evan Stade | 2007-06-14 | gdiplus: Brush implementation. |
| Lei Zhang | 2007-06-14 | user32: Remove a unused variable from ES_PASSWORD test. |
| Evan Stade | 2007-06-14 | gdiplus: Brush tests. |
| Lei Zhang | 2007-06-14 | comdlg32: Move file dialog resizing code into its own function. |
| James Hawkins | 2007-06-15 | msi: Patches are applied based on ProductCode, not ProductID. |
| Dan Hipschman | 2007-06-15 | widl: Fix a write_parameters_init bug. |
| Dan Hipschman | 2007-06-15 | widl: Handle embedded interface pointers. |
| James Hawkins | 2007-06-15 | msi: Forward MsiApplyPatchA to MsiApplyPatchW. |
| James Hawkins | 2007-06-15 | msi: Implement MsiApplyPatchW. |
| Dan Hipschman | 2007-06-15 | widl: Factor the output functions. |
| Dan Hipschman | 2007-06-15 | widl: Handle encapsulated unions. |
| Lei Zhang | 2007-06-15 | comctl32: Make modal property sheets modal. |
| Evan Stade | 2007-06-16 | gdiplus: Implemented GdipDrawBezier. |
| Lei Zhang | 2007-06-18 | riched20: Add tests for EM_FORMATRANGE. |
| Evan Stade | 2007-06-18 | gdiplus: Implemented GdipDrawPie/GdipFillPie. |
| James Hawkins | 2007-06-18 | msi: Send the expected data to set_deferred_action_props. |
| James Hawkins | 2007-06-18 | msi: Properly delete rows from the table, instead of zeroing out the row. |
| Lei Zhang | 2007-06-18 | winex11.drv: Send WM_MOUSEACTIVATE before closing a window. |
| James Hawkins | 2007-06-18 | ntoskrnl.exe: Add a stub implementation of KeInitializeTimer. |
| Dan Hipschman | 2007-06-19 | rpcrt4: Add encapsulated union tests. |
| Evan Stade | 2007-06-19 | oleaut32: Added support for decoding some PNG files. |
| Dan Hipschman | 2007-06-19 | rpcrt4: Fix bug calculating union switch type. |
| Evan Stade | 2007-06-19 | oleaut32: Save load time format of pictures. |
| Dan Hipschman | 2007-06-19 | rpcrt4: Remove inaccurate comments. |
| Dan Hipschman | 2007-06-19 | rpcrt4: Fix typo in union buffer size calculation. |
| Dan Hipschman | 2007-06-20 | widl: Add tests for arrays of pointers. |
| Evan Stade | 2007-06-20 | gdiplus: Implemented GdipDrawCurve2. |
| Dan Hipschman | 2007-06-20 | widl: Fix warnings about unused function parameters. |
| Evan Stade | 2007-06-20 | gdiplus: Implemented GdipDrawArc. |
| Dmitry Timoshkov | 2007-06-21 | shell32: Make SHGetDesktopFolder use a cached instance of IShellFolder. |
| Evan Stade | 2007-06-21 | gdiplus: Implemented GdipCreatePath and GdipDeletePath. |
| Nigel Liang | 2007-06-21 | winex11.drv: Remove call to XCreateFontSet. |
| Lei Zhang | 2007-06-21 | winex11.drv: Reset focus if application does not want to be activated. |
| Evan Stade | 2007-06-21 | gdiplus: Implemented GdipDrawLines. |
| Evan Stade | 2007-06-23 | gdiplus: Fix erroneous pen error checking. |
| Evan Stade | 2007-06-23 | gdiplus: Tidy up graphics constructor. |
| Evan Stade | 2007-06-23 | gdiplus: Fix broken graphics path constructor. |
| James Hawkins | 2007-06-25 | msi: Reference count the custom action data to avoid freeing the data by another ... |
| James Hawkins | 2007-06-25 | msi: Fetch the volume name when getting disk info. |
| James Hawkins | 2007-06-25 | msi: Add a stub implementation of MsiQueryComponentStateA. |
| Dan Hipschman | 2007-06-26 | rpcrt4/tests: Wrap a try/except block around tests. |
| Lei Zhang | 2007-06-26 | comctl32: Reduce duplicate code between PropertySheetA/W. |
| James Hawkins | 2007-06-26 | msi: If the user product key exists, the product's state is advertised. |
| Dan Hipschman | 2007-06-26 | widl: Allow enums as union switch types. |
| Dan Hipschman | 2007-06-26 | widl: Get simple enums working. |
| Dan Hipschman | 2007-06-26 | widl: Fix crash dealing with anonymous unions. |
| James Hawkins | 2007-06-26 | msi: Add tests for publishing and unpublishing products, features, and components. |
| Dan Hipschman | 2007-06-26 | widl: Check for user types when calculating buffer size. |
| James Hawkins | 2007-06-26 | msi: Add tests for MsiQueryProductState. |
| Lei Zhang | 2007-06-26 | comctl32: Determine if PSH_PROPSHEETPAGE is set once. |
| James Hawkins | 2007-06-26 | msi: Validate MsiQueryProductCode parameters. |
| Dan Hipschman | 2007-06-26 | rpcrt4: Allow enums as union switch types. |
| Lei Zhang | 2007-06-26 | comctl32: Reduce duplicate code between PROPSHEET_CollectSheetInfoA/W. |
| Dan Hipschman | 2007-06-26 | widl: Check for interface pointers in pointer handling. |
| James Hawkins | 2007-06-27 | msi: If the UserData product key exists, but the user product key doesn't, the produc ... |
| Evan Stade | 2007-06-27 | gdi32: Added missing call to GDI_ReleaseObj. |
| James Hawkins | 2007-06-27 | msi: Any value of WindowsInstaller besides 0 means the product is installed. |
| James Hawkins | 2007-06-27 | msi: Add support for remote handles. |
| James Hawkins | 2007-06-27 | msi: Use the correct registry key when detecting a published product. |
| James Hawkins | 2007-06-27 | msi: Set the WindowsInstaller value of the UserData product key when publishing the ... |
| Juan Lang | 2007-06-28 | crypt32: Add basic parameter checking to CryptMsgOpenTo*. |
| Juan Lang | 2007-06-28 | crypt32: Store stream info in message. |
| James Hawkins | 2007-06-28 | msi: Add tests that show '!=' is not a valid conditional expression operator. |
| Juan Lang | 2007-06-28 | crypt32: Add basic tests for CryptMsg functions. |
| Juan Lang | 2007-06-28 | crypt32: Add an update function, use it to implement CryptMsgUpdate. |
| Juan Lang | 2007-06-28 | crypt32: Don't return fake HCRYPTMSG from CryptMsgOpenTo*. |
| Juan Lang | 2007-06-28 | crypt32: Test CryptMsgOpenToEncode for data messages. |
| Juan Lang | 2007-06-28 | crypt32: Add a finalized member to message. |
| Juan Lang | 2007-06-28 | crypt32: Add base message type and use it to implement CryptMsgDuplicate and CryptMsg ... |
| James Hawkins | 2007-06-28 | msi: Ignore invalid conditional expressions when checking the launch conditions. |
| Juan Lang | 2007-06-28 | crypt32: Test CryptMsgUpdate for data messages opened to encode. |
| Juan Lang | 2007-06-28 | wincrypt: Add missing message flags and parameters. |
| Juan Lang | 2007-06-28 | crypt32: Add a get param function, use it to implement CryptMsgGetParam. |
| Juan Lang | 2007-06-28 | crypt32: Test CryptMsgGetParam for data messages opened to encode. |
| Juan Lang | 2007-06-28 | crypt32: Stub CryptMsgOpenToEncode for data messages. |
| Juan Lang | 2007-06-29 | crypt32: Add a stub get param function for data messages and remove stub message ... |
| Juan Lang | 2007-06-29 | crypt32: Accept ERROR_BADKEY in addition to ERROR_INVALID_HANDLE. |
| James Hawkins | 2007-06-29 | msi: Add tests for MsiSourceListGetInfo. |
| Juan Lang | 2007-06-29 | crypt32: Implement getting bare content for data messages opened to encode. |
| James Hawkins | 2007-06-29 | msi: Return ERROR_BAD_CONFIGURATION if the SourceList key does not exist. |
| James Hawkins | 2007-06-29 | msi: Validate MsiSourceListGetInfo parameters. |
| Juan Lang | 2007-06-29 | crypt32: Use skip to avoid failures where support is missing. |
| James Hawkins | 2007-06-29 | msi: Implement MsiSourceListGetInfoA. |
| Juan Lang | 2007-06-29 | crypt32: Implement CryptMsgUpdate for data messages opened to encode. |
| Juan Lang | 2007-06-29 | crypt32: Don't fail when CryptVerifyCertificateSignatureEx is missing, use skip (and ... |
| James Hawkins | 2007-06-29 | msi: Return ERROR_SUCCESS if the PackageName property is not present. |
| Juan Lang | 2007-06-29 | crypt32: Add tests for data message encoding. |
| Juan Lang | 2007-06-29 | crypt32: Accept OSS errors. |
| 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 as well. |
| Juan Lang | 2007-06-29 | crypt32: Implement getting content for data messages opened to encode. |
| Evan Stade | 2007-07-02 | gdiplus: Use SaveDC, RestoreDC in GdipDrawLineI. |
| James Hawkins | 2007-07-03 | msi: Add support for the MSICODE_PATCH option. |
| James Hawkins | 2007-07-03 | msi: PackagePath must also include the package name. |
| James Hawkins | 2007-07-03 | msi: pcchValue represents the length of szValue in TCHARS, not bytes. |
| James Hawkins | 2007-07-03 | msi: Set the WindowsInstaller value in RegisterProduct instead of PublishProduct. |
| James Hawkins | 2007-07-03 | msi: Open the correct key and return INSTALLSTATE_ADVERTISED if it's missing. |
| James Hawkins | 2007-07-03 | msi: Return INSTALLSTATE_BADCONFIG if we can't decode the first component. |
| James Hawkins | 2007-07-03 | msi: Read the components state directly from the registry. |
| James Hawkins | 2007-07-03 | msi: Handle remote calls to MsiSetProperty. |
| James Hawkins | 2007-07-03 | msi: Handle remote calls to MsiGetProperty. |
| James Hawkins | 2007-07-03 | msi: Add tests to show when the SourceList is published to the registry. |
| James Hawkins | 2007-07-03 | msi: Delay publishing of the SourceList until the PublishProduct action. |
| James Hawkins | 2007-07-03 | msi: Unpublish the product when it is entirely removed. |
| James Hawkins | 2007-07-03 | msi: Return INSTALLSTATE_ADVERTISED if the component list is empty. |
| 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: Add the IWineMsiRemoteCustomAction interface. |
| Evan Stade | 2007-07-03 | gdiplus: Call EndPath() in GdipDrawLineI in case there is an open path. |
| James Hawkins | 2007-07-03 | msi: Add tests for MsiQueryFeatureState. |
| James Hawkins | 2007-07-03 | msi: Handle remote calls to MsiGetActiveDatabase. |
| James Hawkins | 2007-07-03 | msi: Add the IWineMsiRemotePackage interface. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiDoAction. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiGetComponentState. |
| 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 MsiGetLanguage. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiGetSourcePath. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiGetFeatureState. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiSetComponentState. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiSequence. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiGetTargetPath. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiProcessMessage. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiSetInstallLevel. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiGetMode. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiSetFeatureState. |
| James Hawkins | 2007-07-04 | msi: Handle remote calls to MsiSetTargetPath. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipGetPathTypes. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipGetPathPoints. |
| James Hawkins | 2007-07-06 | msi: Enable remote custom actions. |
| James Hawkins | 2007-07-06 | msi: Fix use of BSTRs. |
| Evan Stade | 2007-07-06 | gdiplus: Public declaration of GdipSetPenEndCap. |
| Evan Stade | 2007-07-06 | gdiplus: Added SetPenEndCap. |
| Evan Stade | 2007-07-06 | gdiplus: Added linecap rendering for GdipDrawBezier. |
| James Hawkins | 2007-07-06 | msi: Handle remote calls to MsiEvaluateCondition. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipGetPointCount. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipClosePathFigure. |
| James Hawkins | 2007-07-06 | msi: Forward MsiFormatRecordA to MsiFormatRecordW. |
| James Hawkins | 2007-07-06 | msi: Handle remote calls to MsiFormatRecordW. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipClosePathFigures. |
| Evan Stade | 2007-07-06 | gdiplus: Added GdipAddPathLine2. |
| Evan Stade | 2007-07-07 | gdiplus: Rendering of linecaps. |
| Juan Lang | 2007-07-09 | crypt32: Implement CryptSIPGetSignedDataMsg, CryptSIPPutSignedDataMsg, |
| Juan Lang | 2007-07-09 | crypt32: Add a stub decode message implementation. |
| Juan Lang | 2007-07-09 | crypt32: More decode message update tests. |
| 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: Implement getting the type of a decode message. |
| Juan Lang | 2007-07-09 | crypt32: Test that inner content OID is ignored for data messages. |
| Juan Lang | 2007-07-09 | crypt32: Add some tests for updating decode messages. |
| Juan Lang | 2007-07-09 | crypt32: Add tests for streamed encoding of data messages. |
| Juan Lang | 2007-07-09 | crypt32: Pass function pointers to CryptMsgBase_Init rather than rely on callers ... |
| Juan Lang | 2007-07-09 | crypt32: Test and fix CryptMsgGetParam for streamed messages. |
| Juan Lang | 2007-07-09 | crypt32: Add more tests for opening a data message for encoding. |
| Evan Stade | 2007-07-10 | gdiplus: Fixed a bug in helper function draw_polybezier. |
| Evan Stade | 2007-07-10 | gdiplus: Updated GdipDrawRectangleI. |
| James Hawkins | 2007-07-10 | msi: Handle adding columns in transforms. |
| Juan Lang | 2007-07-10 | crypt32: Implement CryptSIPLoad. |
| Evan Stade | 2007-07-10 | gdiplus: Fixed bug in GdipGetPathPoints(). |
| Evan Stade | 2007-07-10 | gdiplus: Make LineCapArrowAnchor look more like it does in windows. |
| Lei Zhang | 2007-07-10 | start.exe: Put double quotes around arguments with spaces. |
| Alexandre Julliard | 2007-07-10 | include: Add some definitions for manifest resources. |
| Alexandre Julliard | 2007-07-10 | winedump: Add RT_MANIFEST resource type. |
| Mikołaj Zalewski | 2007-07-10 | comctl32: toolbar: We should send TBN_GETDISPINFOW even for ANSI controls (with testc ... |
| James Hawkins | 2007-07-10 | msi: Delete msifile after the tests. |
| James Hawkins | 2007-07-10 | msi: Test adding columns with data in a transform. |
| Evan Stade | 2007-07-10 | gdiplus: Updated draw_pie to use SaveDC/RestoreDC. |
| Evan Stade | 2007-07-10 | gdiplus: GdipDrawCurve2 now uses SaveDC()/RestoreDC() and end caps. |
| Evan Stade | 2007-07-10 | gdiplus: Added a test for GdipAddPathLine2. |
| James Hawkins | 2007-07-10 | msi: Match the changes made by the hand-generated and API-generated transforms. |
| Mikołaj Zalewski | 2007-07-10 | comctl32: toolbar: The iImage in TBN_GETDISPINFO should be initialized to -1. |
| James Hawkins | 2007-07-10 | msi: Check for NULL transform, as there may be no transforms for the _Columns or ... |
| Evan Stade | 2007-07-10 | gdiplus: Added constructor and destructor test for gdiplus paths. |
| James Hawkins | 2007-07-11 | msi: Add tests for adding properties with a transform during an install. |
| James Hawkins | 2007-07-11 | msi: Add tests for adding properties in a transform. |
| Huw Davies | 2007-07-11 | kernel32: SetNamedPipeHandleState() is a stub, so for now don't check its return ... |
| Mikołaj Zalewski | 2007-07-11 | msxml3/tests: Avoid a crash that happens on some native systems. |
| James Hawkins | 2007-07-11 | msi: Fix current _Property table tests and add more tests. |
| Evan Stade | 2007-07-11 | gdiplus: Changed calls to floor to floorf. |
| Juan Lang | 2007-07-11 | rsaenh: Get rid of the hash idle state, native doesn't behave as though it has one. |
| Lei Zhang | 2007-07-11 | winex11.drv: Remove old dnd code. |
| Huw Davies | 2007-07-11 | kernel32: Swap incorrect use of buffers. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipCreateMatrix2 test. |
| Juan Lang | 2007-07-12 | crypt32: Change finalized from a boolean to a state and use it to simplify message ... |
| Juan Lang | 2007-07-12 | crypt32: Add tests for getting hash message params. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipTransformPath. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipAddPathArc 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 GdipTransformMatrixPoints test. |
| Juan Lang | 2007-07-12 | crypt32: Add a stub hash message implementation. |
| Juan Lang | 2007-07-12 | crypt32: Detached hash messages don't contain the content, so don't make a copy of it. |
| Evan Stade | 2007-07-12 | gdiplus: Updated GdipDrawArc to use SaveDC()/RestoreDC()/line caps. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipTransformMatrixPoints. |
| Juan Lang | 2007-07-12 | crypt32: Make some encoding functions available outside encode.c. |
| Evan Stade | 2007-07-12 | gdiplus: Moved two inline helpers to the header. |
| Evan Stade | 2007-07-12 | gdiplus: Changed the way the direction of the endcap is calculated to make LineCapArr ... |
| Juan Lang | 2007-07-12 | crypt32: Test updating hash messages with NULL stream output function. |
| Juan Lang | 2007-07-12 | crypt32: Introduce an algorithm id encoding function that encodes missing parameters ... |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipAddPathArc. |
| Evan Stade | 2007-07-12 | gdiplus: Added draw_polyline error checking. |
| Juan Lang | 2007-07-12 | crypt32: Add tests for hash message encoding. |
| Juan Lang | 2007-07-12 | crypt32: Partially implement updating hash messages. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipGetPathWorldBounds. |
| Juan Lang | 2007-07-12 | crypt32: Implement getting hash message version. |
| Evan Stade | 2007-07-12 | gdiplus: Updated GdipDrawLines to use SaveDC()/RestoreDC()/end caps. |
| Juan Lang | 2007-07-12 | crypt32: Implement retrieving a hashed message's content. |
| Juan Lang | 2007-07-12 | crypt32: Add tests for retrieving the content of a non-finalized (detached) message. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipStartPathFigure. |
| Juan Lang | 2007-07-12 | crypt32: Relax a test, the specific error isn't so important. |
| Evan Stade | 2007-07-12 | gdiplus: Added GdipDrawPath. |
| Juan Lang | 2007-07-12 | crypt32: Add a helper function to copy params. |
| Juan Lang | 2007-07-12 | crypt32: Introduce an updated state, and use it to remove boolean "begun". |
| Juan Lang | 2007-07-12 | crypt32: Add tests for updating hash messages opened to encode. |
| Juan Lang | 2007-07-12 | crypt32: Implement streamed encoding of definite-length data messages. |
| Juan Lang | 2007-07-12 | crypt32: Add open tests for hash messages. |
| Juan Lang | 2007-07-12 | crypt32: Implement getting a hash message's hash value. |
| Juan Lang | 2007-07-12 | crypt32: Simplify hash value tests. |
| James Hawkins | 2007-07-12 | msi: Fix a copy and paste error. |
| Juan Lang | 2007-07-12 | crypt32: Update comments about hash message version numbers. |
| Juan Lang | 2007-07-12 | crypt32: Add more missing defines. |
| Juan Lang | 2007-07-12 | crypt32: Test opening hash messages to encode with streaming. |
| Evan Stade | 2007-07-12 | gdiplus: Fixed memory leak in GdipDeletePath. |
| Evan Stade | 2007-07-12 | gdiplus: Added basic matrix implementation. |
| 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 GdipGetPathWorldBounds test. |
| Evan Stade | 2007-07-12 | gdiplus: Added draw_polybezier error checking. |
| Juan Lang | 2007-07-12 | crypt32: Copy data in hash message update. |
| Juan Lang | 2007-07-13 | crypt32: Add test showing extra trailing bytes should be tolerated in encoded data. |
| Juan Lang | 2007-07-13 | crypt32: Partially implement updating decode messages. |
| Evan Stade | 2007-07-13 | gdiplus: Improved GdipGetPathWorldBounds handling of both matrix and pen's effect ... |
| Evan Stade | 2007-07-13 | gdiplus: Added more GdipGetPathWorldBounds tests. |
| Evan Stade | 2007-07-13 | gdiplus: Added GdipAddPathPath test. |
| Evan Stade | 2007-07-13 | gdiplus: Added GdipGetPathFillMode. |
| James Hawkins | 2007-07-13 | msi: Add a test for running an ADMIN install. |
| Juan Lang | 2007-07-13 | crypt32: Store crypt provider in decode message. |
| James Hawkins | 2007-07-13 | msi: Fix compilation in MSVC. |
| Juan Lang | 2007-07-13 | crypt32: Implement decoding data messages (when opened in non-streaming mode). |
| Juan Lang | 2007-07-13 | crypt32: Fix decoding sequences with extra trailing data. |
| James Hawkins | 2007-07-13 | msi: Add a test for installing from different current working directories. |
| Evan Stade | 2007-07-13 | gdiplus: Added GdipSetPenLineJoin. |
| Evan Stade | 2007-07-13 | gdiplus: Added GdipAddPathPath. |
| James Hawkins | 2007-07-13 | msi: Fix automation.c compile for MSVC. |
| Evan Stade | 2007-07-13 | gdiplus: Added GdipResetPath. |
| Evan Stade | 2007-07-13 | gdiplus: Use passed pen in GdipAddPathWorldBound. |
| James Hawkins | 2007-07-13 | msi: Fix three tests that were failing in Windows. |
| Evan Stade | 2007-07-14 | gdiplus: Constructor tests for GpGraphics. |
| Evan Stade | 2007-07-14 | gdiplus: Added smoothing modes. |
| Evan Stade | 2007-07-14 | gdiplus: Added compositing quality. |
| Evan Stade | 2007-07-14 | gdiplus: Added GdipSetPathFillMode. |
| Evan Stade | 2007-07-14 | gdiplus: Simplified GdipDrawPath by moving more of the code to the helpers. |
| Evan Stade | 2007-07-14 | gdiplus: Added interpolation mode. |
| Evan Stade | 2007-07-14 | gdiplus: GdipSaveGraphics/GdipRestoreGraphics stubs. |
| Evan Stade | 2007-07-14 | gdiplus: Added GpGraphics save/restore tests. |
| Evan Stade | 2007-07-14 | gdiplus: Added GdipFillPath. |
| Evan Stade | 2007-07-14 | gdiplus: Added pixel offset mode. |
| James Hawkins | 2007-07-16 | msi: Load the AdminProperties stream if the package is an Admin package. |
| Huw Davies | 2007-07-16 | kernel32: Overlapped pipe tests. |
| Dmitry Timoshkov | 2007-07-16 | shell32: Add a cache for queried shell folder interfaces. |
| Juan Lang | 2007-07-17 | crypt32: Add a couple more parameter tests for hash messages. |
| Evan Stade | 2007-07-17 | gdiplus: Initial path iterator implementation. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipPathIterRewind. |
| Evan Stade | 2007-07-17 | gdiplus: Export GdipSetPenLineJoin. |
| Juan Lang | 2007-07-17 | crypt32: Implement decoding hash messages. |
| Juan Lang | 2007-07-17 | crypt32: Implement getting content of a data message. |
| Evan Stade | 2007-07-17 | gdi32: Added PolyDraw tests. |
| Juan Lang | 2007-07-17 | crypt32: Add tests for decoding a hash message. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipSetPenLineCap197819. |
| Juan Lang | 2007-07-17 | crypt32: Move digested data encoding to encode.c. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipAddPathBeziers. |
| Juan Lang | 2007-07-17 | crypt32: Fix a bad comment. |
| Juan Lang | 2007-07-17 | crypt32: Remove a redundant line. |
| Juan Lang | 2007-07-17 | crypt32: Use property list for decoded message parameters. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipPathIterNextSubpath. |
| Juan Lang | 2007-07-17 | crypt32: Add a few tests for decoded message parameters. |
| Evan Stade | 2007-07-17 | gdi32: Added PATH_PolyDraw. |
| Juan Lang | 2007-07-17 | crypt32: Fix typo. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipSetPenMiterLimit. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipSetPenDashStyle. |
| Evan Stade | 2007-07-17 | gdiplus: Added GdipPathIterCopyData. |
| James Hawkins | 2007-07-17 | msi: Only call a custom action remotely if the type is msidbCustomActionTypeInScript. |
| James Hawkins | 2007-07-17 | vdmdbg: Add a stub implementation of VDMEnumTaskWOW. |
| Evan Stade | 2007-07-18 | gdiplus: Added GdipGetPenDashStyle. |
| Evan Stade | 2007-07-18 | gdiplus: Added GdipMultiplyMatrix. |
| James Hawkins | 2007-07-18 | msi: Only double the size if the remote call is from MsiGetPropertyA. |
| Huw Davies | 2007-07-18 | wininet: Stubs for IsUrlCacheEntryExpired[AW]. |
| Evan Stade | 2007-07-18 | gdiplus: Added GdipClonePen. |
| Juan Lang | 2007-07-18 | wincrypt: Add more missing definitions. |
| James Hawkins | 2007-07-18 | Revert "msi: Only call a custom action remotely if the type is msidbCustomActionTypeI ... |
| Juan Lang | 2007-07-18 | msi: Return FALSE from MsiGetMode for MSIRUNMODE_OPERATIONS. |
| Huw Davies | 2007-07-18 | wininet: Certain options of InternetQueryOption can take a NULL handle, so don't ... |
| Huw Davies | 2007-07-19 | wininet: Stub for InternetQueryFortezzaStatus(). |
| James Hawkins | 2007-07-19 | msi: Add more tests for the ALTER command. |
| Evan Stade | 2007-07-19 | gdi32: Improved PolyDraw in path closed case. |
| Juan Lang | 2007-07-19 | crypt32: Store (most) parameters of a decoded hash message. |
| Jacek Caban | 2007-07-19 | ntdll: Store the windows directory too. |
| Dmitry Timoshkov | 2007-07-19 | rpcrt4: Fix the buffer bounds check. |
| Jacek Caban | 2007-07-19 | ntdll: Added parsing of file elements in manifests. |
| Alexandre Julliard | 2007-07-19 | ntdll: Added manifest lookup in global winsxs directory (based on a patch by Jacek ... |
| Juan Lang | 2007-07-19 | crypt32: Store hash algorithm ID along with other parameters when decoding a hash ... |
| Alexandre Julliard | 2007-07-19 | ntdll: Skip xml comments in manifests. |
| Mikołaj Zalewski | 2007-07-19 | comctl32: toolbar: Test and fix invalid indexes passed in TB_ISBUTTON*. |
| James Hawkins | 2007-07-19 | msi: Implement reference counting for tables, manipulated with the HOLD and FREE ... |
| Alexandre Julliard | 2007-07-19 | ntdll: Move private data to make room in the TEB for the activation context data. |
| Mikołaj Zalewski | 2007-07-19 | user32/tests: Simplify a test. |
| Alexandre Julliard | 2007-07-19 | ntdll: Add parsing of the version in manifests (based on a patch by Jacek Caban). |
| Jacek Caban | 2007-07-19 | ntdll: Add parsing of dependencies in manifests. |
| Jacek Caban | 2007-07-19 | ntdll: Added parsing of the asmv2:hash element in manifests. |
| Alexandre Julliard | 2007-07-19 | kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech). |
| Juan Lang | 2007-07-19 | crypt32: Implement querying computed hash of a decoded hash message. |
| Alexandre Julliard | 2007-07-19 | ntdll: Implemented handling of the per-thread activation context stack. |
| Alexandre Julliard | 2007-07-19 | ntdll: Add support for optional flag in dependencies. |
| Evan Stade | 2007-07-19 | winex11.drv: Draw dashed lines for extended pens. |
| Alexandre Julliard | 2007-07-19 | ntdll: Add infrastructure for loading a manifest file or resource. |
| Alexandre Julliard | 2007-07-19 | ntdll: Add parsing of the processor architecture in manifests. |
| Alexandre Julliard | 2007-07-19 | ntdll: Cope with missing assemblyIdentity elements in manifests. |
| Alexandre Julliard | 2007-07-19 | ntdll: Abstract the entity array type as we need it for assemblies too. |
| Jacek Caban | 2007-07-19 | ntdll: Beginnings of manifest parsing. |
| Nigel Liang | 2007-07-19 | winex11.drv: Implement XIMPreEditCaretCallback. |
| Alexandre Julliard | 2007-07-19 | ntdll: Add infrastructure for loading manifest dependencies (based on a patch by ... |
| Mikołaj Zalewski | 2007-07-19 | comctl32: tooltips: Remove broken support for non-NULL-terminated strings in TOOLTIPS ... |
| James Hawkins | 2007-07-20 | msi: Implement adding columns using the ALTER command. |
| Alexandre Julliard | 2007-07-20 | ntdll: Add support for abbreviated empty elements in manifests. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipTranslateMatrix. |
| Juan Lang | 2007-07-20 | crypt32: Move decoding hash messages to a helper function. |
| Evan Stade | 2007-07-20 | gdiplus: Updated GdipClonePen to clone pen's members by value, not reference. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipCloneCustomLineCap. |
| Evan Stade | 2007-07-20 | gdiplus: Associate a brush with a pen. |
| Evan Stade | 2007-07-20 | gdiplus: Added rendering of custom line caps. |
| Evan Stade | 2007-07-20 | gdiplus: Added custom line cap setters. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipSetPenStartCap. |
| 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 GdipCreateMatrix. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipCloneBrush. |
| Evan Stade | 2007-07-20 | gdiplus: Initial custom line caps implementation. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipScaleMatrix. |
| Evan Stade | 2007-07-20 | gdiplus: Use atan2 instead of atan. |
| Evan Stade | 2007-07-20 | gdiplus: Added GdipRotateMatrix. |
| Juan Lang | 2007-07-21 | crypt32: Add stub encoded signed message. |
| Juan Lang | 2007-07-21 | crypt32: Add tests for opening signed message to encode. |
| Evan Stade | 2007-07-21 | gdiplus: Change atan2 to gdiplus_arctan2. |
| Evan Stade | 2007-07-21 | gdiplus: Added rendering of fill-path type custom line caps. |
| Evan Stade | 2007-07-21 | gdiplus: Added startcap rendering. |
| James Hawkins | 2007-07-21 | msi: Ref count temporary columns and release them when necessary. |
| Evan Stade | 2007-07-21 | gdiplus: Use base inset for custom line caps. |
| Juan Lang | 2007-07-23 | crypt32: Check for and fail on indefinite-length encoding. |
| Juan Lang | 2007-07-23 | crypt32: Introduce function to encode an array of items as a set. |
| Juan Lang | 2007-07-24 | crypt32: Add tests for signed message encoding. |
| Juan Lang | 2007-07-24 | crypt32: Test and implement encoding signed messages with certificates. |
| Juan Lang | 2007-07-24 | crypt32: Test and implement encoding signed data messages with CRLs. |
| Juan Lang | 2007-07-24 | crypt32: More parameter checking for opening signed encoded messages. |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipSetPageUnit. |
| Juan Lang | 2007-07-24 | crypt32: Add tests for opening non-detached signed messages, and clarify detached ... |
| Evan Stade | 2007-07-24 | gdiplus: Implemented GdipSetPenColor. |
| Juan Lang | 2007-07-24 | crypt32: Separate signer handles from signer info to avoid unnecessary memory allocation. |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipGetPenBrushFill. |
| Nigel Liang | 2007-07-24 | winex11.drv: Take into account position of preedit area in PreEditCaretCallback. |
| James Hawkins | 2007-07-24 | msi: Add tests for the MSIMODIFY_UPDATE command. |
| Juan Lang | 2007-07-24 | crypt32: Hash and sign data when updating signed messages. |
| Juan Lang | 2007-07-24 | crypt32: Implement getting version from an encoded signed message. |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipFillPolygonI. |
| Matt Jones | 2007-07-24 | server: Only commit SetThreadPriority if new priority is correct. |
| James Hawkins | 2007-07-24 | msi: Use a different separator as a semi-colon may separate values in the CustomActio ... |
| Juan Lang | 2007-07-24 | crypt32: Implement getting the hash for each signer of a signed encoded message. |
| Evan Stade | 2007-07-24 | gdiplus/tests: Added pen brush fill test. |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipSetSolidFillColor and GdipGetSolidFillColor stubs. |
| Juan Lang | 2007-07-24 | crypt32: Use set encoding function for encoding PKCS signed info. |
| James Hawkins | 2007-07-24 | msi: Properly delete the columns view. |
| Evan Stade | 2007-07-24 | gdiplus: Implemented GdipSetSolidFillColor/GdipGetSolidFillColor. |
| Juan Lang | 2007-07-24 | crypt32: Add tests for getting an encoded signed message's parameters. |
| Juan Lang | 2007-07-24 | crypt32: Implement getting outer content of a signed message. |
| Juan Lang | 2007-07-24 | crypt32: Use consistent types for storing and encoding signed encode data. |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipSetPenBrushFill. |
| Juan Lang | 2007-07-24 | crypt32: Partially implement encoding signed messages. |
| Juan Lang | 2007-07-24 | crypt32: Add tests for updating signed encoded messages. |
| Evan Stade | 2007-07-24 | gdiplus: Use page unit when drawing. |
| Juan Lang | 2007-07-24 | crypt32: Add a partial stub for updating a signed encoded message. |
| Evan Stade | 2007-07-24 | gdiplus: Added GdipGetPenColor stub. |
| Matt Jones | 2007-07-24 | kernel32: Added test for bad arguments to SetThreadPriority, test for correct error ... |
| James Hawkins | 2007-07-24 | msi: Add handling for the MSIMODIFY_UPDATE command. |
| Juan Lang | 2007-07-24 | crypt32: Test and implement getting the encoded signers from an encoded signed message. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipCreateMetafileFromWmf stub. |
| Alexandre Julliard | 2007-07-25 | ntdll: Create the process activation context at initialization time. |
| Alexandre Julliard | 2007-07-25 | ntdll: Initial implementation of RtlQueryInformationActivationContext. |
| Alexandre Julliard | 2007-07-25 | ntdll: Create the per-module activation context at module load time. |
| Evan Stade | 2007-07-25 | gdiplus: Image getter stubs. |
| Evan Stade | 2007-07-25 | gdiplus: Create gdi pen every time gdi+ pen is used. |
| 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: Added GdipCreateMetafileFromEmf stub. |
| 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 GdipSetPageScale/GdipGetPageScale. |
| Evan Stade | 2007-07-25 | gdiplus: Added support for more page units. |
| Alexandre Julliard | 2007-07-25 | ntdll: Don't add an empty assembly when creating an activation context. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipLoadImageFromStreamICM stub. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipGetImageType stub. |
| 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: Limit fixme output. |
| Evan Stade | 2007-07-25 | gdiplus: Make pen width depend on world transform. |
| Evan Stade | 2007-07-25 | gdiplus: Use world transform when drawing points. |
| Jacek Caban | 2007-07-25 | kernel32: Added FindActCtxSectionStringA implementation. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipCloneMatrix. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipSetWorldTransform/GdipGetWorldTransform. |
| Evan Stade | 2007-07-25 | gdiplus: Added GdipDisposeImage stub. |
| Alexandre Julliard | 2007-07-25 | ntdll: Check existing dependencies in activation context before adding a new one. |
| Juan Lang | 2007-07-26 | crypt32: Actually skip content when skipping an item in a sequence. |
| Juan Lang | 2007-07-26 | crypt32: Partially implement decoding of signed messages. |
| Alexandre Julliard | 2007-07-26 | ntdll: Improve some activation context traces. |
| Juan Lang | 2007-07-26 | crypt32: Remove redundant assignment. |
| Jacek Caban | 2007-07-26 | kernel32: Added a number of activation context tests. |
| Evan Stade | 2007-07-26 | gdiplus: Added GdipSetPenDashArray/GdipGetPenDashArray. |
| Juan Lang | 2007-07-26 | crypt32: Test getting the hash from a hash message with an invalid index. |
| Juan Lang | 2007-07-26 | crypt32: Don't check tag in CRYPT_DecodeDERArray, caller already does. |
| Alexandre Julliard | 2007-07-26 | ntdll: Support single quotes around XML attribute values. |
| Evan Stade | 2007-07-26 | gdiplus: Fix arc2polybezier. |
| Evan Stade | 2007-07-26 | gdiplus/tests: Added pen dash array tests. |
| Juan Lang | 2007-07-26 | crypt32: Trace a few more items when decoding. |
| Juan Lang | 2007-07-26 | crypt32: Test and fix encoding and decoding of attributes in PKCS signers. |
| Juan Lang | 2007-07-26 | crypt32: Test and implement encoding signed messages with authenticated attributes. |
| Alexandre Julliard | 2007-07-26 | ntdll: Activate the module's activation context while resolving imports and attaching. |
| Juan Lang | 2007-07-26 | crypt32: Add initial tests for decoding signed messages. |
| Evan Stade | 2007-07-26 | gdiplus/tests: Added GdipAddPathEllipse test. |
| Evan Stade | 2007-07-26 | gdiplus: Fix memory leak. |
| Evan Stade | 2007-07-26 | gdiplus: Added GdipAddPathEllipse. |
| Juan Lang | 2007-07-27 | crypt32: Implement getting some parameters from a decoded signed message. |
| Evan Stade | 2007-07-27 | gdiplus: Draw custom dashes. |
| Juan Lang | 2007-07-27 | crypt32: Correct type of a decoded signed message. |
| Juan Lang | 2007-07-27 | crypt32: Store decoded signed content in message. |
| Evan Stade | 2007-07-27 | gdiplus: Fixed a typo. |
| Juan Lang | 2007-07-27 | crypt32: Only destroy a decoded message's hash if it's been created. |
| Alexandre Julliard | 2007-07-27 | ntdll: Simply store the assembly type without interpreting it. |
| James Hawkins | 2007-07-27 | msi: Use a more unique property separator. |
| Juan Lang | 2007-07-27 | crypt32: Change type to avoid unnecessary casting. |
| Evan Stade | 2007-07-27 | gdiplus/tests: More GdipSetPenDashArray tests. |
| James Hawkins | 2007-07-27 | msi: Keep track of the wildcard record index. |
| James Hawkins | 2007-07-27 | msi: Add more tests for MSIMODIFY_UPDATE. |
| Evan Stade | 2007-07-27 | gdiplus: Check custom dash array for bad properties. |
| James Hawkins | 2007-07-27 | msi: Implement the MSIMODIFY_UPDATE command in the SELECT view. |
| Juan Lang | 2007-07-27 | crypt32: Implement message stores. |
| Juan Lang | 2007-07-27 | crypt32: Test getting parameters from decoded signed messages. |
| Juan Lang | 2007-07-27 | crypt32: Add tests for message stores. |
| James Hawkins | 2007-07-27 | msi: Initialize the size parameter. |
| Juan Lang | 2007-07-27 | crypt32: A decoded message's parameters are dependent on its type. |
| Jacek Caban | 2007-07-29 | mshtml: Added mshtml.tlb. |
| Jacek Caban | 2007-07-29 | widl: Added nonbrowsable attribute handling. |
| Jacek Caban | 2007-07-29 | widl: Use correct bytes in write_value. |
| Jacek Caban | 2007-07-29 | widl: Added displaybind attribute handling. |
| Jacek Caban | 2007-07-29 | widl: Reorder switch cases to keep alphabetical order. |
| Jacek Caban | 2007-07-29 | mshtml.idl: Added some missing attributes. |
| Juan Lang | 2007-07-30 | crypt32: Get rid of attribute certs from signed info, they're not supported anyway. |
| Juan Lang | 2007-07-30 | crypt32: Add CryptMsgControl stub. |
| Jacek Caban | 2007-07-30 | winhttp: Added winhttp.dll. |
| Juan Lang | 2007-07-30 | crypt32: Test getting more parameters from a decoded signed message. |
| James Hawkins | 2007-07-30 | msi: Add a stub implementation of MsiSourceListEnumSourcesA. |
| Jacek Caban | 2007-07-30 | mshtml: Added HTMLWindow's IDispatch methods implementation. |
| Alexandre Julliard | 2007-07-30 | ntdll: Fixed the null bytes check in RtlIsTextUnicode. |
| James Hawkins | 2007-07-30 | msiexec: Implement a stub MSIServer service. |
| Juan Lang | 2007-07-30 | crypt32: Support getting the inner content OID from a decoded signed message. |
| Alexandre Julliard | 2007-07-30 | ntdll: Avoid activation context leak for dlls with no imports. |
| Juan Lang | 2007-07-30 | crypt32: Add missing definitions. |
| Alexandre Julliard | 2007-07-30 | ntdll: Use the exact size of the manifest file. |
| Juan Lang | 2007-07-30 | crypt32: Implement getting signer info from a decoded signed message. |
| Juan Lang | 2007-07-30 | crypt32: Separate decoding PKCS signer info into internal and external versions. |
| James Hawkins | 2007-07-30 | msi: Treat an empty string and a NULL string as the same value. |
| Jacek Caban | 2007-07-30 | mshtml: Added mshtml.tlb registration. |
| Juan Lang | 2007-07-30 | crypt32: Implement getting the signer cert info from a decoded signed message. |
| Lei Zhang | 2007-07-30 | ntdll: Add Bolivian time zone info. |
| Juan Lang | 2007-07-30 | crypt32: Add a few traces. |
| Alexandre Julliard | 2007-07-30 | ntdll: Fix a compiler warning. |
| Juan Lang | 2007-07-30 | crypt32: Implement getting inner content of a decoded signed message. |
| Alexandre Julliard | 2007-07-30 | ntdll: Convert the XML parser to Unicode to support UCS-16 manifests. |
| Nigel Liang | 2007-07-30 | winecfg: Add trackbar to set screen resolution in graphics tab. |
| Juan Lang | 2007-07-30 | crypt32: Simplify alignment calculation. |
| Alexandre Julliard | 2007-07-30 | ntdll: Allow optional elements in the comClass element. |
| Evan Stade | 2007-07-31 | gdi32: Improve ExtCreatePen parameter checking. |
| Evan Stade | 2007-07-31 | oleaut32: Recognize EMF header when loading picture. |
| Evan Stade | 2007-07-31 | gdiplus: Added GdipDrawImagePointsRect stub. |
| Evan Stade | 2007-07-31 | gdiplus: Partial implementation of GdipCreateMetafileFromWMF. |
| Evan Stade | 2007-07-31 | gdiplus: Implemented GdipGetImageType. |
| Evan Stade | 2007-07-31 | gdiplus: Implemented GdipGetImageBounds for metafiles. |
| Alexandre Julliard | 2007-07-31 | ntdll: Load dll from the directory containing the manifest for local assemblies. |
| Evan Stade | 2007-07-31 | gdiplus: Added ImageAttributes stubs. |
| Evan Stade | 2007-07-31 | gdiplus: Added a minimal implementation of GdipCreateImageAttributes. |
| Dmitry Timoshkov | 2007-07-31 | gdi32: Make GetFontData traces more readable. |
| Evan Stade | 2007-07-31 | gdiplus: Added GdipGetImageBounds stub. |
| Nigel Liang | 2007-07-31 | winecfg: Add menu font settings to desktop integration tab. |
| Jacek Caban | 2007-07-31 | mshtml: Added IHTMLWindow::get_external implementation. |
| Evan Stade | 2007-07-31 | gdiplus: Partial implementation of GdipDrawImagePointsRect. |
| Juan Lang | 2007-07-31 | crypt32: Remove bad special case, it isn't necessary since the outer content specifie ... |
| Jacek Caban | 2007-07-31 | shdocvw: Added GetExternal implementation. |
| Juan Lang | 2007-07-31 | crypt32: Use the outer content's signature algorithm rather than the public key's ... |
| Evan Stade | 2007-07-31 | gdi32: Handle PS_USERSTYLE in ExtCreatePen. |
| Evan Stade | 2007-07-31 | gdi32: Added more tests for ExtCreatePen on PS_USERSTLYE. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipBitmapGetPixel stub. |
| 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 more stubs to gdiplus.spec. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipCreateBitmapFromStreamICM. |
| Evan Stade | 2007-08-01 | gdiplus: Change include list on 3 tests. |
| Evan Stade | 2007-08-01 | gdiplus: Implemented GdipLoadImageFromStreamICM. |
| James Hawkins | 2007-08-01 | msi: Add tests for joining three tables. |
| Evan Stade | 2007-08-01 | gdiplus: Track width and height of GpBitmaps. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipGetPropertyItemSize stub. |
| Evan Stade | 2007-08-01 | gdiplus: Extend GdipDrawImagePointsRect. |
| Evan Stade | 2007-08-01 | gdiplus: Implemented GdipDisposeImage. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipFindFirstImageItem stub. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipCreateMatrix3. |
| Evan Stade | 2007-08-01 | gdiplus: Added partial implementation of GdipSaveImageToStream. |
| Evan Stade | 2007-08-01 | gdiplus: Implemented GdipDisposeImageAttributes. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipRemovePropertyItem stub. |
| Evan Stade | 2007-08-01 | gdiplus: Changed GdipGetImageType. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipCreateBitmapFromScan0. |
| Jacek Caban | 2007-08-01 | mshtml: Release typelib in PROCESS_DETACH. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipSetMatrixElements. |
| Jacek Caban | 2007-08-01 | shdocvw: Wrong PostData VT is not an error. |
| Evan Stade | 2007-08-01 | gdiplus: Fix memory leak in GdipCreateMetafileFromWMF. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipGetMatrixElements. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipGetMetafileHeaderFromMetafile stub. |
| Evan Stade | 2007-08-01 | gdiplus: Added GdipSetImageAttributesColorKeys stub. |
| Juan Lang | 2007-08-02 | crypt32: Introduce a OID decoding function that ignores the tag and use it where ... |
| Juan Lang | 2007-08-02 | crypt32: Test encoding a cert with a public key. |
| 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: Support finding certificates by cert id. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipSetPenWidth. |
| Evan Stade | 2007-08-02 | gdiplus: Don't suggest image size when converting WMF to EMF. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipFillPolygon. |
| Mikołaj Zalewski | 2007-08-02 | write.exe: Add a new program that calls wordpad.exe. |
| Nigel Liang | 2007-08-02 | winecfg: Read/write registry in unicode. |
| Dmitry Timoshkov | 2007-08-02 | gdi32: Also print a readable table name in the failure notice. |
| Nigel Liang | 2007-08-02 | winecfg: Remove bad default setting for logpixels registery. |
| Juan Lang | 2007-08-02 | crypt32: Implement decoding OID and directory name alt name entries. |
| Juan Lang | 2007-08-02 | crypt32: Fix typo in key context property test, and the problems it hid. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipDrawLine. |
| Juan Lang | 2007-08-02 | crypt32: Implement encoding OID and directory name alt name entries. |
| Juan Lang | 2007-08-02 | crypt32: Add and use a helper function for getting cert properties. |
| Juan Lang | 2007-08-02 | crypt32: Test encoding/decoding a couple more alt name entry types. |
| Evan Stade | 2007-08-02 | oleaut32: Slight correction to EMF rendering. |
| Juan Lang | 2007-08-02 | crypt32: Test and fix getting a certificate context's key identifier property. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipClonePath. |
| Juan Lang | 2007-08-02 | crypt32: Test encoding a cert with a subject key identifier extension. |
| Juan Lang | 2007-08-02 | crypt32: Add CERT_ID_XXX defines. |
| Alexandre Julliard | 2007-08-02 | ntdll: Relax the activation context size check. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipSetPathGradientWrapMode. |
| Evan Stade | 2007-08-02 | gdiplus: Added solid-color path gradient brush implementation. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipSetPathGradientCenterColor. |
| Evan Stade | 2007-08-02 | gdiplus: Added GdipIsOutlineVisiblePathPointI stub. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipS/GetPathGradientSurroundColorsWithCount stubs. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipSetPathGradientSigmaBlend stub. |
| Evan Stade | 2007-08-03 | gdiplus: Alphabetized header. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipGetPathGradientPointCount. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipG/SetPathGradientFocusScales. |
| Evan Stade | 2007-08-03 | gdiplus: Updated GpBrush functions. |
| Evan Stade | 2007-08-03 | gdiplus: Use custom cap base inset differently. |
| Evan Stade | 2007-08-03 | gdiplus: Removed old fixmes. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipG/SetPathGradientCenterPoint. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipS/GetPathGradientGammaCorrection. |
| Evan Stade | 2007-08-03 | gdiplus: Added GdipCreatePathGradient. |
| Evan Stade | 2007-08-03 | gdi32: Don't print fixme more than once. |
| Evan Stade | 2007-08-04 | gdiplus: Added GdipImageSelectActiveFrame stub. |
| Nigel Liang | 2007-08-04 | winecfg: Fix crash caused by calling set_reg_key with NULL value. |
| Evan Stade | 2007-08-04 | gdiplus: Added GdipGetImagePixelFormat. |
| Evan Stade | 2007-08-04 | oleaut32: Allow PNG_COLOR_TYPE_RGB_ALPHA. |
| Evan Stade | 2007-08-04 | gdiplus: Added GdipCreateBitmapFromStream. |
| Evan Stade | 2007-08-04 | gdiplus: Allow non-default GdiplusStartupInput. |
| James Hawkins | 2007-08-04 | msi: Fix the size allocated for the deferred custom action string. |
| Evan Stade | 2007-08-04 | gdiplus: Added GdipImageGetFrameDimensionsList stub. |
| Juan Lang | 2007-08-07 | crypt32: Implement CertRDNValueToStr for UTF-8 strings. |
| James Hawkins | 2007-08-07 | msi: Implement the remaining contexts for MsiQueryComponentState. |
| James Hawkins | 2007-08-07 | msi: Add tests for MsiQueryComponentState. |
| Nigel Liang | 2007-08-07 | winecfg: Fix crash in graphics tab. |
| Juan Lang | 2007-08-07 | crypt32: Introduce cryptasn debug channel to quiet down crypt traces. |
| James Hawkins | 2007-08-07 | msi: Forward MsiQueryComponentStateA to MsiQueryComponentStateW. |
| Nigel Liang | 2007-08-07 | winecfg: Fix apply button always available in graphics tab bug. |
| Juan Lang | 2007-08-07 | crypt32: Test and correct finding a subject certificate. |
| Juan Lang | 2007-08-07 | crypt32: Add a couple traces. |
| Juan Lang | 2007-08-07 | crypt32: Fix typo. |
| Juan Lang | 2007-08-07 | crypt32: According to MSDN, inner content is only decoded when the content type is ... |
| James Hawkins | 2007-08-07 | msi: Implement the MSIINSTALLCONTEXT_MACHINE context for MsiQueryComponentState. |
| Juan Lang | 2007-08-07 | crypt32: Use the authority key identifier to search for a certificate's issuer. |
| Huw Davies | 2007-08-07 | wininet: Fix the case when Proxy or ProxyBypass is NULL. |
| Evan Stade | 2007-08-08 | gdiplus: Fixed bug drawing custom caps. |
| Evan Stade | 2007-08-08 | gdiplus: Return width and height of metafiles. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipCreateLineBrush. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipSetCustomLineCapStrokeCaps stub. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipSetLineWrapMode. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipCreateStreamOnFile. |
| Evan Stade | 2007-08-08 | gdiplus: Make GdipGetMetafileHeaderFromMetafile return Ok. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipSetLineSigmaBlend stub. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipBitmapLockBits. |
| Evan Stade | 2007-08-08 | gdiplus: Don't prematurely release stream. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipCreateBitmapFromFile. |
| Evan Stade | 2007-08-08 | gdiplus: GdipLoadImageFromStream makes initializations. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipSetImageAttributesColorMatrix stub. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipFillRectangleI. |
| Evan Stade | 2007-08-08 | gdiplus: Updated GdipDrawRectangleI. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipCreateLineBrushFromRectI. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipGetLineGammaCorrection/GdipSetLineGammaCorrection. |
| Evan Stade | 2007-08-08 | gdiplus: Added GdipDrawImageI. |
| Evan Stade | 2007-08-08 | gdiplus: Updated brush cloner/deleter. |
| Juan Lang | 2007-08-09 | crypt32: Add stub for I_CryptGetAsn1Decoder. |
| Nigel Liang | 2007-08-09 | winecfg: Fix crash when remove app button is pressed in applications tab. |
| James Hawkins | 2007-08-09 | msi: Simplify MsiQueryComponentState, with more tests. |
| Mikołaj Zalewski | 2007-08-09 | user32: CallWindowProc[AW] for mismatched built-in winprocs should take into account ... |
| James Hawkins | 2007-08-09 | msi: Implement the UnpublishFeatures standard action. |
| Juan Lang | 2007-08-09 | crypt32: Trace more return values. |
| Juan Lang | 2007-08-09 | crypt32: Correct loading OID functions from the registry. |
| Juan Lang | 2007-08-09 | crypt32: Use real certificates to test finding subject certificates, and correct ... |
| Evan Stade | 2007-08-09 | oleaut32: Handle transparency data when loading PNG images. |
| Evan Stade | 2007-08-09 | gdiplus: Fixed conformance of GdipCreateBitmapFromScan0. |
| Evan Stade | 2007-08-09 | gdiplus: Added GdipCreateBitmapFromGraphics stub. |
| Evan Stade | 2007-08-09 | gdiplus: Added GdipGetPenDashOffset/GdipSetPenDashOffset. |
| Evan Stade | 2007-08-09 | gdiplus: Added GdipFillRectangle. |
| Evan Stade | 2007-08-09 | gdiplus: Added GdipSetImagePalette stub. |
| Evan Stade | 2007-08-09 | gdiplus/tests: Added GdipCreateBitmapFromScan0 test. |
| Evan Stade | 2007-08-09 | gdiplus: Added GdipCreatePath2. |
| Juan Lang | 2007-08-10 | crypt32: Ex encode/decode functions should call non-Ex versions if no Ex version ... |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipDrawImageRectRect. |
| Juan Lang | 2007-08-10 | wintrust: Implement encoding SPC links. |
| Juan Lang | 2007-08-10 | wintrust: Implement CryptSIPGetSignedDataMsg. |
| Juan Lang | 2007-08-10 | wintrust: Implement decoding SPC links. |
| Evan Stade | 2007-08-10 | gdiplus: Fix test to pass in Windows. |
| Juan Lang | 2007-08-10 | crypt32: Improve tracing when builtin function isn't available. |
| Juan Lang | 2007-08-10 | wintrust: Add tests for encoding/decoding SPC links. |
| Juan Lang | 2007-08-10 | crypt32: Use helper functions to simplify CryptDecodeObject and CryptDecodeObjectEx. |
| Juan Lang | 2007-08-10 | wintrust: Add stubs for SPC_LINK and SPC_PE_IMAGE encoding/decoding. |
| Juan Lang | 2007-08-10 | crypt32: Validate parameters better in CryptDecodeObject. |
| Juan Lang | 2007-08-10 | wintrust: Add tests for encoding and decoding SPC PE image data. |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipTranslateWorldTransform. |
| Evan Stade | 2007-08-10 | gdiplus: Updated GdipCloneBrush, GdipDeleteBrush. |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipGetImageGraphicsContext. |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipSetTextureTransform stub. |
| Juan Lang | 2007-08-10 | wintrust: Add missing definitions. |
| Evan Stade | 2007-08-10 | gdiplus: Replace GetDC(0) with CreateCompatibleDC(0). |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipCreateTextureIA. |
| Juan Lang | 2007-08-10 | crypt32: Use helper functions to simplify CryptEncodeObject and CryptEncodeObjectEx. |
| Evan Stade | 2007-08-10 | gdiplus: Added GdipConvertToEmfPlus stub. |
| Evan Stade | 2007-08-10 | gdiplus: Better error checking in GdipBitmapLockBits. |
| James Hawkins | 2007-08-11 | msi: Add tests for the RemoveFiles standard action. |
| Jacek Caban | 2007-08-12 | mshtml: Make get_typeinfo thread safe. |
| Jacek Caban | 2007-08-12 | mshtml: Don't mess with gecko specific protocols. |
| Jacek Caban | 2007-08-12 | urlmon: Wrap IBindCtx in CreateAsyncBindCtxEx. |
| Mikołaj Zalewski | 2007-08-13 | kernel: Allocate global memory with execute permission. |
| Juan Lang | 2007-08-13 | wintrust: Implement SPC indirect data decoding. |
| Juan Lang | 2007-08-13 | wintrust: Implement SPC PE image encoding. |
| Juan Lang | 2007-08-13 | wintrust: Implement SPC PE image decoding. |
| Juan Lang | 2007-08-13 | crypt32: Test finding the issuer of a certificate. |
| 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: Add missing break. |
| Juan Lang | 2007-08-13 | crypt32: Avoid a memory allocation when decoding the subject key identifier extension. |
| Juan Lang | 2007-08-13 | wintrust: Implement SPC indirect data encoding. |
| Jacek Caban | 2007-08-14 | mshtml: Check use_wine_url in nsIURI::GetAsciiSpec. |
| Juan Lang | 2007-08-14 | wintrust: Implement WTHelperGetProvSignerFromChain. |
| Juan Lang | 2007-08-14 | crypt32: Set output chain to NULL. |
| Juan Lang | 2007-08-14 | crypt32: Move CertGetCertificateChain to chain.c. |
| Evan Stade | 2007-08-14 | gdiplus: Added GdipCreateFontFromLogfontA. |
| Evan Stade | 2007-08-14 | gdiplus: Added GdipScaleWorldTransform. |
| Evan Stade | 2007-08-14 | gdiplus: Added GdipRotateWorldTransform. |
| Juan Lang | 2007-08-14 | wintrust: Forward WinVerifyTrustEx to WinVerifyTrust. |
| Juan Lang | 2007-08-14 | crypt32: Add stub for CertFreeCertificateChain. |
| Juan Lang | 2007-08-14 | crypt32: Add a chain test with real certificates. |
| Mikołaj Zalewski | 2007-08-14 | winedos: Make UMB executable. |
| Alexandre Julliard | 2007-08-14 | comctl32: Create a manifest file at dll registration time. |
| Juan Lang | 2007-08-14 | crypt32: Set return value on exception. |
| Jacek Caban | 2007-08-14 | mshtml: Return wine: URI for protocols handled by MSHTML. |
| Juan Lang | 2007-08-14 | crypt32: Fix typo. |
| Mikołaj Zalewski | 2007-08-14 | kernel32: Return error code if WOWCallback16Ex of a real-mode function failed. |
| Jacek Caban | 2007-08-14 | mshtml: Make window.external visible for JavaScript code. |
| Juan Lang | 2007-08-14 | crypt32: Initial implementation of CertGetCertificateChain and CertFreeCertificateChain. |
| Evan Stade | 2007-08-14 | gdiplus: Added GdipDrawRectangles. |
| Juan Lang | 2007-08-14 | crypt32: Add initial tests for certificate chains. |
| Evan Stade | 2007-08-14 | gdiplus: Better handle UnitPixel pen width. |
| Juan Lang | 2007-08-14 | wintrust: Implement WTHelperProvDataFromStateData. |
| Evan Stade | 2007-08-14 | gdiplus: Added font constructor. |
| Evan Stade | 2007-08-14 | gdiplus: Added GdipSetCompositingMode/GdipGetCompositingMode. |
| Juan Lang | 2007-08-14 | crypt32: Fix typo. |
| Juan Lang | 2007-08-14 | wintrust: Implement WTHelperGetProvCertFromChain. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipAddPathLineI. |
| Lei Zhang | 2007-08-15 | riched20: Properly calculate control display height. |
| Lei Zhang | 2007-08-15 | riched20: Add missing scroll bar update. |
| Juan Lang | 2007-08-15 | crypt32: Free default chain engine. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipGetStringFormatAlign/GdipSetStringFormatAlign. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipDeleteStringFormat. |
| Evan Stade | 2007-08-15 | gdiplus: Handle StringFormatFlagsNoWrap in GdipDrawString. |
| Mikołaj Zalewski | 2007-08-15 | wininet: Make HttpQueryInfo[AW] work for lpBuffer == NULL and len > 0. |
| Evan Stade | 2007-08-15 | gdiplus: Added font tests. |
| Evan Stade | 2007-08-15 | gdiplus: Handle empty layout rectangle in GdipMeasureString. |
| Evan Stade | 2007-08-15 | gdiplus/tests: Added GdipAddPathLineI test. |
| Evan Stade | 2007-08-15 | gdiplus: Added more font tests. |
| Evan Stade | 2007-08-15 | gdiplus: Fixed conformance of font constructor. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipGetStringFormatTrimming/GdipSetStringFormatTrimming. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipSetTextRenderingHint/GdipGetTextRenderingHint. |
| Mikołaj Zalewski | 2007-08-15 | wininet: A small test for HttpQueryInfoA. |
| Evan Stade | 2007-08-15 | gdiplus: Save elements of font's style. |
| Evan Stade | 2007-08-15 | gdiplus: Added string format constructor. |
| Jacek Caban | 2007-08-15 | mshtml: Call setup_nswindow on load event. |
| Evan Stade | 2007-08-15 | gdiplus: Fixed 2 GdipDrawString bugs. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipSetStringFormatHotkeyPrefix/GdipGetStringFormatHotkeyPrefix. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipGetLogFontW. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipDeleteFont. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipMeasureString. |
| Mikołaj Zalewski | 2007-08-15 | wininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_FLAG_REQUEST_HEADERS. |
| Evan Stade | 2007-08-15 | gdiplus: Fix default value of StringTrimmingCharacter. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipSetLineBlend stub. |
| Evan Stade | 2007-08-15 | gdiplus: Use DrawText instead of TabbedTextOut. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipSetStringFormatLineAlign/GdipGetStringFormatLineAlign. |
| Evan Stade | 2007-08-15 | gdiplus: Handle empty layout rectangle in GdipDrawString. |
| Juan Lang | 2007-08-15 | wintrust: Remove redundant check of pbSignedDataMsg (Coverity). |
| Evan Stade | 2007-08-15 | gdiplus: Allow null-terminated strings in GdipDrawString. |
| Evan Stade | 2007-08-15 | gdiplus: Handle StringFormatFlagsNoWrap in GdipMeasureString. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipAddPathBezierI. |
| Evan Stade | 2007-08-15 | gdiplus/tests: Added GpStringFormat tests. |
| Evan Stade | 2007-08-15 | gdiplus: Added GdipDrawString. |
| Juan Lang | 2007-08-16 | crypt32: Move registry stores to a separate file. |
| Juan Lang | 2007-08-16 | crypt32: Move provider stores to a separate file. |
| Juan Lang | 2007-08-16 | crypt32: Use externed vars for context variables. |
| Juan Lang | 2007-08-16 | crypt32: Use public APIs to empty a store. |
| Juan Lang | 2007-08-16 | crypt32: Move file store to a separate file. |
| Juan Lang | 2007-08-16 | crypt32: Move collection stores to a separate file. |
| Juan Lang | 2007-08-16 | crypt32: Move cert store definitions to header. |
| Juan Lang | 2007-08-16 | crypt32: Remove some unnecessary casts. |
| Juan Lang | 2007-08-16 | crypt32: Use public type and APIs for memory stores wherever possible. |
| 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: Rename a confusing type. |
| Juan Lang | 2007-08-17 | crypt32: Don't store redundant copy of crypto provider in reg store. |
| Juan Lang | 2007-08-17 | crypt32: Don't store the crypto provider when it isn't needed. |
| 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 redundant copy of crypto provider in file store. |
| Alexandre Julliard | 2007-08-20 | comctl32: Create the manifest directory if needed (spotted by Dan Kegel). |
| Juan Lang | 2007-08-21 | crypt32: Make a helper function to a free a signed message's handles. |
| Juan Lang | 2007-08-21 | crypt32: Use a helper function to allocate signer handles. |
| Juan Lang | 2007-08-21 | crypt32: Make more functions members of signed message data, rather than message. |
| Juan Lang | 2007-08-21 | crypt32: Add a mostly stub control function for decode messages. |
| 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 default message control function pointer. |
| Juan Lang | 2007-08-21 | crypt32: Implement verifying the hash of a decoded hash message. |
| Juan Lang | 2007-08-21 | crypt32: Test encoding a signed message with a valid public key. |
| Juan Lang | 2007-08-21 | crypt32: Use signed message data type for decoded signed messages. |
| Juan Lang | 2007-08-21 | crypt32: Explicitly terminate loop when a matching signer cert is found. |
| Juan Lang | 2007-08-21 | crypt32: Make a signed message data type. |
| Lei Zhang | 2007-08-21 | wine.inf: Add twain_32.dll to the list of fake dlls. |
| Juan Lang | 2007-08-21 | crypt32: Test an encoded signed message with a cert with a public key. |
| Juan Lang | 2007-08-21 | crypt32: Trace encoding and decoding public keys on crypt channel. |
| Juan Lang | 2007-08-21 | crypt32: Implement verifying a decoded signed message's signature. |
| Juan Lang | 2007-08-21 | crypt32: Implement CryptGetMessageCertificates. |
| Juan Lang | 2007-08-21 | crypt32: Separate construction of signer handles from signer info. |
| 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: Add a helper function to construct a signer handles structure. |
| Juan Lang | 2007-08-21 | crypt32: Add tests for CryptMsgControl. |
| Juan Lang | 2007-08-21 | crypt32: Move signed message data functions together. |
| Juan Lang | 2007-08-21 | crypt32: Test and implement getting the computed hash from a decoded signed message. |
| Juan Lang | 2007-08-21 | crypt32: Only free allocated handles. |
| Juan Lang | 2007-08-21 | crypt32: Add helper function to update signed message data. |
| Juan Lang | 2007-08-21 | crypt32: Test and implement CryptGetMessageSignerCount. |
| 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: Update a hash message's hash handles when decoding it. |
| Juan Lang | 2007-08-21 | crypt32: Make constructing handles a member of signed msg data. |
| Juan Lang | 2007-08-22 | crypt32: Test and correct verifying the signature of a valid signed message. |
| Juan Lang | 2007-08-22 | advapi32: Add more tests for CryptVerifySignatureW, and correct its parameter checking. |
| Juan Lang | 2007-08-22 | crypt32: Implement CryptVerifyMessageSignature. |
| Lei Zhang | 2007-08-23 | gphoto2: Add missing brackets. |
| Nigel Liang | 2007-08-23 | winecfg: Suport color schemes from .theme format themes. |
| Lei Zhang | 2007-08-23 | gphoto2.ds: Add preview button and ability to disable import GUI. |
| Lei Zhang | 2007-08-23 | gphoto2: Import photos in the right order. |
| Juan Lang | 2007-08-24 | wintrust: Make crypt provider functions calling convention explicit. |
| Juan Lang | 2007-08-24 | wintrust: Test and implement SoftpubInitialize. |
| Juan Lang | 2007-08-24 | wintrust: Add trust step error definitions. |
| Juan Lang | 2007-08-24 | wintrust: Test and correct alloc and free functions in WintrustLoadFunctionPointers. |
| Juan Lang | 2007-08-24 | crypt32: Partially implement CMSG_CTRL_VERIFY_SIGNATURE_EX. |
| Dan Kegel | 2007-08-25 | shdocvw: iexplore needs to handle the -nohome option. |
| Juan Lang | 2007-08-27 | imagehlp: Move WIN_CERTIFICATE types to wintrust.h, and rename a type, to match PSDK. |
| Juan Lang | 2007-08-27 | wintrust: Use common memory functions. |
| Juan Lang | 2007-08-27 | wintrust: Test and implement SoftpubLoadMessage. |
| Juan Lang | 2007-08-27 | wintrust: Move mem alloc functions to wintrust_main.c. |
| Juan Lang | 2007-08-27 | wintrust: Implement SoftpubLoadSignature. |
| Juan Lang | 2007-08-28 | wintrust: Test and implement pfnAddStore2Chain. |
| Juan Lang | 2007-08-28 | wintrust: Add missing definitions. |
| Juan Lang | 2007-08-28 | wintrust: Test and implement pfnAddCert2Chain. |
| Juan Lang | 2007-08-28 | wintrust: Save signers of a message in SoftpubLoadSignature. |
| Juan Lang | 2007-08-28 | wintrust: Test and implement pfnAddSgnr2Chain. |
| Juan Lang | 2007-08-28 | wintrust: Use pfnAddStore2Chain internally. |
| Juan Lang | 2007-08-28 | wintrust: Implement pfnCertificateTrust. |
| Dan Hipschman | 2007-08-28 | widl: Handle LPSTR in typelibs. |
| Juan Lang | 2007-08-28 | crypt32: Set trust status on root element in chain. |
| Juan Lang | 2007-08-28 | wintrust: Use a helper function to get a signer's cert info from a message. |
| Dan Hipschman | 2007-08-29 | widl: Handle the size_is attribute on pointers. |
| Juan Lang | 2007-08-29 | winerror.h: Add more error definitions. |
| Juan Lang | 2007-08-31 | crypt32: Correct combining trust status of a chain's elements into the chain's trust ... |
| Juan Lang | 2007-08-31 | crypt32: Free lower quality chain contexts. |
| Juan Lang | 2007-08-31 | crypt32: Set error status on issued certificate, not on issuer. |
| Juan Lang | 2007-08-31 | crypt32: Don't fail chain creation if root isn't self-signed. |
| Juan Lang | 2007-08-31 | crypt32: Check whether each signing certificate can be a CA. |
| Juan Lang | 2007-08-31 | crypt32: Remove unneeded WINAPI from internal function. |
| Juan Lang | 2007-08-31 | crypt32: Add a default cycle detection modulus. |
| Juan Lang | 2007-08-31 | crypt32: Check time of each element in chain against requested time. |
| Juan Lang | 2007-08-31 | crypt32: Implement CertDuplicateCertificateChain. |
| Juan Lang | 2007-08-31 | crypt32: Greatly expand certificate chain tests. |
| Juan Lang | 2007-08-31 | crypt32: Check path length constraint on a chain. |
| Juan Lang | 2007-08-31 | crypt32: Properly reference count certificate contexts referenced by a chain. |
| Juan Lang | 2007-08-31 | crypt32: Check chain root's trusted status regardless of whether its signature is ... |
| Juan Lang | 2007-08-31 | crypt32: Halt chain creation when a cycle is detected. |
| Juan Lang | 2007-08-31 | crypt32: Don't fail chain creation if signature doesn't match. |
| 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: Time validity nesting doesn't appear to be checked, so don't check it. |
| Dan Hipschman | 2007-09-04 | widl: Fix top-level and callback conformances. |
| Dan Hipschman | 2007-09-04 | widl: Implement NDR for struct field alignment. |
| Dan Hipschman | 2007-09-04 | widl: Allow size_is on strings. |
| Juan Lang | 2007-09-06 | crypt32: Test that the end cert in a chain's store isn't implicitly searched for ... |
| Juan Lang | 2007-09-06 | crypt32: Make a helper function to create initial candidate chain. |
| Juan Lang | 2007-09-06 | crypt32: Flags weren't set, so don't bother passing them. |
| Juan Lang | 2007-09-06 | crypt32: Test whether chain creation should fail when a root signature is invalid. |
| Juan Lang | 2007-09-06 | crypt32: Don't ask CertGetIssuerCertificateFromStore to verify revocation status, ... |
| Juan Lang | 2007-09-06 | crypt32: Add special case for certificates with no signature algorithm. |
| Juan Lang | 2007-09-06 | crypt32: Consider alternate issuers when building chains. |
| Juan Lang | 2007-09-06 | crypt32: Set *ppChainContext even on error. |
| Juan Lang | 2007-09-06 | crypt32: Add more tests for getting issuer cert from store. |
| Juan Lang | 2007-09-06 | crypt32: Not finding an issuer shouldn't cause chain creation to fail. |
| Juan Lang | 2007-09-06 | crypt32: Don't add end cert's store to world. |
| Lei Zhang | 2007-09-06 | riched20: Do not pass NULL lParam to ME_ToUnicode for EM_REPLACESEL. |
| Juan Lang | 2007-09-06 | crypt32: Defer checking signatures until chain is complete. |
| Juan Lang | 2007-09-06 | crypt32: Store world store in chain. |
| Juan Lang | 2007-09-06 | crypt32: Separate allocating a simple chain and checking it from building it. |
| Juan Lang | 2007-09-06 | crypt32: Remove a misplaced todo_wine. |
| Juan Lang | 2007-09-06 | crypt32: Don't abort chain creation if the root signature isn't valid. |
| Juan Lang | 2007-09-06 | crypt32: Open world store when creating chain, not when building a simple chain. |
| Juan Lang | 2007-09-10 | crypt32: Implement CertVerifyCertificateChainPolicy for the basic constraints policy. |
| Juan Lang | 2007-09-10 | rsaenh: Reorder padding code to avoid unnecessary comparison. |
| Juan Lang | 2007-09-10 | crypt32: Add a function to create a certificate chain engine potentially before the ... |
| Juan Lang | 2007-09-10 | rsaenh: Support setting the effective key length of RC2 keys. |
| Juan Lang | 2007-09-10 | rsaenh: Call setup_key whenever the IV is reset. |
| Juan Lang | 2007-09-10 | crypt32: Implement CertVerifyCertificateChainPolicy for the authenticode policy. |
| Juan Lang | 2007-09-10 | crypt32: Add policy flags definitions. |
| Juan Lang | 2007-09-10 | crypt32: Add a stub for CertVerifyCertificateChainPolicy. |
| Juan Lang | 2007-09-10 | crypt32: Add a root store implementation that reads trusted certificates from well ... |
| Dan Hipschman | 2007-09-10 | widl: Output UUID files compatible with older Visual C++ and MinGW. |
| Juan Lang | 2007-09-10 | crypt32: Implement CertVerifyCertificateChainPolicy for the base policy. |
| Juan Lang | 2007-09-10 | crypt32: Support CRYPT_DECODE_TO_BE_SIGNED_FLAG. |
| Juan Lang | 2007-09-10 | crypt32: Add initial tests for CertVerifyCertificateChainPolicy. |
| Juan Lang | 2007-09-11 | crypt32: (Re)introduce helper function to get issuer certificate. |
| Juan Lang | 2007-09-11 | crypt32: Pass subject's info status when adding an issuer to a chain. |
| 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: Set subject's info status from method used to find issuer. |
| Juan Lang | 2007-09-11 | crypt32: Make chain tests more strict. |
| Juan Lang | 2007-09-11 | rsaenh: Validate pad byte when decrypting a block cipher. |
| Juan Lang | 2007-09-12 | wintrust: Partially implement SoftpubAuthenticode. |
| Dan Hipschman | 2007-09-12 | widl: Add calls to NdrFooFree for more types in server stubs. |
| Juan Lang | 2007-09-12 | wintrust: Save signer cert so chain can be created. |
| Juan Lang | 2007-09-12 | wintrust: Implement WinVerifyTrust. |
| Dan Hipschman | 2007-09-12 | widl: Use the correct functions for interface pointers in stubs. |
| Juan Lang | 2007-09-12 | wintrust: Don't prefer native version. |
| Juan Lang | 2007-09-12 | wintrust: Implement SoftpubCleanup. |
| Dan Hipschman | 2007-09-12 | widl: Fix an unused parameter warning on write_conf_or_var_desc. |
| Dmitry Timoshkov | 2007-09-12 | shell32: Remove class cache introduced in commit f686cfab2feb9010efe82a932dc9f5904566 ... |
| Dan Hipschman | 2007-09-14 | widl: Add padding to the end of complex structures. |
| Juan Lang | 2007-09-17 | crypt32: Correct an optimization. |
| Juan Lang | 2007-09-17 | crypt32: Set bytes decoded in all success paths. |
| Juan Lang | 2007-09-17 | crypt32: Add a test of an indefinite-length sequence. |
| Juan Lang | 2007-09-17 | crypt32: Make a decode OID function that returns the number of bytes decoded. |
| Juan Lang | 2007-09-17 | crypt32: Return bytes decoded when decoding an alt name entry. |
| Juan Lang | 2007-09-17 | crypt32: Remove an unneeded WINAPI. |
| Juan Lang | 2007-09-17 | crypt32: Support indefinite-length encoded arrays. |
| Juan Lang | 2007-09-17 | crypt32: Update comments. |
| Juan Lang | 2007-09-17 | msi: Make sure nested is initialized. |
| Juan Lang | 2007-09-17 | crypt32: Use a simpler prototype for array decoding functions. |
| Juan Lang | 2007-09-17 | crypt32: Introduce a helper function to get encoded length that allows indefinite ... |
| Juan Lang | 2007-09-17 | msi: Initialize nested. |
| Juan Lang | 2007-09-17 | crypt32: Pass bytes decoded pointer to AsnDecodeArray. |
| Juan Lang | 2007-09-17 | wininet: Create a TCP connection if FLAG_ICC_FORCE_CONNECTION is specified. |
| Juan Lang | 2007-09-17 | msi: Don't crash if record has no fields. |
| Juan Lang | 2007-09-17 | crypt32: Fix alignment on 64-bit systems. |
| Juan Lang | 2007-09-17 | crypt32: Return bytes decoded when copying DER-encoded bytes. |
| Juan Lang | 2007-09-17 | crypt32: Return bytes decoded from AsnDecodeArray. |
| Juan Lang | 2007-09-17 | crypt32: Correct GET_LEN_BYTES for the indefinite-length form. |
| Juan Lang | 2007-09-17 | crypt32: Add a decoded parameter to AsnDecodeSequence. |
| Juan Lang | 2007-09-17 | crypt32: Return bytes decoded when decoding a sequence. |
| Juan Lang | 2007-09-18 | crypt32: Use decode function's returned decoded length to advance pointer when decodi ... |
| Dan Hipschman | 2007-09-18 | widl: Implement complex arrays. |
| Juan Lang | 2007-09-18 | crypt32: Pass length rather than entire message to CRYPT_EncodeContentLength. |
| Juan Lang | 2007-09-18 | crypt32: Get rid of encoding type from AsnDecodeSequenceItems, it's never checked. |
| Juan Lang | 2007-09-18 | crypt32: Use internal decode int function a couple more places. |
| Juan Lang | 2007-09-18 | crypt32: Don't use exception handler when decoding time zone, caller already does. |
| Juan Lang | 2007-09-18 | setupapi: Fix return type. |
| Juan Lang | 2007-09-18 | crypt32: Set *pcbDecoded in every function. |
| Juan Lang | 2007-09-18 | crypt32: Allow indefinite-length encoding of sequence items. |
| Juan Lang | 2007-09-18 | crypt32: Use correct encoded length when decoding a sequence. |
| Juan Lang | 2007-09-18 | crypt32: Allow a sequence to have an indefinite-length encoding. |
| Juan Lang | 2007-09-18 | crypt32: Allow items in an array to be indefinite-length encoded. |
| Juan Lang | 2007-09-18 | crypt32: Separate DecodeInt into an internal and external version. |
| Dan Hipschman | 2007-09-18 | widl: Handle all buffer sizes. |
| Juan Lang | 2007-09-18 | crypt32: Implement streamed encoding of an indefinite-length data message. |
| Juan Lang | 2007-09-18 | crypt32: Test and correct decoding indefinite-length-encoded PKCS content. |
| Juan Lang | 2007-09-18 | crypt32: Use AsnDecodeIntInternal where an internal function is called for. |
| Juan Lang | 2007-09-18 | crypt32: Introduce a space checking helper for functions that don't allocate memory ... |
| Dan Hipschman | 2007-09-18 | widl: Implement pointer descriptions for complex structures. |
| Juan Lang | 2007-09-18 | crypt32: Fix alignment for 64-bit systems. |
| Juan Lang | 2007-09-18 | crypt32: Explicitly count bytes to copy in DecodeCopyBytes. |
| Juan Lang | 2007-09-18 | crypt32: Move a comment that belonged elsewhere. |
| Juan Lang | 2007-09-18 | setupapi: Add missing prototypes and definitions, and change function prototypes ... |
| Juan Lang | 2007-09-18 | crypt32: Use simpler form for internal time decoding functions. |
| Juan Lang | 2007-09-18 | crypt32: Implement DecodeAltName with DecodeAltNameInternal. |
| Juan Lang | 2007-09-18 | setupapi: Correct type to match PSDK. |
| Dan Hipschman | 2007-09-18 | widl: Fix alignment comments. |
| Juan Lang | 2007-09-18 | crypt32: Simplify DecodePathLenConstraint. |
| Juan Lang | 2007-09-18 | crypt32: Get rid of encoding type argument to AsnDecodeSequence, it isn't used. |
| Juan Lang | 2007-09-18 | setupapi: Fix typo. |
| Juan Lang | 2007-09-18 | crypt32: Use internal form for all internal decoding functions. |
| Juan Lang | 2007-09-18 | crypt32: ret is already true, don't retest it. |
| Juan Lang | 2007-09-18 | crypt32: Temporarily change prototype of AsnDecodeIntInternal to the CryptDecodeObjec ... |
| Juan Lang | 2007-09-18 | crypt32: Simplify AsnDecodeSequenceItems a tiny bit. |
| Alexandre Julliard | 2007-09-19 | winex11.drv: If a window is not resizable through the window manager fall back to ... |
| Juan Lang | 2007-09-20 | setupapi: Save class GUID to registry when creating a device. |
| Juan Lang | 2007-09-20 | setupapi: Add error checking to SetupDiCreateDeviceInfoW stub. |
| 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 tests for SetupDiCreateDeviceInfo. |
| Juan Lang | 2007-09-20 | setupapi: Add stub for SetupDiRegisterDeviceInfo. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiSetDeviceRegistryPropertyA/W. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiEnumDeviceInfo. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiGetClassDescriptionExA. |
| Dan Hipschman | 2007-09-20 | widl: Handle top-level conformance for complex arrays. |
| Juan Lang | 2007-09-20 | setupapi: Add stubs for SetupDiGetDeviceInstanceIdA/W. |
| Juan Lang | 2007-09-20 | setupapi: Devices created by SetupDiCreateDeviceInfo are "phantoms", and are deleted ... |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiCreateDeviceInfoW. |
| Juan Lang | 2007-09-20 | setupapi: Save device description to registry when creating a device. |
| Juan Lang | 2007-09-20 | setupapi: Add tests for SetupDiRegisterDeviceInfo. |
| Juan Lang | 2007-09-20 | setupapi: Add a placeholder for devices. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiGetDeviceRegistryPropertyA/W. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiGetDeviceInstanceIdA on top of SetupDiGetDeviceInstanceIdW. |
| Dan Hipschman | 2007-09-20 | widl: Respect pointer attributes better. |
| Juan Lang | 2007-09-20 | setupapi: Make a helper to convert a GUID to a string. |
| Juan Lang | 2007-09-20 | setupapi: Add tests for SetupDiGetDeviceInstanceId. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiRegisterDeviceInfo. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiGetClassDevsW. |
| Juan Lang | 2007-09-20 | setupapi: Implement SetupDiGetDeviceInstanceIdW. |
| Juan Lang | 2007-09-21 | setupapi: Remove a redundant parameter check. |
| Juan Lang | 2007-09-21 | setupapi: When enumerating an interface, add the interface to its device. |
| Juan Lang | 2007-09-21 | setupapi: Add error checking to SetupDiCreateDeviceInterfaceW stub. |
| Juan Lang | 2007-09-21 | setupapi: Implement SetupDiCreateDeviceInterfaceW. |
| Juan Lang | 2007-09-21 | setupapi: Add tests for SetupDiGetDeviceInterfaceDetail. |
| Juan Lang | 2007-09-21 | setupapi: Set last error on invalid input. |
| Juan Lang | 2007-09-21 | setupapi: Add tests for SetupDiCreateDeviceInterface. |
| Juan Lang | 2007-09-21 | setupapi: Set last error on failure in SetupDiOpenClassRegKeyExW. |
| Juan Lang | 2007-09-21 | setupapi: Implement SetupDiGetDeviceInterfaceDetailA/W. |
| Juan Lang | 2007-09-21 | setupapi: Respect samDesired in SetupDiOpenClassRegKeyExW. |
| Juan Lang | 2007-09-21 | setupapi: Implement SetupDiCreateDeviceInterfaceA on top of SetupDiCreateInterfaceW. |
| Juan Lang | 2007-09-21 | setupapi: Implement SetupDiEnumDeviceInterfaces. |
| Juan Lang | 2007-09-21 | setupapi: Add stubs for SetupDiCreateDeviceInterfaceA/W. |
| Juan Lang | 2007-09-21 | setupapi: Add test showing value of path. |
| Juan Lang | 2007-09-21 | setupapi: Create symbolic link value when interface is created. |
| Mikołaj Zalewski | 2007-09-23 | advapi32: Add some more rights constants for ConvertStringSecurityDescriptorToSecurit ... |
| Dan Hipschman | 2007-09-25 | widl: Clean up write_conf_or_var_desc with string_of_type. |
| Mikołaj Zalewski | 2007-09-26 | shell32: Make the shell view control Unicode. |
| Dan Hipschman | 2007-09-26 | widl: Fix top-level conformant arrays with pointer attributes. |
| Mikołaj Zalewski | 2007-09-26 | shell32: shlview: Change some more ANSI calls to Unicode. |
| Dan Hipschman | 2007-09-26 | widl: Fix string codes in pointer descriptions. |
| Jacek Caban | 2007-09-26 | mshtml: Added IHTMLDocument5 interface stub implementation. |
| Dan Hipschman | 2007-09-27 | widl: Fix array alignment bug. |
| Alexandre Julliard | 2007-09-27 | winex11.drv: Always drag the full window for top-level windows to avoid having to ... |
| Dmitry Timoshkov | 2007-10-02 | user32: Add a message test for ownerdrawn listbox, make it pass under Wine. |
| Roy Shea | 2007-10-02 | net.exe: Added missing service name. |
| Dan Hipschman | 2007-10-03 | widl: Write types in the format string comments. |
| Dan Hipschman | 2007-10-03 | widl: Add a declonly argument to write_type_left. |
| Dan Hipschman | 2007-10-03 | widl: Add newlines to error messages that are missing them. |
| Dan Hipschman | 2007-10-03 | widl: Correct default pointers. |
| Dan Kegel | 2007-10-05 | msvcrt: Improve CR CR LF handling. |
| Dan Kegel | 2007-10-05 | msvcrt: Fix ^Z handling in text mode. |
| Dan Hipschman | 2007-10-05 | widl: Make structs containing user types bogus; fix square_test_us test failure. |
| Dan Hipschman | 2007-10-05 | rpcrt4/tests: Make server.idl compatible with MIDL. |
| Dan Kegel | 2007-10-06 | quartz: Make clock test less flaky. |
| Lei Zhang | 2007-10-07 | comctl32: Fix monthcal hit tests. |
| Dan Hipschman | 2007-10-08 | widl: Keep track of every allocated type_t to simplify set_all_tfswrite. |
| Dan Hipschman | 2007-10-08 | widl: Implement pointer_default functionality. |
| Roy Shea | 2007-10-08 | qmgr: Skeleton implementation of Background Intelligent Transfer Service (BITS). |
| Dan Hipschman | 2007-10-08 | widl: Allow quoted UUIDs. |
| Dan Hipschman | 2007-10-10 | rpcrt4, widl: Make pointer layouts compatible with windows; fix conformant array ... |
| Nigel Liang | 2007-10-11 | include/winsock.h: Fix parenthesis mismatch. |
| Dan Hipschman | 2007-10-12 | rpcrt4/tests: Free memory from one of the tests. |
| Lei Zhang | 2007-10-14 | comctl32: Simplify monthcal test. |
| Lei Zhang | 2007-10-15 | comctl32: Monthcal today link test. |
| Lei Zhang | 2007-10-15 | comctl32: Correct monthcal WM_LBUTTONDOWN return values. |
| Lei Zhang | 2007-10-15 | comctl32: Monthcal should send notifications when today link gets clicked. |
| Lei Zhang | 2007-10-15 | comctl32: Select today's date when the today link is clicked. |
| Dmitry Timoshkov | 2007-10-16 | user32: Add more listbox message tests, make them pass under Wine. |
| Dmitry Timoshkov | 2007-10-16 | wordpad: Refuse to load OLE compound storage files like Windows does. |
| Dan Hipschman | 2007-10-16 | widl: Output the correct value for TableSize in ProxyFileInfo. |
| Dan Hipschman | 2007-10-16 | widl: Use new functions need_proxy and need_stub to clean up code and avoid generatin ... |
| Alexandre Julliard | 2007-10-17 | winex11: Process all types of messages while moving/resizing a window. |
| Dan Hipschman | 2007-10-18 | widl: Detect conformant arrays of user types correctly. |
| Dan Hipschman | 2007-10-18 | widl: Generate dlldata files. |
| Dan Hipschman | 2007-10-18 | widl: Remove printf format strings that aren't really format strings. |
| Dan Hipschman | 2007-10-18 | widl: Improve file cleanup when errors occur. |
| Nigel Liang | 2007-10-18 | wininet: Release object in HttpEndRequestW after use. |
| Alexandre Julliard | 2007-10-18 | shell32: Use wine_get_dos_file_name instead of duplicating knowledge about the drive ... |
| Alexandre Julliard | 2007-10-18 | ntdll: Cache the DOS drives stat info for up to one second. |
| Alexandre Julliard | 2007-10-18 | shell32: Check for internal shell classes before querying the registry in SHCoCreateI ... |
| Dan Hipschman | 2007-10-19 | widl: Fix problems with variable-size user types. |
| Dan Hipschman | 2007-10-20 | widl: Update the manpage. |
| Mikołaj Zalewski | 2007-10-21 | advapi32/tests: Make the SDDL test pass under Vista. |
| 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: Add a test for CreateWellKnownSid and implement two more SIDs. |
| Mikołaj Zalewski | 2007-10-21 | advapi32: Make CreateWellKnownSid create domain sids (with test). |
| Dan Kegel | 2007-10-23 | gdi32/tests: Fix false pass in warn+heap case. |
| Dan Hipschman | 2007-10-24 | widl: Use error_loc instead of yyerror. |
| Roy Shea | 2007-10-24 | include/rpc.h: Add missing headers. |
| Dan Hipschman | 2007-10-24 | oleaut32: Add stubs for IPropertyBag_Read. |
| Dan Hipschman | 2007-10-24 | widl: parser_error must append a newline, so write a new function, error_loc. |
| Dan Kegel | 2007-10-25 | wine.inf: Add fake DLL for mshtml.dll. |
| Dan Kegel | 2007-10-25 | winmm: Avoid testing linecontrols if can't get line info. |
| Lei Zhang | 2007-10-25 | user32: Do not send button click to dialog with disabled default button. |
| Dan Hipschman | 2007-10-25 | widl: Fix a crash in compare_expr. |
| Dan Hipschman | 2007-10-25 | oleaut32: Use widl to generate oaidl_p.c. |
| Dan Hipschman | 2007-10-25 | widl: Allow void pointers with iid_is attributes. |
| Dan Hipschman | 2007-10-26 | widl: Fix ExprEvalRoutines output. |
| Lei Zhang | 2007-10-29 | comctl32: Move tab test's createParentWindow() into START_TEST(). |
| Dan Kegel | 2007-10-29 | advapi32/tests: Fix undefined memory references in registry.c. |
| Lei Zhang | 2007-10-30 | comctl32: Add tab insert item / get focus test. |
| Lei Zhang | 2007-10-30 | comctl32: Add tab delete item / get focus test. |
| 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: Set tab focus correctly. |
| Dan Kegel | 2007-10-31 | ntdll: NtAccessCheck: Only send used bytes to server. |
| Dan Hipschman | 2007-10-31 | widl: Add a --local-stubs option. |
| Lei Zhang | 2007-11-01 | comctl32: Datetime should close its monthcal when the monthcal loses focus. |
| Lei Zhang | 2007-11-02 | comctl32: Fix typo in rebar. |
| Dan Hipschman | 2007-11-02 | rpcrt4: Initialize allocated pointers to NULL in PointerUnmarshall. |
| Dan Hipschman | 2007-11-02 | widl: Handle pointers to conformant arrays (e.g., "[size_is(, n)] int **p; "). |
| Dan Hipschman | 2007-11-02 | widl: Don't output a void conformance for NdrClearOutParameters. |
| Lei Zhang | 2007-11-02 | comctl32: Fix uninitialized, unused variables. |
| Dan Hipschman | 2007-11-02 | rpcrt4/tests: Initialize memory in the get_name test. |
| Dan Kegel | 2007-11-03 | cabinet: FCIAddFile: Set defaults in case callback doesn't set some fields. |
| Dan Kegel | 2007-11-04 | cabinet: FCICreate: Initialize oldCCAB. |
| Nigel Liang | 2007-11-04 | wininet: Release object in HttpSendRequestExW before return on error. |
| Jacek Caban | 2007-11-04 | mshtml: Added AcceptLanguage handling. |
| Dan Hipschman | 2007-11-06 | widl: Don't rely on type_memsize to return 0 for all conformant arrays. |
| Alexandre Julliard | 2007-11-07 | include: Add WINBASEAPI to the exported kernel32 functions. |
| Alexandre Julliard | 2007-11-07 | include: Add WINADVAPI to the exported advapi32 functions. |
| Alexandre Julliard | 2007-11-07 | include: Only use DECLSPEC_IMPORT for Windows compilers in unicode.h. |
| Alexandre Julliard | 2007-11-07 | include: Add NTSYSAPI to the exported ntdll functions. |
| Alexandre Julliard | 2007-11-07 | include: Add WINUSERAPI to the exported user32 functions. |
| Alexandre Julliard | 2007-11-07 | include: Mark imported functions with hidden visibility. |
| Alexandre Julliard | 2007-11-07 | gdi32: Make all internal gdi functions hidden. |
| Dan Kegel | 2007-11-07 | msvcrt: Fix two buglets in heap test. |
| Alexandre Julliard | 2007-11-07 | winebuild: Add a few nops to stub entry points to make Safedisc happy. |
| Alexandre Julliard | 2007-11-07 | user32: Make all internal user32 functions and variables hidden. |
| Alexandre Julliard | 2007-11-07 | include: Add WINGDIAPI to the exported gdi32 functions. |
| Lei Zhang | 2007-11-08 | wininet: Initialize ftp sockets. |
| Lei Zhang | 2007-11-09 | sane.ds: Check return value from sane_control_option(). |
| Lei Zhang | 2007-11-09 | sane.ds: Fix a memory leak. |
| 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: Check return value from sane_get_option_descriptor(). |
| Dan Kegel | 2007-11-09 | user32: Implement return value for DdeClientTransaction for XTYP_EXECUTE. |
| Lei Zhang | 2007-11-09 | sane.ds: Get number of options only once. |
| Dan Kegel | 2007-11-11 | advapi32: Fix buffer overrun in tests/registry.c:wine_debugstr_wn(). |
| Lei Zhang | 2007-11-12 | shell32: Don't crash if $HOME is not set. |
| Alexandre Julliard | 2007-11-12 | user32: Remove a few traces that only duplicate the relay information. |
| Lei Zhang | 2007-11-12 | shell32: rename My Video to My Videos. |
| Alexandre Julliard | 2007-11-13 | shell32: Pass some of the ShellExecute flags through InvokeCommand. |
| Alexandre Julliard | 2007-11-13 | include: Added definition for SEE_MASK_NOASYNC. |
| Alexandre Julliard | 2007-11-13 | shell32: Don't wait for the command to terminate in ShellLink_InvokeCommand. |
| Lei Zhang | 2007-11-20 | shell32: Only notify immediate parent. |
| Lei Zhang | 2007-11-20 | shell32: Perform copy in UnixFolder_ISFHelper_CopyItems. |
| Alexandru Balut | 2007-12-02 | oleaut32: Implement VarWeekdayName + tests. |
| Roy Shea | 2007-12-04 | svchost: Implementation of svchost. |
| Roy Shea | 2007-12-04 | wininet: Removed inline from copy_compsA and zero_compsA to allow Windows testing. |
| Roy Shea | 2007-12-04 | wininet: Added check of dwStructSize required by Windows in calls to InternetCrackUrlA. |
| Alexandre Julliard | 2007-12-05 | server: Return correct object types in the get_directory_entry request. |
| Alexandre Julliard | 2007-12-05 | server: Partial implementation of NtQueryDirectoryObject. |
| Alexandre Julliard | 2007-12-05 | server: Implemented EnumWindowStations and EnumDesktops. |
| Lei Zhang | 2007-12-06 | quartz: Validate input for IFilterGraph_FindFilterByName. |
| Lei Zhang | 2007-12-06 | quartz: Fix return value in IFilterGraph_FindFilterByName. |
| Lei Zhang | 2007-12-06 | quartz: Add a test for IFilterGraph2. |
| Lei Zhang | 2007-12-06 | quartz: Add some IGraphBuilder related tests. |
| Roy Shea | 2007-12-06 | include: Added bitsmsg.h header. |
| Roy Shea | 2007-12-06 | include: Added IDL file for BITS. |
| Roy Shea | 2007-12-06 | qmgr: Renamed bits_main.c to qmgr_main.c and updated comments. |
| Lei Zhang | 2007-12-06 | quartz: Move current tests into their own test case. |
| Maarten Lankhorst | 2007-12-07 | winealsa: Fix period size in capture. |
| Maarten Lankhorst | 2007-12-07 | winealsa: Clear dwBytesRecorded in waveheader when adding buffer. |
| Maarten Lankhorst | 2007-12-07 | winealsa: Simplify the feeding of capture buffers. |
| Maarten Lankhorst | 2007-12-07 | winealsa: Fix return value checking in wavein. |
| Alexandre Julliard | 2007-12-08 | kernel32: Revert change that slipped in commit db24d3af9a6e56c3036ba0a3e5d62dae4f2676 ... |
| Alexandre Julliard | 2007-12-08 | kernel32: Read label and serial from the filesystem when the device is accessible ... |
| Roy Shea | 2007-12-09 | qmgrprxy: Queue manager proxy generated using an IDL compiler and bits.idl. |
| Alexandre Julliard | 2007-12-11 | Makedll.rules: Add a generic EXTRADLLFLAGS variable instead of defining a specific ... |
| Alexandre Julliard | 2007-12-11 | winebuild: Don't set the IMAGE_FILE_DLL flag on native modules. |
| Lei Zhang | 2007-12-11 | quartz: Add IFilterGraph2 interface and stubs. |
| Alexandru Balut | 2007-12-12 | wine.inf: Fix the type of some values in HKLM, System\CurrentControlSet\Control\Sessi ... |
| Maarten Lankhorst | 2007-12-12 | winealsa: Remove fixed fixme. |
| Maarten Lankhorst | 2007-12-12 | winealsa: Don't require a cswitch control for capture. |
| Alexandre Julliard | 2007-12-12 | winecrt0: DriverEntry is a WINAPI function. |
| Maarten Lankhorst | 2007-12-12 | winealsa: Add control 'Digital' as alias for microphone. |
| Maarten Lankhorst | 2007-12-13 | include: Update oleacc with new constants and IAccessible interface. |
| Lei Zhang | 2007-12-13 | quartz: Add referenceclock QueryInterface test. |
| Lei Zhang | 2007-12-13 | quartz: Add videorenderer QueryInterface 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 aggregation test. |
| Lei Zhang | 2007-12-13 | quartz: Make video renderer aggregatable. |
| Lei Zhang | 2007-12-13 | quartz: Make aggregation test generic. |
| Lei Zhang | 2007-12-13 | ole32: Print a fixme when an aggregation attempt fails. |
| Alexandre Julliard | 2007-12-13 | user32: Print the RegisterHotKey fixme only once. |
| Lei Zhang | 2007-12-13 | quartz: Do aggregation test for more video renderer interfaces. |
| Lei Zhang | 2007-12-13 | quartz: Set *ppvObject to NULL if QueryInterface fails. |
| Lei Zhang | 2007-12-13 | quartz: Fix typo in GraphConfig_AddRef. |
| Maarten Lankhorst | 2007-12-14 | riched20: Make some functions static. |
| Maarten Lankhorst | 2007-12-14 | winealsa: Add 'Front Mic' as alias for microphone. |
| Maarten Lankhorst | 2007-12-14 | riched20: Implement ECO/EM SELECTIONBAR. |
| Roy Shea | 2007-12-17 | qmgr: Generate C file with local GUID definitions from bits.idl. |
| Maarten Lankhorst | 2007-12-17 | riched20: Fix bugs in EM_SETOPTIONS. |
| Alexandre Julliard | 2007-12-18 | ntoskrnl.exe: Allow returning data in ioctls along with a positive non-zero status. |
| Alexandre Julliard | 2007-12-18 | ntoskrnl.exe: Added implementation for IoCreateDriver and IoDeleteDriver. |
| Alexandre Julliard | 2007-12-18 | server: Fix possible NULL dereference. |
| Dmitry Timoshkov | 2007-12-19 | user32: Set the edit text in a combobox only if combobox has strings. |
| Alexandre Julliard | 2007-12-19 | advapi32: Use exponential backoff when waiting for a service to start. |
| Alexandre Julliard | 2007-12-19 | advapi32: Fix RegisterServiceCtrlHandler spec entry. |
| Alexandre Julliard | 2007-12-19 | advapi32: Reimplement RegisterServiceCtrlHandler on top of RegisterServiceCtrlHandlerEx. |
| Alexandre Julliard | 2007-12-19 | advapi32: Replace the list of services with an array. |
| Alexandre Julliard | 2007-12-19 | advapi32: Return from StartServiceCtrlDispatcher when all services are stopped. |
| Alexandre Julliard | 2007-12-20 | wineboot: Simplify the unnecessarily complex code structure. |
| Alexandre Julliard | 2007-12-20 | wine.inf: Mark the spool service as disabled, it's just a stub. |
| Alexandre Julliard | 2007-12-20 | server: Don't give out full access to the system process event. |
| Alexandre Julliard | 2007-12-20 | wineboot: Convert the rest of the code to Unicode. |
| Roy Shea | 2007-12-20 | qmgr: AddRef, QueryInterface, and stub functions for queue manager interface. |
| Alexandre Julliard | 2007-12-20 | advapi32: Start non-interactive services in a separate window station. |
| Alexandre Julliard | 2007-12-20 | wineboot: Add support for starting NT-style services. |
| Alexandre Julliard | 2007-12-20 | explorer: It no longer needs to be made a system process. |
| Alexandre Julliard | 2007-12-20 | include: Added the mountmgr.h header. |
| Alexandre Julliard | 2007-12-20 | wineboot: Rewrite wininit.ini processing to use GetPrivateProfileSectionW. Convert ... |
| Alexandre Julliard | 2007-12-20 | advapi32: Move the EnumDependentServicesA/W stubs in service.c where they belong. |
| Alexandre Julliard | 2007-12-20 | server: Don't count system processes as users of a desktop. |
| Lei Zhang | 2007-12-21 | quartz: Move aggregation tests into separate file. |
| Lei Zhang | 2007-12-21 | quartz: Make filtergraph aggregatable. |
| Alexandre Julliard | 2007-12-21 | kernel32: Store the initial directory as a full path in the process parameters. |
| Alexandre Julliard | 2007-12-23 | kernel32: Initialize MaximumLength of the user params directory too. |
| Jeremy White | 2007-12-23 | wintab32: Add additional device tracing. |
| Jeremy White | 2007-12-23 | wintab32: Order the cursor array by the standard Wacom promulgates. |
| Jeremy White | 2007-12-23 | wintab32: Correctly handle devices with a device id of 0. |
| Jeremy White | 2007-12-23 | wintab32: Store and use the physical device id to match device to cursor. |
| Jeremy White | 2007-12-23 | wintab32: Compute our physical device characteristics based on the first tablet devic ... |
| Jeremy White | 2007-12-23 | wintab32: Do not offset the physical device id by the cursor number. |
| Jeremy White | 2007-12-24 | wintab32: Add constants for cursor types and use them. |
| Jeremy White | 2007-12-24 | wintab32: Implement the ability to return the number of devices and cursors. |
| Jeremy White | 2007-12-24 | wintab32: Fix the W->A translation for CSR_NAME and CSR_BTNNAMES. |
| Maarten Lankhorst | 2007-12-24 | winealsa: Add special case for microphone source in mixer. |
| Jeremy White | 2007-12-24 | wintab32: Capture the number of buttons earlier, allowing our button maps to be fille ... |
| Jeremy White | 2007-12-24 | wintab32: Don't return information for non existent cursors. |
| Lei Zhang | 2007-12-28 | gdiplus: Add GdipCreatePen2 and test cases. |
| Lei Zhang | 2007-12-28 | gdiplus: Initialize a variable in a test. |
| Jeremy White | 2007-12-30 | wintab32: Remove the unused and clearly broken FindOpenContext function. |
| Jeremy White | 2007-12-30 | wintab32: Add modest trace information for tablets. |
| Jeremy White | 2007-12-31 | wintab32: Add logic to detect specific tablet cursor types, use it to discard non ... |
| Jeremy White | 2007-12-31 | wintab32: If we could not find a stylus sort of device, we haven't found a tablet. |
| Alexandre Julliard | 2008-01-02 | server: Use exponential backoff when waiting for wineserver -k to complete. |
| Alexandre Julliard | 2008-01-02 | server: Redesign the server shutdown processing. |
| Alexandre Julliard | 2008-01-04 | mountmgr.sys: Create a hard disk device for PhysicalDrive0. |
| Alexandre Julliard | 2008-01-04 | mountmgr.sys: Create disk devices for all configured drives. |
| 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: Added initial stub for the mount point manager device. |
| Alexandre Julliard | 2008-01-04 | mountmgr.sys: Add devices to the MountedDevices registry key. |
| Alexandre Julliard | 2008-01-04 | kernel32: Implemented FindFirstVolume/FindNextVolume using the mount point manager. |
| Alexandre Julliard | 2008-01-04 | mountmgr.sys: Implemented the IOCTL_MOUNTMGR_QUERY_POINTS request. |
| Alexandre Julliard | 2008-01-04 | kernel32/tests: Added tests for FindFirstVolume/FindNextVolume. |
| Alexandre Julliard | 2008-01-04 | kernel32: Launch wineboot on first startup of a wine process. |
| Alexandre Julliard | 2008-01-07 | server: Wait for the expiration of all the process SIGKILL timers before exiting ... |
| Alexandre Julliard | 2008-01-07 | ntdll: Return a proper Information field also when opening a server file object. |
| Alexandre Julliard | 2008-01-07 | advapi32: Fix the length written to the pipe for the start message. |
| Alexandre Julliard | 2008-01-07 | kernel32: Fail more gracefully in GetVolumeInformation for fake drive devices. |
| Alexandre Julliard | 2008-01-07 | wineboot: Don't print errors for non-fatal problems. |
| Alexandre Julliard | 2008-01-09 | mountmgr.sys: Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY and IOCTL_STORAGE_GET_DEVICE ... |
| Alexandre Julliard | 2008-01-14 | kernel32: Close the stdio handles when creating a detached process. |
| Alexandre Julliard | 2008-01-14 | user32: Don't inherit stdin/stdout handles in explorer. |
| Alexandre Julliard | 2008-01-14 | kernel32: Don't inherit stdin/stdout handles in wineboot. |
| Alexandre Julliard | 2008-01-16 | wineboot: Add a --init option used when launched automatically at startup. |
| Alexandre Julliard | 2008-01-16 | mountmgr.sys: Fix values returned for IOCTL_STORAGE_GET_DEVICE_NUMBER on emulated ... |
| Alexandre Julliard | 2008-01-16 | winebuild: Reserve the space for the PE header in the .init section. |
| Alexandre Julliard | 2008-01-16 | ntdll: Fall back to a server device ioctl for files with no associated fd. |
| Alexandre Julliard | 2008-01-16 | wineboot: Delay import the dlls that are not needed for the default initialisation. |
| Alexandre Julliard | 2008-01-16 | winebuild: Don't try to use the .init section on Mac OS. |