| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a leftover deprecation warning | Matthias Clasen | 2014-05-13 | 1 | -2/+1 |
* | Deprecate GtkMisc | Matthias Clasen | 2014-05-13 | 1 | -0/+2 |
* | Docs: use // for comments in examples | Matthias Clasen | 2014-02-14 | 1 | -8/+7 |
* | Docs: Remove all entities and turn off sgml mode | Matthias Clasen | 2014-02-09 | 1 | -7/+9 |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -4/+4 |
* | docs: replace all <examples> with markdown headings | William Jon McCann | 2014-02-04 | 1 | -3/+3 |
* | docs: Identify examples that are C code | William Jon McCann | 2014-01-29 | 1 | -1/+1 |
* | docs: use |[ ]| instead of <programlisting></programlisting> | William Jon McCann | 2014-01-29 | 1 | -2/+2 |
* | docs: fix docs for out params | William Jon McCann | 2014-01-21 | 1 | -3/+3 |
* | GtkAccelLabel: Add a setter for manual accels | Matthias Clasen | 2014-01-05 | 1 | -0/+24 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -6/+2 |
* | GtkAccelLabel: Don't show "+" if there's no more keys to add | Bastien Nocera | 2013-02-18 | 1 | -2/+6 |
* | GtkAccelLabel: adjust recent accel changes | Ryan Lortie | 2012-09-18 | 1 | -8/+22 |
* | GtkAccelLabel: add manual accel API | Ryan Lortie | 2012-09-17 | 1 | -6/+48 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | accellabel: Stop setting state flags on the style context for drawing | Rui Matos | 2011-12-19 | 1 | -1/+0 |
* | Use a weak ref in GtkAccelLabel | Matthias Clasen | 2011-08-24 | 1 | -18/+34 |
* | accellabel: Use gtk_widget_class_set_accessible_role() | Benjamin Otte | 2011-07-18 | 1 | -0/+2 |
* | gtkaccellabel: Do not use GET_PRIV macro | Javier Jardón | 2011-06-02 | 1 | -5/+6 |
* | Fix an example | Matthias Clasen | 2011-05-31 | 1 | -1/+1 |
* | accellabel: Remove leftover debug code | Benjamin Otte | 2011-05-02 | 1 | -1/+1 |
* | accellabel: Only daw accelerator after natural size has been reached | Benjamin Otte | 2011-05-01 | 1 | -2/+2 |
* | GtkAccelLabel: Improve struct packing | Matthias Clasen | 2011-04-12 | 1 | -2/+2 |
* | Don't try to modify readonly strings | Matthias Clasen | 2011-02-09 | 1 | -22/+22 |
* | Strip XF86 prefix from untranslated keysyms | Matthias Clasen | 2011-02-04 | 1 | -2/+17 |
* | Remove latest bits of GtkItemFactory | Javier Jardón | 2011-02-04 | 1 | -1/+1 |
* | Drop explicit includes of gdkkeysyms.h | Matthias Clasen | 2011-01-04 | 1 | -2/+0 |
* | Make GtkAccelLabel use GtkStyleContext. | Carlos Garnacho | 2010-12-24 | 1 | -8/+8 |
* | Move destroy signal to GtkWidget | Javier Jardón | 2010-09-26 | 1 | -9/+7 |
* | accellabel: Remove gtk_widget_is_drawable() check from draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -70/+65 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -22/+10 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
* | accellabel: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -20/+26 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -1/+1 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request() | Javier Jardón | 2010-09-15 | 1 | -1/+2 |
* | Update for GDK key name changes | Kristian Rietveld | 2010-09-13 | 1 | -13/+13 |
* | Fixed accel label to do its derived work in ->get_width() instead of the old ... | Tristan Van Berkom | 2010-08-18 | 1 | -10/+28 |
* | gtkaccellabel: Remove unused class members | Javier Jardón | 2010-08-10 | 1 | -5/+1 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Fix compilation warning: cast to GTK_WIDGET | Javier Jardón | 2010-05-03 | 1 | -1/+1 |
* | Move GSEAL'd members of GtkAccelLabel into private struct. | Cody Russell | 2010-05-03 | 1 | -64/+88 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Move documentation to inline comments: GtkAccelLabel | Javier Jardón | 2010-02-09 | 1 | -2/+84 |
* | More conversion to C_() | Matthias Clasen | 2008-10-27 | 1 | -7/+3 |
* | Use C_() instead of Q_(). String change! | Matthias Clasen | 2008-10-27 | 1 | -19/+8 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -2/+2 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -3/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |