Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-07 | Remove cppcheck warnings about the variable scope can be reduced | rbuj | 1 | -2/+3 | |
2020-10-17 | Remove unused macros | Pablo Barciela | 1 | -1/+0 | |
2020-06-05 | gtk-utils: Remove _gtk_builder_get_widget | rbuj | 1 | -7/+0 | |
2020-03-25 | Terminate the application if the resource doesn't exists | rbuj | 1 | -19/+0 | |
2020-03-25 | gtk-utils: Remove _gtk_count_selected | rbuj | 1 | -23/+0 | |
2019-09-15 | remove warnings: ‘gtk_image_new_from_stock’ is deprecated | rbuj | 1 | -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-15 | glib-utils & gtk-utils: Remove unused functions | rbuj | 1 | -150/+0 | |
cppcheck --enable=unusedFunction . | |||||
2019-08-30 | gtk-utils: Remove unused wrapper for gtk_builder_new_from_file | rbuj | 1 | -18/+0 | |
Unused since https://github.com/mate-desktop/engrampa/commit/0d3a5b087f4bb6c118abe34a14ea27b86583f812 | |||||
2019-06-11 | Update FSF address | Laurent Napias | 1 | -1/+1 | |
2019-02-19 | Read authors (updated) from engrampa.about gresource | rbuj | 1 | -2/+2 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -13/+13 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -13/+0 | |
2017-07-23 | don't use deprecated gtk_show_uri | raveit65 | 1 | -1/+6 | |
2017-07-23 | use a more common gtk+ function | raveit65 | 1 | -15/+1 | |
2017-05-01 | gtk-utils: remove some GTK_STOCK deprecations | raveit65 | 1 | -10/+3 | |
2017-05-01 | gtk-utils: avoid deprecated gtk_icon_size_lookup_for_settings | raveit65 | 1 | -6/+4 | |
2016-09-14 | Avoid deprecated GtkMisc | raveit65 | 1 | -2/+2 | |
2016-06-24 | use GResource to store ui files | ZenWalker | 1 | -0/+19 | |
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=47619b987b77bdc258af9a554ba022c1f8834774 | |||||
2016-05-27 | drop old GTK+2 code | monsta | 1 | -29/+12 | |
2016-05-26 | GTK3 gtk-utils: do not use deprecated gtk_icon_info_free | raveit65 | 1 | -0/+4 | |
2015-07-08 | display correct help pages for all dialogs | Monsta | 1 | -1/+1 | |
2014-11-22 | fixed compiler warnings | infirit | 1 | -5/+3 | |
Based on FR commit: 1becb98e4c8bc86feca13b54f991987c4eee3341 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-21 | added an icon to the progress dialog | infirit | 1 | -2/+11 | |
Based on FR commit: f6fa4bdb5ccc059a6b13938e6b017bcefed2c8ab From: Paolo Bacchilega <[email protected]> | |||||
2014-11-20 | Fixed padding in the request and error dialogs | infirit | 1 | -23/+50 | |
Taken from FR commit: 626ef63363506c56285d8246b12aea0ec890e8c8 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-20 | Gtk3: Silence the GtkBox and GtkPaned deprecation warnings | infirit | 1 | -0/+5 | |
2014-11-20 | do not set the border width for any dialog | infirit | 1 | -18/+0 | |
Based on FR commit: 2d1d283b71d4c5bf830ecc38a560df9b93932215 From: Paolo Bacchilega <[email protected]> | |||||
2014-05-17 | gtk2 fixup | infirit | 1 | -12/+0 | |
2013-11-16 | fix the GTK3 version | Elias Aebi | 1 | -0/+12 | |
2013-11-15 | port to GTK3 | Elias Aebi | 1 | -4/+0 | |
2013-07-31 | Use yelp-tools instead of mate-doc-utils | infirit | 1 | -1/+1 | |
2012-11-17 | Removed unused variables. | Steve Zesch | 1 | -3/+0 | |
2012-10-09 | Fixed fsf addresses. Closes #4. | Steve Zesch | 1 | -1/+1 | |
2011-11-30 | many renames from file-roller to engrampa | Stefano Karapetsas | 1 | -1/+1 | |
2011-11-09 | renaming fileroller to engrampa | Perberos | 1 | -1/+1 | |
2011-11-09 | initial | Perberos | 1 | -0/+823 | |