mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
8a79bd9b4663001cbabacc89899ae9cecf9464ef
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
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%