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 |
2000-04-18 |
Stephane Lussier | Implemented Mousewheel support. |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
tree | commitdiff |
2000-03-25 |
Huw D M Davies | Send the correct ODA_ code when deselecting an item. |
tree | commitdiff |
2000-03-25 |
Alexandre Julliard | Store monitor size and depth in the generic structure. |
tree | commitdiff |
2000-03-24 |
Huw D M Davies | Set the correct value for the cch element of MENUITEMIN... |
tree | commitdiff |
2000-03-24 |
Huw D M Davies | Stop a WM_SETTEXT message (and friends) to a combo... |
tree | commitdiff |
2000-03-20 |
Alexandre Julliard | Moved graphics initialisation to the x11drv/ttydrv... |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
tree | commitdiff |
2000-03-08 |
Ulrich Czekalla | The static control only needs to invalidate its rect... |
tree | commitdiff |
2000-02-26 |
Ulrich Czekalla | Send WM_HELP message when F1 is pressed. |
tree | commitdiff |
2000-02-26 |
Yuxi Zhang | In the listbox, when the last item is selected and... |
tree | commitdiff |
2000-02-26 |
Bill Jin | Bitmap buttons were not refreshed correctly. |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-02-07 |
Luc Tourangeau | Implementation of Static OwnerDraw. |
tree | commitdiff |
2000-02-03 |
Alexandre Julliard | Removed resource.h. |
tree | commitdiff |
2000-01-29 |
Dmitry Timoshkov | Correct the behaviour of the accelerator keys in dialog... |
tree | commitdiff |
2000-01-17 |
Gerard Patel | Validate the menu handles. |
tree | commitdiff |
2000-01-09 |
Pascal Lessard | Stop menu tracking when clicking on the menu bar where... |
tree | commitdiff |
2000-01-08 |
Marcus Meissner | GetMenuString should return itemlength on 0 nMax or... |
tree | commitdiff |
2000-01-04 |
Rein Klazes | Don't show the scrollbar if SetScrollinfo() is called... |
tree | commitdiff |
1999-12-12 |
Dmitry Timoshkov | ComboBox should not send bogus messages to edit buddy... |
tree | commitdiff |
1999-12-12 |
Rein Klazes | In win32 a WM_MENUSELECT message should contain the... |
tree | commitdiff |
1999-12-12 |
Marcus Meissner | Removed 2 useless include winversion.h |
tree | commitdiff |
1999-12-10 |
Ulrich Weigand | Perform 16/32A/32W message mapping for posted messages. |
tree | commitdiff |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
tree | commitdiff |
1999-12-08 |
Dmitry Timoshkov | Fix problem with EN_UPDATE notification sent by edit... |
tree | commitdiff |
1999-12-06 |
Dmitry Timoshkov | Allow to deselect all items by sending CB_SETCURSEL... |
tree | commitdiff |
1999-12-05 |
Dmitry Timoshkov | Remove hack for keyboard messages in dialogs. |
tree | commitdiff |
1999-12-05 |
Dmitry Timoshkov | Show use of undocumented messages. |
tree | commitdiff |
1999-11-28 |
Dmitry Timoshkov | When combobox selection changes, update its edit box... |
tree | commitdiff |
1999-11-28 |
Dmitry Timoshkov | Notify parent of listbox if requested. |
tree | commitdiff |
next |