summaryrefslogtreecommitdiff
path: root/tests/testfontchooser.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Drop manual property editorMatthias Clasen2014-05-221-3/+0
| | | | No need for this anymore, now that we have the inspector everywhere.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Rename gtk_font_chooser_get_{family,face,size}Christian Persch2011-09-131-2/+2
| | | | | ... to gtk_font_chooser_get_font_{family,face,size}, in order to avoid naming conflicts in bindings.
* Add GtkFontChooser:font-desc propertyChristian Persch2011-09-131-4/+31
| | | | Add a way to set/get the font as a PangoFontDescription.
* Add prop editors to testfontchooser{,dialog}Christian Persch2011-09-131-0/+3
|
* Rename GtkFontChooser:font-name to :fontChristian Persch2011-09-131-2/+2
| | | | | | | GtkFontButton already has a property named "font-name" which may conflict / be an ABI break when moving GtkFontButton to implement GtkFontChooser. Also, this is more in line with how other parts in gtk (e.g. GtkCellRendererText) call a font string property.
* Make GtkFontChooser an interfaceChristian Persch2011-09-131-1/+1
| | | | | | | | Make the GtkFontChooser API similar to the Gtk{File,Recent,App}Chooser APIs by introducing GtkFontChooser as an interface, that has a default implementation in GtkFontChooserWidget. https://bugzilla.gnome.org/show_bug.cgi?id=657627
* Test non-xml-clean preview textMatthias Clasen2011-09-041-1/+1
| | | | This shows that we fail to escape markup somewhere.
* Fix minor issues in the testsMatthias Clasen2011-08-151-13/+13
|
* GtkFontChooser: Expose the new widget in gtk.h and add test casesAlberto Ruiz2011-08-151-0/+67