summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.c
Commit message (Expand)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-100/+0
* Add AGPL3-only licence to GtkAboutDialogNuclear Sunshine2018-01-281-2/+3
* aboutdialog: Only close on delete eventsTimm Bäder2018-01-181-4/+8
* about dialog: Stop connecting to ::delete-eventMatthias Clasen2018-01-161-3/+1
* about dialog: Stop using event-after as wellMatthias Clasen2017-12-121-22/+28
* about dialog: Stop using motion notifyMatthias Clasen2017-12-121-19/+28
* about dialog: Add some missing docsMatthias Clasen2017-12-041-1/+20
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-2/+1
* image: Change gettersBenjamin Otte2017-11-151-10/+4
* aboutdialog: Clean up for logo being a textureBenjamin Otte2017-11-051-8/+8
* aboutdialog: Make logo a texture propertyBenjamin Otte2017-11-051-20/+20
* gtk: Use gtk_widget_set_cursor()Benjamin Otte2017-11-041-33/+2
* gdk: Cursors no longer have a displayBenjamin Otte2017-11-041-4/+2
* AboutDialog: Fix accepting GTK_LICENSE_AGPL_3_0Julian Sparber2017-10-311-1/+1
* aboutdialog: Use set_boxed on surfaceAlexander Larsson2017-10-231-2/+2
* about dialog: Correct the property definition for logoMatthias Clasen2017-10-231-5/+5
* GtkAboutDialog: Use surfaces for logoAlexander Larsson2017-10-221-24/+27
* aboutdialog: Fix code snippetsTimm Bäder2017-10-111-2/+4
* gdk: Remove motion hintsCarlos Garnacho2017-09-191-2/+0
* aboutdialog: Update to using GdkEvent APICarlos Garnacho2017-09-191-9/+16
* Update the URLs of known licenses to HTTPSDaniel Aleksandersen2017-07-181-12/+12
* GtkAboutDialog: We use gtk_show_uri_on_window() by defaultBastien Nocera2017-02-161-2/+2
* about dialog: Add a "system" tabMatthias Clasen2017-01-121-1/+101
* GtkAboutDialog: Fix formatting of example email address in htmlChris Mayo2016-12-301-1/+1
* Drop deprecated gtk_dialog_get_action_areaMatthias Clasen2016-11-191-12/+11
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-6/+8
* about dialog: Use gtk_show_uri_on_windowMatthias Clasen2016-07-081-4/+1
* about-dialog: Fix "format not a string literal" errorsBastien Nocera2016-04-051-6/+4
* gtkaboutdialog: don't break ABI in GtkLicense enumMohammed Sadik2016-03-251-2/+2
* gtkaboutdialog: Add support for GNU Affero GPLv3+Mohammed Sadik2016-03-241-0/+1
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-2/+6
* Intern all signal names beforehandMatthias Clasen2015-09-121-1/+1
* Code cleanupMatthias Clasen2015-07-311-7/+3
* Use standard cursor namesMatthias Clasen2015-07-261-2/+2
* about dialog: Fix compiler warningsMatthias Clasen2015-06-021-1/+0
* GtkAboutDialog: Make credits section keyboard navigatableMatthias Clasen2015-05-021-0/+1
* GtkAboutDialog: Fix crash on link clickChristian Persch2015-01-281-1/+1
* Formatting fixesMatthias Clasen2014-12-231-45/+19
* GtkAboutDialog: Don't use gdk_cursor_newMatthias Clasen2014-10-281-6/+31
* GtkAboutDialog: Don't shoutMatthias Clasen2014-10-191-1/+1
* aboutdialog: Mark strings as translatableThomas Lange2014-10-181-5/+5
* GtkAboutDialog: Add formatting examples to the docsMatthias Clasen2014-08-291-2/+6
* GtkAboutDialog: Support https in linksMatthias Clasen2014-08-291-0/+6
* GtkAboutDialog: Drop visibility-notify-event handlerMatthias Clasen2014-08-231-41/+0
* Avoid picking up long description as translator commentMatthias Clasen2014-08-221-5/+5
* gtkaboutdialog: support showing buttons in action areaLars Uebernickel2014-06-301-32/+87
* GtkAboutDialog: Use a setter for wrap-licenseMatthias Clasen2014-06-091-2/+1
* GtkAboutDialog: Fix a parameter checkMatthias Clasen2014-06-091-1/+1
* GtkAboutDialog: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-15/+15
* GtkAboutDialog: Convert to g_object_class_install_propertiesMatthias Clasen2014-06-091-130/+118