- Make the ListView control Unicode ready.
[wine] / graphics /
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2002-01-04  Gavriel StateSpeed up the GetImageBits case where we have an XShm...
2002-01-02  Alexandre JulliardMoved the OEM bitmaps that don't depend on the Wine...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-21  François GougetHandle more than 8 bits per color component.
2001-12-21  François GougetMerged the handling of 15 and 16 bits X server depths.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  François GougetAdd traces to help diagnose systematic cached-metrics...
2001-11-05  Dmitry TimoshkovConvert GetCharWidth to Unicode.
2001-11-05  François GougetFix line length calculation in X11DRV_DIB_Convert_any_asis.
2001-10-23  Huw D M DaviesExtTextOutW with symbol fonts works with chars in the...
2001-10-21  Andreas MohrCosmetics.
2001-10-17  Francois GougetFix tons of color conversion bugs.
2001-10-17  Francois GougetUse the same color conversion algorithm as the DIB...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-08  Francois GougetSmall typo fixes/updates.
2001-10-04  Alexandre JulliardIgnore RLE data that goes past the line end (found...
2001-10-03  Alexandre JulliardSkip BitBlt DIB optimization if source and dest DCs...
2001-09-14  Huw D M DaviesAvoid calling RestoreDC with gdi lock.
2001-09-14  Huw D M DaviesRelease gdi lock before calling DeleteDC.
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-07  Jukka HeinonenChanging DIB color table now updates the DIB visible...
2001-09-07  Guy L. AlbertelliPrevent bomb when GDI_ObjPtr returns null object.
2001-08-21  Gerard PatelDefault bitmap is not subject to reference counting.
2001-08-20  Alexandre JulliardRefuse to select a bitmap that is already selected...
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
2001-08-16  Alexandre JulliardSpecify sizes for stock fonts again; removed the FixSto...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-15  Alexandre JulliardFixed win16drv initialisation.
2001-08-15  Jeremy WhiteNormalize the display name used to build the cached...
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-08-08  Alexandre JulliardFixed in_data/out_data mixup in Escape16 (thanks to...
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-07-26  Bill MedlandDon't inline perfect_graphics().
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved enhmetafile.h. Simplified ENHMETAFILEOBJ struct...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-22  Alexandre JulliardRemoved some direct accesses to GDI internal pen/brush...
2001-07-22  Alexandre JulliardMoved the 16-bit pointer to the DIB bits out of the...
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-12  Alexandre JulliardFixed a few issues with tsx11 locking.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-26  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-06-25  Jau-Horng ChenAdded Traditional Chinese Support
2001-06-25  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-06-25  Dmitry TimoshkovBetter separate the XShm using code.
2001-06-20  Alexandre JulliardSubtract DC origin from graphics exposure event coordin...
2001-06-19  Dmitry TimoshkovAdd System font to the set of default sans serif fonts.
2001-06-19  Dmitry TimoshkovReplace PROFILE_ functions by RegQueryValueExA in x11drv.
2001-06-11  Alexandre JulliardAdded counter for operations generating graphics exposu...
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-22  Dmitry TimoshkovFixed some dll separation issues.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-08  Marcus MeissnerPS passthrough was sending 2 bytes too many.
2001-05-07  Francois GougetAdded the minmax.h header (VC6).
2001-04-17  Ove KaavenImplemented the ddraw HAL access escape (DCICOMMAND...
2001-04-16  Gavriel StateCopy the first 128 colors from the default colormap...
2001-04-16  Ove KaavenFixed CoerceDIBSection's AuxMod handling. Added CoerceD...
2001-04-16  Dmitry TimoshkovAdd MS Shell Dlg font to the set of default sans serif...
2001-03-28  Marcus MeissnerFixed undefined C constructs (val assignment in express...
2001-03-28  Gavriel State- Always use a double-buffered visual if one is available.
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-03-20  Ove KaavenImplemented Get/SetDeviceGammaRamp.
2001-03-16  Huw D M DaviesMoved GetTextMetrics to unicode.
2001-03-05  Vedran RodicMade 8 bpp to 24 bit depth conversion in X11DRV_DIB_Set...
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-03-05  Ian PilcherDon't load the WINEPS driver until it's needed.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
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.
next