summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-05-05release 1.16.1v1.16.11.16monsta2-1/+8
2017-04-27mate-screenshot: fix showing busy cursor when saving area screenshotmonsta1-1/+1
invalid cast from plain struct to GtkWidget was causing a heap of runtime warnings when saving area screenshot, and no busy cursor was shown. fallout from 7d859a9e17f0c4f0b790e8b2a3d8ac25481d7fe6...
2017-04-27screenshot: don't translate the timestamp in the filenamemonsta1-4/+1
fixes https://github.com/mate-desktop/mate-utils/issues/166 same as done in: https://git.gnome.org/browse/gnome-screenshot/commit/?id=31ff64e51ec0a36d82f2c16e47e9eabc371f302e
2017-04-27mate-dictionary: include correct header to fix occasional FTBFSmonsta1-1/+1
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=d529e2dd056f05cb1115c2f68bb6f773b4b14948
2017-04-27fix distcheck breakage that somehow was hiding here for years unnoticedmonsta1-10/+6
ported from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=eaacf80e9b135d5c7085f899e2bea0076557bc53
2017-04-27remove obsolete option from distcheckmonsta1-1/+0
2016-09-20release 1.16.0v1.16.0raveit651-2/+2
2016-09-19update NEWS for 1.16monsta1-49/+9
2016-09-19sync with Transifexmonsta5-25/+27
2016-09-07GTK+-3 Baobab: use gdk_cursor_new_for_displayraveit651-4/+6
2016-09-01release 1.15.1v1.15.1raveit651-0/+32
2016-09-01sync with transiflexraveit65101-26752/+27576
2016-09-01GTK+-3 logview-prefs: complete migration to GdkRGBAraveit651-0/+57
taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=d71f51f
2016-09-01GTK+-3 logview-window: don't use GtkStyle to get a dim colorraveit651-0/+36
Use the "dim-label" style class instead taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=9c4c0d2
2016-09-01GTK+-3 logview-filter-manger: don't use deprecated GdkColorraveit651-0/+42
taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=db81a5e
2016-09-01GTK+-3 screenshot-dialog: Avoid resizing the preview too muchraveit651-0/+19
Relying on configure events to resize the preview makes us do more work than necessary and, in particular, gtk+ sometimes sends us phony configure events sized 1x1 which make us hit a pretty CPU intensive resize operation in gdk-pixbuf. Instead, we can avoid all that by creating the preview pixbuf lazily on the draw handler using the actual allocated widget size. https://bugzilla.gnome.org/show_bug.cgi?id=768087 taken from: https://git.gnome.org/browse/gnome-screenshot/commit/?id=c21823b
2016-09-01GTK+-3 screenshot-utils: don't use deprecated GDK apiraveit651-0/+22
Use GdkDevice and GdkDeviceManager instead of the deprecated pointer GDK API. taken from: https://git.gnome.org/browse/gnome-screenshot/commit/?h=gnome-3-4&id=29e5f8c
2016-09-01GTK+-3 screenshot-utils: use GtkStyleContext to draw the area selectionraveit651-2/+24
taken from: https://git.gnome.org/browse/gnome-screenshot/commit/?h=gnome-3-4&id=e25c879
2016-09-01avoid deprecated gdk_cursor_new ()raveit654-6/+16
2016-09-01GTK+-3 babab-chart: use GtkStyleContextraveit651-0/+8
taken from: https://git.gnome.org/browse/baobab/commit/?id=b6642cd
2016-09-01GTK+-3.0 baobab: port GdkColor to GdkRGBAraveit651-0/+37
taken from: https://git.gnome.org/browse/baobab/commit/?id=3527995
2016-08-12drop ancient commented code from Makefilemonsta1-15/+0
2016-08-07GTK+-3 logview-findbar: avoid deprecated gtk_misc_set_alignment ()raveit651-0/+5
2016-08-07GTK+-3 logvie-findbar: avoid deprecated gtk_arrow_new ()raveit651-0/+8
2016-08-07GTK+-3 logview-findbar: avoid deprecated gtk_widget_modify_font ()raveit651-0/+8
2016-08-07GTK+-3 logview-window: avoid deprecated gtk_widget_modify_font ()raveit651-0/+8
2016-08-07GTK+-3 search: avoid deprecated gdk_app_launch_context_new ()raveit651-1/+19
2016-08-06GTK+-3.0 logview-filter-manager: port GtkTable to GtkGridraveit651-0/+24
2016-08-06GTK+-3.0 baobab: port GtkTable to GtkGridraveit651-8/+132
2016-08-06GTK+-3.0 search: port GtkTable to GtkGridraveit651-0/+24
2016-08-06pre-bump versionraveit652-1/+3
2016-08-06screenshot: install both UI filesraveit652-8/+2
this fixes distcheck with creating mate-utils.pot
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit651-1/+4
2016-07-01po: drop languages not present on Transifex (or present but empty)monsta5-13446/+0
2016-06-27Fix missing image and effect buttonsOz N Tiram1-3/+13
2016-06-21po: add new .ui file to POTFILES.inmonsta1-0/+1
it was missing there and that broke the build :-/
2016-06-21po: actually add new languages from Transifexmonsta1-0/+2
2016-06-20Add option to print version and exitOz N Tiram1-0/+7
* added code from gnome-screenshot basically
2016-06-20Remove usage of GtkAlignment with GTK+3Oz N Tiram2-3/+6
2016-06-20Some more fixes for gtk+3Oz N Tiram2-15/+70
* remove deprecated calls to: - gdk_keyboard_grab - gdk_pointer_grab - gdk_keyboard_ungrab - gdk_pointer_ungrab GTK+3 Replace on_preview_expose_event This method used many deprecated calles. This method was replaced with on_preview_draw, code taken directly from current gnome-screenshot
2016-06-20Remove deprecated usage of gtk_image_new_from_stockOz N Tiram1-1/+5
if using gtk3
2016-06-20Modify glade file for the new glade format and use it for gtk3Oz N Tiram4-1/+237
* Add glade ui for gtk+3 * Remove usage of things like GTKHBox, GTKHButtonBox and other deprecated widgets
2016-06-09release 1.15.0v1.15.0raveit652-1/+21
2016-06-09sync with Transiflexraveit6515-164/+6288
2016-05-30GTK+3 mdict: Drop deprecated API from DefBoxraveit651-0/+84
Remove most of the deprecation warnings. This is really an API change, since GtkBox is not a GtkVBox; on the other hand: • nothing is really subclassing this type • GtkVBox does not have any API except a constructor https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=533b6d6
2016-05-30GTK+3 mdict: Drop deprecated API from StrategyChooserraveit651-3/+33
This is really an API change, since GtkBox is not a GtkVBox; on the other hand: • nothing is really subclassing this type • GtkVBox does not have any API except a constructor https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=2cd2500
2016-05-30GTK+-3 mdict: Drop deprecated API from Spellerraveit651-1/+29
Remove all the deprecation warnings. This is really an API change, since GtkBox is not a GtkVBox; on the other hand: • nothing is really subclassing this type • GtkVBox does not have any API except a constructor https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=f9c484d
2016-05-30GTK+3 mdict: Drop deprecated API from SourceChooserraveit651-5/+28
Remove all the deprecation warnings. This is really an API change, since GtkBox is not a GtkVBox; on the other hand: • nothing is really subclassing this type • GtkVBox does not have any API except a constructor https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=d078eaf
2016-05-30GTK+3 mdict: Drop deprecated API from DatabaseChooserraveit651-1/+17
- deprecated composite-child API - deprecated gdk_cursor_new taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=2ab2182
2016-05-30GTK+3 mdict window: Do not use deprecate composite-child APIraveit652-3/+11
It's useless anyway. https://bugzilla.gnome.org/show_bug.cgi?id=745022 taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=f353608