1. 4357620 gdiplus: Always treat out of range string sizes as INT_MAX. by Vincent Povirk · 15 years ago
  2. 0ae0c0c gdiplus: Implement GdipSetImageAttributesWrapMode. by Vincent Povirk · 15 years ago
  3. 15ebd84 gdiplus: Implement bitmap color keying. by Vincent Povirk · 15 years ago
  4. 68ce9e9 gdiplus: Prevent integer overflows when rounding text bounds. by Vincent Povirk · 15 years ago
  5. ede103c gdiplus: Add fixmes for unimplemented imageattributes features. by Vincent Povirk · 15 years ago
  6. 8b2543b gdiplus: Always use software to draw bitmaps to bitmaps. by Vincent Povirk · 15 years ago
  7. 4247247 gdiplus: Implement color remapping. by Vincent Povirk · 15 years ago
  8. bb9c187 gdiplus: Correct the coordinate transform for non-rectangular parallelograms. by Vincent Povirk · 15 years ago
  9. 7791f02 gdiplus: Transform bitmaps to non-rectangular parallelograms in software. by Vincent Povirk · 15 years ago
  10. 9c380b1 gdiplus: Use a helper function to draw image data from bitmaps in software. by Vincent Povirk · 15 years ago
  11. 2f9c609 gdiplus: Use UnitPixel for metafile bounds when creating from HMETAFILE. by Vincent Povirk · 15 years ago
  12. 9a4618a gdiplus: Print the GdipCreateHalftonePalette FIXME only once. by Vincent Povirk · 15 years ago
  13. ade2506 gdiplus: Implement GdipFlush. by Vincent Povirk · 15 years ago
  14. deb6466 gdiplus: Implement GdipMeasureCharacterRanges. by Vincent Povirk · 15 years ago
  15. 21109a4 gdiplus: Fix the linesfilled calculation in GdipMeasureString. by Vincent Povirk · 15 years ago
  16. 2cde94a gdiplus: Rewrite GdipDrawString to share code with GdipMeasureString. by Vincent Povirk · 15 years ago
  17. 3cee74c gdiplus: Rewrite GdipMeasureString using a helper function. by Vincent Povirk · 15 years ago
  18. 32d03da gdiplus: Add a missing NULL check to GdipMeasureString. by Vincent Povirk · 15 years ago
  19. 5433969 gdiplus: Don't use gdi32 to draw to bitmaps with formats it can't handle. by Vincent Povirk · 15 years ago
  20. b4bfa6e gdiplus: Basic implementation of GdipGetNearestColor with changes to test to reflect fixes. by Justin Chevrier · 15 years ago
  21. 00dec58 gdiplus: Convert formats that can't be drawn by gdi32 when drawing bitmaps. by Vincent Povirk · 15 years ago
  22. 03e31f9 gdiplus: Implement GdipIsVisibleClipEmpty. by Alistair Leslie-Hughes · 15 years ago
  23. 2005fe9 gdiplus: Add traces to unimplemented functions in graphics.c. by Vincent Povirk · 15 years ago
  24. 01b3295 gdiplus: Fix a memory leak in GdipCreateMetafileFromWmf. by Vincent Povirk · 15 years ago
  25. 1aea88c gdiplus: Implement GdipGetImage*Resolution. by Vincent Povirk · 15 years ago
  26. c38d334 gdiplus: Fix typo in GdipCreateMetafileFromWmf. by Vincent Povirk · 15 years ago
  27. 7ded3d8 gdiplus: Add some traces for the values of point arguments. by Vincent Povirk · 15 years ago
  28. f8ca372 gdiplus: Add trace for values of new graphics and image objects. by Vincent Povirk · 15 years ago
  29. 68bacfb gdiplus: Fix a memory leak. by Huw Davies · 15 years ago
  30. 39dc81c gdiplus: Implement GdipSetImagePalette. by Vincent Povirk · 15 years ago
  31. d2e999d gdiplus: Use the preset blend when drawing linear gradients. by Vincent Povirk · 16 years ago
  32. 0595fc5 gdiplus: Implement GdipGetImageRawFormat. by Vincent Povirk · 16 years ago
  33. 99012b9 gdiplus: Don't use the supplied rect to calculate font scaling factors. by Vincent Povirk · 16 years ago
  34. 94ab233 gdiplus: Implement GdipDrawImagePointRect. by Vincent Povirk · 16 years ago
  35. aef2025 gdiplus: Remove unused bitmap flipping code. by Vincent Povirk · 16 years ago
  36. 895c6d8 gdiplus: Use AlphaBlend for 32-bit images with alpha channels. by Vincent Povirk · 16 years ago
  37. 436b3be gdiplus: Create DIBs instead of IPictures in CreateBitmapFromScan0. by Vincent Povirk · 16 years ago
  38. f5896a2 gdiplus: Implement GdipIsVisibleRect. by Andrew Eikum · 16 years ago
  39. d06dd2d gdiplus: Implement GdipIsVisiblePoint. by Andrew Eikum · 16 years ago
  40. 39f6f49 gdiplus: Add utility function get_visible_clip_region. by Andrew Eikum · 16 years ago
  41. 32996e0 gdiplus: Implement GdipIsVisibleRegionPoint. by Andrew Eikum · 16 years ago
  42. e72defc gdiplus: Do not call IPicture_Render directly from GdipDrawImageI. by Vincent Povirk · 16 years ago
  43. ef0ee6e gdiplus: Implement GdipGetVisibleClipBounds. by Andrew Eikum · 16 years ago
  44. fdf48f1 gdiplus: Create utility function get_graphics_bounds. by Andrew Eikum · 16 years ago
  45. e072d36 gdiplus: Add GdipIsVisibleRectI stub. by Ken Sharp · 16 years ago
  46. 7b2292f gdiplus: Add GdipRecordMetafileI stub. by Alistair Leslie-Hughes · 16 years ago
  47. e0d9d17 gdiplus: Do not draw line-breaking spaces. by Vincent Povirk · 16 years ago
  48. b330ebf gdiplus: Don't use -escapement angle in GdipDrawString. by Vincent Povirk · 16 years ago
  49. 849af30 gdiplus: Use brush_fill_path in GdipFillRectangleI. by Vincent Povirk · 16 years ago
  50. 6a8a770 gdiplus: Use brush_fill_path in GdipFillRegion. by Vincent Povirk · 16 years ago
  51. 38fc894 gdiplus: Use brush_fill_path in GdipFillPolygonI. by Vincent Povirk · 16 years ago
  52. 15fef07 gdiplus: Use brush_fill_path in GdipFillPolygon. by Vincent Povirk · 16 years ago
  53. bedbd40 gdiplus: Use brush_fill_path in GdipFillPie. by Vincent Povirk · 16 years ago
  54. e306316 gdiplus: Use brush_fill_path in GdipFillEllipse. by Vincent Povirk · 16 years ago
  55. 1ef1394 gdiplus: Implement GdipSaveGraphics and GdipRestoreGraphics. by Andrew Eikum · 16 years ago
  56. a06c257 gdiplus: Don't modify container list if container restoration fails. by Andrew Eikum · 16 years ago
  57. 632aef3 gdiplus: Implement GdipBeginContainer2 and GdipEndContainer. by Andrew Eikum · 16 years ago
  58. 9fceef3 gdiplus: Don't crash when a NULL format is passed to GdipDrawString. by Vincent Povirk · 16 years ago
  59. 4c0edba gdiplus: Implement GdipDrawCurve3 and GdipDrawCurve3I. by Andrew Eikum · 16 years ago
  60. aa9602d gdiplus: Implement horizontal alignment in GdipDrawString. by Vincent Povirk · 16 years ago
  61. c2aa66d gdiplus/tests: Add tests for GdipDrawCurve2I. by Andrew Eikum · 16 years ago
  62. fe55f0d gdiplus/tests: Add tests for GdipDrawCurveI. by Andrew Eikum · 16 years ago
  63. e096b59 gdiplus: Add GdipIsVisibleRegionPointI stub. by Ken Sharp · 16 years ago
  64. 489bd52 gdiplus: Remove spaces before '\n's. by Francois Gouget · 16 years ago
  65. e3f4859 gdiplus: Add stubs for GdipGetVisibleClipBoundsI, GdipDrawDriverString & GdipMeasureDriverString. by Ken Sharp · 16 years ago
  66. 119e9af gdiplus: Test cases and parameter checks for GdipDrawCurve. by Andrew Eikum · 16 years ago
  67. eb3904d gdiplus: Add support for vertical string alignment to GdipDrawString. by Stephan Rose · 16 years ago
  68. 156eeb0 gdiplus: Stubs for GdipDrawImagePoints and GdipDrawImagePointsI. by Andrew Eikum · 16 years ago
  69. eec8d51 gdiplus: Stubs for GdipDrawImagePointRect and GdipDrawImagePointRectI. by Andrew Eikum · 16 years ago
  70. c02e75c gdiplus: Stubs for GdipCreateMetafileFromFile, GdipCreateMetafileFromStream. by Andrew Eikum · 16 years ago
  71. b850008 gdiplus: Stub for GdipComment. by Andrew Eikum · 16 years ago
  72. 3091506 gdiplus: Stubs for GdipBeginContainer and GdipBeginContainerI. by Andrew Eikum · 16 years ago
  73. 60167df gdiplus: Implement partially transparent solid fill brushes. by Vincent Povirk · 16 years ago
  74. c486e81 gdiplus: Implement GdipTransformPointsI. by Vincent Povirk · 16 years ago
  75. 2af29ed gdiplus: Implement GdipTransformPoints. by Vincent Povirk · 16 years ago
  76. 0f80aa8 gdiplus: Add a trace to GdipMeasureString. by Vincent Povirk · 16 years ago
  77. 3dd5ce7 gdiplus: Add a trace to GdipDrawString. by Vincent Povirk · 16 years ago
  78. 323e7e68 gdiplus: Use brush_fill_path in GdipFillRectangle. by Vincent Povirk · 16 years ago
  79. 27b47ea gdiplus: Stub GdipSetRenderingOrigin. by Vincent Povirk · 16 years ago
  80. cb478a3 gdiplus: Don't draw outside of gradient lines. by Vincent Povirk · 16 years ago
  81. 966fd5e gdiplus: Properly draw points outside of line gradients. by Vincent Povirk · 16 years ago
  82. a616130 gdiplus: Account for blend factors and positions in line gradients. by Vincent Povirk · 16 years ago
  83. c3d2395 gdiplus: Don't leak a device context when GdipCreateFromHWND fails. by Vincent Povirk · 16 years ago
  84. 8a3d9ff gdiplus: Only release device contexts created internally. by Vincent Povirk · 16 years ago
  85. 0879b76 gdiplus: GdipDrawString: Handle either a width or height of 0 sanely. by Vincent Povirk · 16 years ago
  86. 68dba4e gdiplus: Support line gradient brushes in GdipFillPath. by Vincent Povirk · 16 years ago
  87. 43caae8 gdiplus: In GdipDrawString do not NULL terminate the buffer. It is unneeded and overruns the buffer. by Aric Stewart · 16 years ago
  88. 9f0edc5 gdiplus: Implemented GdipFillRegion. by Nikolay Sivov · 16 years ago
  89. 8c09616 gdiplus: Add testing for ObjectBusy in some Graphics methods. by Nikolay Sivov · 16 years ago
  90. f8edb06 gdiplus: Implemented GdipSetClipHrgn. by Nikolay Sivov · 16 years ago
  91. bcfe4e7 gdiplus: Implemented GdipGetClipBounds/GdipGetClipBoundsI. by Nikolay Sivov · 16 years ago
  92. 5da52e0 gdiplus: Implemented GdipTranslateClip/GdipTranslateClipI. by Nikolay Sivov · 16 years ago
  93. b53877d gdiplus: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  94. 63ae714 gdiplus: Stub for GdipGetNearestColor. by Nikolay Sivov · 16 years ago
  95. 08aa0ca gdiplus: Implement GdipRegionGetHRgn for paths. by Vincent Povirk · 16 years ago
  96. 6122c77 gdiplus: Add stub implementations of GdipCreateHalftonePalette and GdipImageForceValidation. by Hans Leidekker · 16 years ago
  97. 5ce729a gdiplus: Add stub implementations of GdipBeginContainer2 and GdipEndContainer. by Hans Leidekker · 16 years ago
  98. df93d19 gdiplus: Return success from the GdipSaveGraphics and GdipRestoreGraphics stubs. by Hans Leidekker · 16 years ago
  99. 1e170c9 gdiplus: Improve GdipMeasureString. by Hans Leidekker · 16 years ago
  100. 7126473 gdiplus: Added GdipSetTextContrast. by Nikolay Sivov · 16 years ago