summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make setting fontname work, independent of a screenfont-chooserMatthias Clasen2011-08-141-20/+41
* Keep the currently selected font over theme changesMatthias Clasen2011-08-141-14/+34
* Deprecate GtkFontSelection and GtkFontSelectionDialogMatthias Clasen2011-08-144-3/+61
* Trivial formatting fixMatthias Clasen2011-08-141-14/+11
* Add docsMatthias Clasen2011-08-142-0/+58
* Add new symbolsMatthias Clasen2011-08-141-0/+19
* Add filtering to the font chooserMatthias Clasen2011-08-142-81/+129
* Add 'no matches' functionalityMatthias Clasen2011-08-111-31/+18
* Make the fontchooser dialog come up in a reasonable sizeMatthias Clasen2011-08-091-0/+1
* Fix entry drawing in the presence of marginsMatthias Clasen2011-08-092-18/+37
* Just use a single gridMatthias Clasen2011-08-091-12/+7
* Clean up error handlingMatthias Clasen2011-08-091-7/+9
* Rename some staticsMatthias Clasen2011-08-091-8/+8
* Avoid extraneous signals at destroy timeMatthias Clasen2011-08-091-17/+41
* Fix minor issues in the testsMatthias Clasen2011-08-092-14/+14
* Simplify a few thingsMatthias Clasen2011-08-091-60/+49
* Trivial formatting fixesMatthias Clasen2011-08-094-120/+119
* GtkFontChooserDialog: GtkFontButton now uses GtkFontChooserDialog instead of ...Alberto Ruiz2011-07-282-61/+50
* GtkFontChooser: get_font_name did not return the font sizeAlberto Ruiz2011-07-281-1/+7
* GtkFontChooser: Stub code to handle empty list by search.Alberto Ruiz2011-07-271-4/+70
* GtkFontChooser: font-name property notification wasn't properly propagated du...Alberto Ruiz2011-07-271-18/+4
* GtkFontChooser: Missing G_END_DECLS in fontchooser headerAlberto Ruiz2011-07-271-0/+1
* GtkFontChooser: Using G_N_ELEMENTS instead of a defineAlberto Ruiz2011-07-251-4/+3
* GtkFontChooser: Using the widget instead of the private struct as signal data...Alberto Ruiz2011-07-251-31/+43
* GtkFontChooser: Fixed coding style wrt spacing around operatorsAlberto Ruiz2011-07-251-5/+5
* GtkFontChooser: Using explicit comparisons for g_strcmp0Alberto Ruiz2011-07-251-2/+2
* GtkFontChooser: Added missing breaks in switch statementsAlberto Ruiz2011-07-251-0/+2
* GtkFontChooser: Setting all ought to be static functions as staticAlberto Ruiz2011-07-251-34/+9
* GtkFontChooserDialog: Add parent window as a parameter in the constructorAlberto Ruiz2011-07-253-5/+11
* GtkFontChooserDialog: Fix get_font_chooser public function nameAlberto Ruiz2011-07-251-1/+1
* GtkFontChooser: Set correct margin values between UI elementsAlberto Ruiz2011-07-251-0/+5
* GtkFontChooserDialog: Use g_object_new to set initial values in the dialog co...Alberto Ruiz2011-07-251-8/+5
* GtkFontChooser: Remove outdated Copyright informationAlberto Ruiz2011-07-252-10/+0
* GtkFontChooser: Fix size synchronization between slider and spin buttonAlberto Ruiz2011-07-251-31/+43
* GtkFontChooser: Cleanup comments and fix indentation alignmentsAlberto Ruiz2011-07-253-29/+11
* GtkFontChooser: Remove default geometry definesAlberto Ruiz2011-07-251-4/+0
* GtkFontChooser: Fix scroll callback connected to treeview instead of previewAlberto Ruiz2011-07-251-2/+2
* GtkFontChooser: Remove the themed color for the font titleAlberto Ruiz2011-07-251-14/+1
* GtkFontChooser: Use a nested grid to achieve the right layout in the size con...Alberto Ruiz2011-07-251-20/+27
* GtkFontChooser: Fix expand and fill properties for the grid layoutAlberto Ruiz2011-07-251-1/+5
* GtkFontChooser: Use GtkBox instead of GtkVBox as base class.Alberto Ruiz2011-07-252-6/+6
* GtkFontChooser: Use const instead of G_CONST_RETURNAlberto Ruiz2011-07-252-2/+2
* GtkFontChooser: Add preview entry to the gridAlberto Ruiz2011-07-251-8/+8
* GtkFontChooser: Initial work to use GtkGridAlberto Ruiz2011-07-251-39/+11
* GtkFontChooser: GtkFontChooserDialog: Update documenation to reflect Since: 3.2Alberto Ruiz2011-07-252-0/+8
* GtkFontChooserDialog: Split the dialog out of gtkfontchooser.[ch] to gtkfontc...Alberto Ruiz2011-07-256-348/+408
* GtkFontChooser: Use symbolic icons in the filter entryAlberto Ruiz2011-07-251-8/+19
* GtkFontChooser: Now shearch filters each individual term rather than the whol...Alberto Ruiz2011-07-251-28/+37
* GtkFontChooser: Restore automatic alignment on scroll to selectionAlberto Ruiz2011-07-251-4/+4
* GtkFontChooser: Removed support for deprecated functionality from GtkFontSele...Alberto Ruiz2011-07-251-687/+47