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