- New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
[wine] / objects /
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Eric PouechChanged some functions prototypes (were returning void).
1999-02-09  Brad PepersWinG fixes.
1999-02-09  Huw D M DaviesGetMetaFileBitsEx should work in bytes not words.
1999-02-09  Ulrich WeigandChange fault handler 'addr' argument to LPCVOID.
1999-02-09  Paul QuinnGetCursorPos is actually a BOOL.
1999-02-09  Zygo BlaxellFix types of GetDIBits functions (LPSTR should be LPVOID).
1999-02-09  Jason McMullanAdds support for EMR_STRETCHDIBITS in EMFs.
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-28  Marcus MeissnerFixed GetIconInfo16 (.spec,ICONINFO struct is different...
1999-01-26  Andreas MohrImplemented GetIconInfo16 -> call to GetIconInfo32.
1999-01-24  Guy AlbertelliFinished GetTextCharsetInfo routine.
1999-01-23  Marcus MeissnerCheck opened enhmetafile for magic values.
1999-01-23  Juergen SchmiedImplemented CreateHalftonePalette.
1999-01-20  Marcus MeissnerSome small fixes to enhmetafiles.
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  NF StevensDelphi 2.0 needs to allocate a bitmap bigger than 4096...
1999-01-01  Douglas RidgwayImplement TranslateCharsetInfo, change charset type...
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-26  Francois GougetFixed the prototype of CreateDIBPatternBrushPt
1998-12-18  Douglas RidgwayDocumentation for TranslateCharsetInfo.
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-11  Huw D M DaviesImplement AbortDoc16, move AbortDoc32 and StartDoc32W to
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-02  Huw D M DaviesMove OEM resources to the x11drv.
1998-12-01  Ulrich WeigandImplemented GdiFreeResources (GDI.609).
1998-11-30  Juergen SchmiedLoad now the first icon from the *.ani file instead...
1998-11-30  Huw D M DaviesGetSystemPaletteEntries returns palette size if entries...
1998-11-26  Ulrich WeigandRemoved some unnecessary FIXME outputs.
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
1998-11-22  Huw D M DaviesMoved DC_SetupGC functions to graphics/x11drv/graphics.c.
1998-11-22  Andreas MohrAdded Win16 implementation for GetRegionData().
1998-11-22  Juergen SchmiedChecking for NULL-pointer.
1998-11-22  Ian SchmidtAdded stubs for two undocumented GDI routines, SetMagic...
1998-11-22  Gael de ChalendarPartially complete GetTextCharsetInfo and corrects...
1998-11-15  Eric KohlFixed retrieval of invalid palette data in GetDIBits().
1998-11-15  Dirk ThierbachFixed bug in StretchDIBits32 (wrong origin).
1998-11-14  Ulrich WeigandMoved X11 mouse cursor handling to the DISPLAY driver.
1998-11-14  Huw D M DaviesFixes a few of the many compiler warnings.
1998-11-14  Huw D M DaviesFix allocation size in CreateDIBPatternBrush*.
1998-11-08  Eric PouechPrevent CreateDIBSection from seg faulting when one...
1998-11-08  Jeff JohannAdded CreateDIBPatternBrushPt (GDI32.35) with minor...
1998-11-08  Rein KlazesExtSelectClipRgn fix: RGN_DIFF did not work.
1998-11-08  Ulrich WeigandAdapted to new input event handling.
1998-11-07  Charles SuprinAdded stubs for SetWinMetaFileBits and GetEnhMetaFilePa...
1998-11-07  Uwe BonnesFail if less then one entire line requested in GetBitma...
1998-11-06  Rein KlazesExtSelectClipRgn() with RGN_COPY copies the wrong region.
1998-11-06  Huw D M DaviesMoved X11 DIB stuff to x11drv.
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-11-01  Huw D M DaviesMore bitmap fixes.
1998-11-01  Ulrich WeigandBugfix: SetDCState did not reset clipping region to...
1998-11-01  Marcus MeissnerDon't HeapFree() colormap if we didn't allocate one.
1998-10-28  François GougetFixed some LPPOINT/LPSIZE mismatches and some missing...
1998-10-28  Huw D M DaviesAdded pBitmapBits and pCreateBitmap to the GDI function...
1998-10-28  Huw D M DaviesFixed differences between SetRectRgn16 and SetRectRgn32...
1998-10-24  Huw D M DaviesAdds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPo...
1998-10-23  Juergen SchmiedNew FONT_GetObject32W(), GetObject32W().
1998-10-21  NF StevensFixed a bug in RectInRegion.
1998-10-18  Turchanov SergeyImplemented LoadCursorFromFile, fixed DrawIconEx to...
1998-10-18  Turchanov SergeyFixed LoadImage to support almost all LR_ flags.
1998-10-18  Turchanov SergeyFixed bug in DIB_SetImageBits_RLE8 (because 'color...
1998-10-16  Uwe BonnesRenamed all LPIMAGE_* types to PIMAGE_*.
1998-10-14  Moshe VainerPartial implementation of GetOutlineTextMetrics32A.
1998-10-14  Ulrich WeigandDo not clip source rectangle even by visible region...
1998-10-11  Ulrich WeigandStubs for CreateUser(Discardable)Bitmap16.
1998-10-11  Ulrich WeigandChanged DC members w.hVisRgn, w.hClipRgn, amd w.hGCClip...
1998-10-11  Eric KohlFixed bug in DrawIconEx32().
1998-10-10  Cliff WrightAdded DC object type to the list of valid objects that...
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
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1998-01-18  Alexandre JulliardRelease 980118 wine-980118
1998-01-04  Alexandre JulliardRelease 980104 wine-980104
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-10-12  Alexandre JulliardRelease 971012 wine-971012
1997-09-28  Alexandre JulliardRelease 970928 wine-970928
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-08-04  Alexandre JulliardRelease 970804 wine-970804
next