cairo/util/cairo-script
Adrian Johnson 2822728f2a Fix some MinGW warnings
The FT change is because my MinGW build is using a more recent version
of FT.

Remove the disabled _cairo_win32_scaled_font_text_to_glyphs() code to
fix the defined but not used warning.

_cairo_win32_scaled_font_text_to_glyphs() was diabled in d9408041aa with
the comment:

  "Currently disable the win32-font text_to_glyphs(), until that one
   is updated.  Or better yet, remove it and implement
   ucs4_to_index().  It's the toy font API afterall."

_cairo_win32_scaled_font_ucs4_to_index() was added in d1c619bc7d.
2021-09-02 21:14:51 +09:30
..
examples [script] Add examples 2008-12-12 12:00:44 +00:00
.gitignore gitignore: refresh 2010-01-22 22:30:43 +00:00
cairo-script-file.c build: Fix various compiler warnings 2020-11-07 06:45:01 -07:00
cairo-script-hash.c Misc. typos 2019-01-31 17:37:15 -08:00
cairo-script-interpreter-uninstalled.pc.in meson: Generate cairo-script-interpreter.pc needed by GTK+ 2020-12-22 13:16:05 -05:00
cairo-script-interpreter.c fix warning: inlining failed in call to '_csi_stack_push' 2017-10-21 13:08:39 +10:30
cairo-script-interpreter.h script: Attempt to decompress images in place 2013-01-08 15:01:37 +00:00
cairo-script-interpreter.pc.in meson: Generate cairo-script-interpreter.pc needed by GTK+ 2020-12-22 13:16:05 -05:00
cairo-script-objects.c cairo-script: Always include config.h first thing 2015-06-18 12:38:43 -07:00
cairo-script-operators.c Added hairline support to cairo 2021-08-15 06:58:54 +00:00
cairo-script-private.h Use uintptr_t for all casts between pointer and integer 2021-07-25 11:01:20 +09:30
cairo-script-scanner.c build: Fix various compiler warnings 2020-11-07 06:45:01 -07:00
cairo-script-stack.c cairo-script: Always include config.h first thing 2015-06-18 12:38:43 -07:00
COPYING Add CairoScript interpreter 2008-11-13 11:36:55 +00:00
csi-bind.c cairo-script: Prefer cairo from local tree 2015-06-18 12:38:55 -07:00
csi-exec.c cairo-script: Prefer cairo from local tree 2015-06-18 12:38:55 -07:00
csi-replay.c Fix some MinGW warnings 2021-09-02 21:14:51 +09:30
csi-trace.c csi-trace does not show help 2018-04-02 11:55:19 -07:00
Makefile.am meson: Generate cairo-script-interpreter.pc needed by GTK+ 2020-12-22 13:16:05 -05:00
Makefile.sources script-interpreter: Build on win32 2011-06-24 14:13:09 +02:00
Makefile.win32 script-interpreter: Build on win32 2011-06-24 14:13:09 +02:00
meson.build meson: Use more dependency objects 2021-05-22 07:59:52 +02:00