Added needed string.h includes.
[wine] / objects /
2001-03-20  Ove KaavenImplemented Get/SetDeviceGammaRamp.
2001-03-16  Huw D M DaviesMoved GetTextMetrics to unicode.
2001-03-13  Huw D M DaviesFix typo in OUTLINETEXTMETRIC definition.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-02-20  Dmitry TimoshkovBetter implementation of EMF record EMR_EXTSELECTCLIPRGN.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-02-12  James AbbatielloIn CreateDIBSection, the offset into the file mapping...
2001-02-12  Dmitry TimoshkovImplement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MA...
2001-02-12  Huw D M DaviesRemove unused outXform.
2001-02-12  Huw D M DaviesFix EMF positioning when rclFrame has a non-zero origin.
2001-02-12  Dmitry TimoshkovAdd support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH...
2001-01-29  Eric KohlDisabled setting of window origin from an EMF.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-25  Eric KohlDisabled setting of viewport origin from an EMF.
2001-01-24  Eric KohlSeveral fixes for playing enhanced metafiles in a given...
2001-01-24  Andreas MohrDocumentation updates.
2001-01-22  Francois GougetTypo fixes in comments.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-10  Joerg MayerFixed some signed/unsigned warnings.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-29  Marcus MeissnerCreateFontIndirect() can get NULL pointers.
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-21  Eric KohlUse handle to palette instead of index for EMR_SELECTPA...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-29  Brian TeagueAdd a stub for the CAPS1 capability in GetDeviceCaps.
2000-11-29  Lionel UlmerFixed the size of the large_handles array.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-25  Ove KaavenImplemented Get/SetDIBColorTable.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-11-01  Andreas MohrUse GDISelectPalette16 instead of SelectPalette and
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Francois GougetAllow pens with styles greater than PS_INSIDEFRAME...
2000-10-31  Francois GougetSet the thickness of stock pens to 0 so that they are...
2000-10-29  Alexandre JulliardUse GetStockObject() instead of the magic STOCK_* handles.
2000-10-25  Aviad PinelesAvoid infinite loop in CreateRoundRectRgn().
2000-10-24  Patrik Stridvall- Explicitly initialize structures.
2000-10-24  Dmitry TimoshkovMake EnumEnhMetaFile work.
2000-10-23  Ulrich WeigandFixed painting problems in non-MM_TEXT modes.
2000-10-13  Marcus MeissnerStubbed GetDeviceGammaRamp.
2000-10-12  Marcus MeissnerReturn values are reversed in failure/rgdata == NULL...
2000-09-29  Andreas MohrGDISelectPalette16 checked GetObjectType() return value for
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-29  Sergei IvanovFixed return values of GetRegionData.
2000-09-26  Marcus MeissnerWORD is unsigned, so we need to transalte 0xffff into -1.
2000-09-24  Gerald PfeiferFixed format strings.
2000-09-19  Alexandre JulliardHenning Hoffmann
2000-09-16  Alexandre JulliardMoved Select/RealizePalette implementation to USER...
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-09-10  Eric PouechFixed fallback code for StretchBlt on RLE DIBs with...
2000-09-07  Gerard PatelMake GetDeviceCaps16 (hdc, NUMCOLORS) not return -1...
2000-08-25  Gerard PatelRestored the hPseudoBitmap hack for programs deleting...
2000-08-25  Alexandre JulliardBacked out font codepage change.
2000-08-25  Andreas MohrGetObjectA: unlock the object again even in case of...
2000-08-20  Hidenori TakeshimaHandle the codepage of fonts if supported by the graphi...
2000-08-20  Alexandre JulliardFixed GDI locking in GetDeviceCaps.
2000-08-20  Huw D M DaviesImplemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYL...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-01  Alexandre JulliardMoved MulDiv() and VGA routines out of GDI.
2000-08-01  Phillip EzoltFixed CreateDC to work properly when it is called with...
2000-07-30  Alexandre JulliardCleaned up a few USER dependencies.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-11  Stephane LussierIn CreateDIBSection function, if hdc is NULL it now...
2000-06-12  Gerard PatelhookThunk was not initialized in GetDcState.
2000-06-11  James AbbatielloDon't print uiLengthDrawn in the FIXME in DrawTextExA...
2000-06-03  Alexandre JulliardMoved DIB_FixColorsToLoadflags to cursoricon.c.
2000-05-18  Patrik StridvallGetRelAbs for some reason takes 2 parameters, even...
2000-05-03  Alexandre JulliardFixed DrawTextW length handling.
2000-04-30  Dimitrie O. PaunRemoved HEAP_xalloc.
2000-04-29  Ove KaavenAdded DIB_CreateDIBSection with extra parameter ovr_pit...
2000-04-18  Huw D M DaviesFix return value for OffsetRgn if x and y are 0.
2000-04-18  Huw D M DaviesTidy up of PlayEnhMetaFileRecord - fixes PolyPoly*...
2000-04-13  Huw D M DaviesFixes and cleans up some of the GetEnhMetaFile* functions.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-06  Junichi KuchinishiAdded conversion from DBCS lpDx to WCHAR lpDx.
2000-03-30  Huw D M DaviesDelete objects after use in EnumEnhMetaFile.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-28  Alexandre JulliardFixed memory allocations.
2000-03-28  Alexandre JulliardMerged DDBitmap and physBitmap into the generic bitmap...
2000-03-26  Hidenori TakeshimaFixes for i18n.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Alexandre JulliardMoved LoadImage and related functions to cursoricon.c.
2000-03-24  Alexandre JulliardMoved gdi/user thunking functions into their respective...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardMoved font resource functions out of the X11 driver.
next