Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-27 | Add screenshot support for HiDPI displays | Victor Kareh | 1 | -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-15 | mate-screenshot: added New button (#184) | Thiago Bighetti | 3 | -48/+76 | |
* mate-screenshot: added New button | |||||
2018-01-09 | update copyright year to 2018 | monsta | 3 | -3/+3 | |
2018-01-04 | screenshot-save.c: Fix build warnings with ‘pipe’ ‘write’ and ↵ | Pablo Barciela | 1 | -9/+12 | |
‘read’: ignoring return value declared with attribute warn_unused_result | |||||
2017-12-25 | add style class logview-window | raveit65 | 1 | -0/+5 | |
2017-12-24 | release 1.19.1v1.19.1 | raveit65 | 2 | -1/+14 | |
2017-12-24 | fix typo | raveit65 | 1 | -1/+1 | |
2017-12-24 | sync with transifex | raveit65 | 104 | -548/+6649 | |
2017-12-21 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 2 | -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-25 | sync with Transifex | monsta | 101 | -24443/+23938 | |
2017-10-25 | baobab: make zoom with mousewheel work on chart | monsta | 1 | -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-12 | screenshot: remove some unused code | monsta | 4 | -152/+0 | |
2017-10-12 | screenshot: don't get window title as it's not used later | monsta | 1 | -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-09 | baobab/logview/dictionary: add our copyright to About dialog | monsta | 3 | -3/+6 | |
fixes https://github.com/mate-desktop/mate-utils/issues/80 | |||||
2017-10-09 | baobab: set transient parent for remote connect dialog | monsta | 1 | -0/+2 | |
fixes yet another runtime warning | |||||
2017-10-09 | baobab: don't make prefs dialog visible in .ui file | monsta | 1 | -1/+1 | |
avoids runtime warning about transient parent and fixes initial window placement (on center of parent window) | |||||
2017-10-09 | baobab: set parent window for About dialog | monsta | 1 | -1/+1 | |
avoids runtime warning about transient parent | |||||
2017-08-29 | avoid deprecated gdk_screen_get_active_window | ZenWalker | 1 | -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-26 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+17 | |
2017-08-26 | sync with transfex | raveit65 | 12 | -414/+418 | |
2017-08-21 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 2 | -0/+16 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-08-11 | avoid deprecated gdk_screen_width/height | ZenWalker | 2 | -10/+18 | |
2017-08-11 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+3 | |
2017-08-10 | screenshot: avoid deprecated GdkDevice objects | raveit65 | 1 | -1/+49 | |
2017-08-10 | dictionary: avoid deprecated GdkDevice objects | raveit65 | 1 | -0/+9 | |
2017-08-04 | avoid deprecated gdk_screen_get_n_monitors | ZenWalker | 1 | -0/+8 | |
2017-08-03 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -3/+2 | |
2017-07-29 | gdict-applet: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2017-07-28 | don't use deprecated gtk_show_uri | raveit65 | 7 | -1/+36 | |
2017-07-18 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -4/+4 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -1212/+1217 | |
2017-05-11 | searchtool & logview: avoid deprecated GtkAlignment | raveit65 | 2 | -10/+6 | |
2017-05-06 | sync with transifex | raveit65 | 13 | -2592/+2489 | |
2017-05-04 | Revert "configure: Use AM subdir-objects" | raveit65 | 1 | -1/+1 | |
This reverts commit 652ab68b6cd753b57b6f2df943dafafecbdfdc12. fixes https://github.com/mate-desktop/mate-utils/issues/169 | |||||
2017-05-03 | configure: Use AM subdir-objects | raveit65 | 1 | -1/+1 | |
2017-04-27 | mate-screenshot: fix showing busy cursor when saving area screenshot | monsta | 1 | -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-15 | Sync translations. | Martin Wimpress | 94 | -2375/+1718 | |
2017-04-02 | screenshot: don't translate the timestamp in the filename | monsta | 1 | -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-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-14 | mate-dictionary: include correct header to fix occasional FTBFS | monsta | 1 | -1/+1 | |
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=d529e2dd056f05cb1115c2f68bb6f773b4b14948 | |||||
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-13 | Sync translations. | Martin Wimpress | 95 | -31758/+31014 | |
2017-03-13 | update NEWS for 1.18 | monsta | 1 | -7/+10 | |
2017-01-31 | drop all the ancient changelogs | monsta | 10 | -16356/+0 | |
2017-01-13 | Update mate-utils NEWS to use consistent, project wide, markdown-like ↵ | Martin Wimpress | 1 | -11/+11 | |
formatting. This will make generating release announcements easier. | |||||
2016-11-28 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+6 | |
2016-11-28 | sync with transiflex | raveit65 | 16 | -436/+443 | |
2016-11-22 | mate-screenshot: rename .ui file to the original name | monsta | 4 | -3/+3 | |
no need to mention GTK+3 anymore |