Don't assume we are building in the source tree, but allow make to
[wine] / graphics /
2000-10-26  Mark DufourImplemented PolyDraw() and AngleArc().
2000-10-25  Mark DufourX11DRV_DrawArc: swap the start and end points when...
2000-10-19  Ulrich WeigandDon't hold the X11 lock while calling GDI object routines.
2000-10-13  Chris MorganImplemented the IDC_HAND cursor.
2000-10-13  Ove KaavenFill in the dsBmih.biSizeImage field of DIBSections...
2000-10-12  Hidenori TakeshimaAdded support for cp936.
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-26  Hidenori TakeshimaCode cleanup.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Hidenori TakeshimaUse appropriate charset if facenames of font is known.
2000-09-24  Gerald PfeiferFixed format strings.
2000-09-22  Damyan OgnyanoffAdded error correction when using symbol offsets.
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-09-12  Gerard PatelFix a memory leak in X11DRV_GetTextExtentPoint.
2000-09-07  Hidenori TakeshimaAdded support for cp949.
2000-09-04  Hidenori TakeshimaAdd jisx0212 encoding.
2000-08-29  Albert den HaanConvert the Unicode Character id to a glyph id in
2000-08-29  Albert den Haan- enhanced reporting of unsupported X font encodings
2000-08-26  Hidenori Takeshima implements DrawText for cp932.
2000-08-25  Andreas MohrMinor cosmetic changes.
2000-08-25  Alexandre JulliardBacked out font codepage change.
2000-08-23  Alexandre JulliardCleaned up major ugliness in __lfCheckSum.
2000-08-22  Alexandre JulliardRemoved unnecessary calls to CLIPPING_UpdateGCRegion...
2000-08-20  Hidenori TakeshimaHandle the codepage of fonts if supported by the graphi...
2000-08-20  Hidenori TakeshimaAdded internal charsets for supporting DBCS charsets.
2000-08-20  Marcus MeissnerSet X11DRV_DeviceCaps.numColors according to doc (fixes...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-18  Hidenori TakeshimaSeparate GetTextMetrics and implement it for SBCS/Unico...
2000-08-18  Dmitry TimoshkovAppend .DRV to name only if no extension present.
2000-08-15  Hidenori TakeshimaFixed for DBCS(cp932/cp949) codepage conversion.
2000-08-14  Hidenori TakeshimaAdded support for special treatments (use 2 or more...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Hidenori TakeshimaAdded checking for broken font cache.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
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 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-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-20  Dave HawkesMoveToEx: return TRUE even if there is no driver implem...
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-06-03  Alexandre JulliardReplaced GetDC by CreateDC.
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.
2000-05-24  Rob FarnumSeparate out the 32bit case from the 24bit case, and...
2000-05-23  Ove KaavenImproved DirectDrawPalette handling (set it on init...
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-10  Alexandre JulliardSpecify the service thread timers in ms instead of us.
2000-05-07  Marcus MeissnerSetImageBits_8: added ->15 conversion in optimized...
2000-05-07  Alexandre JulliardJean-Claude Batista (Macadamian/Corel)
2000-05-05  Rob FarnumRemoved warnings from freeing path in DeleteDC.
2000-05-03  Alexandre JulliardFixed COORD structure definition.
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-29  Dimitrie O. PaunRemoved some HEAP_xalloc calls.
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-04-24  Dimitrie O. PaunRemoved the last xmalloc calls.
2000-04-18  Huw D M DaviesImplement StrokeAndFillPath.
2000-04-18  Sheri SteevesEMR_SELECTOBJECT records stock objects with their id...
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-14  Huw D M DaviesA few corrections to bounding boxes.
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-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-30  Alexandre JulliardFixed ttydrv compile when using curses. Cleaned up...
2000-03-28  Niels Kristian Bec... - Fix some compiler warnings.
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-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-03-24  Patrik StridvallFixed some warnings.
2000-03-24  Patrik StridvallMade the include files self sufficient.
next