Added a few missing debug event definitions.
[wine] / windows /
1999-05-14  Marcus MeissnerReplaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI...
1999-05-14  Ulrich WeigandFixed invalid window refcount handling in RDW_Paint().
1999-05-14  Noel BorthwickFix a deadlock with the system message queue by ensurin...
1999-05-13   <TTarrant@Etnotea... Added Italian keyboard support.
1999-05-13  Andreas MohrFixed quite ill window locking code.
1999-05-13  Francis BeaudetFixed an infinite loop in ChildWindowFromPointEx.
1999-05-12  Ove KaavenCleaner Suspend/RestoreWndsLock, which should fix some...
1999-05-08  Alex KorobkaRearranged PAINT_RedrawWindow() so that it first recurs...
1999-05-08  Huw D M DaviesSplit off wingdi16.h from wingdi.h. Add many more...
1999-05-08  Michael VekslerRemoved #include "wine/winuser16.h" and use "struct...
1999-05-08  Ulrich WeigandRemoved TIMER_SwitchQueue.
1999-05-08  Ulrich WeigandCheck for busy DCE moved to DCHook16().
1999-05-08  Ulrich WeigandInitialize WIN_CritSection earlier.
1999-05-08  Francis BeaudetChanged the return value of GetKeyboardState and SetKey...
1999-05-08  Huw D M DaviesBugfix for TRACE in UnregisterClass.
1999-05-04  Francis BeaudetCheck if DC is busy before deleting it.
1999-05-04  Ulrich WeigandCorrect implementation of GetWindowThreadProcessId().
1999-05-03  Eric PouechFixed some deadlock(s) in message sending.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Ulrich WeigandUse SERVICES callback to implement Windows timers.
1999-05-02  Noel BorthwickFixed an unbalanced windows lock/unlock sequence in
1999-05-02  Juergen Schmied- better stubs for Get/Set special (Progman/Taskman...
1999-05-02  Juergen Schmied- new SendMessageCallbackW
1999-05-02  Noel BorthwickFixed an unbalanced windows lock/unlock sequence in...
1999-05-02  Guy AlbertelliCorrect logic in GetKeyNameText.
1999-05-01  Andreas MohrAdded a missing LeaveCriticalSection.
1999-05-01  Francois BoisvertFixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-25  Eric PouechFixed a bug in msg conversion.
1999-04-25  Eric PouechAdded missing WIN_ReleaseWndPtr.
1999-04-25  Peter BortasAdded Swedish keyboard layout.
1999-04-25  Noel BorthwickFixed a problem with managed mode, where popup windows...
1999-04-25  Eric PouechFixed some bogus infinite expiration time.
1999-04-25  David Luyer- consolidate both cases of !pending in WaitNetEvent
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  Gerard PatelFixed syscolors for win 3.1.
1999-04-19  Paul MillarCode added to re-evaluate stale DC information in DCE...
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  Eric PouechProperly handling cases like calling SetWindowPos while...
1999-04-18  Juergen SchmiedLoading color values from the registry fixed.
1999-04-18  Michael VekslerAdd "win.h" to fix implicit function declaration warnings.
1999-04-18  Noel BorthwickWhile handling the WM_DELETEWINDOW client message check...
1999-04-18  Noel BorthwickMake access to the DCE list thread safe by ensuring...
1999-04-16  Michael VekslerFixed warnings.
1999-04-16  Pablo SaratxagaAdded walon language support (I also moved Cz -> Cs...
1999-04-15  Zygo BlaxellReleaseCapture() is supposed to return a BOOL value.
1999-04-15  Huw D M Daviesindex == 3 corresponds to Alt-Gr + Shift.
1999-04-15  Pavel RoskinFixed ugly disabled controls and black background in...
1999-04-15  Francois BoisvertSolved a deadlock between global lock and wnd lock...
1999-04-15  Guy AlbertelliFix scancodes for NumLock and Num-/.
1999-04-15  Marcus MeissnerMissing WINAPI for RegisterSystemThread.
1999-04-11  Francois BoisvertEnabled thread safeness for wnd structure code.
1999-04-11  Ove KaavenTeached TIMER_GetNextExpiration that a timer that has...
1999-04-11  Guy AlbertelliPartial implementation for GetKeyNameText for new keybo...
1999-04-11  Bertho StultiensAdded RegisterSystemThread stub.
1999-04-11  Francois BoisvertCheck if pTempActiveWindow in WINPOS_SetWindowPos is...
1999-04-11  Juergen SchmiedLoading the color schema for registry.
1999-04-10  Eric PouechBetter error handling ; a few bug fixes ; now OpenDrive...
1999-04-10  Sergey TurchanovStubs for CloseDesktop and CloseWindowStation.
1999-04-10  Brian GerstFixed X11DRV_MOUSE_WarpPointer initial value.
1999-04-10  Gerard PatelFixed window locking bug in CalcChildScroll.
1999-04-04  José Marcos LópezAdded Spanish keyboard layout.
1999-04-03  Francois BoisvertSuspend the window locks before DefKeybEventProc and
1999-04-03  Eric PouechNo longer sending atoms in ((CREATESTRUCT*)lParam)...
1999-04-03  Eric PouechUpdated French keyboard.
1999-04-03  Ove Kaaven'Realigned' the layout table a bit. Applied the non...
1999-04-03  Francois BoisvertTransfered the window struct memory release from WIN_De...
1999-04-02  Francis BeaudetWrote a basic implementation of the WM_PRINT message.
1999-04-02  Francois BoisvertSuspend all windows locks before the control is passed...
1999-04-01  Marcus MeissnerSplit off keysym/deadchar -> char mapping, use it in...
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-04-01  Ulrich WeigandAdded USER32.UserSignalProc to Callout table.
1999-04-01  Luc TourangeauImplemented WM_NOTIFYFORMAT.
1999-04-01  Eric PouechIn UserYield16, when current thread is a 32 bit one...
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  Pavel RoskinAdded Russian keyboard support.
1999-03-28  Lionel UlmerAdded stub for SetSystemCursor.
1999-03-28  Pavel RoskinChanges in X11DRV_KEYBOARD_DetectLayout in order to...
1999-03-28  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Aaron Barnes...
1999-03-28  Ulrich WeigandCall EVENT_Pending() to flush X11 output queue before...
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-28  Jonathan NaylorAdded Swiss German keyboard layout.
1999-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-28  Alex KorobkaFixed occasional loss of SendMessage() return value.
1999-03-27  Ulrich WeigandAllow UserYield16 to be called from 32-bit thread.
1999-03-25  Randy WeemsFixed off-by-one error if bitblt width or height is...
1999-03-25  Stephane LussierMade the timer code thread safe.
1999-03-25  Francis BeaudetFixed possible endless loop.
1999-03-24  Ulrich WeigandAdd IsWindow() checks after SendMessage() returns.
1999-03-22  Eric PouechFixed return codes for default driver proc.
1999-03-22  Kalevi J HautaniemiAdded Finnish keyboard layout.
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-03-22  Veksler MichaelFixed "reached end of non void..." warnings.
1999-03-21  Robert PouliotOne small error corrected and the 102th key...
next