Remove races from DPMI async event handling.
[wine] / objects /
2003-10-11  Dave BelangerImprovement on the code that deals with setting the...
2003-10-04  Dave BelangerImplemented the SetArcDirection metarecord in EMF driver.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-30  Dave BelangerImplementation of SelectPalette and RealizePalette...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-18  Francois GougetSpelling and case fixes.
2003-08-13  Dmitry TimoshkovConvert initData as well.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Dmitry TimoshkovConvert CreateDC to unicode in the driver interface.
2003-08-05  Dmitry TimoshkovUse same formula to convert from device to logical...
2003-08-05  Dmitry TimoshkovCorrectly truncate tmFirstChar, tmLastChar, tmBreakChar...
2003-07-26  Mike McCormackWhen GetObject is called with a NULL pointer, return...
2003-07-02  Francois GougetFixed some common spelling errors.
2003-07-02  Shachar ShemeshDon't call the reordering function if the string length...
2003-06-27  Shachar ShemeshImplementation of the reordering algorithm by calling...
2003-06-23  Huw DaviesDon't enable client side fonts unless we have at least...
2003-06-23  Mike McCormackRecord SetWorldTransform and ModifyWorldTransform in...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-06  Ingmar ThiemannImplemented PolyTextOutA/PolyTextOutW.
2003-05-21  Mike McCormackImplemented GdiComment for enhanced metafiles.
2003-05-19  Alexandre JulliardFixed return value of GetTextFaceA.
2003-05-19  Huw DaviesAfter we update the mapping mode reselect the current...
2003-05-19  Huw DaviesGetRandomRgn(...,1) returns the current clipping rgn.
2003-05-13  Alexandre JulliardUse a different magic for memory DCs and get rid of...
2003-05-11  Alexandre JulliardAdded partial stub for GetTransform.
2003-05-11  Huw DaviesPlayback escapes in metafiles.
2003-05-11  Huw DaviesAdded stub for SetVirtualResolution.
2003-05-11  Ulrich CzekallaReturn value of ExtSelectClipRgn should consider visibl...
2003-05-11  Dmitry TimoshkovMake SetMapMode set default window and viewport extents...
2003-04-27  Stefan LeichterMoved (stub) implementation of GetKerningPairs from...
2003-03-27  P. ChristeasFixed typo in SetGraphicsMode.
2003-03-24  Shachar ShemeshReordering can take place even if the font does not...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-14  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Huw...
2003-02-01  Andrew John HughesExtended SetSystemPaletteUse to deal with error conditions.
2003-01-24  Rein KlazesLoad default stock bitmap in CreateDC().
2003-01-21  Rein KlazesAllocate palette objects on the large gdi heap.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-27  Huw D M DaviesEnumFont16 should enumerate gdi fonts too.
2002-11-25  Shachar ShemeshChange some of the number seperators to "Neutral" rathe...
2002-11-25  Steve LustbaderStretchDIBits: avoid crash on null pointers.
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed a number of -DSTRICT issues.
2002-11-21  Marcus MeissnerFixed aliasing problems (do not use (POINT*)&rect const...
2002-11-21  Michael StefaniucSome -DSTRICT fixes.
2002-11-21  Steve LustbaderStub for SetDCBrushColor.
2002-11-15  Huw DaviesProper handling of SetTextCharacterExtra.
2002-11-13  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-18  Alexandre JulliardMoved EnumObjects16, LineDDA16 and associated glue...
2002-10-18  Alexandre JulliardSplit out some 16-bit GDI code.
2002-10-18  Alexandre JulliardStore the original GDI palette functions in pfnSelectPa...
2002-10-18  Alexandre JulliardConverted PlayMetaFileRecord and related functions...
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-10-03  Alexandre JulliardMoved CreateBrushIndirect16 and CreateDIBPatternBrush16...
2002-10-02  Greg TurnerCreateDC: handle (nil, <string>, ...) gracefully if...
2002-10-02  Alexandre JulliardMake sure things still work if 16-bit dlls cannot be...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-09-04  Shachar Shemesh- Return old code for handling parameters to GetCharact...
2002-08-29  Alexandre JulliardAdded internal 32-bit versions of GDISelectPalette and
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-20  Mike McCormackHandle NULL buffer in GetObject.
2002-08-17  Mike McCormackAdded sanity checks on EMRCREATEDIBPATTERNBRUSHPT values.
2002-08-17  Huw D M DaviesAllow an app to open the file of a disk based emf for...
2002-08-16  Huw D M DaviesFix for metafile ExtTextOut that only includes the...
2002-08-16  Huw D M DaviesTranslate OutlineTextMetrics to logical co-ords.
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-08-15  Huw D M DaviesDeleteObject() can fail if the object is a DC, however...
2002-08-09  Huw D M DaviesAdd missing HeapFree.
2002-08-02  Alexandre JulliardDon't set the DC_DIRTY flag in SetDCState since we...
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-24  Lionel UlmerProperly check that the font resource is not already...
2002-07-22  Shachar ShemeshNow checks that the GCP_REORDER flag is set before...
2002-07-20  Andreas MohrCreateDCA should return failure if both driver and...
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-06-28  Alexandre JulliardBITMAP_SelectObject must return the old handle, not...
2002-06-25  Alexandre JulliardReplaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP...
2002-06-24  Ulrich CzekallaAdded temp fix for world transform bug in SetWindowOrgE...
2002-06-22  Huw D M Davies- Implement AddFontResource*, add stubs for RemoveFontR...
2002-06-14  Shachar ShemeshExtTextOutW: if GetFontLanguageInfo says that the font...
2002-06-14  Shachar Shemesh- Implemented a skeleton for GetFontLanguageInfo. Using...
2002-06-13  Dmitry TimoshkovFixed the names of some stock fonts.
2002-06-13  Won Kyu ParkFixed defaultGuiFont for Korean.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-04  Alexandre JulliardBetter encapsulation of the font and metafile objects.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
next