- 80a3bb4 Removed LoadOEMResource from USER driver. by Alexandre Julliard · 23 years ago
- 9e7c111 Speed up the GetImageBits case where we have an XShm image. by Gavriel State · 23 years ago
- 2cc54c8 Moved the OEM bitmaps that don't depend on the Wine look into the by Alexandre Julliard · 23 years ago
- 6add87e Handle more than 8 bits per color component. by François Gouget · 23 years ago
- de02bdf Merged the handling of 15 and 16 bits X server depths. by François 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
- 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 · 23 years ago
- 3c76b14 Skip BitBlt DIB optimization if source and dest DCs have different depths. by Alexandre Julliard · 23 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
- 14366a9 Normalize the display name used to build the cached metric filename so by Jeremy White · 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
- 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
- f899ef0 Removed some unnecessary includes. 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
- 704d035 Fixed a few issues with tsx11 locking. by Alexandre Julliard · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 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
- dc4fe77 Create an X window for every window, including children. by Alexandre Julliard · 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
- 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
- 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
- 7f6c84b Starcraft was confused by a wrong FALSE BitBlt return. by Andreas Mohr · 24 years ago
- 345acc9 Updated the look of dots and dashes to match the Win32 look. by Francois Gouget · 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
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- 1724955 Also mention xpm-devel in the error msg. by Andreas Mohr · 24 years ago
- 470acf83 Do not compile code that makes use of the X Shm extension. by Dimitrie O. Paun · 24 years ago
- a092dbf Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs. by Ove Kaaven · 24 years ago
- a32ddc0 Implemented Get/SetDIBColorTable. by Ove Kaaven · 24 years ago
- 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
- 8c540c6 Replaced a few internal functions by exported ones. by Alexandre Julliard · 24 years ago
- c4b8b26 Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp28603), 8859-14 (cp28604), by Nerijus Baliunas · 24 years ago
- d3534c3 Optimized {,p}MoveTo{,Ex}{,16}. by Patrik Stridvall · 24 years ago
- 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
- 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
- 5f74d67 Use sizeof for maintainability. by Francois Gouget · 24 years ago
- 1746d5f Fixed a few device caps values. by Francois Gouget · 24 years ago
- 4c18636 Use GetStockObject() instead of the magic STOCK_* handles. by Alexandre Julliard · 24 years ago
- 8c538c8 X11DRV_DrawArc: swap the start and end points when drawing in by Mark Dufour · 24 years ago