| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use deprecated Pango api | Matthias Clasen | 2011-11-01 | 1 | -3/+2 |
* | [GI] Mark unintrospectable constructs as (skip) | Pavel Holejsovsky | 2011-01-20 | 1 | -3/+5 |
* | Fix missing (transfer) annotations in GDK | Milan Bouchet-Valat | 2010-11-24 | 1 | -2/+2 |
* | docs: Move documentation to inline comments: gdkpango | Javier Jardón | 2010-11-15 | 1 | -0/+99 |
* | Inclusion cleanups in sources | Matthias Clasen | 2010-10-14 | 1 | -2/+5 |
* | API: remove GdkPangoRenderer | Benjamin Otte | 2010-08-10 | 1 | -992/+0 |
* | API: remove gdk_draw_layout_*() | Benjamin Otte | 2010-08-10 | 1 | -223/+5 |
* | gdk: Remove unused gdkrgb.h includes | Benjamin Otte | 2010-08-10 | 1 | -1/+0 |
* | gdk/: fully remove gdkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | s/GdkRegion/cairo_region_t/ in all of gtk | Benjamin Otte | 2010-06-29 | 1 | -7/+7 |
* | Deprecate the GdkRegion API | Benjamin Otte | 2010-06-29 | 1 | -5/+5 |
* | Remove deprecated code from GdkPango | Javier Jardón | 2010-05-03 | 1 | -18/+0 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -7/+7 |
* | Initial client-side-windows work | Alexander Larsson | 2009-04-02 | 1 | -1/+2 |
* | Bug 437533 – Implement draw_shape PangoRenderer method | Behdad Esfahbod | 2009-03-27 | 1 | -0/+47 |
* | examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c | Michael Natterer | 2008-08-12 | 1 | -3/+3 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.h | Michael Natterer | 2008-01-15 | 1 | -3/+3 |
* | Use PANGO_PIXELS instead of division. (#334617) | Behdad Esfahbod | 2007-02-16 | 1 | -2/+2 |
* | Use pango_matrix_transform_rectangle(). (#340141) | Behdad Esfahbod | 2007-01-10 | 1 | -51/+4 |
* | Avoid overflow when converting coordinates to Pango units. (#332266, Jody | Behdad Esfahbod | 2007-01-05 | 1 | -2/+26 |
* | Bug 340141 – Update to Pango 1.16 API | Behdad Esfahbod | 2006-12-24 | 1 | -2/+2 |
* | Use pango_cairo_show_error_underline. (#340141, Behdad Esfahbod) | Matthias Clasen | 2006-12-22 | 1 | -85/+6 |
* | Bug 355343. Add a GdkPangoAttrEmbossColor. | Ryan Lortie | 2006-09-19 | 1 | -16/+108 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -2/+1 |
* | Fix quadratic implementation of gdk_pango_layout_get_clip_region into a | Behdad Esfahbod | 2006-07-08 | 1 | -51/+64 |
* | Fix typo. | Behdad Esfahbod | 2006-06-07 | 1 | -1/+1 |
* | Bug 337603 – Possible off-by-one in | Behdad Esfahbod | 2006-06-07 | 1 | -5/+19 |
* | Fix offset to center the underline in requested rectangle. (Ported from | Behdad Esfahbod | 2006-05-30 | 1 | -1/+1 |
* | Rollback the following changes, to fix it the proper way in Pango: | Behdad Esfahbod | 2006-05-22 | 1 | -1/+5 |
* | Add new function _gdk_screen_get_font_map() and have one fontmap per | Behdad Esfahbod | 2006-05-22 | 1 | -5/+1 |
* | Cast to double before dividing by PANGO_SCALE. (#334582) | Behdad Esfahbod | 2006-04-28 | 1 | -2/+2 |
* | Add a gc_changed argument, and avoid setting the clip region if the gc has | Matthias Clasen | 2006-02-20 | 1 | -15/+53 |
* | disconnect from the right object ("closed" is emitted by the display, not | Michael Natterer | 2006-01-10 | 1 | -3/+3 |
* | Applied patch from maemo-gtk that addresses many issues wrt display | Michael Natterer | 2005-11-10 | 1 | -0/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+4 |
* | Make the GdkScreen font options api public, and add properties | Matthias Clasen | 2005-08-26 | 1 | -4/+3 |
* | Add a note about cut-and-paste between here and Pango. | Owen Taylor | 2005-08-24 | 1 | -0/+1 |
* | Fix for #314004, reported by Michael Reinsch: | Owen Taylor | 2005-08-24 | 1 | -1/+24 |
* | Fix a typo in the docs. (#303940, Masao Mutoh) | Matthias Clasen | 2005-05-16 | 1 | -1/+1 |
* | gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration. | Manish Singh | 2005-05-14 | 1 | -0/+1 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -1/+1 |
* | Forgotten fix. | Matthias Clasen | 2005-05-08 | 1 | -6/+8 |
* | Add a draw-border style property to allow themes to draw outside the | Owen Taylor | 2005-05-02 | 1 | -126/+67 |
* | gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to | Owen Taylor | 2005-04-18 | 1 | -6/+6 |
* | Simplify matrix manipulation now that cairo exposes the cairo_matrix_t | Carl Worth | 2005-04-08 | 1 | -7/+5 |
* | Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -1/+3 |
* | Fix get_stipple_surface to actually work, set EXTEND_REPEAT on the stipple | Owen Taylor | 2005-03-17 | 1 | -2/+7 |