mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
a795a4185c74cd89cff48ff0ac3ea0b3a6f8b854
Robert Shearman <[email protected]> - Add 16x16 error, info and warning icons. - Replace GetWindowLong by GetWindowLongPtr. - Implement insert marks. - Rearrange TOOLBAR_INFO. - Clear data structure after dragging. - WM_SETCURSOR does not need to be handled as it is not sent whilst the window is captured. - Make uDragListMessage non-static so that we can re-use it elsewhere. - Set class hbrBackground and style to the same as native. - Set hbrBackground class property to same value as native. - Use Unicode window functions instead of ANSI. - Always redraw dialog on changing between pages. - Set hbrBackground class property to same value as native. - Remove no longer needed WM_ERASEBKGND handler. - Use Unicode window functions instead of ANSI. - Make customization list boxes into drag list boxes. - Order available buttons in the same way as the native version. - Obey TBCDRF_NOOFFSET for the button text. - Make anchor highlighting behave more like native version. - Don't recalculate toolbar in TOOLBAR_Unkwn460. - Obey WM_SETREDRAW for the WM_ERASEBKGND message as well as WM_PAINT. - TB_MARKITEM should redraw button. - Send NM_LDOWN notification. - NM_RDBLCLK only needs to send a NMHDR structure. - On mouse notifications returning 0 DefWndProc should be called. - Fix regression with IE's Menu Bar. - Implement insert marks. - Rearrange TOOLBAR_INFO. - Fix anchor highlighting. - Remove redundant test in TOOLBAR_DrawButton. - Status update. - Remove no longer valid comment. - Minor coding style cleanups. - Implement titles. Hans Leidekker <[email protected]> - Fix signed/unsigned comparison warnings. Ulrich Czekalla <[email protected]> - Forward focus to combobox, otherwise edit control won't get focus. - The rectangle passed in DRAWITEMSTRUCT is slightly too large as compared with Windows. - Clear tooltip when text is set to NULL. - Repaint tooltip when item info changes. Kevin Koltzau <[email protected]> - Fix bug with chained messages. - Make SetWindowSubclass behave with SetWindowLong subclasses. - Allow unlimited number of subclasses. - Correct issue when SendMessage is called from within a subclass proc. - Add regression test. Huw Davies <[email protected]> - Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. David Kredba <[email protected]> - Added Czech resources. Vitaliy Margolen <[email protected]> - Send correct tracing notification messages. Michael Stefaniuc <[email protected]> - Fix hotspot handling - Remove unused flag from the InternalDrag struct. Filip Navara <[email protected]> - Status update. - Fix resizing of wizards. - Fill the area next to watermark bitmap with window color and subclass exterior wizard pages to suppress drawing background. - Correct displaying of wizard subtitle. - Do not distinguish exterior wizard pages by their position, but instead expect that every page in wizard that doesn't have header is exterior. - Move the property sheet resizing code from PROPSHEET_CreatePage to PROPSHEET_SetCurSel. It needs to be executed on every page change because the application can modify it during the notifications. - Draw the Wizard97 header bitmaps before drawing the header strings. - Center the header bitmap of the new Wizard97 correctly. - Display the correct wizard title for any wizard type and do not change it for reqular property sheets. - Fix loading wizard title and subtitle from resources. Mike McCormack <[email protected]> - Calculate the correct size of dialog templates in the propsheet control. Zach Gorman <[email protected]> - OK button should be default in non-wizard property sheets. - Propsheet pages need WS_EX_CONTROLPARENT style. Jon Griffiths <[email protected]> - CreateDCA -> CreateDCW Vitaliy Margolen <[email protected]> - Make sure TreeView gets redrawn after calling EnsureVisible. svn path=/trunk/; revision=10902
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%