2000-12-07 |
Alexandre Julliard | Removed dependencies on the internals of the CLASS... |
tree | commitdiff |
2000-12-06 |
Louis Philippe Gagnon | Update internal controls on WM_WINDOWPOSCHANGED. |
tree | commitdiff |
2000-12-05 |
Aric Stewart | Fixed a problem where the string in a combo box flicker... |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
tree | commitdiff |
2000-11-30 |
Louis Philippe Gagnon | Don't update scrollbars when processing WM_DESTROY. |
tree | commitdiff |
2000-11-29 |
Andreas Mohr | WM_SETTEXT should return TRUE on success. |
tree | commitdiff |
2000-11-28 |
Dmitry Timoshkov | Made button control fully unicode aware. |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-27 |
Louis Philippe Gagnon | When processing mouse messages in MENU_TrackMenu, use... |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Fixed a few dependencies on 16-bit or internal function... |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Changed GetProcAddress16 and 16-bit resource functions... |
tree | commitdiff |
2000-11-27 |
Dmitry Timoshkov | General clean up of the edit control: removed transfer... |
tree | commitdiff |
2000-11-26 |
Chris Morgan | Don't draw scrollbars if their client rectangle is... |
tree | commitdiff |
2000-11-25 |
Ove Kaaven | Implemented Win16 behaviour of DDL_DRIVES in DlgDirList. |
tree | commitdiff |
2000-11-15 |
Dmitry Timoshkov | Prepare switching to unicode of builtin widgets. |
tree | commitdiff |
2000-11-11 |
Joerg Mayer | Get rid of some warnings about unused variables, signed... |
tree | commitdiff |
2000-11-07 |
Francois Gouget | Fixed typos in comments. |
tree | commitdiff |
2000-11-06 |
Francois Gouget | Take into account the sunken border for Win98 look. |
tree | commitdiff |
2000-11-05 |
James Abbatiello | Don't reset MF_POPUP flag in SetMenu(). |
tree | commitdiff |
2000-11-02 |
Dmitry Timoshkov | Do not invert "magic" bitmap menu items. |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-11-01 |
Dmitry Timoshkov | Make bitmap menu items look like in windows when selected, |
tree | commitdiff |
2000-11-01 |
Francois Gouget | Check for SB_CTL before displaying a caret. |
tree | commitdiff |
2000-10-31 |
Francois Gouget | Hide the caret only on the first WM_KEYDOWN. |
tree | commitdiff |
2000-10-28 |
Andreas Mohr | - set the item height not only for the listbox, but... |
tree | commitdiff |
2000-10-26 |
Dmitry Timoshkov | Ask application to reinitialize its menu before process... |
tree | commitdiff |
2000-10-25 |
Francois Methot | Added support of blinking thumb as found in Windows... |
tree | commitdiff |
2000-10-24 |
Aric Stewart | Converted menu string handling to Unicode. |
tree | commitdiff |
2000-10-24 |
Susan Farley | Do not block CBN_EDITCHANGE for WM_PASTE or WM_CUT... |
tree | commitdiff |
2000-10-23 |
Ulrich Weigand | Do not send EN_UPDATE to multi-line edit controls. |
tree | commitdiff |
2000-10-23 |
Francois Gouget | Fixed the text color of higlighted menu bar item for... |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
tree | commitdiff |
2000-09-24 |
Gerard Patel | In WM_DRAWITEM, always calls the app with a valid curre... |
tree | commitdiff |
2000-09-19 |
Andreas Mohr | Fixed window lock problem in SetMenu(). |
tree | commitdiff |
2000-09-13 |
Serge Ivanov | (Merged by Marcus Meissner <marcus@jet.franken.de>) |
tree | commitdiff |
2000-09-12 |
Gerard Patel | SetScrollInfo : don't show/hide scrollbar if no paramet... |
tree | commitdiff |
2000-09-12 |
Andreas Mohr | - fixes debugger output |
tree | commitdiff |
2000-09-09 |
Mike McCormack | Avoid divide by zero when listbox set to zero height. |
tree | commitdiff |
2000-09-09 |
Dmitry Timoshkov | GetMenu might be used to get child window id. |
tree | commitdiff |
2000-08-29 |
Andreas Mohr | Always call LISTVIEW_SetSelection() for an item, even... |
tree | commitdiff |
2000-08-14 |
Susan Farley | Update the edit box before rolling up the listbox,... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced global Callbacks structure by appropriate... |
tree | commitdiff |
2000-08-10 |
Alexandre Julliard | Merged clipboard driver into USER driver. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
tree | commitdiff |
2000-08-07 |
Marcus Meissner | Initialize 'str' in ICONTITLE_GetTitlePos. |
tree | commitdiff |
2000-08-06 |
Susan Farley | Avoid resetting the background color when clearing... |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
tree | commitdiff |
2000-08-01 |
Gerard Patel | Change logic of listbox resizing for 16 bits apps for... |
tree | commitdiff |
2000-07-23 |
Ove Kaaven | Fix a few typos and such. |
tree | commitdiff |
2000-07-23 |
Gerard Patel | Fixed calculation of buffer length after switch of... |
tree | commitdiff |
2000-07-16 |
Gerard Patel | Set clipping region to client window before owner-drawn... |
tree | commitdiff |
2000-07-16 |
Gerard Patel | Background of SS_SIMPLE static control is not filled... |
tree | commitdiff |
2000-07-15 |
Dave Hawkes | All standard window controls should have CS_PARENTDC... |
tree | commitdiff |
2000-07-15 |
Susan Farley | Don't clear selection when initial entry is not in... |
tree | commitdiff |
2000-07-15 |
Marcus Meissner | Replaced %s by %p in EDIT_WM_SetText. |
tree | commitdiff |
2000-07-10 |
Dmitry Timoshkov | Convert WND.text field to Unicode. |
tree | commitdiff |
2000-07-09 |
Gerard Patel | Make the focus follow the last selected item for multis... |
tree | commitdiff |
2000-06-25 |
Gerard Patel | Set the minimum dropped height to the combo list height... |
tree | commitdiff |
2000-06-18 |
Gerard Patel | CB_SETCURSEL should not generate another listbox event... |
tree | commitdiff |
2000-06-18 |
Francois Jacques | GetSystemMenu called with bRevert argument set to TRUE... |
tree | commitdiff |
2000-06-15 |
Gerard Patel | Set clipping region to client window in LISTBOX_Paint. |
tree | commitdiff |
2000-06-15 |
Gerard Patel | WM_SETREDRAW should repaint the listbox when set to... |
tree | commitdiff |
2000-06-11 |
Jason Mawdsley | Take focus before setting the caret position and select... |
tree | commitdiff |
2000-06-11 |
Sheri Steeves | Added save and reset of SetBKMode values in WM_PAINT. |
tree | commitdiff |
2000-06-11 |
Huw D M Davies | Add support for icons set by STM_SETIMAGE. |
tree | commitdiff |
2000-06-07 |
Serge Ivanov | - ComboLBox is always created as child of ComboBox... |
tree | commitdiff |
2000-06-07 |
Serge Ivanov | - Removed dependency of edit control from combobox... |
tree | commitdiff |
2000-06-07 |
Serge Ivanov | - We can use wnd->wIDmenu for ComboLBox (it is not... |
tree | commitdiff |
2000-06-07 |
Alexandre Julliard | Stephane Lussier |
tree | commitdiff |
2000-06-04 |
Susan Farley | Attempt to paint the checkbox and radio buttons better. |
tree | commitdiff |
2000-06-01 |
Andreas Mohr | Lots of spelling fixes that accumulated in my tree... |
tree | commitdiff |
2000-06-01 |
Alexandre Julliard | Louis-Philippe Gagnon (of Macadamian for Corel) |
tree | commitdiff |
2000-06-01 |
Serge Ivanov | MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control... |
tree | commitdiff |
2000-05-30 |
Alexandre Julliard | Serge Ivanov |
tree | commitdiff |
2000-05-30 |
David Grant | - Creating combobox with CBS_SIMPLE style shall set... |
tree | commitdiff |
2000-05-30 |
Alexandre Julliard | Owen Wang |
tree | commitdiff |
2000-05-26 |
Alexandre Julliard | Serge Ivanov |
tree | commitdiff |
2000-05-26 |
Alexandre Julliard | Henning Hoffmann |
tree | commitdiff |
2000-05-26 |
Ulrich Czekalla | Moved the EN_UPDATE notification out of the paint handl... |
tree | commitdiff |
2000-05-25 |
Alexandre Julliard | Louis-Philippe Gagnon (of Macadamian Technologies for... |
tree | commitdiff |
2000-05-23 |
Rob Farnum | Post a WM_CANCELMODE message to wake up the internal... |
tree | commitdiff |
2000-05-23 |
Ulrich Czekalla | Capture ^V,^X,^C and translate it to the corresponding... |
tree | commitdiff |
2000-05-23 |
Alexandre Julliard | Serge Ivanov |
tree | commitdiff |
2000-05-23 |
Andreas Mohr | Some part of EDIT_EM_LineLength code was commented... |
tree | commitdiff |
2000-05-18 |
Alexandre Julliard | Sheri Steeves |
tree | commitdiff |
2000-05-15 |
Susan Farley | Avoid calls to SetFocus when they are unnecessary. |
tree | commitdiff |
2000-05-14 |
Gerard Patel | When new menu Id is not found or index > nitems, insert... |
tree | commitdiff |
2000-05-12 |
Susan Farley | Distinguish RADIOCHECK style menu items from standard... |
tree | commitdiff |
2000-05-12 |
Susan Farley | Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON... |
tree | commitdiff |
2000-05-11 |
Guy Albertelli | Revalidate menu handle in mt.hTopMenu after DispatchMes... |
tree | commitdiff |
2000-05-10 |
Aric Stewart | - Wine was passing the wrong hwnd as the owner when... |
tree | commitdiff |
2000-05-10 |
Ken Thomases | Fixed to display popup-menu arrow on owner-drawn popup... |
tree | commitdiff |
2000-05-07 |
Chris Morgan | Fixed scrolling bug. |
tree | commitdiff |
2000-05-05 |
Susan Farley | Handle ^C, ^V and ^X in an edit control properly. |
tree | commitdiff |
2000-04-23 |
Ove Kaaven | Fix edit control's WM_GETTEXT behaviour. |
tree | commitdiff |
next |