]> Pileus Git - ~andy/gtk/history - gtk/gtkfontchooserwidget.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkfontchooserwidget.c
2012-09-16 Colomban Wendlingfontchooserwidget: scroll to the currently selected row
2012-06-12 Matthias ClasenUse GtkSearchEntry
2012-03-03 Benjamin Ottetypes: Move GtkAdustment declaration to gtktypes.h
2012-02-27 Javier JardónChange FSF Address
2012-02-14 Matthias ClasenSmall documentation tweaks in font choosers
2011-12-16 Benjamin Ottefontchooserwidget: Handle dpi < 0
2011-09-26 Matthias ClasenDocumentation fixes
2011-09-22 Christian PerschDisable font fallback in the fontchooser preview
2011-09-22 Benjamin Ottefontchooser: Use fixed height mode for the font face...
2011-09-22 Benjamin Ottefontchooser: Set a fixed size on the preview cell
2011-09-22 Benjamin Ottefontchooser: Split out computing of the preview text...
2011-09-22 Benjamin Ottefontchooser: Use absolute size for the preview text...
2011-09-22 Benjamin Ottefontchooser: Set cell data as text + attributes instead...
2011-09-22 Benjamin Ottefontchooser: Reselect font when it's unfiltered
2011-09-22 Benjamin Ottefontchooser: Only compare font descriptions when famili...
2011-09-22 Benjamin Ottefontchooser: Only create font descriptions on demand
2011-09-22 Benjamin Ottefontchooser: Make all setters go through merge_font_desc()
2011-09-22 Benjamin Ottefontchooser: Update range marks properly
2011-09-22 Benjamin Ottefontchooser: Reorganize code a bit
2011-09-22 Benjamin Ottefontchooser: Don't store the current face and family...
2011-09-22 Benjamin Ottefontchooser: Take font description from model
2011-09-22 Benjamin Ottefontchooser: Sanitize variable declarations
2011-09-22 Benjamin Ottefontchooser: Fix leak
2011-09-22 Benjamin Ottefontchooser: Store an iter to the current font
2011-09-22 Benjamin Ottefontchooser: Store tree model member variables as GtkTr...
2011-09-22 Benjamin Ottefontchooser: Rename populate_list() function
2011-09-22 Benjamin Ottefontchooser: Make changing the preview text fast
2011-09-22 Benjamin Ottefontchooser: Use a cell_data_func for the font list
2011-09-22 Benjamin Ottefontchooser: Don't scroll in the populate_list() function
2011-09-22 Benjamin Ottefontchooser: Remove needless scroll calls
2011-09-22 Benjamin Ottefontchooser: Introduce gtk_font_chooser_find_font()
2011-09-22 Benjamin Ottefontchooser: Rewrite size changes
2011-09-22 Benjamin Ottefontchooser: Fix size computation
2011-09-22 Benjamin Ottefontchooser: Fix gcc warnings
2011-09-19 Benjamin Ottefontchooser: Remove special case for a single signal...
2011-09-19 Benjamin Ottefontchooser: Remove useless code
2011-09-19 Benjamin Ottefontchooser: Don't store the size separately
2011-09-19 Benjamin Ottefontchooser: Don't reload the fonts on style changes
2011-09-19 Benjamin Ottefontchooser: Assume NULL screen means the default screen
2011-09-19 Benjamin Ottefontchooser: Store the font description in the model
2011-09-19 Benjamin Ottefontchooser: Move the filter func to the visibility...
2011-09-19 Benjamin Ottefontchooser: Fix code to make it not look like GTK 0.9
2011-09-19 Benjamin Ottefontchooser: Family or face can never be NULL
2011-09-19 Benjamin Ottefontchooser: Use gtk_list_store_insert_with_values()
2011-09-19 Benjamin Ottefontchooserwidget: Simplify function
2011-09-13 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-13 Christian PerschTake font size also from the font description
2011-09-13 Christian PerschRemove some unnecessary casts
2011-09-13 Christian PerschAdd GtkFontChooser:font-desc property
2011-09-13 Christian PerschRemove GtkFontChooser:[sg]et_font
2011-09-13 Christian PerschSetters should not return a boolean
2011-09-13 Matthias ClasenCosmetic doc fixes
2011-09-13 Christian PerschMark string for translation
2011-09-13 Christian PerschRename GtkFontChooser:font-name to :font
2011-09-13 Christian PerschMake GtkFontChooser an interface