2004-08-09 |
Dmitry Timoshkov | Fix button behaviour on WM_SETFOCUS/WM_KILLFOCUS with... |
tree | commitdiff |
2004-08-09 |
Krishna Murthy | Replaced LISTBOX_SetCaretIndex() with LISTBOX_MoveCaret... |
tree | commitdiff |
2004-07-30 |
Jeroen Janssen | Updated some MSDN links in the code. |
tree | commitdiff |
2004-07-24 |
Krishna Murthy | Modified EDIT_WM_Char() to restrict keying in of letter... |
tree | commitdiff |
2004-07-19 |
Zach Gorman | Set the top_popup global variable to zero in MENU_ExitT... |
tree | commitdiff |
2004-07-12 |
Marcus Meissner | Fixed switch (unsigned int) { case -1 / -2: } problems. |
tree | commitdiff |
2004-07-09 |
Dmitry Timoshkov | Add a test case for scroll APIs, fix a few bugs spotted... |
tree | commitdiff |
2004-07-08 |
Troy Rollo | - Setting the scroll range with the "bRedraw" flag... |
tree | commitdiff |
2004-06-18 |
Krishna Murthy | Modified EDIT_EM_Undo(): Removed undo buffer length... |
tree | commitdiff |
2004-06-18 |
Dmitry Timoshkov | Use better dimensions for MDI system menu buttons to... |
tree | commitdiff |
2004-06-14 |
Dmitry Timoshkov | Added 32->16 mapping for SBM_GETRANGE/SBM_SETRANGE... |
tree | commitdiff |
2004-06-14 |
Dmitry Timoshkov | Make SetScrollRange behave like GetScrollRange does... |
tree | commitdiff |
2004-05-29 |
Krishna Murthy | EDIT_EM_ReplaceSel should simply truncate characters... |
tree | commitdiff |
2004-05-25 |
Ulrich Czekalla | Fix update region calculation for the case where a... |
tree | commitdiff |
2004-05-25 |
Oleg Prokhorov | Removed DT_NOCLIP format flag. |
tree | commitdiff |
2004-05-25 |
Rein Klazes | When repainting a static control, with SS_BITMAP style... |
tree | commitdiff |
2004-05-17 |
Thomas Weidenmueller | Combobox popups should be always-on-top. |
tree | commitdiff |
2004-05-07 |
Krishna Murthy | EM_UNDO should always return TRUE for single line edit. |
tree | commitdiff |
2004-05-05 |
Alexandre Julliard | Remove bitmaps that were only used for the 3.1 look. |
tree | commitdiff |
2004-05-05 |
Steven Edwards | Remove unused header. |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Make static Unicode strings const. |
tree | commitdiff |
2004-04-16 |
Ge van Geldorp | Setup menu drawing colors before calling owner draw... |
tree | commitdiff |
2004-04-02 |
Bobby Bingham | Fix tracking the currently highlighted item in menus... |
tree | commitdiff |
2004-04-01 |
Dimitrie O. Paun | Remove the rest of the Tweak look hack. |
tree | commitdiff |
2004-04-01 |
Dimitrie O. Paun | Remove the support for the Win 3.1 Look. |
tree | commitdiff |
2004-03-29 |
Dmitry Timoshkov | Scrollbar should also react on WM_LBUTTONDBLCLK. |
tree | commitdiff |
2004-03-29 |
Lionel Ulmer | Add some TRACEing to the edit control. |
tree | commitdiff |
2004-03-20 |
Alexandre Julliard | Fixed typo in previous change. |
tree | commitdiff |
2004-03-18 |
Huw Davies | TranslateAccelerator should only ignore commands when... |
tree | commitdiff |
2004-03-18 |
Huw Davies | Invalidate the focused item when scrolling horizontally... |
tree | commitdiff |
2004-03-17 |
Alexandre Julliard | FindFirstFile can return an empty short name if the... |
tree | commitdiff |
2004-03-16 |
Ulrich Czekalla | Add cast to correctly interpret signed coordinate values. |
tree | commitdiff |
2004-03-11 |
Huw Davies | We need to set the new text even if the old text string... |
tree | commitdiff |
2004-03-04 |
Justin Chevrier | Move implementation of SysParametersInfo from Ascii... |
tree | commitdiff |
2004-02-17 |
Huw Davies | SetMenu should always call SetWindowPos whether the... |
tree | commitdiff |
2004-02-12 |
Alexandre Julliard | Avoid a few more GetModuleHandle calls. |
tree | commitdiff |
2004-02-10 |
Ge van Geldorp | Set upper-left corner of destination to (0, 0), using |
tree | commitdiff |
2004-02-09 |
Alexandre Julliard | Fixed TrackPopupMenu return value (based on a patch... |
tree | commitdiff |
2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
tree | commitdiff |
2004-01-26 |
Yoshiro Takeno | In Windows, the leading byte for multibyte characters... |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | System classes must not have the CS_GLOBALCLASS style. |
tree | commitdiff |
2003-12-03 |
Huw Davies | Only honour SBS_SIZEBOX*ALIGN styles if SBS_SIZE{GRIP... |
tree | commitdiff |
2003-12-02 |
Aric Stewart | Invalidate items on set selection. |
tree | commitdiff |
2003-12-02 |
Alexandre Julliard | Authors: Aric Stewart <aric@codeweavers.com>, Huw Davie... |
tree | commitdiff |
2003-11-26 |
Dmitry Timoshkov | Make Alt+[national key] menu shortcuts work. |
tree | commitdiff |
2003-11-26 |
Alexandre Julliard | Fixed declarations of BroadcastSystemMessage and Transl... |
tree | commitdiff |
2003-11-18 |
Dmitry Timoshkov | Make national (hot)keys work in menus. Make menu code... |
tree | commitdiff |
2003-11-14 |
Carlos Lozano | Fixed CB_DIR16 handling. |
tree | commitdiff |
2003-11-11 |
Huw Davies | Add support for CBS_{LOWER|UPPER}CASE. |
tree | commitdiff |
2003-11-11 |
Huw Davies | We need to invalidate the replaced text region before... |
tree | commitdiff |
2003-11-11 |
Huw Davies | Ownerdraw buttons should erase themselves in WM_ERASEBKGND. |
tree | commitdiff |
2003-11-04 |
Dmitry Timoshkov | Always repaint scroll bar if requested. |
tree | commitdiff |
2003-11-03 |
Huw Davies | WM_LBUTTONDOWN calls SetFocus under Windows. Remove... |
tree | commitdiff |
2003-10-21 |
Rein Klazes | A WM_CREATE message sent to an Edit window procedure... |
tree | commitdiff |
2003-10-14 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Moved out of windef.h a few definitions that don't... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | SLOWORD and SHIWORD do not exist on Win32 (reported... |
tree | commitdiff |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-23 |
Igor Grahek | Send STN_CLICKED ad STN_DBLCLK messages to parent windo... |
tree | commitdiff |
2003-08-20 |
Alexandre Julliard | winnls.h must not include winbase.h. |
tree | commitdiff |
2003-08-11 |
Dmitry Timoshkov | WM_PAINT(wParam) might be a valid HDC. |
tree | commitdiff |
2003-07-02 |
Francois Gouget | Fixed some common spelling errors. |
tree | commitdiff |
2003-06-04 |
Francois Gouget | Fix some typos. |
tree | commitdiff |
2003-06-04 |
Mike Hearn | Update listbox directory mode to new FindFirstFile... |
tree | commitdiff |
2003-05-19 |
Rein Klazes | Revert the WM_GETDLGCODE handling patch completely... |
tree | commitdiff |
2003-05-15 |
Rein Klazes | Revert the previous patch for capturing keys in an... |
tree | commitdiff |
2003-05-13 |
Vitaliy Margolen | Fix problem with capturing [return] keys in multi-line... |
tree | commitdiff |
2003-05-12 |
Aric Stewart | Added handling of WM_IME_CHAR. |
tree | commitdiff |
2003-05-12 |
Dmitry Timoshkov | Added definition of SS_USERITEM. |
tree | commitdiff |
2003-05-12 |
Alexandre Julliard | Don't track the system menu for managed windows. |
tree | commitdiff |
2003-05-11 |
Christian Costa | Add missing ReleaseDC in EDIT_BuildLineDefs_ML. |
tree | commitdiff |
2003-05-08 |
Maxime Bellengé | Correctly fill the background of a checkbox button. |
tree | commitdiff |
2003-05-06 |
Achim Kaiser | Take font metrics into account for EC_USEFONTINFO margins. |
tree | commitdiff |
2003-04-30 |
Maxime Bellengé | - Fix some indentation problems. |
tree | commitdiff |
2003-04-27 |
Brad Campbell | EM_REPLACESTR was not respecting buffer_limit. |
tree | commitdiff |
2003-04-19 |
Alexandre Julliard | Don't bother sending WM_NCCREATE to the desktop window... |
tree | commitdiff |
2003-04-08 |
Rein Klazes | Compare the two items in LISTBOX_FindStringPos() in... |
tree | commitdiff |
2003-03-24 |
Alexandre Julliard | Revert broken change to the scrollbar position adjustme... |
tree | commitdiff |
2003-03-15 |
Tony Lambregts | Replace DPRINTF with TRACE. |
tree | commitdiff |
2003-03-07 |
Andrew Johnston | Move keyboard event processing from WndProc code into... |
tree | commitdiff |
2003-03-07 |
Adam Gundy | Allow modifying a menu string to be NULL. |
tree | commitdiff |
2003-03-07 |
Andrew Johnston | - GetScrollRange zeros the return parameters for no... |
tree | commitdiff |
2003-03-04 |
Tony Lambregts | Janitorial. Get rid of W->A call. |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Replaced most uses of the auto-generated glue code... |
tree | commitdiff |
2003-02-19 |
Alexandre Julliard | Authors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietr... |
tree | commitdiff |
2003-01-16 |
Alexandre Julliard | Removed flag checks in SetMenuItemInfoA, NT doesn't... |
tree | commitdiff |
2003-01-15 |
Mike Hearn | Fail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARAT... |
tree | commitdiff |
2003-01-14 |
Alberto Massari | Handle the WS_EX_LEFTSCROLLBAR style (that is, draw... |
tree | commitdiff |
2003-01-14 |
Robert Shearman | Move internal implementation into the exported function |
tree | commitdiff |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
tree | commitdiff |
2002-12-17 |
Duane Clark | Need to initialize tracking value on mousedown. |
tree | commitdiff |
2002-12-17 |
Alberto Massari | Set the ODS_DISABLED bit when the item is grayed. |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
tree | commitdiff |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
tree | commitdiff |
2002-11-25 |
Robert Shearman | Add support for painting SBS_SIZEBOX style properly. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Fixed use of HBMMENU_* in switch statements. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Fixed more -DSTRICT issues. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Moved some more 16-bit functions to user16.c. |
tree | commitdiff |
next |