- 26b2e89 Compare the two items in LISTBOX_FindStringPos() in the same order as by Rein Klazes · 22 years ago
- 98bcdf9 Revert broken change to the scrollbar position adjustment code. by Alexandre Julliard · 22 years ago
- 2e24a14 Replace DPRINTF with TRACE. by Tony Lambregts · 22 years ago
- 7b56b79 Move keyboard event processing from WndProc code into the existing by Andrew Johnston · 22 years ago
- 6199e60 Allow modifying a menu string to be NULL. by Adam Gundy · 22 years ago
- 7277d20 - GetScrollRange zeros the return parameters for no infoPtr by Andrew Johnston · 22 years ago
- 6dc4cb4 Janitorial. Get rid of W->A call. by Tony Lambregts · 22 years ago
- 7e92c9a Replaced most uses of the auto-generated glue code by explicit calls by Alexandre Julliard · 22 years ago
- 6356a44 Authors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietrich Teickner <Dietrich_Teickner@t-online.de> by Alexandre Julliard · 22 years ago
- 27fba89 Removed flag checks in SetMenuItemInfoA, NT doesn't do this. by Alexandre Julliard · 22 years ago
- ac8e752 Fail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARATOR are by Mike Hearn · 22 years ago
- bf9390e Handle the WS_EX_LEFTSCROLLBAR style (that is, draw the vertical by Alberto Massari · 22 years ago
- 9caa6ba Move internal implementation into the exported function DrawMenuBarTemp. by Robert Shearman · 22 years ago
- 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
- a3b5780 Need to initialize tracking value on mousedown. by Duane Clark · 22 years ago
- 3d60c63 Set the ODS_DISABLED bit when the item is grayed. by Alberto Massari · 22 years ago
- 18d0297 Removed input.h, queue.h, spy.h and sysmetrics.h and moved their by Alexandre Julliard · 22 years ago
- d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
- bcca0cb Add support for painting SBS_SIZEBOX style properly. by Robert Shearman · 22 years ago
- 101c430 Fixed use of HBMMENU_* in switch statements. by Alexandre Julliard · 22 years ago
- aff7dda Made user compile with -DSTRICT. by Alexandre Julliard · 22 years ago
- a8a422f Fixed more -DSTRICT issues. by Alexandre Julliard · 22 years ago
- 7ef66af Moved some more 16-bit functions to user16.c. A few fixes for -DSTRICT. by Alexandre Julliard · 22 years ago
- 23b88ef Ignore buffer limit on WM_SETTEXT. by Carl Sopchak · 22 years ago
- bec403f Fixed a bug with combo boxes where only 1 items was being displayed. by Aric Stewart · 22 years ago
- 3659582 Remove ERR() if menu entry isn't of type MF_STRING as some by Chris Morgan · 22 years ago
- cf2e57d Split out some more 16-bit code. by Alexandre Julliard · 22 years ago
- 601a3ab Fix some types and function prototypes according to Platform SDK definitions. by Dmitry Timoshkov · 22 years ago
- ec5612e Some more fixes for compiling the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
- c72255c Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
- 95591a6 Some fixes for the compilation of the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
- 61d9256 Silence some warnings due to casts between pointer and integers of by Michael Stefaniuc · 22 years ago
- 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
- a9e8f59 Moved mouse capture handling into the server. by Alexandre Julliard · 22 years ago
- bc54d78 - change the internal functions in windows/cursoricon.c to use 32bit by Michael Stefaniuc · 22 years ago
- c15b0a2 Provide a stub for GetComboBoxInfo. by Steve Lustbader · 22 years ago
- 3fcf37a Make info structure members lower case as elsewhere. by Andrew M. Johnston · 22 years ago
- a4273ca - Stop passing hwnd around when we're passing EDITSTATE. by Dimitrie O. Paun · 23 years ago
- 472d016 Correct SIZE_T size according to MS SDK. by Dmitry Timoshkov · 23 years ago
- 034cacb Remove clearing of the window menu id for now. This will need more work. by Alexandre Julliard · 23 years ago
- bba4bb1 Remove references to PCVOID and LPUINT. by Francois Gouget · 23 years ago
- 8fce1a4 - Implement DFCS_TRANSPARENT. by Dimitrie O. Paun · 23 years ago
- 2247af3 - Rename WIN_Handle16 to HWDN_16 and make it a macro. by Michael Stefaniuc · 23 years ago
- 8578f01 Make sure we clear the owning window's hMenu in DestroyMenu(). by Andreas Mohr · 23 years ago
- acb308a If we have no dropdown height give ourselves a minimum height of 5 by Aric Stewart · 23 years ago
- 0393d43 Fixed WM_GETTEXT handling to avoid strncpy and return correct lengths. by Alexandre Julliard · 23 years ago
- 4a75c5c Convert HACCEL to a void*. by Michael Stefaniuc · 23 years ago
- 5b809fd Move caret when selecting a text area with the mouse. by Zoltan Nagy · 23 years ago
- 2e0d8cf Don't set EN_CHANGE at creation time. by Aric Stewart · 23 years ago
- d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
- d376e64 Erase background when invalidating the selected text. by Alexandre Julliard · 23 years ago
- 08e6939 Support large edit buffers for richedit control. by Aric Stewart · 23 years ago
- 331bf3d Avoid trouble in WM_GETTEXT if specified length is larger than the by Alexandre Julliard · 23 years ago
- ff42c01 On mouse down in thumb, issue SB_THUMBTRACK with current position. by Duane Clark · 23 years ago
- 526531e Create at most one glue file for a single dll. by Alexandre Julliard · 23 years ago
- e833248 Return empty string on error in WM_GETTEXT. by Carl Sopchak · 23 years ago
- 72d8270 CBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error, not 0. by Uwe Bonnes · 23 years ago
- ebed1b8 ComboLBWndProc: fall through to ListBoxWndProc if the listbox is not a by Alexandre Julliard · 23 years ago
- e35580f Fixed some various comparisons wrt signedness. by Vincent Béron · 23 years ago
- 741325b Make sure edit and listbox controls are of same ASCII/Unicode style as by Alexandre Julliard · 23 years ago
- 957f1f9 Only allow tabs in popup menus, and make sure to never display them. by Andreas Mohr · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- a081e23 Clear an old button text in WM_SETTEXT as Windows does. by Dmitry Timoshkov · 23 years ago
- 4344c36 Got rid of GetSysColorPen. by Alexandre Julliard · 23 years ago
- 0aa28b5 Export the debugging API from libwine instead of ntdll. Removed debugres_[aw]. by Alexandre Julliard · 23 years ago
- 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
- 0026d78 Disabled catching of mouse move events when not over menu. by Rizsanyi Zsolt · 23 years ago
- ce2024c - Recognize "\n" as an alternative soft line break in function by Chuck Crayne · 23 years ago
- 83d6efb Sending EN_UPDATE notification in the EDIT_WM_SetText - the comment by Rizsanyi Zsolt · 23 years ago
- aba60df Always erase background. by Dmitry Timoshkov · 23 years ago
- 51cf0e3 Added CS_PARENTDC style. by Dmitry Timoshkov · 23 years ago
- 5076dba Convert NULL menu items to separators. by Dmitry Timoshkov · 23 years ago
- 6815f3a MenuItemFromPoint: rough implementation. by Uwe Bonnes · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- ed79297 Fixed WM_SETFONT handling (no redraw made in some cases). by Eric Pouech · 23 years ago
- 76198ce Fixed the scrollbar position overflows using MulDiv. by Phillip Ezolt · 23 years ago
- c72a9aa CodeWeavers Minor fixes. by Alexandre Julliard · 23 years ago
- bde5cf0 Paint control immediately on WM_SETTEXT. by Guy Albertelli · 23 years ago
- 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
- 0e4cf6c Don't change button state on WM_MOUSEMOVE messages unless left mouse by Rein Klazes · 23 years ago
- 93ece68 In CBPaintText use the text size as returned by LB_GETTEXT. The size by Rein Klazes · 23 years ago
- 7ccd27a Check, Radio & 3State buttons send WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN. by Sander van Leeuwen · 23 years ago
- cc2d382 Use DrawFrameControl instead of bitmaps in certain cases. by Alexandre Julliard · 23 years ago
- 6924967 Fixed, added or implemented stubs: by Andreas Mohr · 23 years ago
- b153725 For a radio button even if the initial style includes WS_TABSTOP the by Bill Medland · 23 years ago
- 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
- 07216db EDIT_EM_LineLength called from within EDIT_EM_LineLength needs by Andreas Mohr · 23 years ago
- 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
- 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
- ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
- fb0ff05 Added internal Wine messages to perform SetWindowPos, ShowWindow and by Alexandre Julliard · 23 years ago
- b662e11 Moved scrollbar tracking code to scroll.c. by Alexandre Julliard · 23 years ago
- 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
- 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
- b85a6e8 Defer edit style correction until EDITSTATE is fully initialized. by Dmitry Timoshkov · 23 years ago
- 943e761 - Implement message loop on the client side of the scroll control. by Guy Albertelli · 24 years ago
- d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
- 49c7aff When you hold the left mouse button inside the scrollbar, then move by Bobby Bingham · 24 years ago
- f44bbb8 Make sure that HWND comparisons are always done with full 32-bit handles. by Alexandre Julliard · 24 years ago
- db9b549 Enhance SPY_GetMsgName to translate common control messages. by Guy L. Albertelli · 24 years ago