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 |
2001-01-11 |
Dmitry Timoshkov | Fix the return value of WM_GETTEXT in the edit control. |
tree | commitdiff |
2001-01-11 |
Dmitry Timoshkov | Various combobox fixes. |
tree | commitdiff |
2001-01-10 |
Dmitry Timoshkov | Synchronize the sizes of the external and internal... |
tree | commitdiff |
2001-01-10 |
Gerard Patel | Fixed returned length for LB_GETTEXT. |
tree | commitdiff |
2001-01-10 |
James Hatheway | es->buffer_size is not always the length of the text... |
tree | commitdiff |
2001-01-09 |
Dmitry Timoshkov | Added unicode window proc for the listbox control. |
tree | commitdiff |
2001-01-09 |
Ulrich Czekalla | Ensure there is an edit control when we reset contents. |
tree | commitdiff |
2001-01-07 |
Dmitry Timoshkov | Combobox should clear its current selection on response to |
tree | commitdiff |
2001-01-06 |
François Gouget | Modify the look of bitmap menu items to match Win95... |
tree | commitdiff |
2001-01-06 |
Andreas Mohr | Took a stab at implementing LBS_NOSEL. |
tree | commitdiff |
2001-01-05 |
Dmitry Timoshkov | Added unicode window proc for combobox control. |
tree | commitdiff |
2001-01-05 |
Dmitry Timoshkov | Added unicode window proc for the static control. |
tree | commitdiff |
2001-01-05 |
Dmitry Timoshkov | Fixed some problems with scrolling in the edit control. |
tree | commitdiff |
2001-01-04 |
Francois Gouget | Fixed the alignment of the MF_RIGHTJUSTIFY menu items. |
tree | commitdiff |
2001-01-04 |
Aric Stewart | Fixed a problem where when deleting an item using index... |
tree | commitdiff |
2000-12-27 |
Andreas Mohr | - clarify many error messages |
tree | commitdiff |
2000-12-22 |
Dmitry Timoshkov | Fix remaining signed/unsigned mismatches. |
tree | commitdiff |
2000-12-22 |
Alexandre Julliard | Replaced WIN16_GlobalLock16 by "official" function... |
tree | commitdiff |
2000-12-21 |
Dmitry Timoshkov | Don't write to buffer with zero length. |
tree | commitdiff |
2000-12-20 |
Dmitry Timoshkov | Make new edit control allocate its buffers with granula... |
tree | commitdiff |
2000-12-19 |
Dmitry Timoshkov | New unicode edit control. |
tree | commitdiff |
2000-12-19 |
François Gouget | winuser.h now requires that we include winbase.h first. |
tree | commitdiff |
2000-12-15 |
Ulrich Czekalla | Only capture mouse when an item is selected. |
tree | commitdiff |
2000-12-13 |
Louis Philippe Gagnon | Invalidate the focus rect when a listbox is resized. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-12-12 |
Alexandre Julliard | Use the DRIVE_* API constants instead of the DRIVETYPE... |
tree | commitdiff |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
tree | commitdiff |
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 |
next |