Added configure check for the unix domain sockaddr length.
[wine] / objects /
2000-02-13  Matthew ClineGetObjectA() now rejects GDI handles which are invalid.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-30  Marcus MeissnerGetDeviceCaps: spot yet unsupported accesses to the...
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-23  Marcus MeissnerCorrected arguments in DIB_DeleteDIBSection.
2000-01-15  Peter Hunnisett- Added some missing EMR record types and updated and...
2000-01-15  Gerard PatelRemoved DeleteObject call left over from previous patch.
2000-01-09  Gerard PatelAvoid deleting of the default 1x1 bitmap for memory...
1999-12-26  Huw D M DaviesMove DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
1999-12-25  Peter HunnisettAdded support for playing more record types (still...
1999-12-20  Huw D M DaviesPlayMetaFile and EnumMetaFile should work if the hdc...
1999-12-12  Eric PouechAllows DrawText(16|A|W) to get a NULL string as parameter.
1999-12-11  Peter Hunnisett- Implemented GetEnhMetaFilePaletteEntries
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-04  Peter Hunnisett- Added stub for conversion from meta to enhance meta...
1999-11-21  Ulrich WeigandRemoved some unaligned accesses.
1999-11-21  Huw D M DaviesStub for GetFontData16.
1999-11-21  Huw D M DaviesAdd stubs for Get/SetLayout().
1999-11-07  Lionel UlmerAdded the possibility to have mouse movements reported...
1999-11-04  Ian SchmidtRemoved unnecessary USER call from GetFontMetrics....
1999-10-31  Francis BeaudetReturn correct height and width for stock fonts in...
1999-10-31  Patrik StridvallFixed documentation.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Patrik StridvallAdded Win16 variants of existing Win32 functions.
1999-10-24  Matthew J. FrancisFixed top-down DIB handling in StretchDIBits32().
1999-10-24  Ulrich CzekallaMake sure that all calls use the extended structures...
1999-10-23  Ulrich CzekallaCopy bitmaps properly.
1999-10-13  Alexandre JulliardBacked out previous change (breaks with metafiles).
1999-10-13  Eric PouechOptimized StretchDIBits to call SetDIBitsToDevice ...
1999-09-27  Francis BeaudetDPtoLP needs to round the result.
1999-09-27  Richard CohenFixed GetRandomRgn.
1999-09-23  Francois BoisvertCreateDIBitmap creates a monochrome bitmap only when...
1999-09-22  Ian SchmidtAdded partial implementation of GetICMProfileA, require...
1999-09-20  Patrik StridvallFixed ANSI C violations.
1999-09-20  Ulrich WeigandDC hook proc thunk management simplified.
1999-09-20  Noel Borthwick- Add clipboard support for copying/pasting bitmaps...
1999-09-19  Juergen SchmiedFixed crash when loading *.ani files.
1999-09-19  Peter GantenStubs for PolyTextOutA/W.
1999-09-19  Karl LessardSome more minor GDI fixes.
1999-09-19  Huw D M DaviesSmall DIB fixes.
1999-09-14  Karl LessardFixed GetDIBits problems.
1999-09-13  Huw D M DaviesChange interfaces to THUNK_Alloc/Free slightly and...
1999-09-13  Kai MorichRelaxed parameter checking for GetDIBits.
1999-09-05  Francis BeaudetUse a special value in the hotspot coordinate to identi...
1999-09-04  Huw D M DaviesFixed compiler warnings.
1999-09-04  Pierre MageauChanged CopyImage to accept desiredX, desiredY and...
1999-09-03  Karl LessardIan Ward
1999-09-03  Richard CohenMake stock fonts independent of mapping mode.
1999-08-15  Steve TibbettFixed cursor stretch code.
1999-08-15  Gerard PatelAdded protection against possible memory corruption.
1999-08-15  Steve TibbettFixed cursor selection to find the correct cursor when...
1999-08-15  Juergen SchmiedFirst implementation of GetCharacterPlacementA.
1999-07-31  Eric KohlImproved GetRandomRegion().
1999-07-27  Ulrich WeigandAdded FinalUserInit16/FinalGdiInit16 stubs.
1999-07-24  Huw D M DaviesImplement handling of 32 bit AbortProc.
1999-07-23  Huw D M DaviesString to GetTextExtentPoint is not necessarily 0 termi...
1999-07-18  Thuy NguyenFixed rounding in MulDiv.
1999-07-18  Eric PouechCheck better that handles are actual handles to a region.
1999-07-10  Juergen SchmiedFixed crash due to invalid pointer.
1999-07-04  Patrik StridvallMoved code to the X11 driver.
1999-06-26  Eric KohlImproved GetRandomRegion().
1999-06-13  Marcus MeissnerDo not reuse a passed CONST RECT * pointer.
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-06-12  Huw D M DaviesOpen files with more appropriate sharing mode.
1999-06-12  Huw D M DaviesSmall fixes for EnhMetaFile playback.
1999-06-07  Eric PouechFixed CreateCompatibleBitmap when called with 0 width...
1999-06-05  Joshua ThielenAllow pens with styles greater than PS_INSIDEFRAME...
1999-06-05  Noel BorthwickFrom CreateCompatibleDC, pass the device name associate...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-22  Eric PouechCheck if dc has been created before using it.
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-22  Pascal LessardAdd some null checking in the Get/SetBitmapBits functions.
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-08  Alex KorobkaRearranged PAINT_RedrawWindow() so that it first recurs...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Huw D M DaviesSplit off wingdi16.h from wingdi.h. Add many more...
1999-05-08  Ulrich WeigandCheck for busy DCE moved to DCHook16().
1999-05-04  Francis BeaudetCheck if DC is busy before deleting it.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Michael VekslerRemoved redundant include of winbase.h from winuser16.h.
1999-05-02  Huw D M DaviesSeveral improvements to Enhanced MetaFile playback.
1999-05-01  Pavel RoskinLoadImageW fixed for hicolor displays.
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-25  Huw D M DaviesGeneral tidy up of the MetaFile driver - make sure...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-22  Karl LessardFixed coordinates conversion in OffsetClipRgn.
1999-04-19  Huw D M DaviesImplemented recording of StretchDIBits and SetDIBitsToD...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Huw D M DaviesFixes for upside-down DIBs.
1999-04-18  Pavel RoskinLookupIconIdFromDirectoryEx16() fixed: if GetSystemPale...
1999-04-15  Huw D M DaviesChange (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s...
1999-04-11  Juergen SchmiedChanged ressource dir structures.
1999-04-10  Luc TourangeauEnsure that the bitmap is properly initialized when...
1999-04-01  Ulrich WeigandAdded GdiSignalProc() stub.
1999-04-01  Ulrich WeigandLoadBitmap16()/LoadImage16() calling sequence simplified.
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-27  Huw D M DaviesFixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetP...
next