summaryrefslogtreecommitdiff
path: root/gtk/gtkfontbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* Fix void function n gtkfontbutton.c so it does not try to return a value.Brian Cameron2011-10-101-3/+3
* fontbutton: Properly display absolute sizesBenjamin Otte2011-09-221-2/+4
* fontbutton: Properly update label after property changesBenjamin Otte2011-09-221-15/+14
* fontbutton: Display the same text as elsewhereBenjamin Otte2011-09-221-11/+6
* Take font size also from the font descriptionChristian Persch2011-09-131-0/+5
* Fix implementation of GtkFontButton:get_font_{family,face}Christian Persch2011-09-131-103/+109
* Rename gtk_font_chooser_get_{family,face,size}Christian Persch2011-09-131-3/+3
* Add GtkFontChooser:font-desc propertyChristian Persch2011-09-131-41/+92
* Remove GtkFontChooser:[sg]et_fontChristian Persch2011-09-131-19/+0
* Setters should not return a booleanChristian Persch2011-09-131-8/+5
* GtkFontChooser implementation for GtkFontButtonChristian Persch2011-09-131-11/+253
* Rename GtkFontChooser:font-name to :fontChristian Persch2011-09-131-4/+4
* Make GtkFontChooser an interfaceChristian Persch2011-09-131-8/+9
* More include cleanupsMatthias Clasen2011-08-281-1/+1
* GtkFontChooserDialog: GtkFontButton now uses GtkFontChooserDialog instead of ...Alberto Ruiz2011-08-151-54/+45
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-2/+2
* Drop unneeded includes: gtkalignment.hMatthias Clasen2011-06-071-1/+1
* Clean up more includesMatthias Clasen2011-06-071-1/+0
* Move documentation to inline comments: GtkFontButtonJavier Jardón2011-04-111-0/+12
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-2/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-301-1/+1
* Use accessor funtions to access GtkFontSelectionDialogJavier Jardón2010-07-131-2/+2
* gtkfontbutton: unseal private pointerJavier Jardón2010-07-131-2/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Bug 562998 – GtkFontButton documentation improvementsSven Herzberg2008-12-031-1/+6
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.cMichael Natterer2008-03-041-1/+0
* Add a missing initialization. (#348787, Leonardo Boshell)Matthias Clasen2006-08-061-0/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* Clarify the docs of the color-set and font-set signals. (#343438, OlexiyMatthias Clasen2006-05-311-3/+7
* Fix the handling of modality by copying what GtkFileChooserButton does.Matthias Clasen2006-05-241-6/+8
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-34/+2
* small doc fixesMatthias Clasen2006-04-251-8/+13
* Work out the font size in floating point, and display the font size withRoss Burton2006-02-091-2/+2
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Handle invalid fontnames better. (#315187, Ed Catmur)Matthias Clasen2005-09-091-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-6/+6
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-12/+9
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-8/+3
* More canonical property names.Matthias Clasen2005-03-091-6/+6
* s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/Soeren Sandmann2004-08-221-1/+1