summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkFontChooser: Remove the themed color for the font titleAlberto Ruiz2011-08-151-14/+1
* GtkFontChooser: Use a nested grid to achieve the right layout in the size con...Alberto Ruiz2011-08-151-20/+27
* GtkFontChooser: Fix expand and fill properties for the grid layoutAlberto Ruiz2011-08-151-1/+5
* GtkFontChooser: Use GtkBox instead of GtkVBox as base class.Alberto Ruiz2011-08-151-3/+3
* GtkFontChooser: Add preview entry to the gridAlberto Ruiz2011-08-151-8/+8
* GtkFontChooser: Initial work to use GtkGridAlberto Ruiz2011-08-151-39/+11
* GtkFontChooser: GtkFontChooserDialog: Update documenation to reflect Since: 3.2Alberto Ruiz2011-08-151-0/+4
* GtkFontChooserDialog: Split the dialog out of gtkfontchooser.[ch] to gtkfontc...Alberto Ruiz2011-08-151-272/+3
* GtkFontChooser: Use symbolic icons in the filter entryAlberto Ruiz2011-08-151-8/+19
* GtkFontChooser: Now shearch filters each individual term rather than the whol...Alberto Ruiz2011-08-151-28/+37