Francois Gouget <[email protected]>
- Remove spaces before '\n' in traces.
Dmitry Timoshkov <[email protected]>
- Unconditionally fall back to ANSI DDE APIs in ShellExecute if current
emulated Windows version is Win9x, Excel refuses to communicate with a
unicode client in win9x mode.
Martin Fuchs <[email protected]>
- SHGetFileInfoW(): handle SHGFI_LINKOVERLAY and SHGFI_OVERLAYINDEX.
- SHMapPIDLToSystemImageListIndex(): determine overlay flag for
PidlToSicIndex() and return -1 in error cases.
- Read shell overlay icon settings from registry to allow icon
overrides.
Markus Amsler <[email protected]>
- Markus Amsler <[email protected]>
Improve c2man Documented-Total count. Changes:
- add missing description
- add missing returns section
- complete missing A/W pairs
- reformate comments, to match c2man requirements
Ge van Geldorp <[email protected]>
- Hack around missing icons
svn path=/trunk/; revision=19593
Francois Gouget <[email protected]>
- Remove spaces before '\n' in traces.
- Assorted spelling and case fixes.
Steven Edwards <[email protected]>
- Partly implement MsiMessageBox[A/W] on top of MessageBoxEx[A/W]
YunSong Hwang <[email protected]>
- Add Korean translations.
- Update Korean translations.
Aric Stewart <[email protected]>
- Use MsiDecomposeDescriptorW in MsiProvideQualifiedComponentExW.
Mike McCormack <[email protected]>
- Fix comparison of empty properties to numbers and add test cases.
- Only return ERROR_MORE_DATA if there's a buffer to copy a result
into.
- Fix function prototype and spec file entry for
MsiEnumComponentQualifiers.
- Set the Installed property if the product is already installed.
- Loop around calling RegQueryValue until we have a big enough string
for both the name and the value.
- Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
- Empty strings are not equal to any number, so all comparisons against
them fail except for tests for non-equalness.
svn path=/trunk/; revision=19589
Christoph Frick <[email protected]>
- Moved and adopted joystick_linux.c code into the
joystick_linuxinput.c.
Francois Gouget <[email protected]>
- Remove spaces before '\n' in traces.
Daniel Remenak <[email protected]>
- Add additional sanity checks to the linux input system dinput joystick
implementation.
svn path=/trunk/; revision=19587
Vitaliy Margolen <[email protected]>
- Return false if index is out of bounds in GetItemT.
Francois Gouget <[email protected]>
- Remove spaces before '\n' in traces.
- Assorted spelling and case fixes.
Thomas Weidenmueller <[email protected]>
- Improved word wrapping and tab key handling.
Raphael Junqueira <[email protected]>
- Implement implement header callback support (HDN_GETDISPINFO notification):
- better factorisation
- unicode fixes
YunSong Hwang <[email protected]>
- Update Korean translations.
Markus Amsler <[email protected]>
- Reformat "see" section, to match c2man requirements.
svn path=/trunk/; revision=19585
Alexandre Julliard <[email protected]>
- Preserve 16-byte stack alignment in the various assembly
functions. Needed for MacOSX.
svn path=/trunk/; revision=19581
Robert Shearman <[email protected]>
- Remove some incompatibilities in the wctype table by updating the
space, blank and cntrl exceptions and fixing the type given to
characters in the "Zl" and "Zp" classes.
Alexandre Julliard <[email protected]>
- Only update modified files.
- Updated codepage tables to Unicode version 4.1.
svn path=/trunk/; revision=19579