- 7214fdf Setup menu drawing colors before calling owner draw routine. by Ge van Geldorp · 21 years ago
- 9c141d4 Fix tracking the currently highlighted item in menus when the mouse by Bobby Bingham · 21 years ago
- abe9c97 Remove the rest of the Tweak look hack. by Dimitrie O. Paun · 21 years ago
- 126227a Remove the support for the Win 3.1 Look. by Dimitrie O. Paun · 21 years ago
- bd5c18c Scrollbar should also react on WM_LBUTTONDBLCLK. by Dmitry Timoshkov · 21 years ago
- 28d9aaf Add some TRACEing to the edit control. by Lionel Ulmer · 21 years ago
- 7465011 Fixed typo in previous change. by Alexandre Julliard · 21 years ago
- effbadc TranslateAccelerator should only ignore commands when mouse capture is by Huw Davies · 21 years ago
- 66c1acc Invalidate the focused item when scrolling horizontally so that it by Huw Davies · 21 years ago
- 22508e5 FindFirstFile can return an empty short name if the long name is a by Alexandre Julliard · 21 years ago
- 00d0d7f Add cast to correctly interpret signed coordinate values. by Ulrich Czekalla · 21 years ago
- 30dc429 We need to set the new text even if the old text string was NULL. by Huw Davies · 21 years ago
- 0a25dd4 Move implementation of SysParametersInfo from Ascii to Unicode. by Justin Chevrier · 21 years ago
- 14743a0 SetMenu should always call SetWindowPos whether the window is visible by Huw Davies · 21 years ago
- a2e2e18 Avoid a few more GetModuleHandle calls. by Alexandre Julliard · 21 years ago
- 545ecf2 Set upper-left corner of destination to (0, 0), using by Ge van Geldorp · 21 years ago
- c273407 Fixed TrackPopupMenu return value (based on a patch by Andreas Rosenberg). by Alexandre Julliard · 21 years ago
- 6b6ed72 Add missing '\n's to debug traces. by Francois Gouget · 21 years ago
- c91d9f0 In Windows, the leading byte for multibyte characters are set to upper by Yoshiro Takeno · 21 years ago
- 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