| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 627978 - explicitly link with the math lib (-lm) for use of 'cos' | Behdad Esfahbod | 2010-08-25 | 1 | -0/+1 |
* | Use git.mk | Behdad Esfahbod | 2009-04-17 | 1 | -0/+2 |
* | [cairotwisted] Plug couple other leaks | Behdad Esfahbod | 2009-03-30 | 1 | -0/+3 |
* | [cairotwisted] Plug leak | Behdad Esfahbod | 2009-03-30 | 1 | -1/+5 |
* | Fix warning. | Behdad Esfahbod | 2008-12-26 | 1 | -1/+1 |
* | Handle close_path correctly. | Behdad Esfahbod | 2008-11-26 | 1 | -6/+12 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Optimize double math. | Behdad Esfahbod | 2007-12-06 | 1 | -46/+70 |
* | Add some more comments to document the math involved. | Behdad Esfahbod | 2007-12-03 | 1 | -4/+21 |
* | Document cairotwisted example. | Behdad Esfahbod | 2007-11-30 | 1 | -123/+165 |
* | Bug 485536 – underline_position can be zero | Behdad Esfahbod | 2007-11-30 | 3 | -5/+40 |
* | Implement bezier curve length function that flattens the curve and sum the | Behdad Esfahbod | 2007-10-20 | 1 | -7/+69 |
* | Put cairotwisted in public domainPANGO_1_16_5 | Behdad Esfahbod | 2007-07-26 | 1 | -0/+1 |
* | New API | Behdad Esfahbod | 2007-05-04 | 4 | -3/+215 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 2 | -103/+103 |
* | Replace C++-style // comments with C-style /* */ ones. | Behdad Esfahbod | 2007-01-16 | 1 | -2/+2 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 3 | -21/+21 |
* | Improve text-on-path example. | Behdad Esfahbod | 2007-01-16 | 1 | -24/+75 |
* | Move into pango-view/ | Behdad Esfahbod | 2007-01-16 | 34 | -3636/+1 |
* | Oops. Replace GType* with GType. | Behdad Esfahbod | 2007-01-16 | 1 | -1/+1 |
* | Use pango_layout(_iter)?_get_line_readonly() instead of | Behdad Esfahbod | 2007-01-16 | 1 | -1/+4 |
* | New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. New | Behdad Esfahbod | 2007-01-16 | 1 | -82/+40 |
* | Bug 323173 – Add layout of mixed direction text for vertical layout | Behdad Esfahbod | 2007-01-16 | 2 | -1/+41 |
* | Remove .cvsignore files (moved to svn:ignore prop) | Behdad Esfahbod | 2007-01-09 | 1 | -11/+0 |
* | Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21 | Behdad Esfahbod | 2007-01-04 | 1 | -35/+13 |
* | Improve option help for --gravity | Behdad Esfahbod | 2006-12-25 | 1 | -1/+1 |
* | New generated public header file pango-features.h. Currently contains the | Behdad Esfahbod | 2006-12-07 | 1 | -0/+4 |
* | Set context language to pango_language_get_default() instead of hardcoding | Behdad Esfahbod | 2006-12-06 | 1 | -1/+1 |
* | Gurmukhi test text from supreet sethi. | Behdad Esfahbod | 2006-12-06 | 2 | -0/+27 |
* | Bug 371388 – Add Thai langauage engine Patch from Theppitak | Behdad Esfahbod | 2006-11-27 | 1 | -2/+2 |
* | Add Lao text samples from Anousak Souphavanh. | Behdad Esfahbod | 2006-11-22 | 3 | -0/+4 |
* | Do not require pangoft2 unconditionally. | Behdad Esfahbod | 2006-10-24 | 1 | -1/+4 |
* | Replace by a better one. | Behdad Esfahbod | 2006-10-18 | 1 | -8/+11 |
* | Added. | Behdad Esfahbod | 2006-10-17 | 2 | -0/+9 |
* | Add part of Jabberwocky as Latin test text. | Behdad Esfahbod | 2006-10-07 | 2 | -0/+10 |
* | . | Behdad Esfahbod | 2006-10-02 | 1 | -0/+1 |
* | A simple text-on-path example using pangocairo. | Behdad Esfahbod | 2006-09-08 | 2 | -3/+404 |
* | Bug 353525 – libpangoft2-1.0.so.0: undefined reference to | Behdad Esfahbod | 2006-08-30 | 1 | -0/+3 |
* | pango/Makefile.am examples/Makefile.am pango/testfonts.c Rename | Tor Lillqvist | 2006-08-23 | 2 | -0/+451 |
* | Correct switched return value of EAST/WEST. | Behdad Esfahbod | 2006-08-20 | 1 | -2/+2 |
* | Change the --rotate parameter to double now that we depend on a | Behdad Esfahbod | 2006-08-20 | 2 | -3/+3 |
* | Minor adjustment. | Behdad Esfahbod | 2006-08-16 | 1 | -3/+7 |
* | Render block progression and line direction arrows, and a base gravity | Behdad Esfahbod | 2006-08-16 | 3 | -18/+104 |
* | Adjust color. | Behdad Esfahbod | 2006-08-16 | 1 | -1/+1 |
* | Render the header with SOUTH gravity. | Behdad Esfahbod | 2006-08-15 | 1 | -2/+3 |
* | Remove excess LRM. | Behdad Esfahbod | 2006-08-15 | 2 | -6/+24 |
* | Oops. Exchange west<->east and north<->south gravities. The gravity is the | Behdad Esfahbod | 2006-08-15 | 1 | -3/+3 |
* | Support --gravity. | Behdad Esfahbod | 2006-08-15 | 1 | -0/+32 |
* | Don't ignore all trailing whitespace in input text. Only chop one newline. | Behdad Esfahbod | 2006-08-01 | 2 | -12/+8 |
* | Oops. | Behdad Esfahbod | 2006-04-29 | 1 | -9/+1 |