- be7a9d1 Do not process WM_LBUTTONUP message in ButtonWndProc() by Rein Klazes · 26 years ago
- d9ab1f3 Support TPM_RETURNCMD in TrackPopupMenu. by Pascal Lessard · 26 years ago
- 7572207 Stop a listbox bug that causes a div by zero when the item height by Paul Quinn · 26 years ago
- ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
- ab7abb1 Removed superfluous WIN_ReleaseWndPtr. by Ulrich Weigand · 26 years ago
- 3b876e4 Changed CBGetDroppedControlRect to be compliant with Windows API. by Francois Boisvert · 26 years ago
- 9fe7a25 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- 4925186 - prevent crash when GetMenuDefaultItem is called on empty menu by Juergen Schmied · 26 years ago
- 1bb9403 ANSI C fixes. by Patrik Stridvall · 26 years ago
- 777508a Values returned from PtInRect and LB_ITEMFROMPOINT are reversed. by Gerard Patel · 26 years ago
- 428d298 Prevented LISTBOX_RepaintItem from repainting a non visible item. by Francois Boisvert · 26 years ago
- 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
- 845113c Pushbuttons should only be rounded in Win31 look. by Pavel Roskin · 26 years ago
- 466a652 - default item handling - small drawing fixes by Juergen Schmied · 26 years ago
- 9aded51 Removed the gotos from the WndProcs, always use a small wrapper that by Marcus Meissner · 26 years ago
- cd0ed1e - align magic buttons right - shortcuts alignment working again by Juergen Schmied · 26 years ago
- d1895a7 Built-in dlls now have resources attached via the PE-header like by Bertho Stultiens · 26 years ago
- 8dde5a4 Added missing WIN_ReleaseWndPtr. by Eric Pouech · 26 years ago
- 2fa281f Fix locking with proper calls to WIN_ReleaseWndPtr. by Guy Albertelli · 26 years ago
- 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
- ff5ae3d Removed some includes of 16 bit API. by Michael Veksler · 26 years ago
- ab6f861 Fixed a sizing bug in the combobox control. by Francis Beaudet · 26 years ago
- c77fd5b - protect TRACE against NULL-ptr by Juergen Schmied · 26 years ago
- 3e60edf Test for static was reversed. by Gerard Patel · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 7851394 - use fonts/fontsizes given by SystemParametersInfo by Juergen Schmied · 26 years ago
- 8914799 When the vertical scrollbar is removed, the background was not by Luc Tourangeau · 26 years ago
- 026f705 Implement the button with bitmaps. by Pascal Lessard · 26 years ago
- 7273dcf Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow. by Francois Boisvert · 26 years ago
- 7abca95 The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong. by Juergen Schmied · 26 years ago
- 39da222 Fixed menu type setting in SetMenuItemInfo32_common(). by Paul Millar · 26 years ago
- 5ee117b WM_MOUSEMOVE implementation bug fix. by Luc Tourangeau · 26 years ago
- ffa0b13 Added missing goto. by Gerard Patel · 26 years ago
- df5fbc7 Background color fix when disabled or read only. by Luc Tourangeau · 26 years ago
- f585c61 Implemented the Win95 look and feel. by Francis Beaudet · 26 years ago
- 44a1b59 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed by Alex Korobka · 26 years ago
- dc75bd4 EC_USEFONTINFO means es->char_width/3, not es->char_width. This is by Pavel Roskin · 26 years ago
- b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
- 05c0c8e Changed some debug messages from one channel to another, to clean up a by Dimitrie O. Paun · 26 years ago
- 3a3cd9f Fixed some bugs in thread safeness for wnd struct. by Francois Boisvert · 26 years ago
- 4f1ac05 Moved hrgnUpdate from client to window coordinates, made nonclient by Alex Korobka · 26 years ago
- 8730e45 Fixed LB_GETCURSEL message to return LB_ERR on empty list. by Francis Beaudet · 26 years ago
- e69fcc0 COMBO_Size: maintain the height of the RectCombo when the window is resized. by Pascal Lessard · 26 years ago
- 613092a Made LB_GETCURSEL return focus_item if no item has been selected. by Lawson Whitney · 26 years ago
- ac593bb Fixed some warnings. removed some unneccessary includes, removed one by Marcus Meissner · 26 years ago
- 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
- 09d9f2e Paint gray text on gray background in checkboxes/radiobuttons by by Dirk Thierbach · 26 years ago
- 6d40d1b Changed the button state to "up" as soon as it is known that the by Pavel Roskin · 26 years ago
- de43ef4 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and by Marcus Meissner · 26 years ago
- 064f170 More include optimisations and fixes. by Marcus Meissner · 26 years ago
- ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 3fbb8dc - Fix headers to include less or smaller header files. by Michael Veksler · 26 years ago
- c3e1f72 Added missing string.h include. by Jeff Garzik · 26 years ago
- 308c6af Implementation of the pushed close button. by Francois Boisvert · 26 years ago
- 289211c Fixed a number of warnings concerning the matching of the printf by Francois Gouget · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- 85dd9fc Give the context menu its proper behaviour and modify TrackPopupMenu by Francois Boisvert · 26 years ago
- 4727423 Change the GetMenuItemRect to comply with windows API. by Pascal Lessard · 26 years ago
- 197a8e1 Implemented the WIN31 Look mdi buttons and also some defines for the by Francois Boisvert · 26 years ago
- 5f5213a An app left junk in the undo buffer of an edit control upon creation. by Andreas Mohr · 26 years ago
- b3a99de -Fixed MESSAGE functions that were thunking down to 16 bits implementation. by Stephane Lussier · 26 years ago
- 8b39174 Implemented the magic menu items id's used by windows when inserting by Francois Boisvert · 26 years ago
- 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
- 762f18d Change SW_??? options on list box scrolling so that they match what by NF Stevens · 26 years ago
- c9b6534 Changed EDIT_EM_CharFromPos to return line number. by Gerard Patel · 26 years ago
- a0dc4e4 Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP. by Niclas Karlsson · 26 years ago
- 9ad9017 Do not call ownerdraw for invalid items (empty focusrects). by Marcus Meissner · 26 years ago
- 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
- 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
- ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
- 311d329 Better CB_SETCURSEL message handling. by Alex Korobka · 26 years ago
- c979b7b Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint). by Gerard Patel · 26 years ago
- 1beaae5 Lots of new defines and stubs. by Paul Quinn · 26 years ago
- 66da3dc Small hack to get rid of annoying err:resource: message for MessageBoxes. by Marcus Meissner · 26 years ago
- 0c0e3be Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com> by Alexandre Julliard · 26 years ago
- d5e7c79 Some unnecessary #include and messages removed. by Marcus Meissner · 26 years ago
- 2d617be Replace GRAPH_ functions with Win SDK equivalents. by Huw D M Davies · 26 years ago
- 1fea6b9 We don't yet want the static control to call DestroyIcon. by Huw D M Davies · 26 years ago
- 65ab1b0 Enabled double click for buttons. by Eric Kohl · 26 years ago
- 4f7dc46 LB_GETTEXT: Handle passed NULL buffer. by Marcus Meissner · 26 years ago
- 21777c5 CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0 by Marcus Meissner · 26 years ago
- e674ede Fixed wrong arg type. by Juergen Schmied · 26 years ago
- 4ef4d6d lpszName of NULL is handled (removes some warnings). by Marcus Meissner · 26 years ago
- 724f190 32-bit clipboard support. by Pascal Cuoq · 26 years ago
- d054b41 Check if scrollbar and parent are visible before redraw. by Patrik Stridvall · 26 years ago
- 0108d64 Hack to support integer ids in all static controls. by Marcus Meissner · 26 years ago
- 329072d Fixed a popup menu selection bug. by Eric Kohl · 26 years ago
- d208584 Got rid of flickering scrollbar arrows. MDI scrolling speeded up a bit. by Alex Korobka · 26 years ago
- f172d64 CB_SETCURSEL and some other fixes. by Alex Korobka · 26 years ago
- a83d065 Improving keyboard handling, including accelerator keys in dialog by Norman Stevens · 26 years ago
- 39413f8 Small fixes. by David Luyer · 26 years ago
- c0d52e0 Initial revision by Alexandre Julliard · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
- a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
- 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
- 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
- 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
- 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
- ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628