Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-01-31 | drop all the ancient changelogs | monsta | 1 | -672/+0 | |
2016-11-22 | mate-screenshot: rename .ui file to the original name | monsta | 3 | -2/+2 | |
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 | 5 | -586/+5 | |
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-08-06 | screenshot: install both UI files | raveit65 | 1 | -6/+2 | |
this fixes distcheck with creating mate-utils.pot | |||||
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 | 2 | -3/+6 | |
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 | 3 | -1/+235 | |
* 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 | |
2016-01-03 | drop MateConf migration scripts | Monsta | 2 | -11/+1 | |
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 | Fixup gettext domain in gsettings schemas | infirit | 1 | -1/+1 | |
2015-09-09 | mate-screenshot: move stuff to data/ and src/ subdirs | monsta | 20 | -93/+85 | |
2015-09-08 | Add a timestamp to screenshot filenames by default | infirit | 2 | -28/+18 | |
Useful for correct ordering, fixes #115 Also drop the window name as we now have the time-stamp to distinguish between screen-shots. | |||||
2015-07-07 | Revert "help: fix help link in mate-screenshot" | Monsta | 1 | -1/+1 | |
This reverts commit 9a5ca02338789b5604133e54b21abcaf0b57e505. | |||||
2015-06-23 | help: fix help link in mate-screenshot | raveit65 | 1 | -1/+1 | |
2015-06-16 | fixes for gschema translation | raveit65 | 2 | -21/+17 | |
taken from: https://github.com/mate-desktop/eom/commit/a2055e1 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - sorted lines in po/POTFILES.in (as requested in the header) | |||||
2014-12-29 | mate-screenshot: fix UI load in GTK+3 build | Monsta | 1 | -2/+0 | |
these two events are set up in the code anyway | |||||
2014-12-17 | mate-screenshot: show the actual error message when UI load fails | Monsta | 1 | -4/+7 | |
Closes https://github.com/mate-desktop/mate-utils/pull/81 | |||||
2014-12-16 | mate-screenshot: Do not use g_settings_list_schemas | infirit | 1 | -10/+5 | |
2014-12-15 | Revert "mate-screenshot: simplify get_desktop_dir()" | infirit | 1 | -1/+27 | |
This reverts commit 21c397d825cb06890efb0e847c13b9c3c6254db0. | |||||
2014-12-15 | mate-screenshot: simplify get_desktop_dir() | infirit | 1 | -27/+1 | |
2014-12-15 | Fix deprecated functions | infirit | 2 | -0/+5 | |
Remove, now unneeded, gdkkeysyms-compat.h include Always use gtk_combo_box_text_new (since Gtk+ 2.24) Gtk3: do not use gdk_cursor_unref Gtk3: replace gtk_hpaned_new Gtk3: replace gtk_widget_modify_font | |||||
2014-12-15 | Remove deprecated g_thread_init | infirit | 1 | -2/+0 | |
2014-12-15 | don't leak memory | Monsta | 1 | -0/+1 | |
2014-11-13 | Gtk+3: Fix build, closes #77 | infirit | 1 | -1/+1 | |
2014-11-10 | Add missing #include <config.h> to make translations work | infirit | 1 | -0/+4 | |
Based on gnome-utils commit: 95edffa91ed559515d659187baba6ec7806b251b From: Kjartan Maraas <[email protected]> | |||||
2014-11-10 | mate-screenshot: Several fixes taken from gnome-screenshot | infirit | 3 | -170/+212 | |
Code taken from commits: screenshot: Rewrite event handling in area selection 772b9cc0774468ea21addb85ef843ee8dfef9e00 screenshot: add a workaround to avoid capturing the selection window 745eea03a3092fa055f76132971e3dd2bb4e8737 screenshot: Don't snap the selection 13741db3522aaac8be732567bca00d9c81929b72 | |||||
2014-11-10 | appdata: Add necessary markers for translation | infirit | 1 | -3/+3 | |
2014-11-10 | appdata: Fixup spelling of MATE | infirit | 1 | -2/+2 | |
2014-11-10 | appdata: Add autotool bits for appdata | infirit | 2 | -7/+12 | |
2014-11-09 | Update mate-screenshot.appdata.xml | alxpl | 1 | -5/+0 | |
2014-11-09 | Create mate-screenshot.appdata.xml | alxpl | 1 | -0/+32 | |
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs. It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well. Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well. Thanks! | |||||
2014-07-03 | Remove has_separator properties from ui filesmate-utils-1.9.0 | Stefano Karapetsas | 1 | -1/+0 | |
2014-07-01 | Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible | infirit | 1 | -24/+0 | |
gdk_x11_set_sm_client_id | Since 2.24 gdk_x11_display_get_xdisplay | Since 2.2 GDK_DISPLAY_XDISPLAY | Since always GDK_WINDOW_XID | Since always gdk_window_get_screen | Since 2.24 gdk_x11_window_foreign_new_for_display | Since 2.24 gdk_window_get_width | Since 2.24 gdk_window_get_height | Since 2.24 | |||||
2014-05-01 | Use DISABLE_DEPRECATED variable for deprecation | infirit | 1 | -0/+1 | |