summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
* win32 font is very small if the lfHeight of HFONT is exactly -sizeFujii Hironori2023-03-031-1/+1
* DWrite: region clipping didn't work on win32 surfacesFujii Hironori2023-03-011-9/+0
* DWrite: Support antialias and subpixel order font optionsFujii Hironori2023-02-272-15/+145
* Change the workaround of MinGW dwrite_3.h problemFujii Hironori2023-02-273-159/+22
* DWrite: Inflate glyph bounds 1px vertically tooFujii Hironori2023-02-201-4/+9
* Merge branch 'issue-641-glyph-bounds' into 'master'Adrian Johnson2023-02-161-99/+31
|\
| * DWrite: clipped glyphs in win32 compositorFujii Hironori2023-02-141-99/+31
* | DWrite: glyph surfaces should take subpixel positions into accountFujii Hironori2023-02-101-16/+6
|/
* DWrite: Don't convert subpixel antialiasing to grayscaleFujii Hironori2023-02-093-41/+9
* Merge branch 'doc-fixes' into 'master'Adrian Johnson2023-02-081-7/+7
|\
| * doc: Fix dwrite gtk-doc warningsKhaled Hosny2023-02-021-7/+7
* | DWrite: More accurate glyph paths for small fontsFujii Hironori2023-02-081-29/+37
|/
* Win32 surface compositor should support DWrite fontFujii Hironori2023-02-021-1/+2
* DWrite: Fix incorrect glyph metrics for negative glyph heightFujii Hironori2023-02-021-4/+8
* DWrite: Added new API to set measuring mode and rendering paramsFujii Hironori2023-02-022-20/+120
* DWrite: Removed old unused APIFujii Hironori2023-02-022-182/+8
* Merge branch 'dwrite-cpp-header' into 'master'Adrian Johnson2023-02-011-3/+5
|\
| * dwrite: create C++ dwrite headerAdrian Johnson2023-01-311-3/+5
* | Fix dwrite crash when printing dwrite toy fontAdrian Johnson2023-01-301-0/+10
|/
* Mime type updatesAdrian Johnson2023-01-281-0/+3
* Merge branch 'dwrite-custom-palette' into 'master'Adrian Johnson2023-01-271-1/+10
|\
| * dwrite: use custom palette when rendering COLRv0Adrian Johnson2023-01-261-1/+10
* | Merge branch 'dwrite-docs' into 'master'Adrian Johnson2023-01-273-134/+82
|\ \
| * | Simplify generating dwrite-fonts docsKhaled Hosny2023-01-263-134/+82
| |/
* | Add new cairo_user_scaled_font_get_foreground_source() functionAdrian Johnson2023-01-261-1/+1
|/
* [scaled-font] Clean up font-options before copyBehdad Esfahbod2023-01-191-0/+1
* Merge branch 'fix-shared-recording-surface' into 'master'Adrian Johnson2023-01-161-0/+1
|\
| * Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-0/+1
* | Documentation fixesAdrian Johnson2023-01-152-2/+1
|/
* Defining Windows version macros in meson.buildFujii Hironori2023-01-137-63/+0
* DWrite: Don't call _controlfp_s with MCW_PCFujii Hironori2023-01-111-26/+12
* Pair usage of operator new[] with a corresponding delete[]Luca Bacci2022-09-031-2/+2
* Fix complaints from check-preprocessor-syntax.shUli Schlachter2022-07-141-0/+1
* Add color palette optionAdrian Johnson2022-06-172-2/+12
* dwrite: Fix incorrect rendering of some SVG fontsAdrian Johnson2022-05-081-1/+2
* Fix the scaled_glyph_init color glyph logicAdrian Johnson2022-04-252-14/+24
* Fix mingw warningAdrian Johnson2022-04-191-2/+2
* DWrite: Replace manual or missing ref counting with RefPtrAdrian Johnson2022-04-192-81/+75
* DWrite: check 'head' table as well as 'name' when comparing fontsAdrian Johnson2022-04-192-52/+136
* DWrite: ensure all private functions are staticAdrian Johnson2022-04-192-30/+20
* Dwrite glyph_path fails when the font matrix is not a positive uniform scaleAdrian Johnson2022-04-191-10/+22
* DWrite: Use twin font if default font not foundAdrian Johnson2022-04-191-1/+1
* Fix DWrite error handlingAdrian Johnson2022-04-191-41/+46
* Dwrite: implement is_synthetic()Adrian Johnson2022-04-193-7/+171
* Ensure DWrite toy fonts can not fail if font name not foundAdrian Johnson2022-03-221-2/+11
* DWrite font docsAdrian Johnson2022-03-054-3/+127
* Remove the extra API from the mozilla DWriteAdrian Johnson2022-02-272-54/+3
* dwrite: add color font supportAdrian Johnson2022-02-274-42/+599
* dwrite_font param is not usedAdrian Johnson2022-02-272-6/+1
* Fix dwrite toy fontsAdrian Johnson2022-02-271-9/+12