| Commit message (Expand) | Author | Age | Files | Lines |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | fontchooser: List font description as font description | Benjamin Otte | 2011-09-19 | 1 | -1/+1 |
* | Clarify conditions when get_font_{family,face} return NULL | Christian Persch | 2011-09-13 | 1 | -2/+6 |
* | Rename gtk_font_chooser_get_{family,face,size} | Christian Persch | 2011-09-13 | 1 | -6/+6 |
* | Add GtkFontChooser:font-desc property | Christian Persch | 2011-09-13 | 1 | -2/+81 |
* | Remove GtkFontChooser:[sg]et_font | Christian Persch | 2011-09-13 | 1 | -3/+7 |
* | Setters should not return a boolean | Christian Persch | 2011-09-13 | 1 | -13/+6 |
* | Trivial: Fix up function name in the docs | Matthias Clasen | 2011-09-13 | 1 | -1/+1 |
* | Rename GtkFontChooser:font-name to :font | Christian Persch | 2011-09-13 | 1 | -10/+10 |
* | Make GtkFontChooser an interface | Christian Persch | 2011-09-13 | 1 | -1115/+82 |
* | GtkFontChooser: mark 'no matches' string for translation | Matthias Clasen | 2011-09-05 | 1 | -1/+1 |
* | GtkFontChooser: escape markup where required | Matthias Clasen | 2011-09-04 | 1 | -14/+11 |
* | Trivial: include cleanups | Matthias Clasen | 2011-08-28 | 1 | -1/+0 |
* | More include cleanups | Matthias Clasen | 2011-08-28 | 1 | -4/+2 |
* | GtkFontChooser: Add a ::font-activated signal | Matthias Clasen | 2011-08-24 | 1 | -1/+47 |
* | Make setting fontname work, independent of a screen | Matthias Clasen | 2011-08-15 | 1 | -20/+41 |
* | Keep the currently selected font over theme changes | Matthias Clasen | 2011-08-15 | 1 | -14/+34 |
* | Add filtering to the font chooser | Matthias Clasen | 2011-08-15 | 1 | -81/+109 |
* | Add 'no matches' functionality | Matthias Clasen | 2011-08-15 | 1 | -31/+18 |
* | Make the fontchooser dialog come up in a reasonable size | Matthias Clasen | 2011-08-15 | 1 | -0/+1 |
* | Just use a single grid | Matthias Clasen | 2011-08-15 | 1 | -12/+7 |
* | Clean up error handling | Matthias Clasen | 2011-08-15 | 1 | -7/+9 |
* | Rename some statics | Matthias Clasen | 2011-08-15 | 1 | -8/+8 |
* | Avoid extraneous signals at destroy time | Matthias Clasen | 2011-08-15 | 1 | -17/+41 |
* | Simplify a few things | Matthias Clasen | 2011-08-15 | 1 | -60/+49 |
* | Trivial formatting fixes | Matthias Clasen | 2011-08-15 | 1 | -87/+85 |
* | GtkFontChooser: get_font_name did not return the font size | Alberto Ruiz | 2011-08-15 | 1 | -1/+7 |
* | GtkFontChooser: Stub code to handle empty list by search. | Alberto Ruiz | 2011-08-15 | 1 | -4/+70 |
* | GtkFontChooser: font-name property notification wasn't properly propagated du... | Alberto Ruiz | 2011-08-15 | 1 | -18/+4 |
* | GtkFontChooser: Using G_N_ELEMENTS instead of a define | Alberto Ruiz | 2011-08-15 | 1 | -4/+3 |
* | GtkFontChooser: Using the widget instead of the private struct as signal data... | Alberto Ruiz | 2011-08-15 | 1 | -31/+43 |
* | GtkFontChooser: Fixed coding style wrt spacing around operators | Alberto Ruiz | 2011-08-15 | 1 | -5/+5 |
* | GtkFontChooser: Using explicit comparisons for g_strcmp0 | Alberto Ruiz | 2011-08-15 | 1 | -2/+2 |
* | GtkFontChooser: Added missing breaks in switch statements | Alberto Ruiz | 2011-08-15 | 1 | -0/+2 |
* | GtkFontChooser: Setting all ought to be static functions as static | Alberto Ruiz | 2011-08-15 | 1 | -34/+9 |
* | GtkFontChooser: Set correct margin values between UI elements | Alberto Ruiz | 2011-08-15 | 1 | -0/+5 |
* | GtkFontChooser: Fix size synchronization between slider and spin button | Alberto Ruiz | 2011-08-15 | 1 | -31/+43 |
* | GtkFontChooser: Cleanup comments and fix indentation alignments | Alberto Ruiz | 2011-08-15 | 1 | -16/+11 |
* | GtkFontChooser: Remove default geometry defines | Alberto Ruiz | 2011-08-15 | 1 | -4/+0 |
* | GtkFontChooser: Fix scroll callback connected to treeview instead of preview | Alberto Ruiz | 2011-08-15 | 1 | -2/+2 |
* | GtkFontChooser: Remove the themed color for the font title | Alberto Ruiz | 2011-08-15 | 1 | -14/+1 |
* | GtkFontChooser: Use a nested grid to achieve the right layout in the size con... | Alberto Ruiz | 2011-08-15 | 1 | -20/+27 |
* | GtkFontChooser: Fix expand and fill properties for the grid layout | Alberto Ruiz | 2011-08-15 | 1 | -1/+5 |
* | GtkFontChooser: Use GtkBox instead of GtkVBox as base class. | Alberto Ruiz | 2011-08-15 | 1 | -3/+3 |
* | GtkFontChooser: Add preview entry to the grid | Alberto Ruiz | 2011-08-15 | 1 | -8/+8 |
* | GtkFontChooser: Initial work to use GtkGrid | Alberto Ruiz | 2011-08-15 | 1 | -39/+11 |
* | GtkFontChooser: GtkFontChooserDialog: Update documenation to reflect Since: 3.2 | Alberto Ruiz | 2011-08-15 | 1 | -0/+4 |
* | GtkFontChooserDialog: Split the dialog out of gtkfontchooser.[ch] to gtkfontc... | Alberto Ruiz | 2011-08-15 | 1 | -272/+3 |
* | GtkFontChooser: Use symbolic icons in the filter entry | Alberto Ruiz | 2011-08-15 | 1 | -8/+19 |
* | GtkFontChooser: Now shearch filters each individual term rather than the whol... | Alberto Ruiz | 2011-08-15 | 1 | -28/+37 |