Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
- Use always the same code snippet for including the top-level config.h
|
|
|
|
|
|
|
|
* 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.
|
|
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
|
|
|
|
make new function taken from:
https://git.gnome.org/browse/gtk+/commit/?id=6b9e481e38571f73237f6b8a38cb4bc6987bc4ca
with little changes adapted to work in screenshot-utils.c
|
|
avoid deprecated:
gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_window
|
|
|
|
|
|
|
|
|
|
and require mate-panel >= 1.17
|
|
|
|
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
|
|
taken from:
https://git.gnome.org/browse/gnome-screenshot/commit/?h=gnome-3-4&id=e25c879
|
|
|
|
* 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
|
|
|
|
|