Bugfix: dwFlags must describe target process in UserSignalProc.
[wine] / controls /
1999-05-22  Paul QuinnStop a listbox bug that causes a div by zero when the...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-17  Ulrich WeigandRemoved superfluous WIN_ReleaseWndPtr.
1999-05-14  Francois BoisvertChanged CBGetDroppedControlRect to be compliant with...
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-13  Juergen Schmied- prevent crash when GetMenuDefaultItem is called on...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Gerard PatelValues returned from PtInRect and LB_ITEMFROMPOINT...
1999-05-08  Francois BoisvertPrevented LISTBOX_RepaintItem from repainting a non...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Pavel RoskinPushbuttons should only be rounded in Win31 look.
1999-05-02  Juergen Schmied- default item handling
1999-05-01  Marcus MeissnerRemoved the gotos from the WndProcs, always use a small...
1999-04-26  Juergen Schmied- align magic buttons right
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-25  Eric PouechAdded missing WIN_ReleaseWndPtr.
1999-04-24  Guy AlbertelliFix locking with proper calls to WIN_ReleaseWndPtr.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-22  Francis BeaudetFixed a sizing bug in the combobox control.
1999-04-21  Juergen Schmied- protect TRACE against NULL-ptr
1999-04-19  Gerard PatelTest for static was reversed.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Juergen Schmied- use fonts/fontsizes given by SystemParametersInfo
1999-04-18  Luc TourangeauWhen the vertical scrollbar is removed, the background...
1999-04-15  Pascal LessardImplement the button with bitmaps.
1999-04-15  Francois BoisvertAdd a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
1999-04-11  Juergen SchmiedThe MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled...
1999-04-11  Paul MillarFixed menu type setting in SetMenuItemInfo32_common().
1999-04-04  Luc TourangeauWM_MOUSEMOVE implementation bug fix.
1999-04-04  Gerard PatelAdded missing goto.
1999-04-03  Luc TourangeauBackground color fix when disabled or read only.
1999-04-02  Francis BeaudetImplemented the Win95 look and feel.
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-04-01  Pavel RoskinEC_USEFONTINFO means es->char_width/3, not es->char_wid...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-28  Dimitrie O. PaunChanged some debug messages from one channel to another...
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-25  Francis BeaudetFixed LB_GETCURSEL message to return LB_ERR on empty...
1999-03-24  Pascal LessardCOMBO_Size: maintain the height of the RectCombo when...
1999-03-22  Lawson WhitneyMade LB_GETCURSEL return focus_item if no item has...
1999-03-17  Marcus MeissnerFixed some warnings. removed some unneccessary includes...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-14  Dirk ThierbachPaint gray text on gray background in checkboxes/radiob...
1999-03-12  Pavel RoskinChanged the button state to "up" as soon as it is known...
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-28  Marcus MeissnerMore include optimisations and fixes.
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-21  Michael Veksler- Fix headers to include less or smaller header files.
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-02-18  Francois BoisvertImplementation of the pushed close button.
1999-02-17  Francois GougetFixed a number of warnings concerning the matching...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-17  Francois BoisvertGive the context menu its proper behaviour and modify...
1999-02-13  Pascal LessardChange the GetMenuItemRect to comply with windows API.
1999-02-13  Francois BoisvertImplemented the WIN31 Look mdi buttons and also some...
1999-02-13  Andreas MohrAn app left junk in the undo buffer of an edit control...
1999-02-09  Stephane Lussier-Fixed MESSAGE functions that were thunking down to...
1999-02-09  Francois BoisvertImplemented the magic menu items id's used by windows...
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-01-24  NF StevensChange SW_??? options on list box scrolling so that...
1999-01-24  Gerard PatelChanged EDIT_EM_CharFromPos to return line number.
1999-01-23  Niclas KarlssonRemoved DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTN...
1999-01-20  Marcus MeissnerDo not call ownerdraw for invalid items (empty focusrects).
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1999-01-01  Alex KorobkaBetter CB_SETCURSEL message handling.
1998-12-24  Gerard PatelDon't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-14  Marcus MeissnerSmall hack to get rid of annoying err:resource: message for
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-09  Marcus MeissnerSome unnecessary #include and messages removed.
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
1998-12-07  Huw D M DaviesWe don't yet want the static control to call DestroyIcon.
1998-11-22  Eric KohlEnabled double click for buttons.
1998-11-22  Marcus MeissnerLB_GETTEXT: Handle passed NULL buffer.
1998-11-22  Marcus MeissnerCB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTE...
1998-11-06  Juergen SchmiedFixed wrong arg type.
1998-10-31  Marcus MeissnerlpszName of NULL is handled (removes some warnings).
1998-10-26  Pascal Cuoq32-bit clipboard support.
1998-10-24  Patrik StridvallCheck if scrollbar and parent are visible before redraw.
1998-10-24  Marcus MeissnerHack to support integer ids in all static controls.
1998-10-24  Eric KohlFixed a popup menu selection bug.
1998-10-18  Alex KorobkaGot rid of flickering scrollbar arrows. MDI scrolling...
1998-10-14  Alex KorobkaCB_SETCURSEL and some other fixes.
1998-10-12  Norman StevensImproving keyboard handling, including accelerator...
1998-10-11  David LuyerSmall fixes.
1998-10-04  Alexandre JulliardInitial revision
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
next