1. 2a8958e gdi32: Use usp10 to optionally generate glyphs for bidi strings. by Aric Stewart · 15 years ago
  2. d92ed5b gdi32: Add support for ETO_PDY and improve world transform support. by Huw Davies · 15 years ago
  3. 9bee50f gdi32: Fix ExtTextOutA -> W forwarding when ETO_PDY is set. by Huw Davies · 15 years ago
  4. 1d4fcc0 gdi32: Implement WineEngGetCharABCWidthsFloat and forward GetCharABCWidthsFloat to it. by Hans Leidekker · 15 years ago
  5. e4beddb gdi32: Don't strip font suffix. by André Hentschel · 15 years ago
  6. dd0a707 gdi32: Prevent possible buffer overrun. by Nikolay Sivov · 15 years ago
  7. 95156d1 gdi32: Use GdiGetCodePage() instead of duplicating its functionality. by Dmitry Timoshkov · 16 years ago
  8. 4bb8d9c gdi32: Cache current font code page in the DC structure. by Dmitry Timoshkov · 16 years ago
  9. e93d348 gdi32: Improve calculation of the character code text metrics. by Huw Davies · 16 years ago
  10. 24937a4 gdi32: Add a test for the MAT2 parameter of GetGlyphOutline, make it pass under Wine. by Dmitry Timoshkov · 16 years ago
  11. 7b82b98 gdi32: Don't hold the GDI lock while calling the Freetype font engine functions. by Alexandre Julliard · 16 years ago
  12. de831f3 gdi32: Release GDI handles before freeing the object. by Alexandre Julliard · 16 years ago
  13. 311c53d gdi32: Allocate and initialize GDI objects before giving them a handle. by Alexandre Julliard · 16 years ago
  14. 5811a2c gdi32: Use the official constants instead of the old Win9x magic numbers for GDI object types. by Alexandre Julliard · 16 years ago
  15. 68d19b9 gdi32: Don't hold the GDI lock while calling the GetObjectA/W methods for GDI objects. by Alexandre Julliard · 16 years ago
  16. f038710 gdi32: Don't hold the GDI lock while calling the DeleteObject method for GDI objects. by Alexandre Julliard · 16 years ago
  17. 667a1ed gdi32: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  18. 2d94915 gdi32: Don't cast the void pointer returned by GDI_GetObjPtr(). by Michael Stefaniuc · 16 years ago
  19. 3b6daf2 gdi32: Quiet a noisy fixme. by Austin English · 16 years ago
  20. b31d7db gdi32: Do not skip the font metrics update after the DC transform change. by Dmitry Timoshkov · 17 years ago
  21. 29637c1 gdi32: Keep track of the number of unique fonts that are created and return this in the second DWORD of the GdiRealizationInfo structure. by Huw Davies · 17 years ago
  22. eb16f43 Add some API documentation stubs to make winapi_check happy. by Francois Gouget · 17 years ago
  23. 1dcc70a gdi32: Pass correct pointer value to HeapFree(). by Andrew Talbot · 17 years ago
  24. 92c8cac gdi32: Return the correct value from GetTextFace. by Dan Hipschman · 17 years ago
  25. ade4132 gdi32: Make GetOutlineTextMetrics set tmDigitizedAspectX/Y to real values as GetTextMetrics does. by Dmitry Timoshkov · 17 years ago
  26. 93cbb7a gdi32: Perform coordinate transformations using doubles instead of floats to avoid precision loss. by Alexandre Julliard · 17 years ago
  27. cb2274e Spelling fixes. by Austin English · 17 years ago
  28. 45b944e gdi32: Spelling fixes. by Austin English · 17 years ago
  29. 5e1dd95 gdi32: Revise CreateScalableFontResourceA to pass through CreateScalableFontResourceW. by Jeremy White · 17 years ago
  30. 34002d4 gdi32: Add a partial implementation of GdiRealizationInfo. by Huw Davies · 17 years ago
  31. de66aeb gdi32: Move EnumFontFamiliesEx16() to gdi16.c and reimplement it based on EnumFontFamiliesExW(). by Michael Stefaniuc · 17 years ago
  32. e9a8e6a gdi32: Move EnumFonts16 and EnumFontFamilies16 to gdi16.c. by Michael Stefaniuc · 17 years ago
  33. aa500d2 gdi32: Get rid of the 16-bit GetObject functions. by Alexandre Julliard · 17 years ago
  34. 3db6eee gdi32: Move two 16bit function stubs to gdi16.c. by Michael Stefaniuc · 17 years ago
  35. 21b3347 gdi32: For unsigned types, directly use INTERNAL_YDS by Gerald Pfeifer · 17 years ago
  36. 4b14a08 gdi32: Get rid of DC_GetDCPtr in font functions. by Alexandre Julliard · 17 years ago
  37. 67a9edb gdi32: Get rid of a few more uses of DC_GetDCPtr. by Alexandre Julliard · 17 years ago
  38. a63664f gdi32: Fix possible NULL ptr in TRACE. by Marcus Meissner · 17 years ago
  39. 2fdaa56 gdi32: Add a test for undocumented EnumFontFamiliesEx(NULL), make it pass under Wine. by Dmitry Timoshkov · 17 years ago
  40. d973271 gdi32: Use public FS_xxxxxx defines. by Dmitry Timoshkov · 17 years ago
  41. 4bb1c18 gdi32: Remove redundant indentation levels in CreateFontIndirectA and CreateFontIndirectW. by Dmitry Timoshkov · 17 years ago
  42. 864741c gdi32: Add a stub implementation for RemoveFontMemResourceEx. by Hans Leidekker · 17 years ago
  43. f1c27ed Assorted spelling fixes. by Francois Gouget · 17 years ago
  44. 0dc7658 gdi32: GetCharABCWidthsI does not require a scalable font. by Hans Leidekker · 17 years ago
  45. efb13b2 Assorted spelling fixes. by Detlef Riekenberg · 17 years ago
  46. 8487c2d gdi32: Implement GetTextExtentExPointI. by Hans Leidekker · 17 years ago
  47. 24186d4 gdi32: Fix the type of two loop variables. by Gerald Pfeifer · 17 years ago
  48. d78a582 gdi32: Don't hold the GDI lock while calling the driver SelectFont function. by Alexandre Julliard · 18 years ago
  49. af6c0a0 gdi32: Move the object refcount handling to the SelectObject backend functions. by Alexandre Julliard · 18 years ago
  50. a1e3139 gdi32: Don't pass an object pointer to the SelectObject backend functions. by Alexandre Julliard · 18 years ago
  51. b2bc712 Assorted spelling fixes. by Francois Gouget · 18 years ago
  52. 3363d65 gdi32: Move the generic part of FontIsLinked() to font.c. by Alexandre Julliard · 18 years ago
  53. 543270d gdi32: Don't pass a DC handle to WineEngGetFontUnicodeRanges. by Alexandre Julliard · 18 years ago
  54. c3cf79d gdi: Remove support for libicu and all dependencies. by Maarten Lankhorst · 18 years ago
  55. 99a2583 gdi32: Replace remaining instance of DC_GetDCUpdate by get_dc_ptr+update_dc. by Alexandre Julliard · 18 years ago
  56. 0eb9103 gdi32: If freetype fails try to load manually fonts wrapped as PE resources. by Mikolaj Zalewski · 18 years ago
  57. baee27c gdi32: Implement AddFontMemResourceEx (based on a patch of Byeong-Sik Jeon). by Mikolaj Zalewski · 18 years ago
  58. 1476e34 gdi32: Add separate functions for releasing/freeing DCs to replace the standard GDI ones. by Alexandre Julliard · 18 years ago
  59. 3739b5f gdi32: Pass an lpDx array to the driver if the escapement is non-zero, so that the driver has access to the unrotated advance widths. by Huw Davies · 18 years ago
  60. edbc6e7 gdi32: Fix compilation warnings in 64-bit mode. by Dmitry Timoshkov · 18 years ago
  61. 260deef gdi32: Constify some variables. by Andrew Talbot · 18 years ago
  62. bc4bbb4 gdi32: Make GetKerningPairsA not fail for fonts with SYMBOL charset. by Dmitry Timoshkov · 18 years ago
  63. 826e937 gdi32: Implement GdiGetCodePage. by Dmitry Timoshkov · 18 years ago
  64. bd07f3f gdi32: Add a GetTextMetrics test, make it pass under Wine. by Dmitry Timoshkov · 18 years ago
  65. 7f16f21 gdi32: Add an extensive EnumFontFamilies test, fix some failures when running under Wine. by Dmitry Timoshkov · 18 years ago
  66. 17ac48b gdi32: Avoid a needless goto. by Dmitry Timoshkov · 18 years ago
  67. 748032e gdi32: Implement GetFontUnicodeRanges. by Hans Leidekker · 18 years ago
  68. 2051bcc gdi32: Fix for GetTextExtentExPointW() and ExtTextOutW(). by Pedro Araujo Chaves Jr · 18 years ago
  69. 3759140 gdi32: Revert 1440eb5a35dc95dea1836d9035b51e2b15d83703 and add the test showing that the change was wrong. by Dmitry Timoshkov · 18 years ago
  70. e915a3c gdi32: Make sure that we don't read/write beyond the provided buffer in GetOutlineTextMetricsA, add a test case. by Dmitry Timoshkov · 18 years ago
  71. 80e30f3 gdi32: Implement GetCharWidthI. by Hans Leidekker · 18 years ago
  72. 2cbf7d4 gdi32: Remove redundant debug channel, use the default one instead. by Dmitry Timoshkov · 18 years ago
  73. 75b8f88 gdi32: Get rid of the gdi.h include. by Alexandre Julliard · 18 years ago
  74. 7dfc447 gdi32: Renamed the gdi directory to gdi32. by Alexandre Julliard · 18 years ago[Renamed from dlls/gdi/font.c]
  75. a0b260e gdi: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  76. 98b2e55 gdi32: Modify kerning scaling algorithm to the one which appears to better match what Windows does. by Dmitry Timoshkov · 19 years ago
  77. ce6d4c7 gdi32: Implement GetKerningPairs for TrueType fonts. by Dmitry Timoshkov · 19 years ago
  78. e41c0ac gdi: If there is no space for strings GetOutlineTextMetricsA should not indicate that they present. by Dmitry Timoshkov · 19 years ago
  79. 7ee2f77 gdi: Cast-qual warnings fix. by Andrew Talbot · 19 years ago
  80. 757ee19 janitorial: Removed the rest of the redundant NULL checks before HeapFree. by Michael Stefaniuc · 19 years ago
  81. 0e5f29b gdi: Fixed buffer overflow in GetCharABCWidthsI. by Alexandre Julliard · 19 years ago
  82. f904723 gdi32: Implement GetTextExtentPoint in terms of GetTextExtentExPoint by Dan Hipschman · 19 years ago
  83. 9de7c3a gdi: Don't treat a NULL rect as an empty rect in ExtTextOutW. by qingdoa daoo · 19 years ago
  84. f77a28e gdi: Get correct horizontal spacing value in the presence of ETO_PDY flag. by qingdoa daoo · 19 years ago
  85. d20c6cf Fixed more boolean comparisons against TRUE. by Mike McCormack · 19 years ago
  86. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  87. 4d7655a gdi: Duplicate extent value for the second byte of a DBCS char. by qingdoa daoo · 19 years ago
  88. ad2b0a0 gdi32: Add stub for GetCharWidthI and GetFontUnicodeRanges. by Louis. Lenders · 19 years ago
  89. 1440eb5 gdi: A-to-W conversion should be font-independent. by qingdoa daoo · 19 years ago
  90. 73c7420 gdi: Fix GetTextExentExPointW to return values consistent with GetTextExtentPointW. by Troy Rollo · 19 years ago
  91. 07767bf gdi: Added implementation of GetCharABCWidthsI. by Jeff Latimer · 19 years ago
  92. 1ed3382 gdi: Do not convert string paramter when rendering glyph indexes. by Peter Oberndorfer · 19 years ago
  93. e1f74ad gdi: Write out glyph count correctly in GetCharacterPlacementA. by Peter Oberndorfer · 19 years ago
  94. c4f4b01 gdi32: GetCharABCWidthsW should not crash on a NULL handle. by Hans Leidekker · 19 years ago
  95. f8125a9 gdi: better implementation for GetCharABCWidthsFloat{A,W}. by Hans Leidekker · 19 years ago
  96. d2c60e5 gdi: If the last param of GetKerningPairs is NULL then return the by Huw Davies · 19 years ago
  97. ca1c26b gdi: Added stub for AddFontMemResourceEx. by Louis Lenders · 19 years ago
  98. 3a47512 Correct some allocated buffer lengths while converting to Unicode. by Vincent Béron · 19 years ago
  99. e41ddd0 First draft of ExtTextOut on an open path. by Dmitry Timoshkov · 19 years ago
  100. 79e3a1b Improve c2man Documented-Total count. by Markus Amsler · 19 years ago