- Fix comments after the big renaming (xxxx32y --> xxxxy).
[wine] / windows /
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.
1999-03-10  Stephane LussierImplemented SendMessageTimeout() functions.
1999-03-10  Ulrich WeigandAdapted to cursor/icon handling changes.
1999-03-10  Ulrich WeigandBugfix: ToAscii should not generate ASCII code when...
1999-03-10  Ulrich WeigandAvoid unnecessary GraphicsExpose events.
1999-03-09  Ulrich WeigandBugfix: DirectedYield() only to 16-bit tasks in ReplyMe...
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-28  Alexandre JulliardProcess and thread id now use the server-side id instea...
1999-02-28  Guy Albertelli- Code to return default language code as keyboard...
1999-02-28  Juergen SchmiedFIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE...
1999-02-28  Francis BeaudetOrder of send message processing was not respected...
1999-02-28  Francis BeaudetAdded checks to guard against NULL active window.
1999-02-28  Norman StevensDon't check children of disabled or invisible controls...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Alexandre JulliardMake GetWindowLong(GWL_HWNDPARENT) return the same...
1999-02-25  Francois BoisvertAdding of new functions to make the wnd struct thread...
1999-02-25  Pascal LessardScrollDC32 modified to return rect in logical coordinate.
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-24  Lionel UlmerAdded stubs for two missing methods of DInput.
1999-02-24  Stephane LussierFixed some SendMessage bugs.
1999-02-22  Marcus MeissnerSome more recursive include fixes/optimizations.
1999-02-22  Francois GougetUpdated to use the latest COM macros, ICOM_VTABLE and...
1999-02-21  Michael Veksler- Fix headers to include less or smaller header files.
1999-02-21  Stephane LussierFix problem where you need mouse activity to unlock...
1999-02-19  Martin WalkerFixed message filtering check.
1999-02-19  Alexandre JulliardReverted broken close button change.
1999-02-19  Francis BeaudetTemporary fix suggested by Ulrich to allow the
1999-02-19  Ove KaavenInitialized return value of 16->32 conversion of WM_MDI...
1999-02-19  Ove KaavenAdded extra child arguments to DCE_GetVisRgn() to be...
1999-02-18  Stephane Lussier- New implementation of SendMessage, ReceiveMessage...
1999-02-18  Ulrich WeigandBugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWi...
next