summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-30release 1.20v1.20.0raveit652-2/+12
2018-01-30sync with transifexraveit6585-197/+198
2018-01-30require GTK+ 3.22 and GLib 2.50monsta14-202/+5
2018-01-28Merge pull request #185 from vkareh/hidpi-scalingVictor Kareh1-17/+42
Add screenshot support for HiDPI displays
2018-01-27Add screenshot support for HiDPI displaysVictor Kareh1-17/+42
* Pointer coordinates needed scaling to show up in the correct location. * Window borders needed scaling to avoid a memory overflow when redrawing it. * Monitor dimensions needed scaling to show the correct size, as well as support for multi-monitor masking. Monitor masking is when you have multiple monitors with different sizes, and take a screenshot of the entire desktop. I am not currently able to test this last feature.
2018-01-15mate-screenshot: added New button (#184)Thiago Bighetti3-48/+76
* mate-screenshot: added New button
2018-01-09update copyright year to 2018monsta3-3/+3
2018-01-04screenshot-save.c: Fix build warnings with ‘pipe’ ‘write’ and ↵Pablo Barciela1-9/+12
‘read’: ignoring return value declared with attribute warn_unused_result
2017-12-25add style class logview-windowraveit651-0/+5
2017-12-24release 1.19.1v1.19.1raveit652-1/+14
2017-12-24fix typoraveit651-1/+1
2017-12-24sync with transifexraveit65104-548/+6649
2017-12-21WidthOfScreen and HeightOfScreen implementationPablo Barciela2-21/+14
This commit reverts: https://github.com/mate-desktop/mate-utils/commit/b210e404823cb5b1fa5b74d700fa3f89c2ea71a2 https://github.com/mate-desktop/mate-utils/commit/c0b5081bf32ee22094e15c5d76a8ac8e5806e4a5 And it applies an alternative to fix the deprecated functions: gkd_screen_width gdk_screen_height gdk_screen_get_width gdk_screen_get_height
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-12screenshot: remove some unused codemonsta4-152/+0
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-09baobab/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-08-29avoid deprecated gdk_screen_get_active_windowZenWalker1-1/+44
make new function taken from: https://git.gnome.org/browse/gtk+/commit/?id=6b9e481e38571f73237f6b8a38cb4bc6987bc4ca with little changes adapted to work in screenshot-utils.c
2017-08-26release 1.19.0v1.19.0raveit651-0/+17
2017-08-26sync with transfexraveit6512-414/+418
2017-08-21gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker2-0/+16
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-11avoid deprecated gdk_screen_width/heightZenWalker2-10/+18
2017-08-11avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+3
2017-08-10screenshot: avoid deprecated GdkDevice objectsraveit651-1/+49
2017-08-10dictionary: avoid deprecated GdkDevice objectsraveit651-0/+9
2017-08-04avoid deprecated gdk_screen_get_n_monitorsZenWalker1-0/+8
2017-08-03avoid deprecated gdk_screen_make_display_nameZenWalker1-3/+2
2017-07-29gdict-applet: don't use deprecated gtk_show_uriraveit651-0/+4
2017-07-28don't use deprecated gtk_show_uriraveit657-1/+36
2017-07-18avoid deprecated gdk_screen_get_numberZenWalker1-4/+4
2017-07-18update issue_templateraveit651-0/+3
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-20Restore Polish translation credits from GNOMEPiotr Drąg1-1212/+1217
2017-05-11searchtool & logview: avoid deprecated GtkAlignmentraveit652-10/+6
2017-05-06sync with transifexraveit6513-2592/+2489
2017-05-04Revert "configure: Use AM subdir-objects"raveit651-1/+1
This reverts commit 652ab68b6cd753b57b6f2df943dafafecbdfdc12. fixes https://github.com/mate-desktop/mate-utils/issues/169
2017-05-03configure: Use AM subdir-objectsraveit651-1/+1
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-15Sync translations.Martin Wimpress94-2375/+1718
2017-04-02screenshot: 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-30pre-bump versionraveit652-1/+3
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