| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.c | Michael Natterer | 2008-03-04 | 1 | -1/+0 |
* | Add a missing initialization. (#348787, Leonardo Boshell) | Matthias Clasen | 2006-08-06 | 1 | -0/+1 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | Clarify the docs of the color-set and font-set signals. (#343438, Olexiy | Matthias Clasen | 2006-05-31 | 1 | -3/+7 |
* | Fix the handling of modality by copying what GtkFileChooserButton does. | Matthias Clasen | 2006-05-24 | 1 | -6/+8 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -34/+2 |
* | small doc fixes | Matthias Clasen | 2006-04-25 | 1 | -8/+13 |
* | Work out the font size in floating point, and display the font size with | Ross Burton | 2006-02-09 | 1 | -2/+2 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Handle invalid fontnames better. (#315187, Ed Catmur) | Matthias Clasen | 2005-09-09 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -6/+6 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -12/+9 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -8/+3 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -6/+6 |
* | s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/ | Soeren Sandmann | 2004-08-22 | 1 | -1/+1 |