summaryrefslogtreecommitdiff
path: root/gdk/gdkpango.c
Commit message (Expand)AuthorAgeFilesLines
* Fix missing (transfer) annotations in GDKMilan Bouchet-Valat2010-11-241-2/+2
* docs: Move documentation to inline comments: gdkpangoJavier Jardón2010-11-151-0/+99
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-2/+5
* API: remove GdkPangoRendererBenjamin Otte2010-08-101-992/+0
* API: remove gdk_draw_layout_*()Benjamin Otte2010-08-101-223/+5
* gdk: Remove unused gdkrgb.h includesBenjamin Otte2010-08-101-1/+0
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-7/+7
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-5/+5
* Remove deprecated code from GdkPangoJavier Jardón2010-05-031-18/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-7/+7
* Initial client-side-windows workAlexander Larsson2009-04-021-1/+2
* Bug 437533 – Implement draw_shape PangoRenderer methodBehdad Esfahbod2009-03-271-0/+47
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-3/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-3/+3
* Use PANGO_PIXELS instead of division. (#334617)Behdad Esfahbod2007-02-161-2/+2
* Use pango_matrix_transform_rectangle(). (#340141)Behdad Esfahbod2007-01-101-51/+4
* Avoid overflow when converting coordinates to Pango units. (#332266, JodyBehdad Esfahbod2007-01-051-2/+26
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-2/+2
* Use pango_cairo_show_error_underline. (#340141, Behdad Esfahbod)Matthias Clasen2006-12-221-85/+6
* Bug 355343. Add a GdkPangoAttrEmbossColor.Ryan Lortie2006-09-191-16/+108
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-2/+1
* Fix quadratic implementation of gdk_pango_layout_get_clip_region into aBehdad Esfahbod2006-07-081-51/+64
* Fix typo.Behdad Esfahbod2006-06-071-1/+1
* Bug 337603 – Possible off-by-one inBehdad Esfahbod2006-06-071-5/+19
* Fix offset to center the underline in requested rectangle. (Ported fromBehdad Esfahbod2006-05-301-1/+1
* Rollback the following changes, to fix it the proper way in Pango:Behdad Esfahbod2006-05-221-1/+5
* Add new function _gdk_screen_get_font_map() and have one fontmap perBehdad Esfahbod2006-05-221-5/+1
* Cast to double before dividing by PANGO_SCALE. (#334582)Behdad Esfahbod2006-04-281-2/+2
* Add a gc_changed argument, and avoid setting the clip region if the gc hasMatthias Clasen2006-02-201-15/+53
* disconnect from the right object ("closed" is emitted by the display, notMichael Natterer2006-01-101-3/+3
* Applied patch from maemo-gtk that addresses many issues wrt displayMichael Natterer2005-11-101-0/+1
* Intern some more strings.Matthias Clasen2005-09-011-2/+4
* Make the GdkScreen font options api public, and add propertiesMatthias Clasen2005-08-261-4/+3
* Add a note about cut-and-paste between here and Pango.Owen Taylor2005-08-241-0/+1
* Fix for #314004, reported by Michael Reinsch:Owen Taylor2005-08-241-1/+24
* Fix a typo in the docs. (#303940, Masao Mutoh)Matthias Clasen2005-05-161-1/+1
* gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration.Manish Singh2005-05-141-0/+1
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-1/+1
* Forgotten fix.Matthias Clasen2005-05-081-6/+8
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-021-126/+67
* gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update toOwen Taylor2005-04-181-6/+6
* Simplify matrix manipulation now that cairo exposes the cairo_matrix_tCarl Worth2005-04-081-7/+5
* Mark param spec strings as static.Matthias Clasen2005-03-211-1/+3
* Fix get_stipple_surface to actually work, set EXTEND_REPEAT on the stippleOwen Taylor2005-03-171-2/+7
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-261/+262
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4