summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkFontChooser: Using explicit comparisons for g_strcmp0Alberto Ruiz2011-08-151-2/+2
* GtkFontChooser: Added missing breaks in switch statementsAlberto Ruiz2011-08-151-0/+2
* GtkFontChooser: Setting all ought to be static functions as staticAlberto Ruiz2011-08-151-34/+9
* GtkFontChooser: Set correct margin values between UI elementsAlberto Ruiz2011-08-151-0/+5
* GtkFontChooser: Fix size synchronization between slider and spin buttonAlberto Ruiz2011-08-151-31/+43
* GtkFontChooser: Cleanup comments and fix indentation alignmentsAlberto Ruiz2011-08-151-16/+11
* GtkFontChooser: Remove default geometry definesAlberto Ruiz2011-08-151-4/+0
* GtkFontChooser: Fix scroll callback connected to treeview instead of previewAlberto Ruiz2011-08-151-2/+2