summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooserdialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Another round of template binding api changesMatthias Clasen2013-07-261-3/+3
| | | | | | | | | | | We rename the gtk_widget_class_bind_template_child{_internal} macros by appending a _private to their name. Otherwise, it would be too magic to pass the 'public' names as arguments, but affect a member of the Private struct. At the same time, Add two new macros with the old names, gtk_widget_class_bind_template_child{_internal} that operate on members of the instance struct.
* Rename the widget template APIEmmanuele Bassi2013-07-261-4/+4
| | | | | | | | | | | | | | | | | | | | The macros and functions are inconsistently named, and are not tied to the "template" concept - to the point that it seems plausible to use them without setting the template. The new naming scheme is as follows: gtk_widget_class_bind_template_child_full gtk_widget_class_bind_template_callback_full With the convenience macros: gtk_widget_class_bind_template_child gtk_widget_class_bind_template_child_internal gtk_widget_class_bind_template_callback https://bugzilla.gnome.org/show_bug.cgi?id=700898 https://bugzilla.gnome.org/show_bug.cgi?id=700896
* widget: Use a real offset in gtk_widget_class_automate_childAlexander Larsson2013-07-261-3/+3
| | | | | | | | | | Using an offset from the struct means you can have children in both the public and private (via G_PRIVATE_OFFSET) parts of the instance. It also matches the new private macros nicer. https://bugzilla.gnome.org/show_bug.cgi?id=702563 Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
| | | | | | | | | | | | | | | | | | We've recently a number of classes wholly. For these cases, move the headers and sources to gtk/deprecated/ and adjust Makefiles and includes accordingly. Affected classes: GtkAction GtkActionGroup GtkActivatable GtkIconFactory GtkImageMenuItem GtkRadioAction GtkRecentAction GtkStock GtkToggleAction GtkUIManager
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702996
* GtkFontChooserDialog: Define children with a GtkBuilder templateTristan Van Berkom2013-04-081-45/+21
|
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Small documentation tweaks in font choosersMatthias Clasen2012-02-141-3/+3
|
* Doc typo fixMatthias Clasen2011-12-151-1/+2
|
* Cosmetic doc fixesMatthias Clasen2011-09-131-2/+2
|
* Make GtkFontChooser an interfaceChristian Persch2011-09-131-137/+53
| | | | | | | | 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
* GtkFontChooserDialog: Select when a list item is activatedMatthias Clasen2011-08-241-5/+17
| | | | This is the expected behavior.
* Add a mnemonic to the 'Select' buttonMatthias Clasen2011-08-231-1/+1
| | | | This makes the string the same as in the app chooser dialog.
* Trivial formatting fixesMatthias Clasen2011-08-151-30/+30
| | | | Just committing these is easier than writing them up.
* GtkFontChooserDialog: Add parent window as a parameter in the constructorAlberto Ruiz2011-08-151-3/+8
|
* GtkFontChooserDialog: Use g_object_new to set initial values in the dialog ↵Alberto Ruiz2011-08-151-8/+5
| | | | constructor
* GtkFontChooser: Cleanup comments and fix indentation alignmentsAlberto Ruiz2011-08-151-7/+0
|
* GtkFontChooser: Use const instead of G_CONST_RETURNAlberto Ruiz2011-08-151-1/+1
|
* GtkFontChooser: GtkFontChooserDialog: Update documenation to reflect Since: 3.2Alberto Ruiz2011-08-151-0/+4
|
* GtkFontChooserDialog: Split the dialog out of gtkfontchooser.[ch] to ↵Alberto Ruiz2011-08-151-0/+312
gtkfontchooserdialog.[ch]