summaryrefslogtreecommitdiff
path: root/gtk/gtkfontsel.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?Christian Dywan2008-10-311-2/+4
* Bug 555573 – gtk_font_selection_set_font_nameChristian Dywan2008-10-091-2/+4
* missing Since 2.14, fixes #549236Gian Mario Tagliaretti2008-08-251-0/+2
* Don't add pointless gettersMatthias Clasen2008-08-141-38/+0
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-2/+2
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-2/+2
* avoid our own deprecated public API and useMichael Natterer2008-08-041-4/+8
* Doc fixesMatthias Clasen2008-07-211-2/+15
* Doc updatesMatthias Clasen2008-07-041-0/+2
* 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
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-1/+25
* Seal GtkFontSelection & GtkFontSelectionDialogTim Janik2008-06-201-8/+294
* gtk/gtkfontsel.c gtk/gtkrc.c gtk/gtkstyle.c use g_object_unref() insteadMichael Natterer2008-06-161-1/+1
* Plug a mem leak. Bug #506096.Christian Persch2007-12-281-1/+1
* Fix default valuesMatthias Clasen2007-12-281-5/+8
* List font sizes 6 and 7pt too. (#440450, Sebastien Bacher, Alex "weej"Behdad Esfahbod2007-06-171-1/+1
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+36
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-3/+3
* use atk_relation_add_target() to add the targets, since it sets up weakDamon Chaplin2006-05-191-5/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-69/+3
* Apply a patch from Dennis Cranston to make dialogs more consistentMatthias Clasen2006-03-101-20/+21
* Check that the fontsel has a screen assigned before doing anything. ThisFederico Mena Quintero2006-02-271-0/+43
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-5/+4
* Handle invalid fontnames better. (#136926, Michael R. Walton)Matthias Clasen2005-09-091-2/+7
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-2/+2
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-3/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* Fix many sparse warnings.Matthias Clasen2004-10-281-2/+2
* Add a public setting for button ordering (#74669, Owen Taylor)Matthias Clasen2004-10-251-0/+7
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Remove unnecessary checks. (#148175, Morten Welinder)Matthias Clasen2004-07-231-2/+1
* Add additional accessability relations. (#141804, Padraig O'Briain)Matthias Clasen2004-07-221-0/+48
* Don't close the dialog on focus out of the size entry. (#143505, DavidMatthias Clasen2004-06-021-1/+10
* Make Return activate the default button. (#118921)Matthias Clasen2004-05-101-1/+33
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* new file to build it all ... added to EXTRA_DISTHans Breuer2003-07-201-1/+1
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-2/+2
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-6/+14
* If called when fontsel->face is NULL, just return "Sans 10". (#82745,Owen Taylor2002-11-071-2/+9
* Add ::screen-changed signal.Owen Taylor2002-11-071-49/+6
* Deprecation cleanupManish Singh2002-10-091-102/+66
* Minor documentation fixesSoren Sandmann2002-08-101-3/+3
* Update from contents of size entry on focus out. (#76493, LaurisOwen Taylor2002-05-151-0/+16
* Discard configure events from SubstructureNotify. (#81760, Rich Burridge)Owen Taylor2002-05-141-1/+1