summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-aboutdialog.c
AgeCommit message (Collapse)AuthorFilesLines
2015-07-30Add annotations and fix documentation syntax warningsinfirit1-5/+5
2015-06-27Remove duplicated typedefOBATA Akio1-1/+0
Such typedefs are in corresponding header files.
2014-06-25Merge pull request #114 from dnk/focus_chainStefano Karapetsas1-0/+1
forbid to switch focus between labels
2014-06-05GDK_KEY_* was introduced in Gtk+ 2.22infirit1-6/+3
2014-05-20forbid to switch focus between labelsDenis Gorodnichev1-0/+1
2014-05-04Fix gdk_cursor_unref deprecationStefano Karapetsas1-0/+5
2014-04-24Use bigger logo image in about dialog, if available in icon themeStefano Karapetsas1-0/+28
Code taken from GTK3 about dialog
2014-04-24Fix label wrap with GTK3 in about dialogStefano Karapetsas1-0/+3
2014-04-23libmate-desktop: Make credits dialog a bit bigger in MateAboutDialogStefano Karapetsas1-1/+1
2014-04-23libmate-desktop: Add i18n in MateAboutDialogStefano Karapetsas1-1/+3
2014-04-23libmate-desktop: Add MateAboutDialog classStefano Karapetsas1-0/+2264
This will allow MATE applications to use traditional About dialogs with GTK 3 (unfortunately completely different starting from GTK 3.12). This is just a fork of GtkAboutDialog of GTK 2.24, adapted to work with GTK 3 too.