- 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
- 74c2cbe Add traces to help diagnose systematic cached-metrics regeneration problems. by François Gouget · 23 years ago
- 3f8e407 Convert GetCharWidth to Unicode. by Dmitry Timoshkov · 23 years ago
- 69f8b8f Fix line length calculation in X11DRV_DIB_Convert_any_asis. by François Gouget · 23 years ago
- 8bf8021 ExtTextOutW with symbol fonts works with chars in the ranges by Huw D M Davies · 23 years ago
- e15badb Cosmetics. by Andreas Mohr · 23 years ago
- 4e31b8b Fix tons of color conversion bugs. by Francois Gouget · 23 years ago
- 88372a6 Use the same color conversion algorithm as the DIB code (and Windows), by Francois Gouget · 23 years ago
- e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
- 58b29952 Small typo fixes/updates. by Francois Gouget · 23 years ago
- c8f3fed Ignore RLE data that goes past the line end (found by Uwe Bonnes). by Alexandre Julliard · 24 years ago
- 3c76b14 Skip BitBlt DIB optimization if source and dest DCs have different depths. by Alexandre Julliard · 24 years ago
- 6e24a0a Avoid calling RestoreDC with gdi lock. by Huw D M Davies · 24 years ago
- bed56dd Release gdi lock before calling DeleteDC. by Huw D M Davies · 24 years ago
- 814654e Lay down the infrastructure for gdi font rendering. by Huw D M Davies · 24 years ago
- 3c0211f Cleanup code that is strange or difficult to parse. by Patrik Stridvall · 24 years ago
- 6b9d4ab Changing DIB color table now updates the DIB visible state. by Jukka Heinonen · 24 years ago
- 342b5a8 Prevent bomb when GDI_ObjPtr returns null object. by Guy L. Albertelli · 24 years ago
- e8829c0 Default bitmap is not subject to reference counting. by Gerard Patel · 24 years ago
- 3036fef Refuse to select a bitmap that is already selected in another DC. by Alexandre Julliard · 24 years ago
- 78f9fae Create GDI stock objects as normal objects instead of using magic handle values. by Alexandre Julliard · 24 years ago
- e811f9c Specify sizes for stock fonts again; removed the FixStockFontSize by Alexandre Julliard · 24 years ago
- 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
- 2fe7c11 Fixed win16drv initialisation. by Alexandre Julliard · 24 years ago
- 14366a9 Normalize the display name used to build the cached metric filename so by Jeremy White · 24 years ago
- e5b5af9 Fixed a few signed/unsigned and "unsigned < 0 always true" warnings. by Jörg Mayer · 24 years ago
- ab17f30 Fixed in_data/out_data mixup in Escape16 (thanks to Ladislav Sladecek). by Alexandre Julliard · 24 years ago
- 9208301 Rewrote Escape to avoid calling down to Escape16. by Alexandre Julliard · 24 years ago
- 99bb9f9 Added GetDeviceCaps to the DC driver interface. Removed devCaps by Alexandre Julliard · 24 years ago
- 3dd63eb Build the DC function table by using GetProcAddress on the graphics by Alexandre Julliard · 24 years ago
- 25e44db Don't inline perfect_graphics(). by Bill Medland · 24 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- e6c0642 Removed enhmetafile.h. Simplified ENHMETAFILEOBJ structure a bit. by Alexandre Julliard · 24 years ago
- 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
- f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- 0dd55c4 Removed some direct accesses to GDI internal pen/brush/font structures. by Alexandre Julliard · 24 years ago
- 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
- 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
- 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
- e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
- 704d035 Fixed a few issues with tsx11 locking. by Alexandre Julliard · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
- 36b4e1e Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
- 8a820bc Added Traditional Chinese Support by Jau-Horng Chen · 24 years ago
- 698ef15 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
- 8d7b7d8 Better separate the XShm using code. by Dmitry Timoshkov · 24 years ago
- 0d83167 Subtract DC origin from graphics exposure event coordinates. by Alexandre Julliard · 24 years ago
- c660410 Add System font to the set of default sans serif fonts. by Dmitry Timoshkov · 24 years ago
- de70d2b Replace PROFILE_ functions by RegQueryValueExA in x11drv. by Dmitry Timoshkov · 24 years ago
- 6d027e1 Added counter for operations generating graphics exposures to the DC by Alexandre Julliard · 24 years ago
- 172cd1b Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
- dc4fe77 Create an X window for every window, including children. by Alexandre Julliard · 24 years ago
- 4328e51 Fixed some dll separation issues. by Dmitry Timoshkov · 24 years ago
- 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
- ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
- c559735 Renamed display to gdi_display where it is used for GDI operations, to by Alexandre Julliard · 24 years ago
- e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
- f30b035 PS passthrough was sending 2 bytes too many. by Marcus Meissner · 24 years ago
- 5653939 Added the minmax.h header (VC6). by Francois Gouget · 24 years ago
- 8f7ac8b Implemented the ddraw HAL access escape (DCICOMMAND) in x11drv. by Ove Kaaven · 24 years ago
- bc381a6 Copy the first 128 colors from the default colormap to Wine's private by Gavriel State · 24 years ago
- 6cba8bf Fixed CoerceDIBSection's AuxMod handling. Added CoerceDIBSection2. by Ove Kaaven · 24 years ago
- a4d215a Add MS Shell Dlg font to the set of default sans serif fonts. by Dmitry Timoshkov · 24 years ago
- 63200de Fixed undefined C constructs (val assignment in expressions using it, by Marcus Meissner · 24 years ago
- 4d73ba6 - Always use a double-buffered visual if one is available. by Gavriel State · 24 years ago
- 26320d1 Cleanup properly on x11drv unloading. by Alexandre Julliard · 24 years ago
- 27398d4 Implemented Get/SetDeviceGammaRamp. by Ove Kaaven · 24 years ago
- 39f5428 Moved GetTextMetrics to unicode. by Huw D M Davies · 24 years ago
- 817b134 Made 8 bpp to 24 bit depth conversion in X11DRV_DIB_SetImageBits_8 by Vedran Rodic · 24 years ago
- 566a52a Changed isolated for loops to while loops (based on a patch by Andreas Mohr). by Alexandre Julliard · 24 years ago
- 9005a21 Don't load the WINEPS driver until it's needed. by Ian Pilcher · 24 years ago
- 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
- 4e92e65 Added DIB/pixmap synchronization for {Get,Set}Pixel. by François Gouget · 24 years ago
- d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 2aa85ee Change FONTOBJ to use LOGFONTW rather than LOGFONT16. by Huw D M Davies · 24 years ago
- 103712f Added RGB 565 => RGB 0888 conversion. by Lionel Ulmer · 24 years ago
- c559f3f In CreateDIBSection, the offset into the file mapping does not have to by James Abbatiello · 24 years ago
- 312303a - move TSXGrabServer after a possible return FALSE; by Andreas Mohr · 24 years ago
- e1ba4bb In CopyDIBSection, use source DIB colormap instead if no palette has by Ove Kaaven · 24 years ago
- d535496 Fixed text size calculation bug in GetTextExtentPoint() for window dc's. by Eric Kohl · 24 years ago
- f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
- 803dbb6 Removed non-standard OBM_RADIOCHECK bitmap. by Alexandre Julliard · 24 years ago
- 08936ff Partial implementation of world transform support. by Eric Kohl · 24 years ago
- 16cbf40 Store USER icons and cursors as resources instead of xpm bitmaps. by Alexandre Julliard · 24 years ago
- ee21c44 Replaced X11DRV_CritSection references by wine_tsx11_(un)lock. by Alexandre Julliard · 24 years ago
- 8efd454 Removed CALL_LARGE_STACK support. by Alexandre Julliard · 24 years ago
- a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
- da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
- 7f6c84b Starcraft was confused by a wrong FALSE BitBlt return. by Andreas Mohr · 24 years ago
- 55146db Fixed a few type clashes in preparation for the switch to STRICT. by François Gouget · 24 years ago
- 345acc9 Updated the look of dots and dashes to match the Win32 look. by Francois Gouget · 24 years ago
- 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
- 3f75eaa Authors: Ove Kaaven <ovek@transgaming.com>, Gavriel State <gav@transgaming.com> by Alexandre Julliard · 24 years ago
- cb0ce33 Set the color mask with BI_BITFIELD dibs, don't use the by Gerard Patel · 24 years ago
- db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- 447ddfd Authors: Ove Kaaven <ovek@transgaming.com>, Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming.com> by Alexandre Julliard · 24 years ago
- 7897de4 - correct number of colormap entries looked at in GetDIBColorTable. by Guy L. Albertelli · 24 years ago
- 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago