summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooser.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* GtkFontChooser: Restore automatic alignment on scroll to selectionAlberto Ruiz2011-08-151-4/+4
* GtkFontChooser: Removed support for deprecated functionality from GtkFontSele...Alberto Ruiz2011-08-151-687/+47
* GtkFontChooser: Renaming the class names and fixing the testsAlberto Ruiz2011-08-151-383/+376
* GtkFontChooser: Remove wrong usage of GTK_DISABLE_DEPRECATEDAlberto Ruiz2011-08-151-79/+36
* GtkFontChooser: Check if the deprecated widgets are present before updating t...Alberto Ruiz2011-08-151-2/+5
* GtkFontChooser: Update fontlist on style changeAlberto Ruiz2011-08-151-12/+18
* GtkFontChooser: Add a property to control whether the preview entry is shown ...Alberto Ruiz2011-08-151-11/+66
* GtkFontChooser: Changed dialog label from OK to Select, deprecated get_ok_but...Alberto Ruiz2011-08-151-20/+53
* GtkFontChooser: implement gtk_font_selection_set/get_preview_textAlberto Ruiz2011-08-151-16/+27
* GtkFontChooser: check if font name is NULL in gtk_font_selection_set_font_nameAlberto Ruiz2011-08-151-0/+1
* GtkFontChooser: gtk_font_selection_set_font_name implementationAlberto Ruiz2011-08-151-30/+107
* GtkFontChooser: Setting the font-name property. Test updates. Remove warnings.Alberto Ruiz2011-08-151-17/+36
* GtkFontChooser: Improve bootstrapping of the deprecated listsAlberto Ruiz2011-08-151-1/+9
* GtkFontChooser: Update selection on deprecated size list selectionAlberto Ruiz2011-08-151-5/+12
* GtkFontChooser: Update selection on deprecated face or font list selectionAlberto Ruiz2011-08-151-7/+115
* GtkFontChooser: Update size when selecting an item of the deprecated size listAlberto Ruiz2011-08-151-14/+33
* GtkFontChooser: Blocking the cursor change callbacks from happening on the de...Alberto Ruiz2011-08-151-6/+30
* GtkFontChooser: Update deprecated font list on slectionAlberto Ruiz2011-08-151-20/+121
* GtkFontChooser: Refactoring the default font size, face and family assignment...Alberto Ruiz2011-08-151-8/+7
* GtkFontChooser: Use the theme font as the default fontAlberto Ruiz2011-08-151-9/+30
* GtkFontChooser: Add callbacks and improve test to take deprecated widgets int...Alberto Ruiz2011-08-151-2/+26
* GtkFontChooser: Use GTK_DISABLE_DEPRECATED to encapsulate the deprecated func...Alberto Ruiz2011-08-151-116/+129
* GtkFontChooser: Unref deprecated widgets on finalizeAlberto Ruiz2011-08-151-10/+8
* GtkFontChooser: Use scrolled windows for the deprecated widgetsAlberto Ruiz2011-08-151-7/+20
* GtkFontChooser: Populate face names in the deprecated face listAlberto Ruiz2011-08-151-5/+20
* GtkFontChooser: Populate font family names in the deprecated family listAlberto Ruiz2011-08-151-20/+31
* GtkFontChooser: Add tree view columns for the deprecated widgetsAlberto Ruiz2011-08-151-1/+31
* GtkFontChooser: Fix segmentation fault in deprecated size list populationAlberto Ruiz2011-08-151-7/+13
* GtkFontChooser: Add deprecated calls to the testAlberto Ruiz2011-08-151-15/+17
* GtkFontChooser: update the size model for the deprecated size listAlberto Ruiz2011-08-151-39/+66
* GtkFontChooser: initialization and destruction of deprecated widgets and data...Alberto Ruiz2011-08-151-2/+60
* GtkFontChooser: Initial support for deprecated functionsAlberto Ruiz2011-08-151-4/+18
* GtkFontChooser: Filter also by font faceAlberto Ruiz2011-08-151-1/+1
* GtkFontChooser: Layout improvements, spacing between elements and default wid...Alberto Ruiz2011-08-151-9/+15
* GtkFontChooser: Layout improvements. Adding shadow to scrolled windows. Font+...Alberto Ruiz2011-08-151-3/+6
* GtkFontChooser: Improvements on the size setting signals between the preview,...Alberto Ruiz2011-08-151-55/+130
* GtkFontChooser: Fixing mouse scroll zooming behaviour for the preview and the...Alberto Ruiz2011-08-151-14/+30
* GtkFontChooser: Setting a minimum width andfix the markup for the rowsAlberto Ruiz2011-08-151-31/+40
* GtkFontChooser: Ellipsize cell renderer and set a better size listAlberto Ruiz2011-08-151-6/+11
* GtkFontChooser: Keep reference to the face and the family objectsAlberto Ruiz2011-08-151-17/+18
* GtkFontChooser: Better cursor selection and model leak fixesAlberto Ruiz2011-08-151-17/+23
* GtkFontChooser: Enable font selectionAlberto Ruiz2011-08-151-2/+69