Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-21 | Unnecessary G_OBJECT cast when calling signal connect function | rbuj | 1 | -4/+6 | |
2021-11-24 | Use a blank line at most | rbuj | 1 | -1/+0 | |
2021-06-25 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
2020-12-07 | GNU GPL 2 license notice without post box, after copyright notice | rbuj | 1 | -12/+14 | |
- Use always the same code snippet for including the top-level config.h | |||||
2020-04-16 | Remove bad-function-cast warnings | rbuj | 1 | -3/+3 | |
2020-03-09 | Define custom macros for wrapping the calls to gtk_builder_get_object | rbuj | 1 | -11/+13 | |
2019-12-23 | Use gresources for UI files | rbuj | 1 | -3/+1 | |
2019-07-04 | Remove trailing whitespaces | Laurent Napias | 1 | -3/+3 | |
2018-09-23 | screenshot: replace deprecated gdk_flush | 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... | |||||
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 | 1 | -79/+0 | |
and require mate-panel >= 1.17 | |||||
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 | avoid deprecated gdk_cursor_new () | raveit65 | 1 | -1/+3 | |
2016-06-20 | Some more fixes for gtk+3 | Oz N Tiram | 1 | -14/+21 | |
* 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 | 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 | |||||
2015-09-09 | mate-screenshot: move stuff to data/ and src/ subdirs | monsta | 1 | -0/+422 | |