summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooser.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing (closure) GIR annotationsRobert Ancell2020-01-131-1/+1
* font chooser: Make the language property writableMatthias Clasen2018-04-021-2/+18
* font chooser: Align property defaultsMatthias Clasen2018-03-311-2/+1
* font chooser: Make levels flagsMatthias Clasen2018-03-271-6/+9
* The big versioning cleanupMatthias Clasen2018-02-061-39/+0
* font chooser: Add properties for features and languageMatthias Clasen2018-01-031-0/+75
* font chooser: introduce font chooser levelsMatthias Clasen2018-01-031-0/+55
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-1/+1
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-5/+5
* Intern all signal names beforehandMatthias Clasen2015-09-121-1/+1
* Redo font map support in GtkFontChooserMatthias Clasen2015-06-131-15/+5
* Fix return value error in gtk_font_chooser_get_font_mapTing-Wei Lan2015-05-121-1/+1
* GtkFontChooser: Add an example to the docsMatthias Clasen2015-05-071-4/+24
* GtkFontChooser: Allow a custom font mapMatthias Clasen2015-05-071-0/+56
* GtkFontChooser: Use G_PARAM_EXPLICIT_NOTIFY for show-preview-entryMatthias Clasen2014-06-091-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-7/+7
* docs: use proper quotesWilliam Jon McCann2014-02-051-5/+5
* Minor doc cleanupMatthias Clasen2013-03-141-2/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* fontchooser: List font description as font descriptionBenjamin Otte2011-09-191-1/+1
* Clarify conditions when get_font_{family,face} return NULLChristian Persch2011-09-131-2/+6
* Rename gtk_font_chooser_get_{family,face,size}Christian Persch2011-09-131-6/+6
* Add GtkFontChooser:font-desc propertyChristian Persch2011-09-131-2/+81
* Remove GtkFontChooser:[sg]et_fontChristian Persch2011-09-131-3/+7
* Setters should not return a booleanChristian Persch2011-09-131-13/+6
* Trivial: Fix up function name in the docsMatthias Clasen2011-09-131-1/+1
* Rename GtkFontChooser:font-name to :fontChristian Persch2011-09-131-10/+10
* Make GtkFontChooser an interfaceChristian Persch2011-09-131-1115/+82
* GtkFontChooser: mark 'no matches' string for translationMatthias Clasen2011-09-051-1/+1
* GtkFontChooser: escape markup where requiredMatthias Clasen2011-09-041-14/+11
* Trivial: include cleanupsMatthias Clasen2011-08-281-1/+0
* More include cleanupsMatthias Clasen2011-08-281-4/+2
* GtkFontChooser: Add a ::font-activated signalMatthias Clasen2011-08-241-1/+47
* Make setting fontname work, independent of a screenMatthias Clasen2011-08-151-20/+41
* Keep the currently selected font over theme changesMatthias Clasen2011-08-151-14/+34
* Add filtering to the font chooserMatthias Clasen2011-08-151-81/+109
* Add 'no matches' functionalityMatthias Clasen2011-08-151-31/+18
* Make the fontchooser dialog come up in a reasonable sizeMatthias Clasen2011-08-151-0/+1
* Just use a single gridMatthias Clasen2011-08-151-12/+7
* Clean up error handlingMatthias Clasen2011-08-151-7/+9
* Rename some staticsMatthias Clasen2011-08-151-8/+8
* Avoid extraneous signals at destroy timeMatthias Clasen2011-08-151-17/+41
* Simplify a few thingsMatthias Clasen2011-08-151-60/+49
* Trivial formatting fixesMatthias Clasen2011-08-151-87/+85
* GtkFontChooser: get_font_name did not return the font sizeAlberto Ruiz2011-08-151-1/+7
* GtkFontChooser: Stub code to handle empty list by search.Alberto Ruiz2011-08-151-4/+70
* GtkFontChooser: font-name property notification wasn't properly propagated du...Alberto Ruiz2011-08-151-18/+4
* GtkFontChooser: Using G_N_ELEMENTS instead of a defineAlberto Ruiz2011-08-151-4/+3
* GtkFontChooser: Using the widget instead of the private struct as signal data...Alberto Ruiz2011-08-151-31/+43
* GtkFontChooser: Fixed coding style wrt spacing around operatorsAlberto Ruiz2011-08-151-5/+5