- switch to UNICODE compilaton in Wine
- remove separate unixcalls.c file
- don't crash in set_curdir() for NULL in the 'entry' pointer
svn path=/trunk/; revision=16493
Alexandre Julliard <[email protected]>
- Sort entry points in the same order as Windows.
- Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
svn path=/trunk/; revision=16484
Juan Lang <[email protected]>
- Fix return code abuse (don't use HRESULT when it isn't meant), make
functions static where possible, remove unused prototypes.
Dmitry Timoshkov <[email protected]>
- Make some of the OLE interface vtables const.
Michael Jung <[email protected]>
- Use IShellFolder::GetDisplayNameOf instead of SHGetPathFromIDList to
be able to browse shell namespace extensions.
Vitaly Lipatov <[email protected]>
- Add some descriptions for PageSetupDlg functions.
- Implement user paint hook support and PSD_ENABLEPAGEPAINTHOOK
checking.
Huw Davies <[email protected]>
- If a folder is selected on Open then browse into it, otherwise we
should return the path in the edit box whether that be a folder or a
file.
- Don't add extensions to a folder.
- Use DWLP_MSGRESULT to return values from the dialog proc.
- Send CDN_FOLDERCHANGE whenever we change folder.
svn path=/trunk/; revision=16473
Robert Shearman <[email protected]>
- Document how the native lays out the internal components of
buttons.
- Fix control to follow these rules.
- Don't redraw disabled buttons.
- Padding is never less that GetSystemMetrics(SM_{CX,CY}EDGE).
- Change default iListGap value to 4 to match native.
- Fix a regression in IE where the Favourites menu didn't appear
correctly because the height and width were swapped in the pager
control.
Stefan Huehner <[email protected]>
- Fix more -Wstrict-prototypes warnings.
Mike McCormack <[email protected]>
- Warning fixes for -Wmissing-declarations and -Wwrite-strings.
Felix Nawothnig <[email protected]>
- Fix some missed invalidations after column resize.
- Pass the right hwnd to ReleaseDC().
Kouji Sasaki <[email protected]>
- Added the feature to change row height in owner draw controls.
- Added the callback item processing for LISTVIEW_EndEditLabelT
function.
- Corrected the priority of operators for LISTVIEW_GetNextItem
function.
Huw Davies <[email protected]>
- For modal propsheets we should run our own message loop rather than
use a modal dialogbox just like Windows does. This helps apps that
subclass the propsheet's wndproc.
Francois Gouget <[email protected]>
- Assorted spelling fixes.
James Hawkins <[email protected]>
- Audit the Tab control.
- Factor out common text shifting logic.
- Shift selected tab text up instead of down.
Alex Zorach <[email protected]>
- Fixed SetFocus behavior.
Krzysztof Foltman <[email protected]>
- Don't send TVN_SELCHANGING nor TVN_SELCHANGED if the same item is
selected again.
svn path=/trunk/; revision=16472
Thomas Weidenmueller <[email protected]>
- Removed local variables only used in TRACE statements.
Gerold Jens Wucherpfennig <[email protected]>
- Some FCI work.
svn path=/trunk/; revision=16471