mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 13:09:40 +08:00
61c807a7eca3cf71d94a8b8e784ab0a82ce88006
Martijn Vernooij <yuxdwa702@sneakemail.com> - Scroll instead of repainting when expanding/collapsing trees. - Don't repaint on hover if 'hot tracking' isn't on. Francois Gouget <fgouget@free.fr> - Add the -noname flag to match the Platform SDK. - Assorted spelling fixes. Maxime Bellenge <maxime.bellenge@laposte.net> - Take into account the new size of a column when the header size change. - Correctly displays the text with ellipsis when there is not enough room in a header item and an image from an imagelist is displayed on the right of the text. - Fix SetItem so that items don't get wrongly re-ordered. Dmitry Timoshkov <dmitry@codeweavers.com> - Fix prototypes of GetClassLongA/W, GetClassLongPtrA/W and SetClassLongA/W according to SDK definitions. - Add prototypes for SetClassLongPtrA/W, protect some GWL_ and GCL_ constants from using in Wine or in _WIN64 mode. - Fix all places in Wine affected by the above changes. Jon Griffiths <jon_p_griffiths@yahoo.com> - Documentation spelling fixes. - Remove unneeded calls to TAB_GetInfoPtr(), const fixes, inline small funcs & remove unused parameters. Dimitrie O. Paun <dpaun@rogers.com> - Fix indentation for consistency with the rest of the file. - Unicodification. Small cleanups. Filip Navara <navaraf@reactos.com> - Implement SB_SETBORDERS. Alex Villacis Lasso <a_villacis@palosanto.com> - Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all resources, so that Spanish locales other than Spain also use Spanish resources. Robert Shearman <rob@codeweavers.com> - Fix one more place where the code assumes row indices are zero-based. - Document a known bug in the layout code. - Make row number be zero-based. - Improvements to dumping functions to not dump out fields that may not have been filled in. Michael Stefaniuc <mstefani@redhat.de> - ImageList_LoadImage{A,W} were basicaly a cut'n'paste of each other. Removed the A variant and did a A->W translation. - ImageList_LoadImageW: get the bitmap size from the image itself and not from the mask (ImageList_LoadImageA did that). svn path=/trunk/; revision=14057
Languages
C
86.6%
C++
10.6%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.8%