summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooserwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Return correct font from gtk_font_chooser_widget_find_fontChristophe Fergeau2014-10-261-8/+10
* fontchooserwidget: Don't invalidate priv->font_iter in load_fontsChristophe Fergeau2014-10-261-0/+2
* GtkFontChooserWidget: Plug several memleaksMatthias Clasen2014-10-141-4/+8
* fontchooserwidget: Use text attributes for the previewBenjamin Otte2014-10-031-22/+22
* GtkFontChooserWidget: Stop using deprecated APIMatthias Clasen2014-10-021-18/+21
* GtkFontChooser: Prevent font fallback in the previewMatthias Clasen2014-08-151-2/+9
* GtkFontChooserWidget: Allow fractional font sizesMatthias Clasen2014-08-151-0/+18
* GtkFontChooserWidget: Use a better display name for the fontBehdad Esfahbod2014-08-151-6/+7
* font chooser: Update font list on font changesMatthias Clasen2014-03-211-1/+13
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* resources: move resources into a subdirectoryWilliam Jon McCann2014-01-231-1/+1
* fontchooser: set the minimum size of the spinner to 1Alberto Ruiz2013-08-021-1/+1
* fontchoser: Fix slider position update when switching from fonts with differe...Alberto Ruiz2013-08-021-3/+13
* Another round of template binding api changesMatthias Clasen2013-07-261-11/+11
* Rename the widget template APIEmmanuele Bassi2013-07-261-21/+21
* widget: Use a real offset in gtk_widget_class_automate_childAlexander Larsson2013-07-261-13/+12
* fontchooser: Fix smooth scrolling in the scale and the preview entryAlberto Ruiz2013-07-211-4/+14
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* GtkFontChooserWidget: Define children with a GtkBuilder templateTristan Van Berkom2013-04-081-174/+75
* fontchooserwidget: scroll to the currently selected rowColomban Wendling2012-09-161-0/+6
* Use GtkSearchEntryMatthias Clasen2012-06-111-58/+5
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-15/+13
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Small documentation tweaks in font choosersMatthias Clasen2012-02-141-1/+1
* fontchooserwidget: Handle dpi < 0Benjamin Otte2011-12-161-1/+1
* Documentation fixesMatthias Clasen2011-09-251-0/+1
* Disable font fallback in the fontchooser previewChristian Persch2011-09-231-0/+4
* fontchooser: Use fixed height mode for the font face listBenjamin Otte2011-09-221-0/+2
* fontchooser: Set a fixed size on the preview cellBenjamin Otte2011-09-221-8/+47
* fontchooser: Split out computing of the preview text attributesBenjamin Otte2011-09-221-20/+34
* fontchooser: Use absolute size for the preview text in the listBenjamin Otte2011-09-221-1/+17
* fontchooser: Set cell data as text + attributes instead of markupBenjamin Otte2011-09-221-9/+28
* fontchooser: Reselect font when it's unfilteredBenjamin Otte2011-09-221-2/+9
* fontchooser: Only compare font descriptions when families matchBenjamin Otte2011-09-221-0/+19
* fontchooser: Only create font descriptions on demandBenjamin Otte2011-09-221-13/+39
* fontchooser: Make all setters go through merge_font_desc()Benjamin Otte2011-09-221-20/+12
* fontchooser: Update range marks properlyBenjamin Otte2011-09-221-44/+62
* fontchooser: Reorganize code a bitBenjamin Otte2011-09-221-32/+82
* fontchooser: Don't store the current face and family anymoreBenjamin Otte2011-09-221-39/+27
* fontchooser: Take font description from modelBenjamin Otte2011-09-221-1/+1
* fontchooser: Sanitize variable declarationsBenjamin Otte2011-09-221-18/+14
* fontchooser: Fix leakBenjamin Otte2011-09-221-1/+1
* fontchooser: Store an iter to the current fontBenjamin Otte2011-09-221-1/+8
* fontchooser: Store tree model member variables as GtkTreeModelBenjamin Otte2011-09-221-14/+14
* fontchooser: Rename populate_list() functionBenjamin Otte2011-09-221-11/+9
* fontchooser: Make changing the preview text fastBenjamin Otte2011-09-221-6/+8
* fontchooser: Use a cell_data_func for the font listBenjamin Otte2011-09-221-18/+41
* fontchooser: Don't scroll in the populate_list() functionBenjamin Otte2011-09-221-53/+0
* fontchooser: Remove needless scroll callsBenjamin Otte2011-09-221-8/+0
* fontchooser: Introduce gtk_font_chooser_find_font()Benjamin Otte2011-09-221-70/+60