- b062210 System classes must not have the CS_GLOBALCLASS style. by Alexandre Julliard · 21 years ago
- d105fe2 Only honour SBS_SIZEBOX*ALIGN styles if SBS_SIZE{GRIP,BOX} is set. by Huw Davies · 21 years ago
- e819535 Invalidate items on set selection. by Aric Stewart · 21 years ago
- 3f13724 Authors: Aric Stewart <aric@codeweavers.com>, Huw Davies <huw@codeweavers.com> by Alexandre Julliard · 21 years ago
- 86e4079 Make Alt+[national key] menu shortcuts work. by Dmitry Timoshkov · 21 years ago
- b7976c0 Fixed declarations of BroadcastSystemMessage and TranslateAccelerator by Alexandre Julliard · 21 years ago
- f2963ae Make national (hot)keys work in menus. Make menu code use unicode APIs. by Dmitry Timoshkov · 21 years ago
- 1351566 Fixed CB_DIR16 handling. by Carlos Lozano · 21 years ago
- 75101ad Add support for CBS_{LOWER|UPPER}CASE. by Huw Davies · 21 years ago
- 4c7b65d We need to invalidate the replaced text region before calling by Huw Davies · 21 years ago
- f11b022 Ownerdraw buttons should erase themselves in WM_ERASEBKGND. by Huw Davies · 21 years ago
- f962a79 Always repaint scroll bar if requested. by Dmitry Timoshkov · 21 years ago
- 137f41d WM_LBUTTONDOWN calls SetFocus under Windows. Remove the SetFocus in by Huw Davies · 21 years ago
- 0de8b21 A WM_CREATE message sent to an Edit window procedure should by Rein Klazes · 21 years ago
- de12a97 Another portion of HeapReAlloc fixes. by Oleg Prokhorov · 21 years ago
- 1084a8b Moved out of windef.h a few definitions that don't belong there by Alexandre Julliard · 22 years ago
- 9d61596 SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara). by Alexandre Julliard · 22 years ago
- cf52644 Removed the A/W constants for builtin cursors, icons and resource by Alexandre Julliard · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- ed31f0c Send STN_CLICKED ad STN_DBLCLK messages to parent window if SS_NOTIFY by Igor Grahek · 22 years ago
- 864ca06 winnls.h must not include winbase.h. by Alexandre Julliard · 22 years ago
- 03ca764 WM_PAINT(wParam) might be a valid HDC. by Dmitry Timoshkov · 22 years ago
- 14a5d16 Fixed some common spelling errors. by Francois Gouget · 22 years ago
- 61aac4e Fix some typos. by Francois Gouget · 22 years ago
- bf9e384 Update listbox directory mode to new FindFirstFile error code. by Mike Hearn · 22 years ago
- a762b4c Revert the WM_GETDLGCODE handling patch completely this time. It by Rein Klazes · 22 years ago
- eb359e2 Revert the previous patch for capturing keys in an edit-listbox combo. by Rein Klazes · 22 years ago
- 11c534f Fix problem with capturing [return] keys in multi-line edits. by Vitaliy Margolen · 22 years ago
- 199449d Added handling of WM_IME_CHAR. by Aric Stewart · 22 years ago
- 49fef46 Added definition of SS_USERITEM. by Dmitry Timoshkov · 22 years ago
- cfd60b2 Don't track the system menu for managed windows. by Alexandre Julliard · 22 years ago
- 6e7d78e Add missing ReleaseDC in EDIT_BuildLineDefs_ML. by Christian Costa · 22 years ago
- 4eae772 Correctly fill the background of a checkbox button. by Maxime Bellengé · 22 years ago
- 6d3ce41 Take font metrics into account for EC_USEFONTINFO margins. by Achim Kaiser · 22 years ago
- 7ba2a37 - Fix some indentation problems. by Maxime Bellengé · 22 years ago
- 4ba690e EM_REPLACESTR was not respecting buffer_limit. by Brad Campbell · 22 years ago
- b650372 Don't bother sending WM_NCCREATE to the desktop window, this doesn't by Alexandre Julliard · 22 years ago
- 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