summaryrefslogtreecommitdiff
path: root/src/gtk-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2019-09-15remove warnings: ‘gtk_image_new_from_stock’ is deprecatedrbuj1-21/+10
gtk-utils.c:171:3: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 171 | image = gtk_image_new_from_stock (text, GTK_ICON_SIZE_BUTTON); | ^~~~~ gtk-utils.c:173:3: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 173 | image = gtk_image_new_from_stock (stock_id, GTK_ICON_SIZE_BUTTON); | ^~~~~
2019-09-15glib-utils & gtk-utils: Remove unused functionsrbuj1-150/+0
cppcheck --enable=unusedFunction .
2019-08-30gtk-utils: Remove unused wrapper for gtk_builder_new_from_filerbuj1-18/+0
Unused since https://github.com/mate-desktop/engrampa/commit/0d3a5b087f4bb6c118abe34a14ea27b86583f812
2019-06-11Update FSF addressLaurent Napias1-1/+1
2019-02-19Read authors (updated) from engrampa.about gresourcerbuj1-2/+2
2018-02-09avoid deprecated GtkStockPablo Barciela1-13/+13
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-13/+0
2017-07-23don't use deprecated gtk_show_uriraveit651-1/+6
2017-07-23use a more common gtk+ functionraveit651-15/+1
2017-05-01gtk-utils: remove some GTK_STOCK deprecationsraveit651-10/+3
2017-05-01gtk-utils: avoid deprecated gtk_icon_size_lookup_for_settingsraveit651-6/+4
2016-09-14Avoid deprecated GtkMiscraveit651-2/+2
2016-06-24use GResource to store ui filesZenWalker1-0/+19
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=47619b987b77bdc258af9a554ba022c1f8834774
2016-05-27drop old GTK+2 codemonsta1-29/+12
2016-05-26GTK3 gtk-utils: do not use deprecated gtk_icon_info_freeraveit651-0/+4
2015-07-08display correct help pages for all dialogsMonsta1-1/+1
2014-11-22fixed compiler warningsinfirit1-5/+3
Based on FR commit: 1becb98e4c8bc86feca13b54f991987c4eee3341 From: Paolo Bacchilega <[email protected]>
2014-11-21added an icon to the progress dialoginfirit1-2/+11
Based on FR commit: f6fa4bdb5ccc059a6b13938e6b017bcefed2c8ab From: Paolo Bacchilega <[email protected]>
2014-11-20Fixed padding in the request and error dialogsinfirit1-23/+50
Taken from FR commit: 626ef63363506c56285d8246b12aea0ec890e8c8 From: Paolo Bacchilega <[email protected]>
2014-11-20Gtk3: Silence the GtkBox and GtkPaned deprecation warningsinfirit1-0/+5
2014-11-20do not set the border width for any dialoginfirit1-18/+0
Based on FR commit: 2d1d283b71d4c5bf830ecc38a560df9b93932215 From: Paolo Bacchilega <[email protected]>
2014-05-17gtk2 fixupinfirit1-12/+0
2013-11-16fix the GTK3 versionElias Aebi1-0/+12
2013-11-15port to GTK3Elias Aebi1-4/+0
2013-07-31Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2012-11-17Removed unused variables.Steve Zesch1-3/+0
2012-10-09Fixed fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-30many renames from file-roller to engrampaStefano Karapetsas1-1/+1
2011-11-09renaming fileroller to engrampaPerberos1-1/+1
2011-11-09initialPerberos1-0/+823