Moved a few non-standard headers into their respective dlls.
[wine] / graphics / x11drv /
2000-08-09  Alexandre JulliardMoved struct32.c to windows directory.
2000-08-07  Uwe BonnesX11DRV_DIB_SetImageBits_RLE8: break image lines.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-28  Ove KaavenAdd X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP...
2000-07-16  Andreas MohrSpelling fixes.
2000-07-15  Stephane LussierNew version of the patch from Francois Jacques with...
2000-07-15  Hidenori TakeshimaAdded DBCS/unicode encoding templates.
2000-07-15  Drew RonnebergIgnore broken fonts when building cache file.
2000-07-10  Alexandre JulliardBacked out previous patch.
2000-07-08  Francois JacquesUpdated X11DRV_DIB_GetDIBits to properly handle bottom...
2000-06-18  Dmitry TimoshkovDo not assume that double byte font == unicode font.
2000-06-18  Stephane LussierFixed memory access outside of the range for source...
2000-06-16  Ken ColemanFixes to CreateDIBSection and other areas where biSizeI...
2000-06-12  Alexandre JulliardUse the font default char for undefined characters...
2000-06-11  John ElliotSome fonts may have no characters at all for some reaso...
2000-06-11  James AbbatielloUse XCreateImage/XGetSubImage instead of XGetImage for
2000-06-10  Dmitry TimoshkovAssign codepage for every X11 font suffix, and use...
2000-06-08  Alexandre JulliardShi Quan He (of Corel)
2000-05-24  Rob FarnumSeparate out the 32bit case from the 24bit case, and...
2000-05-18  Ove KaavenMade X11DRV_DIB_MapColor map back to the original color...
2000-05-15  Alexandre JulliardUse the correct display for cached metrics file name.
2000-05-14  Lionel Ulmer- set debug messages after a TRACE_ON test
2000-05-12  Lionel UlmerAdded support for OpenGL.
2000-05-11  Marcus MeissnerFixed asm() constraints.
2000-05-07  Marcus MeissnerSetImageBits_8: added ->15 conversion in optimized...
2000-05-07  Alexandre JulliardJean-Claude Batista (Macadamian/Corel)
2000-04-30  Dimitrie O. PaunRemoved HEAP_xalloc.
2000-04-29  Ove KaavenAdded DIB_CreateDIBSection with extra parameter ovr_pit...
2000-04-29  Eric PouechFixed a few compilation warnings.
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-04-24  Dimitrie O. PaunRemoved the last xmalloc calls.
2000-04-14  Huw D M DaviesDon't close groups of polylines.
2000-04-11  Marcus MeissnerOnly copy dstwidth*3 bytes in the 24bit case.
2000-04-09  Dimitrie O. PaunReplaced xmalloc calls with malloc/HeapAlloc calls.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-08  Gerard PatelFixed pixmap leak with the 1x1 bitmap in memory DCs.
2000-03-28  Alexandre JulliardFixed memory allocations.
2000-03-28  Alexandre JulliardMerged DDBitmap and physBitmap into the generic bitmap...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-03-24  Patrik StridvallFixed some warnings.
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardMoved font resource functions out of the X11 driver.
2000-03-19  Alexandre JulliardAdded GetDCOrgEx in graphics device interface and remov...
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-19  Andrew LewyckyDelete the shm segment as soon as wine and X have attac...
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-15  Karl LessardUpdate DIB sections in text output and for graphics...
2000-03-09  Jim AstonHandle 24 bit DIBs <-> 24 bit deep/24 bits per pixel...
2000-03-07  Rein KlazesInclude in the AddFontResourceA/W fixme message a point...
2000-03-04  Joerg MayerFix a sign bug where memcpy was called with negative...
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-19  Alexandre JulliardStore config file contents in the registry so we only...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-13  James AbbatielloMoved CLIPPING_UpdateGCClipping call outside of the...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-23  Marcus MeissnerCorrected arguments to VirtualFree().
2000-01-08  Alexandre JulliardBacked out scalable bitmap change (gives ugly results).
1999-12-26  Huw D M DaviesMove DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
1999-12-25  Dmitry TimoshkovDon't skip usable X fonts. Add support for koi8 fonts.
1999-12-20  Huw D M DaviesMove Bezier code out of x11drv into commmon GDI code...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Huw D M DaviesFixes several bugs in gdi path handling.
1999-11-28  Bradley BaetzGive the app back the exact font name it asked for.
1999-11-21  Ulrich WeigandRemoved some unaligned accesses.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Ulrich CzekallaMake sure that all calls use the extended structures...
1999-10-23  Alexandre JulliardRe-applied lost change.
1999-10-23  Francis BeaudetRemoved an illegal character.
1999-10-13  Eric PouechFixed X11DRV_DIB_SetImageBits when called for RLE encod...
1999-10-13  Rein KlazesCorrect usage of a scratch array in X11DRV_PolyBezier.
1999-10-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-09-20  Noel Borthwick- Add clipboard support for copying/pasting bitmaps...
1999-09-19  Ulrich WeigandBugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
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-05  Richard CohenVarious fixes for the X11 font mapper, particularly:
1999-09-03  Karl LessardIan Ward
1999-08-21  Kristian NielsenFixed CreateDIBSection() called with negative height...
1999-08-15  Pascal LessardNow the conversion in the blt functions round up the...
1999-07-24  Huw D M DaviesFor large font sizes call XLoadQueryFont with a 100...
1999-07-10  Juergen SchmiedFixed crash due to invalid GDI_Obj.
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-22  Alexander KanavinStandard dialog boxes resources and OLE strings are...
1999-06-22  Eric PouechAdded missing GDI heap unlock.
1999-06-12  Uwe BonnesX11DRV_DIB_SetImageBits_24/32: Fix the case for bits_pe...
1999-05-29  Joshua ThielenFixed a bug which causes the PolyBezier to not be updat...
1999-05-24  Eric PouechChanged printf into TRACE.
1999-05-22  Pavel RoskinDisable passing device context to X11DRV_DIB_BuildColor...
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-08  Pavel RoskinFixed palette handling for true/high-color X11.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
next