2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-26 |
Eric Pouech | Fixed WM_SETFONT handling (no redraw made in some cases). |
tree | commitdiff |
2002-02-19 |
Phillip Ezolt | Fixed the scrollbar position overflows using MulDiv. |
tree | commitdiff |
2002-01-31 |
Alexandre Julliard | CodeWeavers |
tree | commitdiff |
2002-01-31 |
Guy Albertelli | Paint control immediately on WM_SETTEXT. |
tree | commitdiff |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
tree | commitdiff |
2002-01-15 |
Rein Klazes | Don't change button state on WM_MOUSEMOVE messages... |
tree | commitdiff |
2002-01-15 |
Rein Klazes | In CBPaintText use the text size as returned by LB_GETT... |
tree | commitdiff |
2002-01-04 |
Sander van Leeuwen | Check, Radio & 3State buttons send WM_CTLCOLORSTATIC... |
tree | commitdiff |
2002-01-03 |
Alexandre Julliard | Use DrawFrameControl instead of bitmaps in certain... |
tree | commitdiff |
2001-12-26 |
Andreas Mohr | Fixed, added or implemented stubs: |
tree | commitdiff |
2001-12-11 |
Bill Medland | For a radio button even if the initial style includes... |
tree | commitdiff |
2001-11-19 |
Andreas Mohr | - fix wrong hexadecimal GetLastError() output |
tree | commitdiff |
2001-11-13 |
Andreas Mohr | EDIT_EM_LineLength called from within EDIT_EM_LineLengt... |
tree | commitdiff |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-22 |
Alexandre Julliard | Store in the server all the window information accessib... |
tree | commitdiff |
2001-10-16 |
Alexandre Julliard | Added internal Wine messages to perform SetWindowPos... |
tree | commitdiff |
2001-10-16 |
Alexandre Julliard | Moved scrollbar tracking code to scroll.c. |
tree | commitdiff |
2001-10-15 |
Alexandre Julliard | Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp... |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-08 |
Dmitry Timoshkov | Defer edit style correction until EDITSTATE is fully... |
tree | commitdiff |
2001-09-21 |
Guy Albertelli | - Implement message loop on the client side of the... |
tree | commitdiff |
2001-09-19 |
Alexandre Julliard | Made all 16<->32 HWND conversions use explicit function... |
tree | commitdiff |
2001-09-17 |
Bobby Bingham | When you hold the left mouse button inside the scrollba... |
tree | commitdiff |
2001-09-14 |
Alexandre Julliard | Make sure that HWND comparisons are always done with... |
tree | commitdiff |
2001-09-07 |
Guy L. Albertelli | Enhance SPY_GetMsgName to translate common control... |
tree | commitdiff |
2001-08-24 |
Alexandre Julliard | Added WIN_ListParents function and renamed WIN_BuildWin... |
tree | commitdiff |
2001-08-18 |
Alexandre Julliard | Added proper support for 32-bit WM_NEXTMENU. |
tree | commitdiff |
2001-08-10 |
Alexandre Julliard | Removed a number of direct accesses to the WND structur... |
tree | commitdiff |
2001-08-06 |
Alexandre Julliard | Replaced MSG_InternalGetMessage calls by equivalent... |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-24 |
Jukka Heinonen | WNDPROC handlers now check whether HWND argument is... |
tree | commitdiff |
2001-07-22 |
Alexandre Julliard | Got rid of HEAP_strdupW. |
tree | commitdiff |
2001-07-17 |
Bill Medland | As for the edit control, the style of the borders on... |
tree | commitdiff |
2001-07-17 |
Gerard Patel | Draw MenuBar in proper place (some cases). |
tree | commitdiff |
2001-07-11 |
Bill Medland | Correct the location of the style patching for the... |
tree | commitdiff |
2001-07-10 |
Mike McCormack | GetMenuItemID: return -1 for invalid menu items, not... |
tree | commitdiff |
2001-07-08 |
Marcus Meissner | Add some argument validation to SetMenuItemInfoA, so... |
tree | commitdiff |
2001-07-08 |
Bill Medland | Correct more colours so that DrawEdge works for more... |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-02 |
Dmitry Timoshkov | Replace some 16-bit calls by their 32-bit equivalents. |
tree | commitdiff |
2001-06-28 |
Patrik Stridvall | Documentation name fixes. |
tree | commitdiff |
2001-06-28 |
Bill Medland | Improved handling of styles in the edit control, includ... |
tree | commitdiff |
2001-06-22 |
Andreas Mohr | Spelling fixes. |
tree | commitdiff |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-06 |
Susan Farley | Changed the outer color of a push button frame from... |
tree | commitdiff |
2001-05-31 |
Susan Farley | Disable the edit box when created with WS_DISABLED. |
tree | commitdiff |
2001-05-31 |
Bobby Bingham | Fixed scrollbars return value to the SBM_SETRANGE and |
tree | commitdiff |
2001-05-18 |
Ulrich Czekalla | Fix menu behaviour when escape is pressed. |
tree | commitdiff |
2001-05-18 |
James Juran | Make sure we set dwOSVersionInfoSize before calling... |
tree | commitdiff |
2001-05-16 |
Alexandre Julliard | Create an X connection for each thread, and process... |
tree | commitdiff |
2001-05-14 |
Gerard Patel | Test if the menu is destroyed before displaying a menu... |
tree | commitdiff |
2001-05-11 |
Alexandre Julliard | Create a new window for the top popup menu on every... |
tree | commitdiff |
2001-05-11 |
Francois Gouget | Remove unnecessary single quoting of debugstr_xxx strings. |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-05-09 |
Mike McCormack | Only draw the padding area of the combo box, don't... |
tree | commitdiff |
2001-05-09 |
Ulrich Czekalla | Fixed a paint problem reported by Mike McCormack. |
tree | commitdiff |
2001-05-02 |
Marcus Meissner | Do not HeapFree() memory not allocated by us in COMBO_G... |
tree | commitdiff |
2001-04-30 |
Mike McCormack | Draw the padding area of a combo box. |
tree | commitdiff |
2001-04-27 |
Patrik Stridvall | Documentation name fixes. |
tree | commitdiff |
2001-04-17 |
Gerard Patel | Do not send WM_MOUSEACTIVATE for children of desktop. |
tree | commitdiff |
2001-04-17 |
Dmitry Timoshkov | Remove redundant sending of WM_DRAWITEM message to... |
tree | commitdiff |
2001-04-16 |
Dmitry Timoshkov | Slightly improve keyboard tracking in combobox. |
tree | commitdiff |
2001-04-16 |
Dan Engel | Set the backgound mode to opaque to paint highlighted... |
tree | commitdiff |
2001-04-12 |
Alexandre Julliard | Added first/last message filters to MSG_InternalGetMess... |
tree | commitdiff |
2001-04-10 |
Alexandre Julliard | Added mappings for WM_CHARTOITEM and WM_MENUCHAR messages. |
tree | commitdiff |
2001-04-09 |
Dmitry Timoshkov | Really do not roll up if selection is being tracked... |
tree | commitdiff |
2001-04-04 |
Alexandre Julliard | Added TASK_GetPtr/TASK_GetCurrent functions to get... |
tree | commitdiff |
2001-04-02 |
Rein Klazes | Do not send the EN_CHANGE notification message until... |
tree | commitdiff |
2001-03-31 |
Ulrich Czekalla | Update format engine to reduce flicker. |
tree | commitdiff |
2001-03-20 |
Guy L. Albertelli | Native version seems to always re-draw the selected... |
tree | commitdiff |
2001-03-19 |
Gerard Patel | Fix system menu crash by ensuring that item->text is... |
tree | commitdiff |
2001-03-14 |
Gerard Patel | Recalculate menu sizes if WM_INITMENU has recreated... |
tree | commitdiff |
2001-03-13 |
Dmitry Timoshkov | Yet another attempt on fixing notifications in the... |
tree | commitdiff |
2001-03-10 |
Dmitry Timoshkov | Fixed notifications of the edit control. |
tree | commitdiff |
2001-03-10 |
Gerard Patel | Call DefWindowProc for WM_CTLCOLORSTATIC message when... |
tree | commitdiff |
2001-03-10 |
Francois Gouget | Fixed spelling/typos in comments. |
tree | commitdiff |
2001-03-05 |
Dmitry Timoshkov | Make EDIT_UnlockBuffer cope with destroyed windows. |
tree | commitdiff |
2001-02-26 |
Eric Pouech | Added a few missing stubs to KERNEL32 and USER32. |
tree | commitdiff |
2001-02-26 |
Dmitry Timoshkov | Use GetSysColorBrush(COLOR_WINDOW) when there is no... |
tree | commitdiff |
2001-02-23 |
Dmitry Timoshkov | Prepare background while drawing radio buttons and... |
tree | commitdiff |
2001-02-23 |
Alexandre Julliard | Do not allocate any USER data on the system heap. |
tree | commitdiff |
2001-02-20 |
Guy L. Albertelli | - Restructure PaintText code to remove FillRect from... |
tree | commitdiff |
2001-02-14 |
François Gouget | debugstr_xxx already does the quoting. |
tree | commitdiff |
2001-02-14 |
Dmitry Timoshkov | Convert menu item to seperator only when string is... |
tree | commitdiff |
2001-02-13 |
Marcus Meissner | Don't crash on close from window manager. |
tree | commitdiff |
2001-02-12 |
Dmitry Timoshkov | Fix the behaviour of EM_GETLINE message. |
tree | commitdiff |
2001-02-12 |
James Abbatiello | Ownerdrawn combo boxes should use ODS_COMBOBOXEDIT... |
tree | commitdiff |
2001-01-26 |
Guy L. Albertelli | - When painting the text, if the control is OWNERDRAWN... |
tree | commitdiff |
2001-01-26 |
Dmitry Timoshkov | Do not notify parent of the Edit control on WM_SETTEXT... |
tree | commitdiff |
2001-01-25 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-01-24 |
Alexandre Julliard | Use DrawFrameControl() instead of OEM bitmaps to paint... |
tree | commitdiff |
2001-01-22 |
Dmitry Timoshkov | Protect read-only edit control from modification. |
tree | commitdiff |
2001-01-22 |
Francois Gouget | Typo fixes in comments. |
tree | commitdiff |
2001-01-19 |
Josh DuBois | Specified 'signed' on chars compared to -1. |
tree | commitdiff |
2001-01-19 |
Dmitry Timoshkov | Solve remaining problems with scroll bars in the edit... |
tree | commitdiff |
2001-01-15 |
Dmitry Timoshkov | Add one missing buffer size rounding in the edit control. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
tree | commitdiff |
2001-01-12 |
James Hatheway | Guard against incoming string of NULL in WM_SETTEXT. |
tree | commitdiff |
next |