- Document call to ObOpenObjectByName
- Properly handle and document all possible cases (parse failures vs I/o failures vs both), and handle dereferencing and status codes nicely.
- Detect if the FSD is reparsing, which we don't support now (we'll bugcheck for now, so we can quickly detect this later instead of handling it wrong).
svn path=/trunk/; revision=22882
*no changes since 0.9.11 ...
Sync to Wine-0_9_11:
Byeong-Sik Jeon <[email protected]>
- commdlg: Updated Korean translation.
Ulrich Czekalla <[email protected]>
- commdlg: Properly set and retrieve colour value from combo box .
Mike McCormack <[email protected]>
- commdlg: Malformed filters are still added to the filter combo box.
Sync to Wine-0_9_10:
Mike McCormack <[email protected]>
- comdlg32: Use a property for the color dialog's information.
- comdlg32: Remove the property when destroy the dialog box.
Sync to Wine-0_9_8:
Vitaliy Margolen <[email protected]>
- commdlg: Add font sizes 6 and 7 to font select dialog.
Henning Gerhardt <[email protected]>
- commdlg: Update German resource.
Petr Tesarik <[email protected]>
- commdlg: Czech language resources encoding fix.
Dmitry Timoshkov <[email protected]>
- Add support for CDM_HIDECONTROL message in the file open dialog.
Andrey Turkin <[email protected]>
- commdlg: IShellBrowser sets IShellView window's control id to 5002.
Fatih Ac <[email protected]>
- commdlg: Turkish translation.
Sync to Wine-0_9_7:
Michael Kaufmann <[email protected]>
- commdlg: File open dialog: Use the specified instance handle for
custom dialog templates.
Sync to Wine-0_9_6:
YunSong Hwang <[email protected]>
- commdlg: Updated Korean translation.
Ulrich Czekalla <[email protected]>
- commdlg: If provided use and update hDevMode in the PAGESETUPDLG struct.
Update the dmDefaultSourcea return value inside hDevMode.
Stefan Br¹ns <[email protected]>
- commdlg: Makes return value of FILEDLG95_SendFileOK dependent of
return value, not of DWL_MSGRESULT.
Sync to Wine-0_9_5:
Dan Kegel <[email protected]>
- commdlg: Let the color picker respond properly to keystrokes.
svn path=/trunk/; revision=22876
- Fixed a bug in TCP/IP that was making it complete IRP_MJ_CREATE with STATUS_SUCCESS yet with the IRP marked as pending.
svn path=/trunk/; revision=22859
- Add some stubs during my attempt to load Google Talk (forget about it!). However WINE implements all these functions entirely so maybe we should just sync with them?
svn path=/trunk/; revision=22858
- Start with empty object
- Set the type/size in the object header
- Don't rudely ignore the following flags: FILE_WRITE_THROUGH, FILE_SEQUENTIAL_ONLY, FILE_RANDOM_ACCESS, OBJ_CASE_INSENSITIVE; they are not merely decorative.
- Set correct IRP flags for IRP_CREATE_OPERATION so that the I/O manager knows how to deal with the request (also set SYNCH_API flag).
- Deferred mode not yet enabled.
- Simplify the way we set the parameters for pipes/mailslots/files.
- Don't close the handle of an invalid FO.
svn path=/trunk/; revision=22857
- Added support for device objects as well in IopSecurityFile, since the code is similar. Also fixed sync semantics for file objects, and made other little small fixes.
svn path=/trunk/; revision=22851
Alexandre Julliard <[email protected]>
- comctl32: Don't use sizeof in traces to avoid printf format warnings.
Dmitry Timoshkov <[email protected]>
- comctl32: Return FALSE in the WM_CLOSE PROPSHEET_DialogProc handler.
Mike McCormack <[email protected]>
- comctl32: Use the listview's background colour when drawing with imagelist.
- comctl32: Arrange the listview after deleting all items so we will place iconsat the top again.
svn path=/trunk/; revision=22849