Update to reflect recent changes and discussions.
[wine] / windows /
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...
1999-03-21  Francis BeaudetClear update region before WM_NCDESTROY.
1999-03-21  Alexandre JulliardGot rid of SYSTEM_LOCK macros.
1999-03-19  Pavel RoskinFixed WIN_SendDestroyMsg.
1999-03-19  Eric PouechFixes some return values for DefDriverProc.
1999-03-19  Andreas MohrHide dialog windows created by CreateDialog* in EndDial...
1999-03-19  Bertho StultiensFixed Danish keyboard layout.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-17  Bruno AfonsoAdded Portuguese keytable.
1999-03-17  Robert PouliotAdded Canadian French keyboard layout.
1999-03-17  Huw D M DaviesAdded UK keyboard layout.
1999-03-17  Francis BeaudetImplemented a more defensive version of WIN_SendDestroyMsg.
1999-03-17  Ulrich WeigandInter-thread SendMessage() bugfixes:
1999-03-16  Ulrich WeigandAvoid unnecessary error messages.
1999-03-16  Ulrich WeigandIgnore HIWORD of boolean return values of 16-bit hook...
1999-03-16  Pavel RoskinFixed bug introduced in WIN_FindWindow.
1999-03-15  Ove KaavenBetter comments, and added ANSI codepages in table.
1999-03-15  Eric PouechBetter 16/32 bit driver messages mapping and handling.
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Patrik StridvallReimplemented some code without using X11.
1999-03-14  Ove KaavenFirst attempt at supporting different keyboard layouts...
1999-03-14  Pavel RoskinPrevent X11 errors when XCreateWindow is called with...
1999-03-13  Marcus MeissnerFixed newly introduced and some leftover warnings.
1999-03-13  Guy AlbertelliHandle null wndPtr for mdi window.
1999-03-12  Juergen SchmiedMessage translation for WM_WININICHANGE.
1999-03-12  Pavel Roskinobm_closed_95 should not be drawn inverted.
1999-03-12  Stephane LussierCreate a new DC in GetDCEx when none are available.
next