Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
[wine] / windows /
1998-11-30  Paul QuinnFixed activation/Focus message order problem when creat...
1998-11-30  Paul QuinnImplementation of ChildWindowFromPointEx functions.
1998-11-26  Huw D M DaviesRemove included color.h.
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
1998-11-24  Juergen SchmiedBugfix: SetDlgItemText32 returns BOOL not void.
1998-11-24  Juergen SchmiedNew stubs GetUserObjectInformationA|W.
1998-11-22  Huw D M DaviesMoved DC_SetupGC functions to graphics/x11drv/graphics.c.
1998-11-22  David LuyerQueuing of deferred Expose events.
1998-11-22  Rein KlazesFixed typo.
1998-11-22  Marcus MeissnerCheck wndPtr for NULL.
1998-11-22  David FaureMicro patch for AltGr key on german keyboards.
1998-11-15  John RichardsonAllow SWP_HIDEWINDOW to be called on windows that are...
1998-11-15  Pim BollenFixed scroll bug in ScrollWindowEx32 which caused garba...
1998-11-15  Alexandre JulliardSmall atom fixes.
1998-11-15  Juergen SchmiedSmall fixes.
1998-11-15  Gavriel StateAdded code to manage Ascii and WideChar class names...
1998-11-14  Juergen SchmiedFixed warnings, some only visible with -Wstrict-prototy...
1998-11-14  Ulrich WeigandMoved X11 mouse cursor handling to the DISPLAY driver.
1998-11-14  Ulrich WeigandMoved GetKeyboardLayoutName16 to windows/input.c.
1998-11-14  Per ÅngströmEnumTaskWindows16: Basing the selection on a window...
1998-11-14  David FaureSpecial case handling of : Shift + arrow, shift + home...
1998-11-14  Per ÅngströmFixed SetMessageQueue32 to return FALSE, not TRUE,...
1998-11-14  Lionel UlmerWine keyboard and mouse have now their own UIDs.
1998-11-08  NF StevensFixed keystroke accelerators in dialogs which have...
1998-11-08  Juergen SchmiedFixes: LB_/CB_/EM_ messages for getting/setting text...
1998-11-08  Lionel UlmerAdded device type constants and used them in device...
1998-11-08  Uwe Bonnes- adds GetExitCodeProcess
1998-11-08  Ulrich WeigandAdapted to new input event handling.
1998-11-08  Ulrich WeigandUSER-side part of input event handling: contains implem...
1998-11-08  Ulrich WeigandStubs for DISPLAY.DRV removed from keyboard.c.
1998-11-08  Ulrich WeigandImplementation of MOUSE.DRV (contains some code taken...
1998-11-08  Ulrich WeigandImplementation of KEYBOARD.DRV (code mostly taken from...
1998-11-07  Rein KlazesAdded WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
1998-11-06  Lionel UlmerChanged mouse button mapping and check size of return...
1998-11-06  Ove KaavenMade sure ConfigureNotify is processed before Expose...
1998-11-06  Marcus MeissnerTwo missing WINAPIs.
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-11-01  Ulrich WeigandRun Winelib applications as 32-bit processes in the...
1998-11-01  Ulrich WeigandCall mouse driver callback also if windows are not...
1998-11-01  Alexandre JulliardFixed crashes with WM_GETDLGCODE translation.
1998-11-01  Patrik StridvallStarted moving some X11 window management code to windo...
1998-11-01  Ove KaavenFixed IsDialogMessage16.
1998-11-01  Huw D M DaviesA couple of small fixes to my bitmap patch.
1998-11-01  Uwe BonnesAllow the user to put a mark in the debug log by adding...
1998-11-01  Rein KlazesCreateWindowEx32[AW] now creates an MDI chils when...
1998-11-01  Marcus MeissnerAdded stubs for user32,advapi32 functions.
1998-11-01  Andreas MohrAdded stub for CheckCursor().
1998-11-01  Tim NewsomeFix for non-modal dialog closing.
1998-11-01  David FaureRewrote the two routines using the vkey->scancode array...
1998-11-01  David FaureDeleted the vkey->sancode array, because QWERTY specific.
1998-10-31  Marcus MeissnerSmall fixes.
1998-10-31  Marcus MeissnerLots of stubs to get winlogon.exe from nt3.51 and other...
1998-10-31  Rein KlazesMDIchild created when the MDI client has the MDIS_ALLCH...
1998-10-31  Rein KlazesDelay linking newly created window in linked list until...
1998-10-28  Juergen SchmiedA dest buffer was printed out as string.
1998-10-28  Huw D M DaviesAdded pBitmapBits and pCreateBitmap to the GDI function...
1998-10-27  Marcus MeissnerEnumDisplayModes* returns a static list of modes with...
1998-10-26  NF StevensA couple of TRACE messages are missing a newline at...
1998-10-26  Pascal Cuoq32-bit clipboard support.
1998-10-26  Ulrich WeigandBugfix for QUEUE_Signal: Always use PostEvent if no...
1998-10-26  NF StevensFixed a minor problem with the menus for mdi child...
1998-10-25  David FaureReplaced 0x00 with 0x01 in the vkey->sancode array...
1998-10-25  Douglas RidgwayAPI Documentation for SendMessage, GetTickCount, PostQu...
1998-10-24  Kai MorichAdded Drag&Drop from KDE app to 16/32 bit Windoze app.
1998-10-24  Kai MorichAdded FIXME message in PostMessage32x if parameters...
1998-10-24  Lionel UlmerBeginning of mouse support in DirectInput (only "standa...
1998-10-24  Eric KohlFixed DrawCaption16() and DrawCaptionTemp16().
1998-10-24  David FaureFixed warning.
1998-10-23  Juergen SchmiedNew stub RegisterTaskList.
1998-10-23  Juergen SchmiedMore message mapping 32A<-->32W for EM_, CB_, LB_ for...
1998-10-22  NF StevensFixed moving and sizing of child windows.
1998-10-22  Marcus MeissnerXQueryKeymap -> TSXQueryKeymap (fixes the XIO errors...
1998-10-18  Turchanov SergeyMoved Multimonitor API declarations to windows.h.
1998-10-18  Turchanov SergeyImplemented DefDriverProc32 from winmm.dll.
1998-10-18  Alex KorobkaGot rid of flickering scrollbar arrows. MDI scrolling...
1998-10-17  Patrik StridvallCompile fix for Solaris.
1998-10-17  Marcus MeissnerFixed some more missing WINAPIs (hopefully correct).
1998-10-15  Rein KlazesFixed an error when an owned window activates its owner...
1998-10-15  Rein KlazesClosing a dialog using the menu bar ("x" or "-" button...
1998-10-15  Juergen SchmiedNew stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
1998-10-14  Alex KorobkaBetter QUEUE_FlushMessages().
1998-10-12  Norman StevensImproving keyboard handling, including accelerator...
1998-10-11  Ulrich WeigandMOUSE.DRV routines moved to event.c. Call mouse event...
1998-10-11  Ulrich WeigandChanged DC members w.hVisRgn, w.hClipRgn, amd w.hGCClip...
1998-10-11  Juergen SchmiedStub CreateDialogIndirectParamAorW.
1998-10-11  Rein KlazesAdded window text to the output generated by walk wnd...
1998-10-11  Rein KlazesGetTickCounts() has a granularity in windows of 25...
1998-10-11  Eric KohlAdded DrawCaption[16/32] and DrawCaptionTemp[16/32A...
1998-10-11  David FaureAdded KEYBOARD_UpdateState, to read the modifiers when...
1998-10-10  Dave PicklesImplemented DS_CENTER dialog style.
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