| Commit message (Expand) | Author | Age | Files | Lines |
* | GtkIMContext: Use G_PARAM_EXPLICIT_NOTIFY | Matthias Clasen | 2014-06-09 | 1 | -4/+12 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -5/+5 |
* | docs: use apostrophes in *n't | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: use links instead of <xref> | William Jon McCann | 2014-02-07 | 1 | -1/+2 |
* | docs: Use markup for links | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -1/+1 |
* | docs: use markdown instead of <filename> tags | William Jon McCann | 2014-02-04 | 1 | -1/+1 |
* | docs: Identify examples that are C code | William Jon McCann | 2014-01-29 | 1 | -4/+4 |
* | docs: use |[ ]| instead of <programlisting></programlisting> | William Jon McCann | 2014-01-29 | 1 | -8/+8 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -4/+3 |
* | Remove rest of gtk-show-input-method-menu and gtk-show-unicode-menu | William Jon McCann | 2013-06-21 | 1 | -2/+0 |
* | GtkIMContext: Add purpose and hints | Matthias Clasen | 2012-08-20 | 1 | -1/+93 |
* | Fix doc comment | Matthias Clasen | 2012-05-25 | 1 | -1/+1 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | gtk: clean up the private horror | Michael Natterer | 2011-10-22 | 1 | -1/+1 |
* | [GI] Add missing (out) and (array) annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -12/+12 |
* | Move docs for gtkmain inline | Matthias Clasen | 2011-01-04 | 1 | -1/+1 |
* | Fix typo in GtkIMContextClass doc. | Daiki Ueno | 2010-08-29 | 1 | -1/+1 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Make 3.0 parallel-installable to 2.x | Matthias Clasen | 2010-05-08 | 1 | -1/+1 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -1/+1 |
* | documentation description: Mention the various properties and the | Murray Cumming | 2009-01-15 | 1 | -0/+12 |
* | Bug 563994 – Input method module interface not documented | Daniel Elstner | 2008-12-11 | 1 | -4/+176 |
* | gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.c | Sven Neumann | 2008-08-11 | 1 | -6/+7 |
* | 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 |
* | gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.h | Michael Natterer | 2008-01-25 | 1 | -3/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Reinstate abstract types | Matthias Clasen | 2006-05-07 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -31/+1 |
* | Clarify docs. (#324996) | Matthias Clasen | 2005-12-27 | 1 | -4/+4 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -9/+10 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+3 |
* | cursor_pos is in characters, not bytes. (#153332, Owen Taylor) | Matthias Clasen | 2004-09-26 | 1 | -2/+2 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -1/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Documentation fix. (#131335, Theppitak Karoonboonyanan) | Matthias Clasen | 2004-01-14 | 1 | -3/+3 |
* | Fix docs. (#109510, Noah Levitt) | Matthias Clasen | 2003-03-31 | 1 | -1/+1 |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -21/+16 |
* | docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c, | Soeren Sandmann | 2002-10-05 | 1 | -1/+1 |
* | Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, Vitaly | Soeren Sandmann | 2002-09-28 | 1 | -1/+2 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -3/+3 |
* | Add a note that yes, we do know what () means and we can't change it. | Owen Taylor | 2002-08-05 | 1 | -35/+41 |
* | Unset gtk-im-surrounding-info object data again. (Fix from Yao Zhang, | Owen Taylor | 2002-07-29 | 1 | -1/+4 |
* | gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c | Vitaly Tishkov | 2002-01-10 | 1 | -2/+2 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -6/+7 |