summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | When repopulating the list of fonts, don't loose the current selection, unless the font is no longer in the list.
* 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
| | | | | Initial cut at showing a 'no matches' message if the font list is empty.
* Make the fontchooser dialog come up in a reasonable sizeMatthias Clasen2011-08-091-0/+1
| | | | | This is not a perfect solution; we really just want to set a nice default size, but GTK+ does not make that easy.
* Fix entry drawing in the presence of marginsMatthias Clasen2011-08-092-18/+37
| | | | | Margins need to be taken into account when comparing requisitions and allocations, which GtkEntry (and subclasses) do for some reason.
* Just use a single gridMatthias Clasen2011-08-091-12/+7
| | | | The subgrid didn't really add anything.
* Clean up error handlingMatthias Clasen2011-08-091-7/+9
|
* Rename some staticsMatthias Clasen2011-08-091-8/+8
| | | | gtk_font_chooser_ref_{family,face} -> gtk_font_chooser_set_{family,face}
* Avoid extraneous signals at destroy timeMatthias Clasen2011-08-091-17/+41
| | | | | We need to disconnect the cursor-changed handler before the treeview gets destroyed, to avoid unwanted emissions.
* Fix minor issues in the testsMatthias Clasen2011-08-092-14/+14
|
* Simplify a few thingsMatthias Clasen2011-08-091-60/+49
| | | | | Adwaita seems to misrender focus on entries with margins, so use spacing instead. Also, don't use entry buffer unnecessarily.
* Trivial formatting fixesMatthias Clasen2011-08-094-120/+119
| | | | Just committing these is easier than writing them up.
* GtkFontChooserDialog: GtkFontButton now uses GtkFontChooserDialog instead of ↵Alberto Ruiz2011-07-282-61/+50
| | | | GtkFontSelectionDialog
* 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 ↵Alberto Ruiz2011-07-271-18/+4
| | | | during size change from the spinbutton
* 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 ↵Alberto Ruiz2011-07-251-31/+43
| | | | data in all conects
* 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 ↵Alberto Ruiz2011-07-251-8/+5
| | | | constructor
* 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 ↵Alberto Ruiz2011-07-251-20/+27
| | | | controls
* 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 ↵Alberto Ruiz2011-07-256-348/+408
| | | | gtkfontchooserdialog.[ch]
* GtkFontChooser: Use symbolic icons in the filter entryAlberto Ruiz2011-07-251-8/+19
|
* GtkFontChooser: Now shearch filters each individual term rather than the ↵Alberto Ruiz2011-07-251-28/+37
| | | | whole string at once
* GtkFontChooser: Restore automatic alignment on scroll to selectionAlberto Ruiz2011-07-251-4/+4
|
* GtkFontChooser: Removed support for deprecated functionality from ↵Alberto Ruiz2011-07-251-687/+47
| | | | GtkFontSelector