mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
a795a4185c
Robert Shearman <rob@codeweavers.com> - 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 <hans@it.vu.nl> - Fix signed/unsigned comparison warnings. Ulrich Czekalla <ulrich@codeweavers.com> - 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 <kevin@plop.org> - 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 <huw@codeweavers.com> - Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. David Kredba <kredba@ibot.cas.cz> - Added Czech resources. Vitaliy Margolen <wine-patch@kievinfo.com> - Send correct tracing notification messages. Michael Stefaniuc <mstefani@redhat.de> - Fix hotspot handling - Remove unused flag from the InternalDrag struct. Filip Navara <xnavara@volny.cz> - 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 <mike@codeweavers.com> - Calculate the correct size of dialog templates in the propsheet control. Zach Gorman <zach@archetypeauction.com> - OK button should be default in non-wizard property sheets. - Propsheet pages need WS_EX_CONTROLPARENT style. Jon Griffiths <jon_p_griffiths@yahoo.com> - CreateDCA -> CreateDCW Vitaliy Margolen <wine-patch@kievinfo.com> - Make sure TreeView gets redrawn after calling EnsureVisible. svn path=/trunk/; revision=10902 |
||
---|---|---|
freeldr | ||
msvc6 | ||
os2 | ||
posix | ||
reactos | ||
rosapps |