Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-04 | Remove trailing whitespaces | Laurent Napias | 5 | -77/+77 | |
2019-05-07 | Remove unused variables | rbuj | 1 | -1/+0 | |
2019-05-04 | mate-screenshot: Variable is assigned a value that is never used | rbuj | 1 | -1/+0 | |
2018-09-23 | screenshot: replace deprecated gdk_flush | raveit65 | 2 | -4/+10 | |
2018-05-23 | Add support for non-interactive screenshot directly to clipboard | Eyal Lotem | 1 | -7/+26 | |
2018-02-14 | avoid deprecated GtkStock | Pablo Barciela | 2 | -3/+3 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -95/+1 | |
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 | 2 | -48/+64 | |
* mate-screenshot: added New button | |||||
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-21 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -15/+11 | |
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-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-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-21 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+4 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-08-11 | avoid deprecated gdk_screen_width/height | ZenWalker | 1 | -8/+12 | |
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-04 | avoid deprecated gdk_screen_get_n_monitors | ZenWalker | 1 | -0/+8 | |
2017-07-28 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
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-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 | |||||
2016-11-22 | mate-screenshot: rename .ui file to the original name | monsta | 1 | -1/+1 | |
no need to mention GTK+3 anymore | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 3 | -333/+4 | |
and require mate-panel >= 1.17 | |||||
2016-11-22 | fix indent a bit and remove some weird commented code | monsta | 1 | -4/+4 | |
2016-09-01 | GTK+-3 screenshot-dialog: Avoid resizing the preview too much | raveit65 | 1 | -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-01 | GTK+-3 screenshot-utils: don't use deprecated GDK api | raveit65 | 1 | -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-01 | GTK+-3 screenshot-utils: use GtkStyleContext to draw the area selection | raveit65 | 1 | -2/+24 | |
taken from: https://git.gnome.org/browse/gnome-screenshot/commit/?h=gnome-3-4&id=e25c879 | |||||
2016-09-01 | avoid deprecated gdk_cursor_new () | raveit65 | 2 | -3/+7 | |
2016-06-27 | Fix missing image and effect buttons | Oz N Tiram | 1 | -3/+13 | |
2016-06-20 | Add option to print version and exit | Oz N Tiram | 1 | -0/+7 | |
* added code from gnome-screenshot basically | |||||
2016-06-20 | Remove usage of GtkAlignment with GTK+3 | Oz N Tiram | 1 | -2/+5 | |
2016-06-20 | Some more fixes for gtk+3 | Oz N Tiram | 2 | -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-20 | Remove deprecated usage of gtk_image_new_from_stock | Oz N Tiram | 1 | -1/+5 | |
if using gtk3 | |||||
2016-06-20 | Modify glade file for the new glade format and use it for gtk3 | Oz N Tiram | 1 | -0/+5 | |
* Add glade ui for gtk+3 * Remove usage of things like GTKHBox, GTKHButtonBox and other deprecated widgets | |||||
2016-03-23 | screenshot: fix indent a bit | monsta | 1 | -2/+2 | |
2016-03-22 | Update mate-screenshot.c | DaveBlack | 1 | -2/+2 | |
2016-01-26 | screenshot: properly disable effects and delay when launched with -ai | monsta | 1 | -0/+2 | |
fixes https://github.com/mate-desktop/mate-utils/issues/133 | |||||
2016-01-22 | [GTK+3] screenshot: fix deprecated usage of Gtk{H,V}Box | monsta | 1 | -0/+36 | |
2016-01-22 | [GTK+3] screenshot: fix deprecated usage of GtkMisc | monsta | 1 | -0/+25 | |
2015-12-22 | mate-screenshot: reduce ifdef hell a bit | monsta | 1 | -19/+12 | |
2015-09-25 | configure: drop useless --enable-deprecated option | Monsta | 1 | -2/+1 | |
2015-09-09 | fix broken mate-screenshot | monsta | 1 | -1/+1 | |
2015-09-09 | mate-screenshot: move stuff to data/ and src/ subdirs | monsta | 12 | -0/+3990 | |