1. ff6bda8 At the end of PATH_StrokePath, update dc->CurPosX|Y so that their by Huw D M Davies · 23 years ago
  2. 392c54e Fonts with an incomplete character set could cause a fault. by Dave Hawkes · 23 years ago
  3. 580d7c9 X11DRV_GetDIBits: Don't clear the biCompression==BI_BITFIELDS flag by Rob McClinton · 23 years ago
  4. 7c4cb51 Cast void* to char* for pointer arithmetic. by Gregg Mattinson · 23 years ago
  5. 44e97f0 Fixed X11DRV_SetDIBitsToDevice to do the right thing for top-down by Alexandre Julliard · 23 years ago
  6. a3f4e7f Detect DCs without fonts and return an error in wglUseBitmapFonts. by Lionel Ulmer · 23 years ago
  7. 5dcd27c Fixed typo in X11DRV_SetPixel. by Alexandre Julliard · 23 years ago
  8. 5ee1599 Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP (with the help by Alexandre Julliard · 23 years ago
  9. 4144b5b Create the server directory and socket file in /tmp. by Alexandre Julliard · 23 years ago
  10. a5755b1 Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy White <jwhite@codeweavers.com> by Alexandre Julliard · 23 years ago
  11. d3cab18 Moved DC origin into device-specific structure. by Alexandre Julliard · 23 years ago
  12. 78b041c Better encapsulation of the font and metafile objects. by Alexandre Julliard · 23 years ago
  13. 376e650 Better separation of the palette functions. Removed the palette driver. by Alexandre Julliard · 23 years ago
  14. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  15. d8a9244 Added function table to GDI objects for better encapsulation. by Alexandre Julliard · 23 years ago
  16. 6a5ba8f Fixed some more missing \n in traces. by Vincent Béron · 23 years ago
  17. 9c90cc8 Replaced 0 by -1 to indicate free entry in X11DRV_PALETTE_XPixelToPalette. by Gregg Mattinson · 23 years ago
  18. 07439cd Removed dependencies on the internals of the region object. by Alexandre Julliard · 23 years ago
  19. 32886f6 Add missing \n to output messages. by James Juran · 23 years ago
  20. 236893c Support querying of number of visuals without reporting an error or crashing. by Lionel Ulmer · 23 years ago
  21. e361cea Remove the --managed option, and make wine use the managed mode by default. by Dimitrie O. Paun · 23 years ago
  22. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  23. 5d01936 Lock/unlock (and hence maybe coerce) DIBSections into GdiMod during by David Hammerton · 23 years ago
  24. 92b376d Moved parts of the DC initialisation and bitmap selection out of the by Alexandre Julliard · 23 years ago
  25. 7e15e5d In initial dibsection creation, the dibsection should always be in by David Hammerton · 23 years ago
  26. 5cab46e Cleaned up some inter-dll dependencies in palette management. by Alexandre Julliard · 23 years ago
  27. dec2cee Removed some direct accesses to the DC structure. by Alexandre Julliard · 23 years ago
  28. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  29. 64896d0 Added support for installing an error callback when expecting an X11 error. by Alexandre Julliard · 23 years ago
  30. ab246a6 Pass a PHYSDEV to EnumDeviceFont and release the GDI lock in by Alexandre Julliard · 23 years ago
  31. 069dd51 Reuse visuals to avoid MAX_PIXELFORMATS limit. by Christoph Frick · 23 years ago
  32. 6aadb22 Use hard-coded font name bindings only with the ANSI_CHARSET (non-US by Hidenori Takeshima · 23 years ago
  33. 0f55bdd We don't handle STRETCH_HALFTONE mode yet; make this do the same as by Huw D M Davies · 23 years ago
  34. a032004 Fixed compile when HAVE_OPENGL is not defined. by Alexandre Julliard · 23 years ago
  35. ea9cf5c Fixed OpenGL routines broken by the DC -> PHYSDEV change. by Michael Karcher · 23 years ago
  36. c2c8bf1 If lfFaceName == "", then we patch up the names according to by Huw D M Davies · 23 years ago
  37. e1e51f9 Don't calculate cached metrics or enumerate X11 fonts if we're using by Huw D M Davies · 23 years ago
  38. 14c96c1 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  39. c71417c Fixed crash in BitBlt when source DC is NULL. by Alexandre Julliard · 23 years ago
  40. e21c15e Changed the GDI driver interface to pass an opaque PHYSDEV pointer by Alexandre Julliard · 23 years ago
  41. 8911856 Moved metafiles and win16 drivers to dlls/gdi. by Alexandre Julliard · 23 years ago
  42. ced71ed Added support for driver-specific escapes in the x11drv to retrieve by Alexandre Julliard · 23 years ago
  43. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  44. 8bc7f16 Spelling/alignment fixes. by Andreas Mohr · 23 years ago
  45. a24551e Do not write beyond end of color table in X11DRV_DIB_SetDIBColorTable. by Dmitry Timoshkov · 23 years ago
  46. 63ba55b Don't fill colormap beyond end of screen depth. by Guy Albertelli · 23 years ago
  47. 6e5f6d0 XFONT_GetAvgCharWidth: Always round up. by Uwe Bonnes · 23 years ago
  48. 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
  49. 6f7fc50 Uses Xrender extension to allow client side font rendering. by Huw D M Davies · 23 years ago
  50. 80a3bb4 Removed LoadOEMResource from USER driver. by Alexandre Julliard · 23 years ago
  51. 9e7c111 Speed up the GetImageBits case where we have an XShm image. by Gavriel State · 23 years ago
  52. 2cc54c8 Moved the OEM bitmaps that don't depend on the Wine look into the by Alexandre Julliard · 23 years ago
  53. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  54. 6add87e Handle more than 8 bits per color component. by François Gouget · 23 years ago
  55. de02bdf Merged the handling of 15 and 16 bits X server depths. by François Gouget · 23 years ago
  56. d7b7682 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
  57. b0f5861 Moved heap functions to ntdll. by Alexandre Julliard · 23 years ago
  58. 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
  59. 7d155d6 Changed DC hook and abort proc handling to avoid having to allocate by Alexandre Julliard · 23 years ago
  60. 8cd55d0 Moved most of the real-mode stuff to dlls/winedos. by Alexandre Julliard · 23 years ago
  61. 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
  62. 74c2cbe Add traces to help diagnose systematic cached-metrics regeneration problems. by François Gouget · 23 years ago
  63. 3f8e407 Convert GetCharWidth to Unicode. by Dmitry Timoshkov · 23 years ago
  64. 69f8b8f Fix line length calculation in X11DRV_DIB_Convert_any_asis. by François Gouget · 23 years ago
  65. 8bf8021 ExtTextOutW with symbol fonts works with chars in the ranges by Huw D M Davies · 23 years ago
  66. e15badb Cosmetics. by Andreas Mohr · 23 years ago
  67. 4e31b8b Fix tons of color conversion bugs. by Francois Gouget · 23 years ago
  68. 88372a6 Use the same color conversion algorithm as the DIB code (and Windows), by Francois Gouget · 23 years ago
  69. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  70. 58b29952 Small typo fixes/updates. by Francois Gouget · 23 years ago
  71. c8f3fed Ignore RLE data that goes past the line end (found by Uwe Bonnes). by Alexandre Julliard · 23 years ago
  72. 3c76b14 Skip BitBlt DIB optimization if source and dest DCs have different depths. by Alexandre Julliard · 23 years ago
  73. 6e24a0a Avoid calling RestoreDC with gdi lock. by Huw D M Davies · 24 years ago
  74. bed56dd Release gdi lock before calling DeleteDC. by Huw D M Davies · 24 years ago
  75. 814654e Lay down the infrastructure for gdi font rendering. by Huw D M Davies · 24 years ago
  76. 3c0211f Cleanup code that is strange or difficult to parse. by Patrik Stridvall · 24 years ago
  77. 6b9d4ab Changing DIB color table now updates the DIB visible state. by Jukka Heinonen · 24 years ago
  78. 342b5a8 Prevent bomb when GDI_ObjPtr returns null object. by Guy L. Albertelli · 24 years ago
  79. e8829c0 Default bitmap is not subject to reference counting. by Gerard Patel · 24 years ago
  80. 3036fef Refuse to select a bitmap that is already selected in another DC. by Alexandre Julliard · 24 years ago
  81. 78f9fae Create GDI stock objects as normal objects instead of using magic handle values. by Alexandre Julliard · 24 years ago
  82. e811f9c Specify sizes for stock fonts again; removed the FixStockFontSize by Alexandre Julliard · 24 years ago
  83. 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
  84. 2fe7c11 Fixed win16drv initialisation. by Alexandre Julliard · 24 years ago
  85. 14366a9 Normalize the display name used to build the cached metric filename so by Jeremy White · 24 years ago
  86. e5b5af9 Fixed a few signed/unsigned and "unsigned < 0 always true" warnings. by Jörg Mayer · 24 years ago
  87. ab17f30 Fixed in_data/out_data mixup in Escape16 (thanks to Ladislav Sladecek). by Alexandre Julliard · 24 years ago
  88. 9208301 Rewrote Escape to avoid calling down to Escape16. by Alexandre Julliard · 24 years ago
  89. 99bb9f9 Added GetDeviceCaps to the DC driver interface. Removed devCaps by Alexandre Julliard · 24 years ago
  90. 3dd63eb Build the DC function table by using GetProcAddress on the graphics by Alexandre Julliard · 24 years ago
  91. 25e44db Don't inline perfect_graphics(). by Bill Medland · 24 years ago
  92. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  93. e6c0642 Removed enhmetafile.h. Simplified ENHMETAFILEOBJ structure a bit. by Alexandre Julliard · 24 years ago
  94. 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
  95. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  96. 0dd55c4 Removed some direct accesses to GDI internal pen/brush/font structures. by Alexandre Julliard · 24 years ago
  97. 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
  98. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  99. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  100. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago