| Commit message (Expand) | Author | Age | Files | Lines |
* | GtkFontButton: Stop using deprecated API | Matthias Clasen | 2014-10-02 | 1 | -17/+44 |
* | GtkFontButton: Make sure the dialog isn't destroyed on delete-event | Rui Matos | 2014-09-28 | 1 | -0/+3 |
* | GtkFontButton: Avoid criticals | Matthias Clasen | 2014-08-15 | 1 | -2/+8 |
* | GtkFontButton: Limit the decimals shown for size | Matthias Clasen | 2014-08-15 | 1 | -1/+1 |
* | GtkFontButton: Use the same font name as the font chooser | Matthias Clasen | 2014-08-15 | 1 | -9/+6 |
* | GtkFontButton: Use G_PARAM_EXPLICIT_NOTIFY | Matthias Clasen | 2014-06-09 | 1 | -4/+4 |
* | GtkFontButton Trivial cleanup | Matthias Clasen | 2014-06-09 | 1 | -4/+2 |
* | GtkFontButton: Fix the handling of show-preview-button | Matthias Clasen | 2014-06-09 | 1 | -4/+9 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -2/+2 |
* | docs: use apostrophe in *'re | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: don't use <emphasis> | William Jon McCann | 2014-01-28 | 1 | -1/+1 |
* | resources: move resources into a subdirectory | William Jon McCann | 2014-01-23 | 1 | -1/+1 |
* | Another round of template binding api changes | Matthias Clasen | 2013-07-26 | 1 | -3/+3 |
* | Rename the widget template API | Emmanuele Bassi | 2013-07-26 | 1 | -3/+3 |
* | widget: Use a real offset in gtk_widget_class_automate_child | Alexander Larsson | 2013-07-26 | 1 | -3/+3 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -5/+2 |
* | GtkFontButton: Define children with a GtkBuilder template | Tristan Van Berkom | 2013-04-08 | 1 | -32/+15 |
* | Deprecate gtk_widget_push_composite_child & friends | Tristan Van Berkom | 2013-04-08 | 1 | -3/+0 |
* | GtkFontButton: default show-preview-entry to TRUE | Matthias Clasen | 2013-03-17 | 1 | -1/+1 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -2/+1 |
* | Fix void function n gtkfontbutton.c so it does not try to return a value. | Brian Cameron | 2011-10-10 | 1 | -3/+3 |
* | fontbutton: Properly display absolute sizes | Benjamin Otte | 2011-09-22 | 1 | -2/+4 |
* | fontbutton: Properly update label after property changes | Benjamin Otte | 2011-09-22 | 1 | -15/+14 |
* | fontbutton: Display the same text as elsewhere | Benjamin Otte | 2011-09-22 | 1 | -11/+6 |
* | Take font size also from the font description | Christian Persch | 2011-09-13 | 1 | -0/+5 |
* | Fix implementation of GtkFontButton:get_font_{family,face} | Christian Persch | 2011-09-13 | 1 | -103/+109 |
* | Rename gtk_font_chooser_get_{family,face,size} | Christian Persch | 2011-09-13 | 1 | -3/+3 |
* | Add GtkFontChooser:font-desc property | Christian Persch | 2011-09-13 | 1 | -41/+92 |
* | Remove GtkFontChooser:[sg]et_font | Christian Persch | 2011-09-13 | 1 | -19/+0 |
* | Setters should not return a boolean | Christian Persch | 2011-09-13 | 1 | -8/+5 |
* | GtkFontChooser implementation for GtkFontButton | Christian Persch | 2011-09-13 | 1 | -11/+253 |
* | Rename GtkFontChooser:font-name to :font | Christian Persch | 2011-09-13 | 1 | -4/+4 |
* | Make GtkFontChooser an interface | Christian Persch | 2011-09-13 | 1 | -8/+9 |
* | More include cleanups | Matthias Clasen | 2011-08-28 | 1 | -1/+1 |
* | GtkFontChooserDialog: GtkFontButton now uses GtkFontChooserDialog instead of ... | Alberto Ruiz | 2011-08-15 | 1 | -54/+45 |
* | gtk: Use const instead G_CONST_RETURN | Javier Jardón | 2011-06-10 | 1 | -2/+2 |
* | Drop unneeded includes: gtkalignment.h | Matthias Clasen | 2011-06-07 | 1 | -1/+1 |
* | Clean up more includes | Matthias Clasen | 2011-06-07 | 1 | -1/+0 |
* | Move documentation to inline comments: GtkFontButton | Javier Jardón | 2011-04-11 | 1 | -0/+12 |
* | gtk: remove "gboolean homogeneous" from gtk_box_new() | Michael Natterer | 2010-11-02 | 1 | -2/+2 |
* | Use gtk_box_new() instead gtk_[v|h]box_new() | Javier Jardón | 2010-10-30 | 1 | -1/+1 |
* | Use gtk_separator_new() instead gtk_[v|h]separator_new() | Javier Jardón | 2010-10-30 | 1 | -1/+1 |
* | Use accessor funtions to access GtkFontSelectionDialog | Javier Jardón | 2010-07-13 | 1 | -2/+2 |
* | gtkfontbutton: unseal private pointer | Javier Jardón | 2010-07-13 | 1 | -2/+3 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -1/+1 |
* | Bug 562998 – GtkFontButton documentation improvements | Sven Herzberg | 2008-12-03 | 1 | -1/+6 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |