summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooserdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* gtk: Use versioned deprecationsMatthias Clasen2012-02-271-0/+2
| | | | | | | This patch changes all uses of GDK_DEPRECATED(_FOR) in gtk headers by the versioned variants, GDK_DEPRECATED_IN_3_x(_FOR). At the same time, we add GDK_AVAILABLE_IN_3_x annotations for all API additions in 3.2 and 3.4.
* Change param name to make gtk-doc happy.Paolo Borelli2012-01-071-1/+1
|
* Make GtkFontChooser an interfaceChristian Persch2011-09-131-9/+0
| | | | | | | | 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
* Trivial formatting fixMatthias Clasen2011-08-151-14/+11
|
* Trivial formatting fixesMatthias Clasen2011-08-151-3/+3
| | | | Just committing these is easier than writing them up.
* GtkFontChooserDialog: Add parent window as a parameter in the constructorAlberto Ruiz2011-08-151-1/+2
|
* GtkFontChooserDialog: Fix get_font_chooser public function nameAlberto Ruiz2011-08-151-1/+1
|
* GtkFontChooser: Remove outdated Copyright informationAlberto Ruiz2011-08-151-5/+0
|
* GtkFontChooser: Cleanup comments and fix indentation alignmentsAlberto Ruiz2011-08-151-6/+0
|
* GtkFontChooser: Use const instead of G_CONST_RETURNAlberto Ruiz2011-08-151-1/+1
|
* GtkFontChooserDialog: Split the dialog out of gtkfontchooser.[ch] to ↵Alberto Ruiz2011-08-151-0/+89
gtkfontchooserdialog.[ch]