2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Alexandre Julliard | Split out some more 16-bit code. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Michael Stefaniuc | Some fixes for the compilation of the user dll with... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Michael Stefaniuc | - Rename WIN_Handle16 to HWDN_16 and make it a macro. |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Alexandre Julliard | ComboLBWndProc: fall through to ListBoxWndProc if the... |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Alexandre Julliard | Make sure edit and listbox controls are of same ASCII... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Alexandre Julliard | CodeWeavers |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Guy L. Albertelli | Enhance SPY_GetMsgName to translate common control... |
blob | commitdiff | raw | diff to current |
2001-08-10 |
Alexandre Julliard | Removed a number of direct accesses to the WND structur... |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Jukka Heinonen | WNDPROC handlers now check whether HWND argument is... |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Bill Medland | As for the edit control, the style of the borders on... |
blob | commitdiff | raw | diff to current |
2001-05-11 |
Francois Gouget | Remove unnecessary single quoting of debugstr_xxx strings. |
blob | commitdiff | raw | diff to current |
2001-04-17 |
Gerard Patel | Do not send WM_MOUSEACTIVATE for children of desktop. |
blob | commitdiff | raw | diff to current |
2001-04-16 |
Dmitry Timoshkov | Slightly improve keyboard tracking in combobox. |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Dmitry Timoshkov | Really do not roll up if selection is being tracked... |
blob | commitdiff | raw | diff to current |
2001-02-26 |
Dmitry Timoshkov | Use GetSysColorBrush(COLOR_WINDOW) when there is no... |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Gerard Patel | Fixed returned length for LB_GETTEXT. |
blob | commitdiff | raw | diff to current |
2001-01-09 |
Dmitry Timoshkov | Added unicode window proc for the listbox control. |
blob | commitdiff | raw | diff to current |
2001-01-06 |
Andreas Mohr | Took a stab at implementing LBS_NOSEL. |
blob | commitdiff | raw | diff to current |
2001-01-04 |
Aric Stewart | Fixed a problem where when deleting an item using index... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Ulrich Czekalla | Only capture mouse when an item is selected. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Louis Philippe Gagnon | Invalidate the focus rect when a listbox is resized. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Alexandre Julliard | Use the DRIVE_* API constants instead of the DRIVETYPE... |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Louis Philippe Gagnon | Don't update scrollbars when processing WM_DESTROY. |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Ove Kaaven | Implemented Win16 behaviour of DDL_DRIVES in DlgDirList. |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Gerard Patel | In WM_DRAWITEM, always calls the app with a valid curre... |
blob | commitdiff | raw | diff to current |
2000-09-09 |
Mike McCormack | Avoid divide by zero when listbox set to zero height. |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Andreas Mohr | Always call LISTVIEW_SetSelection() for an item, even... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
blob | commitdiff | raw | diff to current |
2000-08-06 |
Susan Farley | Avoid resetting the background color when clearing... |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Gerard Patel | Change logic of listbox resizing for 16 bits apps for... |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Gerard Patel | Set clipping region to client window before owner-drawn... |
blob | commitdiff | raw | diff to current |
2000-07-09 |
Gerard Patel | Make the focus follow the last selected item for multis... |
blob | commitdiff | raw | diff to current |
2000-06-15 |
Gerard Patel | Set clipping region to client window in LISTBOX_Paint. |
blob | commitdiff | raw | diff to current |
2000-06-15 |
Gerard Patel | WM_SETREDRAW should repaint the listbox when set to... |
blob | commitdiff | raw | diff to current |
2000-06-11 |
Jason Mawdsley | Take focus before setting the caret position and select... |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Serge Ivanov | - We can use wnd->wIDmenu for ComboLBox (it is not... |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Alexandre Julliard | Stephane Lussier |
blob | commitdiff | raw | diff to current |
2000-05-26 |
Alexandre Julliard | Serge Ivanov |
blob | commitdiff | raw | diff to current |
2000-05-23 |
Alexandre Julliard | Serge Ivanov |
blob | commitdiff | raw | diff to current |
2000-05-15 |
Susan Farley | Avoid calls to SetFocus when they are unnecessary. |
blob | commitdiff | raw | diff to current |
2000-05-07 |
Chris Morgan | Fixed scrolling bug. |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Stephane Lussier | Implemented Mousewheel support. |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Huw D M Davies | Send the correct ODA_ code when deselecting an item. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Yuxi Zhang | In the listbox, when the last item is selected and... |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
1999-12-12 |
Marcus Meissner | Removed 2 useless include winversion.h |
blob | commitdiff | raw | diff to current |
1999-11-28 |
Dmitry Timoshkov | Notify parent of listbox if requested. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Abey George | Draw the item text from the top of the item rect. |
blob | commitdiff | raw | diff to current |
1999-09-11 |
Nick Holloway | For Win 3.x applications, if they have either horizonta... |
blob | commitdiff | raw | diff to current |
1999-09-11 |
Pierre Mageau | Set the mouse capture on the combo listbox. |
blob | commitdiff | raw | diff to current |
1999-08-21 |
Rein Klazes | Make sure that an empty string never matches a listbox... |
blob | commitdiff | raw | diff to current |
1999-08-04 |
Alexandre Julliard | Got rid of dsprintf and related macros. |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Francis Beaudet | Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style... |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Gerard Patel | Several focus and selection problems in listboxes. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Francis Beaudet | Fixed a few behaviors of the combobox that were broken. |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Paul Quinn | Stop a listbox bug that causes a div by zero when the... |
blob | commitdiff | raw | diff to current |
1999-05-14 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Gerard Patel | Values returned from PtInRect and LB_ITEMFROMPOINT... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Francois Boisvert | Prevented LISTBOX_RepaintItem from repainting a non... |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
blob | commitdiff | raw | diff to current |
1999-05-01 |
Marcus Meissner | Removed the gotos from the WndProcs, always use a small... |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Patrik Stridvall | Fixed ANSI compabillity. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Luc Tourangeau | When the vertical scrollbar is removed, the background... |
blob | commitdiff | raw | diff to current |
1999-04-04 |
Luc Tourangeau | WM_MOUSEMOVE implementation bug fix. |
blob | commitdiff | raw | diff to current |
1999-04-02 |
Francis Beaudet | Implemented the Win95 look and feel. |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Francis Beaudet | Fixed LB_GETCURSEL message to return LB_ERR on empty... |
blob | commitdiff | raw | diff to current |
1999-03-22 |
Lawson Whitney | Made LB_GETCURSEL return focus_item if no item has... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
blob | commitdiff | raw | diff to current |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-01-24 |
NF Stevens | Change SW_??? options on list box scrolling so that... |
blob | commitdiff | raw | diff to current |
1999-01-20 |
Marcus Meissner | Do not call ownerdraw for invalid items (empty focusrects). |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Alex Korobka | Better CB_SETCURSEL message handling. |
blob | commitdiff | raw | diff to current |
1998-12-24 |
Gerard Patel | Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint). |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Marcus Meissner | LB_GETTEXT: Handle passed NULL buffer. |
blob | commitdiff | raw | diff to current |
1998-10-14 |
Alex Korobka | CB_SETCURSEL and some other fixes. |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
1998-06-28 |
Alexandre Julliard | Release 980628 wine-980628 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
blob | commitdiff | raw | diff to current |
1998-03-29 |
Alexandre Julliard | Release 980329 wine-980329 |
blob | commitdiff | raw | diff to current |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
blob | commitdiff | raw | diff to current |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
blob | commitdiff | raw | diff to current |
1998-02-15 |
Alexandre Julliard | Release 980215 wine-980215 |
blob | commitdiff | raw | diff to current |
1998-02-01 |
Alexandre Julliard | Release 980201 wine-980201 |
blob | commitdiff | raw | diff to current |
next |