1. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  2. c72a9aa CodeWeavers Minor fixes. by Alexandre Julliard · 23 years ago
  3. db9b549 Enhance SPY_GetMsgName to translate common control messages. by Guy L. Albertelli · 24 years ago
  4. de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
  5. 186a79c WNDPROC handlers now check whether HWND argument is valid. by Jukka Heinonen · 24 years ago
  6. e79f076 As for the edit control, the style of the borders on the list control by Bill Medland · 24 years ago
  7. ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
  8. 7a06d45 Do not send WM_MOUSEACTIVATE for children of desktop. by Gerard Patel · 24 years ago
  9. e8ffcaa Slightly improve keyboard tracking in combobox. by Dmitry Timoshkov · 24 years ago
  10. 6df245d Really do not roll up if selection is being tracked by arrow keys in by Dmitry Timoshkov · 24 years ago
  11. 52ece0e Use GetSysColorBrush(COLOR_WINDOW) when there is no brush for drawing by Dmitry Timoshkov · 24 years ago
  12. a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
  13. db8fb6f Fixed returned length for LB_GETTEXT. by Gerard Patel · 24 years ago
  14. 7462099 Added unicode window proc for the listbox control. by Dmitry Timoshkov · 24 years ago
  15. 85ba879 Took a stab at implementing LBS_NOSEL. by Andreas Mohr · 24 years ago
  16. fe9a0f0 Fixed a problem where when deleting an item using index -1 on an empty by Aric Stewart · 24 years ago
  17. 7c55bc0 Only capture mouse when an item is selected. by Ulrich Czekalla · 24 years ago
  18. 956c847 Invalidate the focus rect when a listbox is resized. by Louis Philippe Gagnon · 24 years ago
  19. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  20. bf67259 Use the DRIVE_* API constants instead of the DRIVETYPE enum. by Alexandre Julliard · 24 years ago
  21. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  22. 537bcad Don't update scrollbars when processing WM_DESTROY. by Louis Philippe Gagnon · 24 years ago
  23. 2c691b3 Implemented Win16 behaviour of DDL_DRIVES in DlgDirList. by Ove Kaaven · 24 years ago
  24. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  25. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  26. 8caa407 In WM_DRAWITEM, always calls the app with a valid current focus_item. by Gerard Patel · 25 years ago
  27. 5ae1c39 Avoid divide by zero when listbox set to zero height. by Mike McCormack · 25 years ago
  28. 2b5d9c6 Always call LISTVIEW_SetSelection() for an item, even if that item by Andreas Mohr · 25 years ago
  29. c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
  30. dbf5a47 Avoid resetting the background color when clearing out blank areas, as by Susan Farley · 25 years ago
  31. cef1253 Change logic of listbox resizing for 16 bits apps for lists without by Gerard Patel · 25 years ago
  32. 9788ba6 Set clipping region to client window before owner-drawn painting. by Gerard Patel · 25 years ago
  33. 2ffbb31 Make the focus follow the last selected item for multiselect listboxes. by Gerard Patel · 25 years ago
  34. ac3e816 Set clipping region to client window in LISTBOX_Paint. by Gerard Patel · 25 years ago
  35. 41b07fb WM_SETREDRAW should repaint the listbox when set to on if something by Gerard Patel · 25 years ago
  36. 50523d1 Take focus before setting the caret position and selections. by Jason Mawdsley · 25 years ago
  37. 07917e4 - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent) by Serge Ivanov · 25 years ago
  38. 72bdd5b Stephane Lussier by Alexandre Julliard · 25 years ago
  39. ab2f43f Serge Ivanov by Alexandre Julliard · 25 years ago
  40. 7f90a8c Serge Ivanov Fixed WM_LBUTTONDBLCLK handling. by Alexandre Julliard · 25 years ago
  41. d34205e Avoid calls to SetFocus when they are unnecessary. by Susan Farley · 25 years ago
  42. c0872e3 Fixed scrolling bug. by Chris Morgan · 25 years ago
  43. 4bdf4af Implemented Mousewheel support. by Stephane Lussier · 25 years ago
  44. 65a0fa6 Send the correct ODA_ code when deselecting an item. by Huw D M Davies · 25 years ago
  45. f94c3c5 In the listbox, when the last item is selected and deleted, it still by Yuxi Zhang · 25 years ago
  46. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  47. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  48. ed0da3f Removed 2 useless include winversion.h by Marcus Meissner · 25 years ago
  49. e0f493e Notify parent of listbox if requested. by Dmitry Timoshkov · 25 years ago
  50. 889a3be Draw the item text from the top of the item rect. by Abey George · 25 years ago
  51. b9ce4fd For Win 3.x applications, if they have either horizontal or vertical by Nick Holloway · 26 years ago
  52. 25c62cc Set the mouse capture on the combo listbox. by Pierre Mageau · 26 years ago
  53. d35c834 Make sure that an empty string never matches a listbox entry in by Rein Klazes · 26 years ago
  54. 15de615 Got rid of dsprintf and related macros. by Alexandre Julliard · 26 years ago
  55. f6a225b Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the listbox control. by Francis Beaudet · 26 years ago
  56. c9a6d50 Several focus and selection problems in listboxes. by Gerard Patel · 26 years ago
  57. 6ec3eaf Fixed a few behaviors of the combobox that were broken. by Francis Beaudet · 26 years ago
  58. 7572207 Stop a listbox bug that causes a div by zero when the item height by Paul Quinn · 26 years ago
  59. 9fe7a25 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  60. 777508a Values returned from PtInRect and LB_ITEMFROMPOINT are reversed. by Gerard Patel · 26 years ago
  61. 428d298 Prevented LISTBOX_RepaintItem from repainting a non visible item. by Francois Boisvert · 26 years ago
  62. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  63. 9aded51 Removed the gotos from the WndProcs, always use a small wrapper that by Marcus Meissner · 26 years ago
  64. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  65. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  66. 8914799 When the vertical scrollbar is removed, the background was not by Luc Tourangeau · 26 years ago
  67. 5ee117b WM_MOUSEMOVE implementation bug fix. by Luc Tourangeau · 26 years ago
  68. f585c61 Implemented the Win95 look and feel. by Francis Beaudet · 26 years ago
  69. 8730e45 Fixed LB_GETCURSEL message to return LB_ERR on empty list. by Francis Beaudet · 26 years ago
  70. 613092a Made LB_GETCURSEL return focus_item if no item has been selected. by Lawson Whitney · 26 years ago
  71. 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
  72. ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
  73. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  74. 762f18d Change SW_??? options on list box scrolling so that they match what by NF Stevens · 26 years ago
  75. 9ad9017 Do not call ownerdraw for invalid items (empty focusrects). by Marcus Meissner · 26 years ago
  76. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  77. 311d329 Better CB_SETCURSEL message handling. by Alex Korobka · 26 years ago
  78. c979b7b Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint). by Gerard Patel · 26 years ago
  79. 4f7dc46 LB_GETTEXT: Handle passed NULL buffer. by Marcus Meissner · 26 years ago
  80. f172d64 CB_SETCURSEL and some other fixes. by Alex Korobka · 26 years ago
  81. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  82. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  83. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  84. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  85. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  86. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  87. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  88. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  89. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  90. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  91. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  92. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  93. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  94. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  95. 33072e1 Release 970629 by Alexandre Julliard · 28 years ago wine-970629
  96. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  97. 7ff1c41 Release 970525 by Alexandre Julliard · 28 years ago wine-970525
  98. 889f742 Release 970415 by Alexandre Julliard · 28 years ago wine-970415
  99. df2673b Release 970329 by Alexandre Julliard · 28 years ago wine-970329
  100. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305