Map 32 bits resource for 16 bits print dialog.
[wine] / graphics /
2001-02-16  François GougetAdded DIB/pixmap synchronization for {Get,Set}Pixel.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-02-13  Lionel UlmerAdded RGB 565 => RGB 0888 conversion.
2001-02-12  James AbbatielloIn CreateDIBSection, the offset into the file mapping...
2001-02-12  Andreas Mohr- move TSXGrabServer after a possible return FALSE;
2001-02-12  Ove KaavenIn CopyDIBSection, use source DIB colormap instead...
2001-02-12  Eric KohlFixed text size calculation bug in GetTextExtentPoint...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-24  Alexandre JulliardRemoved non-standard OBM_RADIOCHECK bitmap.
2001-01-24  Eric KohlPartial implementation of world transform support.
2001-01-18  Alexandre JulliardStore USER icons and cursors as resources instead of...
2001-01-15  Alexandre JulliardReplaced X11DRV_CritSection references by wine_tsx11_...
2001-01-15  Alexandre JulliardRemoved CALL_LARGE_STACK support.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-04  Andreas MohrStarcraft was confused by a wrong FALSE BitBlt return.
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
2000-12-24  Francois GougetUpdated the look of dots and dashes to match the Win32...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-22  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Gavriel...
2000-12-20  Gerard PatelSet the color mask with BI_BITFIELD dibs, don't use the
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-06  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Andrew...
2000-12-05  Guy L. Albertelli- correct number of colormap entries looked at in GetDI...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
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-27  Andreas MohrAlso mention xpm-devel in the error msg.
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-26  Dimitrie O. PaunDo not compile code that makes use of the X Shm extension.
2000-11-25  Ove KaavenMade X11DRV_DIB_GetImageBits_16 aware of 565 DIBs.
2000-11-25  Ove KaavenImplemented Get/SetDIBColorTable.
2000-11-25  Marcus MeissnerGetPixel needs to return CLR_INVALID if not inside...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-11  Nerijus BaliunasAdd new encodings ISO 8859-10 (cp28600), 8859-13 (cp286...
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-11-01  Mark DufourMake the functions Pie, Chord, RoundRect, AngleArc...
2000-10-31  Francois GougetUse sizeof for maintainability.
2000-10-31  Francois GougetFixed a few device caps values.
2000-10-29  Alexandre JulliardUse GetStockObject() instead of the magic STOCK_* handles.
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.
next