summaryrefslogtreecommitdiff
path: root/pango-view
Commit message (Collapse)AuthorAgeFilesLines
...
* New test text for N'Ko.Behdad Esfahbod2007-05-232-0/+16
| | | | | | | | | | | 2007-05-22 Behdad Esfahbod <behdad@gnome.org> * pango-view/Makefile.am: * pango-view/test-nko.txt: New test text for N'Ko. svn path=/trunk/; revision=2316
* Add a test file showing off OpenType language-system support used withBehdad Esfahbod2007-05-162-0/+6
| | | | | | | | | | | | 2007-05-16 Behdad Esfahbod <behdad@gnome.org> * pango-view/Makefile.am: * pango-view/test-opentype-language.markup: Add a test file showing off OpenType language-system support used with DejaVu Sans. svn path=/trunk/; revision=2312
* Add various test txt files recently added.Behdad Esfahbod2007-05-152-0/+13
| | | | | | | | | | | | | 2007-05-15 Behdad Esfahbod <behdad@gnome.org> * pango-view/Makefile.am: Add various test txt files recently added. * pango-view/test-mixed.markup: A language-tagged version of test-mixed.txt. svn path=/trunk/; revision=2299
* Part of Bug 414264 – Pango vertical writing support is different withBehdad Esfahbod2007-05-141-0/+1
| | | | | | | | | | | | | 2007-05-14 Behdad Esfahbod <behdad@gnome.org> Part of Bug 414264 – Pango vertical writing support is different with real CJK usage. * pango-view/test-mixed.txt: Add a line of Japanese text that has brackets that should be rotated in vertical text. svn path=/trunk/; revision=2291
* Add --language.Behdad Esfahbod2007-05-141-2/+7
| | | | | | | | | | 2007-05-13 Behdad Esfahbod <behdad@gnome.org> * pango-view/viewer-render.c (do_output), (parse_options): Add --language. svn path=/trunk/; revision=2283
* Improve docs about freeing returned items.Behdad Esfahbod2007-05-031-1/+0
| | | | | | | | | | 2007-05-03 Behdad Esfahbod <behdad@gnome.org> * pango/pango-context.c (pango_itemize): Improve docs about freeing returned items. svn path=/trunk/; revision=2259
* New test text that contains a Persian monologue by YarAli PourMoghaddamBehdad Esfahbod2007-05-031-0/+19
| | | | | | | | | | | | 2007-05-03 Behdad Esfahbod <behdad@gnome.org> * pango-view/test-long-paragraph.txt: New test text that contains a Persian monologue by YarAli PourMoghaddam which is a single paragraph of more than 10,000 chars and 2,400 words. Used for testing the effect of previous change. svn path=/trunk/; revision=2258
* Save one layout rendering per view. Down to two from three now.Behdad Esfahbod2007-05-031-10/+16
| | | | | | | | | | 2007-05-03 Behdad Esfahbod <behdad@gnome.org> * pango-view/viewer-render.c (output_body), (do_output): Save one layout rendering per view. Down to two from three now. svn path=/trunk/; revision=2256
* New test text with long Latin and Arabic lines, suitable for --justifyBehdad Esfahbod2007-05-031-0/+5
| | | | | | | | | | 2007-05-02 Behdad Esfahbod <behdad@gnome.org> * pango-view/test-justify.txt: New test text with long Latin and Arabic lines, suitable for --justify testing. svn path=/trunk/; revision=2255
* Add --justify.Mathias Hasselmann2007-05-021-0/+4
| | | | | | | | | | 2007-05-02 Mathias Hasselmann <mathias.hasselmann@gmx.de> * pango-view/viewer-render.c (make_layout), (parse_options): Add --justify. svn path=/trunk/; revision=2249
* Add option for testing text alignment.Mathias Hasselmann2007-05-011-4/+24
| | | | | | | | | | 2007-04-28 Mathias Hasselmann <mathias.hasselmann@gmx.de> * pango-view/viewer-render.c (make_layout), (parse_alignment), (parse_options): Add option for testing text alignment. svn path=/trunk/; revision=2241
* Move PANGO_UNITS_ROUND here... ...from here.Behdad Esfahbod2007-04-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-04-30 Behdad Esfahbod <behdad@gnome.org> * pango/pango-types.h: Move PANGO_UNITS_ROUND here... * pango/pangofc-private.h: ...from here. * pango/pango-gravity.c: Document that pango_gravity_to_rotation() returns angle in radians but pango_matrix_rotate() takes degrees. * pango/pango-layout.c (pango_layout_run_get_extents): * pango/pango-renderer.c (pango_renderer_draw_layout_line): Retain metrics hinting when centering baseline (used for Latin, etc in vertical mode). * pango/pangocairo-fcfont.c (pango_cairo_fc_font_get_metrics), (pango_cairo_fc_font_glyph_extents_cache_init): Respect metrics hinting setting when moving glyphs around for vertical writing. * pango/pangocairo-fcfont.c (_pango_cairo_fc_font_new): Apply the gravity rotation before the pattern's matrix, such that vertical text gets correct italic direction. * pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info): Make hexbox font inherit most properties from the current font. That is, bold hexbox digits for a bold font, etc. svn path=/trunk/; revision=2238
* Bug 398238 – pangorc file missing from tests directoryBehdad Esfahbod2007-01-211-1/+1
| | | | | | | | | | | | | 2007-01-21 Behdad Esfahbod <behdad@gnome.org> Bug 398238 – pangorc file missing from tests directory * pango-view/Makefile.am: * tests/Makefile.am: Don't use $<. Doesn't work with Sun's make. svn path=/trunk/; revision=2176
* Fix typo when rounding to points.Behdad Esfahbod2007-01-161-2/+2
| | | | | | | | | | 2007-01-16 Behdad Esfahbod <behdad@gnome.org> * pango-view/viewer-render.c (make_layout): Fix typo when rounding to points. svn path=/trunk/; revision=2169
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-162-8/+8
| | | | | | | | | 2007-01-16 Behdad Esfahbod <behdad@gnome.org> *.c, *.h: Removed spaces followed b tabs. svn path=/trunk/; revision=2166
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-165-10/+10
| | | | | | | | | 2007-01-16 Behdad Esfahbod <behdad@gnome.org> *.c, *.h: Replace preceding sequences of 8 spaces with tabs. svn path=/trunk/; revision=2165
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-169-86/+86
| | | | | | | | | 2007-01-16 Behdad Esfahbod <behdad@gnome.org> *.c, *.h: Drop trailing whitespace. svn path=/trunk/; revision=2163
* Rename renderdemo.[ch] to viewer-render.[ch].Behdad Esfahbod2007-01-1611-25/+25
| | | | | | | | | | | | | | | | | | | | 2007-01-16 Behdad Esfahbod <behdad@gnome.org> * pango-view/Makefile.am: * pango-view/renderdemo.c: * pango-view/renderdemo.h: * pango-view/viewer-main.c: * pango-view/viewer-pangocairo.c: * pango-view/viewer-pangoft2.c: * pango-view/viewer-pangox.c: * pango-view/viewer-pangoxft.c: * pango-view/viewer-render.c: * pango-view/viewer-render.h: * pango-view/viewer-x.c: Rename renderdemo.[ch] to viewer-render.[ch]. svn path=/trunk/; revision=2153
* Move into pango-view/Behdad Esfahbod2007-01-1634-0/+3647
2007-01-16 Behdad Esfahbod <behdad@gnome.org> * examples/pango-view.c: * examples/pangocairo-view.c: * examples/pangoft2-view.c: * examples/pangox-view.c: * examples/pangoxft-view.c: * examples/renderdemo.c: * examples/renderdemo.h: * examples/test-arabic.txt: * examples/test-chinese.txt: * examples/test-devanagari.txt: * examples/test-gurmukhi.txt: * examples/test-hebrew.txt: * examples/test-ipa.txt: * examples/test-lao.txt: * examples/test-latin.txt: * examples/test-mixed.txt: * examples/test-syriac.txt: * examples/test-tamil.txt: * examples/test-thai.txt: * examples/test-tibetan.txt: * examples/viewer-cairo.c: * examples/viewer-cairo.h: * examples/viewer-main.c: * examples/viewer-pangocairo.c: * examples/viewer-pangoft2.c: * examples/viewer-pangox.c: * examples/viewer-pangoxft.c: * examples/viewer-win32.c: * examples/viewer-x.c: * examples/viewer-x.h: * examples/viewer.h: Move into pango-view/ * Makefile.am: * configure.in: * examples/Makefile.am: * pango-view/Makefile.am: Update. svn path=/trunk/; revision=2152