1. b20a1f5 gdiplus: GdipMeasureString operates internally in pixels but in/out rectangles are in device units. by Dmitry Timoshkov · 13 years ago
  2. 87f8e56 gdiplus: Pass complete palette info to convert_pixels(). by Dmitry Timoshkov · 13 years ago
  3. a46c1f7 gdiplus: Use public ColorPalette structure to store image palette. by Dmitry Timoshkov · 13 years ago
  4. 15846ad gdiplus: Make get_font_hfont() static. by Francois Gouget · 13 years ago
  5. d0fcc19 gdiplus: Fix the clipping region calculation. by Dmitry Timoshkov · 13 years ago
  6. bf9aed6 gdiplus: Measure the passed in string without height clipping in order to compute correct Y offset. by Dmitry Timoshkov · 13 years ago
  7. 5e4d64d gdiplus: Create 'const' friendly internal entries for font APIs. by Dmitry Timoshkov · 13 years ago
  8. 2c93bf7 gdiplus: Retrieve LOGFONT from a GpFont using GdipGetLogFontW instead of accessing it directly. by Dmitry Timoshkov · 13 years ago
  9. 039c853 gdiplus: CreateDIBSection doesn't need a DC for the DIB_RGB_COLORS case. by Alexandre Julliard · 13 years ago
  10. 075775a gdiplus: Implement accessors for graphics rendering origin. by Vincent Povirk · 13 years ago
  11. 600cbb7 gdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha blending. by Dmitry Timoshkov · 13 years ago
  12. 52bf030 gdiplus: Implement GdipGetPathGradientTransform. by Vincent Povirk · 13 years ago
  13. 5254a76 gdiplus: Implement path gradient preset blend accessors. by Vincent Povirk · 13 years ago
  14. 0b2ea8a gdiplus: Add GdipResetPageTransform stub. by Alistair Leslie-Hughes · 13 years ago
  15. e2e7754 gdiplus: Measure strings at device size, then rescale to world size. by Vincent Povirk · 13 years ago
  16. 8a0b57a gdiplus: Draw hotkey underlines in GdipDrawString. by Vincent Povirk · 13 years ago
  17. eef4599 gdiplus: Detect hotkey prefixes when drawing strings. by Vincent Povirk · 13 years ago
  18. 3cd51c0 gdiplus: Use the surround colors in path gradient rendering. by Vincent Povirk · 13 years ago
  19. 5d64f16 gdiplus: Add fixme's for unimplemented path gradient features. by Vincent Povirk · 13 years ago
  20. 5ed5daf gdiplus: Do some actual color blending when drawing path gradients. by Vincent Povirk · 13 years ago
  21. 703b31b gdiplus: Fill path gradients with a solid color. by Vincent Povirk · 13 years ago
  22. dc3a08d gdiplus: Rewrite SOFTWARE_GdipFillRegion to call brush_fill_pixels less. by Vincent Povirk · 13 years ago
  23. 5fd16dd gdiplus: Implement GdipCreateMetafileFromEmf. by Dmitry Timoshkov · 13 years ago
  24. b39425f gdiplus: Create GDI bitmap only when needed. by Dmitry Timoshkov · 13 years ago
  25. 0d7bc4b gdiplus: Create GDI brush only when needed. by Dmitry Timoshkov · 13 years ago
  26. aba9ddc gdiplus: Implement GdipDrawImagePoints. by Vincent Povirk · 13 years ago
  27. 6b7ccdb gdiplus: Fix height calculation. by André Hentschel · 13 years ago
  28. 380abde gdiplus: Fix vertical string alignment. by Vincent Povirk · 14 years ago
  29. ae6ce97 gdiplus: Don't use a gdi32 brush for semi-transparent hatch brushes. by Vincent Povirk · 14 years ago
  30. 171e832 gdiplus: Fix use of uninitialized memory. by Vincent Povirk · 14 years ago
  31. 44c5712 gdiplus: Implement GetDC for metafiles. by Vincent Povirk · 14 years ago
  32. d59c3d4 gdiplus: Use DrawDriverString to draw the text in DrawString. by Vincent Povirk · 14 years ago
  33. 6cc7e7f gdiplus: Implement GdipMeasureDriverString. by Vincent Povirk · 14 years ago
  34. 9793ab9 gdiplus: Implement DriverStringOptionsRealizedAdvance in software. by Vincent Povirk · 14 years ago
  35. 1175445 gdiplus: Change the sign we use for origin.x in DrawDriverString. by Vincent Povirk · 14 years ago
  36. d436e51 gdiplus: Add basic metafile recording support. by Vincent Povirk · 14 years ago
  37. 64841aa gdiplus: Respect the CmapLookup flag in GDI32_GdipDrawDriverString. by Vincent Povirk · 14 years ago
  38. 11f0662 gdiplus: Don't settle on a font size until absolutely necessary. by Vincent Povirk · 14 years ago
  39. be0af56 gdiplus: Add a software implementation of GdipDrawDriverString. by Vincent Povirk · 14 years ago
  40. 32baa8b gdiplus: Add helper for translating GpFont to HFONT. by Vincent Povirk · 14 years ago
  41. 25764d7 gdiplus: Initialize a variable in SOFTWARE_GdipFillRegion to avoid a compiler warning. by Gerald Pfeifer · 14 years ago
  42. 15140a7 gdiplus: Add basic implementation of GdipDrawDriverString. by Vincent Povirk · 14 years ago
  43. b3dfe97 gdiplus: Add test for GdipSetTextRenderingHint and make it pass. by Vincent Povirk · 14 years ago
  44. 19b71b0 gdiplus: Implement gamma adjustment. by Vincent Povirk · 14 years ago
  45. 805f032 gdiplus: Implement color transforms. by Vincent Povirk · 14 years ago
  46. 314ec71 gdiplus: Select the font into the appropriate hdc in GdipMeasureString. by Vincent Povirk · 14 years ago
  47. 504b7c3 gdiplus: Remove the gdi32 line gradient drawing code. by Vincent Povirk · 14 years ago
  48. 71eb248 gdiplus: Implement GdipFillRectangle based on GdipFillPath. by Vincent Povirk · 14 years ago
  49. 5190f8a gdiplus: Use GdipFillPath to implement GdipFillPolygonI. by Vincent Povirk · 14 years ago
  50. 86d55d4 gdiplus: Use GdipFillPath to implement GdipFillPolygon. by Vincent Povirk · 14 years ago
  51. 2ce5be2 gdiplus: Use GdipFillPath to implement GdipFillPie. by Vincent Povirk · 14 years ago
  52. 4aa99ea gdiplus: Use GdipFillPath to implement GdipFillEllipse. by Vincent Povirk · 14 years ago
  53. b5c2015 gdiplus: Add software implementation of GdipFillPath. by Vincent Povirk · 14 years ago
  54. 833316f gdiplus: Call GdiAlphaBlend only once per GdipFillRegion call. by Vincent Povirk · 14 years ago
  55. 77f5a07 gdiplus: Remove gdi32 fallback for bitmaps from GdipFillRegion. by Vincent Povirk · 14 years ago
  56. 4edff21 gdiplus: Prefer to not use gdi32 for gradient and texture brushes. by Vincent Povirk · 14 years ago
  57. 8a036ab gdiplus: Implement software rendering of texture brushes. by Vincent Povirk · 14 years ago
  58. 2302e80 gdiplus: Don't use gdi32 to scale or draw from outside bitmaps. by Vincent Povirk · 14 years ago
  59. 8b6dafd gdiplus: Implement bilinear interpolation. by Vincent Povirk · 14 years ago
  60. 51cf90d gdiplus: Move bitmap interpolation into a separate function. by Vincent Povirk · 14 years ago
  61. 5488ea1 gdiplus: Implement tiling wrap modes. by Vincent Povirk · 14 years ago
  62. d891a8c gdiplus: Apply image attributes to bitmaps before resampling them. by Vincent Povirk · 14 years ago
  63. 870fdaf gdiplus: Read drawn bitmaps in one step instead of using getpixel. by Vincent Povirk · 14 years ago
  64. a7f95ee gdiplus: Move ImageAttributes mapping into a helper function. by Vincent Povirk · 14 years ago
  65. a2631ae gdiplus: Add tests for interpolation mode and make them pass. by Vincent Povirk · 14 years ago
  66. d0e6aa0 gdiplus: Fix a handle leak in GdipDrawString. by Vincent Povirk · 14 years ago
  67. b8a1e6c gdiplus: Implement GdipAddPathString. by Maarten Lankhorst · 14 years ago
  68. c057694 gdiplus: Add tests and fix GdipDrawImagePointsRect. by Maarten Lankhorst · 14 years ago
  69. fe8e08a gdiplus: Clean up gdip_format_string. by Maarten Lankhorst · 14 years ago
  70. e029d71 gdiplus: Stub GdipGetHemfFromMetafile. by Vincent Povirk · 14 years ago
  71. 0c17a0b gdiplus: Add a software implementation of line gradient brushes. by Vincent Povirk · 14 years ago
  72. b7e664b gdiplus: Add a software implementation of hatch brushes. by Vincent Povirk · 14 years ago
  73. 60cd477 gdiplus: Add a software implementation of GdipFillRegion. by Vincent Povirk · 14 years ago
  74. 6acffba gdiplus: Factor the matrix creation code out of GdipTransformPoints. by Vincent Povirk · 14 years ago
  75. b689e63 gdiplus: Factor out the gdi32 code of GdipFillRegion. by Vincent Povirk · 14 years ago
  76. 8f1b722 gdiplus: Allow more drawing operations to succeed without an HDC. by Vincent Povirk · 14 years ago
  77. 3e86d43 gdiplus: Don't rely on an HDC in GdipMeasureString. by Vincent Povirk · 14 years ago
  78. 867f3d3 gdiplus: Don't rely on an HDC in GdipMeasureCharacterRanges. by Vincent Povirk · 14 years ago
  79. 9d0cd09 gdiplus: Add a fallback method for getting HDC's from Graphics objects. by Vincent Povirk · 15 years ago
  80. 2a345f3 gdiplus: Use the software method to draw HBITMAP-less bitmaps. by Vincent Povirk · 15 years ago
  81. 9a6eabf gdiplus: Create HBITMAP-less bitmap objects for exotic pixel formats. by Vincent Povirk · 15 years ago
  82. 963c709 gdiplus: Don't require an HDC to get the resolution of a graphics object. by Vincent Povirk · 15 years ago
  83. c3ca6be gdiplus: Give a nice warning when we try to draw to an HDC-less graphics. by Vincent Povirk · 15 years ago
  84. 5601860 gdiplus: Don't require an HDC in get_graphics_bounds. by Vincent Povirk · 15 years ago
  85. 85a5710 gdiplus: Don't require an HDC for the convert_unit function. by Vincent Povirk · 15 years ago
  86. cceb3dc gdiplus: Implemented GdipFillClosedCurve and GdipFillClosedCurveI. by Wade Gobel · 15 years ago
  87. f4e2af6 gdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedCurve2I in the cases that count <= 1. by Wade Gobel · 15 years ago
  88. 0c8ac02 gdiplus: Stub GdipRecordMetafileStream. by Vincent Povirk · 15 years ago
  89. 48ceb3d gdiplus: Stub GdipRecordMetafile. by Vincent Povirk · 15 years ago
  90. 85c0e83 gdiplus: Stub GdipGetRenderingOrigin. by Vincent Povirk · 15 years ago
  91. a56375f gdiplus: Make measure_ranges_callback() static. by Francois Gouget · 15 years ago
  92. 4357620 gdiplus: Always treat out of range string sizes as INT_MAX. by Vincent Povirk · 15 years ago
  93. 0ae0c0c gdiplus: Implement GdipSetImageAttributesWrapMode. by Vincent Povirk · 15 years ago
  94. 15ebd84 gdiplus: Implement bitmap color keying. by Vincent Povirk · 15 years ago
  95. 68ce9e9 gdiplus: Prevent integer overflows when rounding text bounds. by Vincent Povirk · 15 years ago
  96. ede103c gdiplus: Add fixmes for unimplemented imageattributes features. by Vincent Povirk · 15 years ago
  97. 8b2543b gdiplus: Always use software to draw bitmaps to bitmaps. by Vincent Povirk · 15 years ago
  98. 4247247 gdiplus: Implement color remapping. by Vincent Povirk · 15 years ago
  99. bb9c187 gdiplus: Correct the coordinate transform for non-rectangular parallelograms. by Vincent Povirk · 15 years ago
  100. 7791f02 gdiplus: Transform bitmaps to non-rectangular parallelograms in software. by Vincent Povirk · 15 years ago