summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-10-25release 1.18.3v1.18.31.18monsta2-1/+9
2017-10-25sync with Transifexmonsta101-24443/+23938
2017-10-25baobab: make zoom with mousewheel work on chartmonsta1-2/+9
like it was with GTK+2 ported from: https://git.gnome.org/browse/baobab/commit/?id=66ad37228e155fe6707064109eae2dd17cc1e969 https://git.gnome.org/browse/baobab/commit/?id=d724a028d54fea765dda4578a1f30910e77ab1a9
2017-10-19screenshot: remove some unused codemonsta4-152/+0
it also removes one unused translatable string, so picking it to 1.18 to have the same strings as in master
2017-10-12screenshot: don't get window title as it's not used latermonsta1-12/+2
it's useless since https://github.com/mate-desktop/mate-utils/commit/8f060cfddeedc196cf8689ffc670a80cbe5698c6 fixes https://github.com/mate-desktop/mate-utils/issues/165
2017-10-12baobab/logview/dictionary: add our copyright to About dialogmonsta3-3/+6
fixes https://github.com/mate-desktop/mate-utils/issues/80
2017-10-09baobab: set transient parent for remote connect dialogmonsta1-0/+2
fixes yet another runtime warning
2017-10-09baobab: don't make prefs dialog visible in .ui filemonsta1-1/+1
avoids runtime warning about transient parent and fixes initial window placement (on center of parent window)
2017-10-09baobab: set parent window for About dialogmonsta1-1/+1
avoids runtime warning about transient parent
2017-10-09sync with transfexraveit6512-414/+418
2017-05-06update to 1.18.2v1.18.2raveit652-1/+6
2017-05-06sync with transifexraveit6513-2592/+2489
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-04Bump version to 1.18.1v1.18.1Martin Wimpress2-1/+7
2017-04-04Sync translations.Martin Wimpress94-2375/+1718
2017-04-03screenshot: 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-03-14mate-dictionary: include correct header to fix occasional FTBFSmonsta1-1/+1
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=d529e2dd056f05cb1115c2f68bb6f773b4b14948
2017-03-13release 1.18.0v1.18.0raveit651-1/+1
2017-03-13Sync translations.Martin Wimpress95-31758/+31014
2017-03-13update NEWS for 1.18monsta1-7/+10
2017-01-31drop all the ancient changelogsmonsta10-16356/+0
2017-01-13Update mate-utils NEWS to use consistent, project wide, markdown-like ↵Martin Wimpress1-11/+11
formatting. This will make generating release announcements easier.
2016-11-28release 1.17.0v1.17.0raveit651-0/+6
2016-11-28sync with transiflexraveit6516-436/+443
2016-11-22mate-screenshot: rename .ui file to the original namemonsta4-3/+3
no need to mention GTK+3 anymore
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta34-1815/+30
and require mate-panel >= 1.17
2016-11-22fix indent a bit and remove some weird commented codemonsta7-16/+15
2016-11-22gsearchtool: remove win32 & quartz leftovers from libeggmonsta2-12/+0
2016-11-20fix distcheck breakage that somehow was hiding here for years unnoticedmonsta1-10/+6
ported from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=eaacf80e9b135d5c7085f899e2bea0076557bc53
2016-11-20remove 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