Robert Shearman <[email protected]>
- CoSetState info should be thread local.
- SetErrorInfo should allocate an apartment when no apartment present.
Alexandre Julliard
Moved a few remaining 16-bit definitions out of the standard headers.
svn path=/trunk/; revision=8236
Huw Davies <[email protected]>
Only redraw button in PressButton and Indeterminate if its state has
changed.
Huw Davies <[email protected]>
Honour TB_SETMAXTEXTROWS.
Ulrich Czekalla <[email protected]>
Add support for BTNS_WHOLEDROPDOWN.
Populate button rect when sending TBN_DROPDOWN.
Dmitry Timoshkov <[email protected]>
Add partial support for some undocumented toolbar messages.
Huw Davies <[email protected]>
TB_ADDBUTTONS can pass a string ptr instead of an index.
TB_GETBUTTONINFO only returns a string if it's not in the internal
string list.
Huw Davies <[email protected]>
Use the BTNS_* toolbar button style defines rather than the outdated
TBSTYLE_*.
Huw Davies <[email protected]>
Add a missing return.
Jon Griffiths <[email protected]>
Draw disabled toolbar buttons correctly.
svn path=/trunk/; revision=8234
Vitaliy Margolen <[email protected]>
- Fix handling of TCS_RAGGEDRIGHT style.
- Clip UpDown control only if it is present.
- Add ToDos.
svn path=/trunk/; revision=8233
Francois Gouget <[email protected]>
Assorted spelling and case fixes.
Alexandre Julliard:
Moved a few remaining 16-bit definitions out of the standard headers.
svn path=/trunk/; revision=8232
Aric Stewart <[email protected]>
Work toward properly updating the SelectionMark when the selected
state changed inside a listbox.
svn path=/trunk/; revision=8231
- SPI_GETNONCLIENTMETRICS and SPI_GETICONTITLELOGFONT
now load their settings from the registry.
- SPI_SET* aren't yet implemented, because i'd like to test my
implementation before i commit them.
svn path=/trunk/; revision=8206
Arty's note:
Added ShadowFlare's regsvr32. The one in rosapps doesn't seem to build,
so I think it should be eventually removed.
I'm putting this one here instead of rosapps because it goes with some
of the other apps in this directory (like rundll32)
svn path=/trunk/; revision=8183
I(ShadowFlare) improved command line parsing (completely rewrote it), made
some changes for the ansi version, and added some comments into the code
(there was very few previously).
svn path=/trunk/; revision=8182