mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
695f33412e15d6d3928d755a1bca905cf1decedb
Dmitry Timoshkov <[email protected]> - If an animation is already playing do not restart it. - Remove WM_CLOSE handler, it leads to a memory corruption later on. - Do not use GlobalFree for a memory returned by LoadResource. Robert Shearman <[email protected]> - Implement SetPathWordBreakProc and MirrorIcon. - Implement ImageList_SetColorTable. - Implement WS_DISABLED style. - Issue EN_CHANGE notification. - Make the control look more like native by using the right font and spacing. - Use TextOutW rather than DrawTextW as we don't use any features of DrawTextW. - Fix caret size and position. - Implement WM_CHAR and WM_SYSCHAR messages. - Status update. - Should create HOTKEY_INFO storage in WM_NCCREATE rather than in WM_CREATE so that we can also add the WS_EX_CLIENTEDGE style. - Remove code that draws the client edge; it is already drawn by DefWindowProc. - Document status of control against v6.0 of native version. - Don't use TrackMouseEvents/WM_MOUSELEAVE API for handling the hot button; use plain mouse capture instead like native. - Return only HTTRANSPARENT/HTCLIENT from WM_NCHITTEST and remove associated hacks of WM_SETCURSOR, WM_NCLBUTTONDOWN and WM_NCLBUTTONUP. - Refactor state change code so that state changes don't happen as side effects from messages such as WM_NCCALCSIZE, instead only from user input messages like WM_MOUSEMOVE. - Rebar completeness audit. - TBN_DELETINGBUTTON sends the command ID, not the index. - Fill in tbButton structure for TBN_DELETINGBUTTON notification. - Document TBN_QUERY* sending indices. - Fix some TRACEs - More A->W conversions missed by previous patch. - Fix off-by-one error in validating drag-n-drop from available buttons list box to actual buttons list box. - Unicode flag should be based on the notification window. - Use Unicode window messages. - Determine whether to do label edit before sending NM_CLICK. Francois Gouget <[email protected]> - Don't define COBJMACROS in objbase.h. - Update the Wine sources accordingly. - Assorted spelling fixes. Filip Navara <[email protected]> - Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages. - Partially implement the PSH_WIZARDCONTEXTHELP and PSH_NOCONTEXTHELP styles. - Add note about unimplemented TB_SAVERESTORE message. - Fix obviously wrong condition in an "if" statement. Dimitrie O. Paun <[email protected]> - We now have ICC_LINK_CLASS. - Cleanup W->A transition. Jon Griffiths <[email protected]> - ImageList_Merge should not fail if indices are bad. - Add tests for this case, a visible test mode and fix DrawIndirect test under some native comctl32.dll's. - Items are variable sized, use an accessor to get at them. - Combine A/W calls together to remove duplication. - Don't leak text when removing/changing items. - Turn off hot tracking when we delete the last item. - Use the 'delete 1 item' logic when deleting all items. - Draw +/- correctly for large icon sizes. - Item height/expand button width must be >= than imagelist size. - Avoid a magic number, add FIXME for incorrect +/- drawing. Michael Stefaniuc <[email protected]> - native ImageList_Remove dosn't spit out an error message when deleting an index out of range so don't do that either - add 2 ImageList_Remove tests Aric Stewart <[email protected]> - Check to make sure PropSheetInfo* is not null before dereferencing it for some windows messages. Vitaliy Margolen <[email protected]> - Don't loose last band on insert. Ge van Geldorp <[email protected]> - Pass correct uiParam for SPI_GETNONCLIENTMETRICS. svn path=/trunk/; revision=11342
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%