Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move single-include guards inside include guards | Matthias Clasen | 2012-12-28 | 1 | -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 Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | gtk: Use versioned deprecations | Matthias Clasen | 2012-02-27 | 1 | -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 Borelli | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | Make GtkFontChooser an interface | Christian Persch | 2011-09-13 | 1 | -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 fix | Matthias Clasen | 2011-08-15 | 1 | -14/+11 |
| | |||||
* | Trivial formatting fixes | Matthias Clasen | 2011-08-15 | 1 | -3/+3 |
| | | | | Just committing these is easier than writing them up. | ||||
* | GtkFontChooserDialog: Add parent window as a parameter in the constructor | Alberto Ruiz | 2011-08-15 | 1 | -1/+2 |
| | |||||
* | GtkFontChooserDialog: Fix get_font_chooser public function name | Alberto Ruiz | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | GtkFontChooser: Remove outdated Copyright information | Alberto Ruiz | 2011-08-15 | 1 | -5/+0 |
| | |||||
* | GtkFontChooser: Cleanup comments and fix indentation alignments | Alberto Ruiz | 2011-08-15 | 1 | -6/+0 |
| | |||||
* | GtkFontChooser: Use const instead of G_CONST_RETURN | Alberto Ruiz | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | GtkFontChooserDialog: Split the dialog out of gtkfontchooser.[ch] to ↵ | Alberto Ruiz | 2011-08-15 | 1 | -0/+89 |
gtkfontchooserdialog.[ch] |