summaryrefslogtreecommitdiff
path: root/gdk/gdkpango.c
Commit message (Expand)AuthorAgeFilesLines
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-2/+2
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-2/+2
* Stop including gdkscreen.hMatthias Clasen2017-11-171-1/+0
* Drop gdk_pango_context_get_for_displayMatthias Clasen2017-10-311-43/+2
* Drop gdk_pango_context_getMatthias Clasen2017-10-301-25/+0
* Drop gdk_pango_context_get_for_screenMatthias Clasen2017-10-301-43/+13
* API: screen: Stop storing font optionsBenjamin Otte2016-10-161-4/+0
* Add docs for new APIMatthias Clasen2016-04-181-0/+22
* Add gdk_pango_context_get_for_displayMatthias Clasen2016-04-181-1/+9
* docs: Another round of markup removalMatthias Clasen2014-03-291-9/+7
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-4/+4
* docs: use apostrophe in *'reWilliam Jon McCann2014-02-071-2/+2
* docs: use apostrophe in *'llWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-4/+4
* docs: use links instead of <xref>William Jon McCann2014-02-071-1/+1
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+2
* docs: replace all figures with headings and imagesWilliam Jon McCann2014-02-041-4/+3
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+4
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Don't use deprecated Pango apiMatthias Clasen2011-11-011-3/+2
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-3/+5
* 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