1. 410f379 [smooth] Harmony LCD rendering. by Alexei Podtelezhnikov · 8 years ago
  2. 5710ef9 * src/smooth/ftsmooth.c (ft_smooth_render_generic): Clean up. by Alexei Podtelezhnikov · 7 years ago
  3. 7b72783 [base, smooth] LCD filtering cleanups. by Alexei Podtelezhnikov · 7 years ago
  4. dcd8de2 */*: Remove `OVERFLOW_' prefix. by Werner Lemberg · 7 years ago
  5. cd02d35 [smooth] Some 32bit integer overflow run-time errors. by Werner Lemberg · 7 years ago
  6. ab2599e [smooth] Implement minimal dynamic padding for LCD filtering. by Alexei Podtelezhnikov · 7 years ago
  7. e99b26a Remove remnants of raster pool. by Werner Lemberg · 7 years ago
  8. ba40054 [autofit] Remove `slight' auto-hint mode again. by Werner Lemberg · 7 years ago
  9. 5aa6716 Add new `slight' auto-hinting mode. by Werner Lemberg · 7 years ago
  10. eb5e0fb * src/smooth/ftsmooth.h: Remove unused guards and declaration. by Alexei Podtelezhnikov · 7 years ago
  11. 71d289d Typos. by Alexei Podtelezhnikov · 7 years ago
  12. 9931175 Improve `make multi'. by Werner Lemberg · 8 years ago
  13. 761d9e4 * src/smooth/ftgrays.c (gray_hline): Improve code. by Alexei Podtelezhnikov · 8 years ago
  14. 2e95198 Add face property for LCD filter weights. by Nikolaus Waxweiler · 8 years ago
  15. fcd47b3 * src/smooth/ftgrays.c (gray_sweep): Improve code. by Alexei Podtelezhnikov · 8 years ago
  16. a3754d6 Comment. by Alexei Podtelezhnikov · 8 years ago
  17. 2ca5b07 * src/smooth/ftgrays.c (gray_render_scanline): Improve code. by Alexei Podtelezhnikov · 8 years ago
  18. 563ae78 Update copyright year. by Werner Lemberg · 8 years ago
  19. 24be60b */*: Use hex numbers for errors in tracing messages. by Werner Lemberg · 8 years ago
  20. 4441f7b Replace `foo == NULL' and `foo != NULL' with `!foo' and `foo', resp. by Werner Lemberg · 8 years ago
  21. 37c72f6 Minor formatting. by Werner Lemberg · 8 years ago
  22. 1d28f69 [smooth] Revert previous commit. Already fixed with 6ca54c64. by Werner Lemberg · 8 years ago
  23. d949a3d [smooth] Avoid conditional jump on uninitialized value (#49711). by Werner Lemberg · 8 years ago
  24. b0aacff [smooth] Remove impossibility. by Alexei Podtelezhnikov · 8 years ago
  25. 45cad2e More FT_ZERO usage. by Werner Lemberg · 8 years ago
  26. 53ae7a5 [smooth] Reduce divisions in the line renderer. by Alexei Podtelezhnikov · 8 years ago
  27. c95b765 s/0/NULL/ for function pointers; comments, formatting. by Werner Lemberg · 8 years ago
  28. d5f7533 * src/smooth/ftgrays.c (gray_sweep): Remove check for empty table. by Alexei Podtelezhnikov · 8 years ago
  29. ad47550 [smooth] Another tiny speed-up. by Alexei Podtelezhnikov · 8 years ago
  30. c38be52 * src/smooth/ftgrays.c (gray_{find,set}_cell): Remove dubious code. by Alexei Podtelezhnikov · 8 years ago
  31. 6ca54c6 [smooth] Fix valgrind warning and reoptimize. by Alexei Podtelezhnikov · 8 years ago
  32. a0b92bc * src/smooth/ftgrays.c (gray_hline): Microptimize. by Alexei Podtelezhnikov · 8 years ago
  33. 9d0a3bd [smooth] Operate in absolute bitmap coordinates. by Alexei Podtelezhnikov · 8 years ago
  34. 44b172e [smooth] Improve contour start (take 2). by Alexei Podtelezhnikov · 8 years ago
  35. 9773d5f * src/smooth/ftgrays.c (gray_move_to, gray_start_cell): Revert. by Alexei Podtelezhnikov · 8 years ago
  36. 7effc27 [smooth] Improve contour start. by Alexei Podtelezhnikov · 8 years ago
  37. 16583cc * src/smooth/ftgrays.c (gray_hline): Fix clang compiler warnings. by Werner Lemberg · 8 years ago
  38. 11d3336 [smooth] Simplify span rendering more. by Alexei Podtelezhnikov · 8 years ago
  39. f44ddfd [smooth] Streamline pixmap drawing a bit more. by Alexei Podtelezhnikov · 8 years ago
  40. e73055c [smooth] Streamline pixmap drawing. by Alexei Podtelezhnikov · 8 years ago
  41. 4d3f7ca [smooth] Reduce stack of band boundaries. by Alexei Podtelezhnikov · 8 years ago
  42. 9a444f0 * src/smooth/ftgrays.c (gray_raster_render): Minor tweaks. by Alexei Podtelezhnikov · 8 years ago
  43. cb43887 [smooth] Simplify span rendering. by Alexei Podtelezhnikov · 8 years ago
  44. 3b37bfc * src/smooth/ftgrays.c (gray_hline): Fix uninitialized access. by Peter Klotz · 8 years ago
  45. 97718f3 [smooth] Minor refactoring. by Alexei Podtelezhnikov · 8 years ago
  46. 971f10b Formatting. by Werner Lemberg · 8 years ago
  47. 109d166 Revert "Formatting." by Werner Lemberg · 8 years ago
  48. a0f3a1f Formatting. by Werner Lemberg · 8 years ago
  49. 4a2f8f1 [smooth] Sub-banding protocol revision. by Alexei Podtelezhnikov · 8 years ago
  50. d1876e5 [smooth] Variable type revision (part 2). by Alexei Podtelezhnikov · 8 years ago
  51. 597c695 [smooth] Variable type revision (part 1). by Alexei Podtelezhnikov · 8 years ago
  52. ef0a3e7 [smooth] Minor clean-ups. by Alexei Podtelezhnikov · 8 years ago
  53. c9cf359 [smooth] Minor clean-ups. by Alexei Podtelezhnikov · 8 years ago
  54. 25e82bc [smooth] Consolidate memory management. by Alexei Podtelezhnikov · 8 years ago
  55. e223348 [smooth] Consolidate boundary checks. by Alexei Podtelezhnikov · 8 years ago
  56. 78e8fc0 [smooth] Use `FT_Outline_Get_CBox'. by Alexei Podtelezhnikov · 8 years ago
  57. 20c6ef4 [smooth] Remove compiler warnings. by Werner Lemberg · 8 years ago
  58. 3c64af9 [smooth] Sanitize memory managenent. by Alexei Podtelezhnikov · 8 years ago
  59. 74fd251 [smooth] Remove `band_shoot' that never worked. by Alexei Podtelezhnikov · 8 years ago
  60. 3e1f7bc Fresh typos. by Alexei Podtelezhnikov · 8 years ago
  61. 72a0653 [raster, smooth] Handle FT_RENDER_POOL_SIZE better. by Alexei Podtelezhnikov · 8 years ago
  62. 7f569f4 Move function. by Alexei Podtelezhnikov · 8 years ago
  63. 32accef * src/smooth/ftgrays.c (gray_hline): Optimize if-condition. by Alexei Podtelezhnikov · 8 years ago
  64. 77180c7 [smooth] Re-enable new line renderer on 64-bit archs. by Alexei Podtelezhnikov · 8 years ago
  65. 9cf232e [smooth] Minor clean-ups. by Alexei Podtelezhnikov · 8 years ago
  66. e9f9509 [smooth] Shrink bisection stack. by Alexei Podtelezhnikov · 8 years ago
  67. 6e88087 [smooth] More efficient accounting of conic splits and draws. by Alexei Podtelezhnikov · 8 years ago
  68. 98967b7 Add comment. by Alexei Podtelezhnikov · 8 years ago
  69. 31f2dc1 [raster, smooth] Directly test outline size (#47500). by Werner Lemberg · 8 years ago
  70. e9181ab [raster, smooth] Fix some clang sanitizer runtime issues. by Werner Lemberg · 8 years ago
  71. 3beccbd [smooth] Partly revert recent changes. by Alexei Podtelezhnikov · 9 years ago
  72. 8e8bb12 [smooth] Minor refactoring and microoptimizations. by Alexei Podtelezhnikov · 9 years ago
  73. 84b2c63 [smooth] Minor refactoring. by Alexei Podtelezhnikov · 9 years ago
  74. 1865575 [smooth] Temporarily revert 6eb6158dd787 (#47114). by Alexei Podtelezhnikov · 9 years ago
  75. d0b0e31 [smooth] Replace left shifts with multiplications (#47114). by Alexei Podtelezhnikov · 9 years ago
  76. 015c6e0 Fix clang warnings. by Werner Lemberg · 9 years ago
  77. 08e89b7 [smooth] Fix integer overflow (#47114). by Alexei Podtelezhnikov · 9 years ago
  78. 9adeab6 Update copyright year. by Werner Lemberg · 9 years ago
  79. 9d0b76d Don't use macro names that start with `_[A-Z]' [2/3]. by Werner Lemberg · 9 years ago
  80. 37412ff Don't use macro names that contain `__' [1/2]. by Werner Lemberg · 9 years ago
  81. 6eb6158 [smooth] Faster alternative line renderer. by Alexei Podtelezhnikov · 9 years ago
  82. e2dae8f [smooth] Clean up worker. by Alexei Podtelezhnikov · 9 years ago
  83. 8bbcfb2 [smooth] Clean up worker. by Alexei Podtelezhnikov · 9 years ago
  84. d8a44ff Remove unused macro. by Alexei Podtelezhnikov · 9 years ago
  85. b002f68 * src/smooth/ftgrays.c (gray_render_line): Simplify clipping. by Alexei Podtelezhnikov · 9 years ago
  86. 5a6dc87 [raster,smooth] Microoptimizations. by Alexei Podtelezhnikov · 9 years ago
  87. f9be567 Better support of user-supplied C++ namespaces. by Werner Lemberg · 9 years ago
  88. 392cf22 Another adjustment to header locations. by Werner Lemberg · 9 years ago
  89. 8502c98 Fix Savannah bug #45097. by Werner Lemberg · 9 years ago
  90. 31d97df Make Jam support work again. by Werner Lemberg · 9 years ago
  91. 4d1f7af [smooth, raster] Re-enable standalone compilation. by Werner Lemberg · 10 years ago
  92. cb13e71 [smooth] Signedness fixes. by Werner Lemberg · 10 years ago
  93. f57fc59 Run `src/tools/update-copyright'. by Werner Lemberg · 10 years ago
  94. b2ba686 [smooth] Fix uninitialized memory access. by Behdad Esfahbod · 10 years ago
  95. 747ae2c [smooth] Allocate render pool for smooth rasterizer on the stack. by Behdad Esfahbod · 10 years ago
  96. 36d03c9 Fix Savannah bug #43976. by Werner Lemberg · 10 years ago
  97. 553c967 Work around a bug in Borland's C++ compiler. by Werner Lemberg · 10 years ago
  98. 2676e07 * src/smooth/ftsmooth.c (ft_smooth_render_generic): Remove by suzuki toshiya · 10 years ago
  99. 1b05704 Prevent too negative values (< FT_INT_MIN) in bitmap metrics, by suzuki toshiya · 10 years ago
  100. 04c2aa1 */*: s/Invalid_Argument/Invalid_Outline/ where appropriate. by Werner Lemberg · 10 years ago