Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-15 | properly NULL-init some vars to avoid logic flaws later | Monsta | 1 | -3/+3 | |
2014-12-15 | zero-init signals array | monsta | 1 | -1/+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 | 12 | -3/+45 | |
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 | Fix typo (G_TYPE_INSTANCE_CHECK_TYPE -> G_TYPE_CHECK_INSTANCE_TYPE) | infirit | 1 | -1/+1 | |
Based on gnome-utils commit: 0bf63957d9ea7055b56332d567966701db99ccb5 From: Piotr Eljasiak <[email protected]> | |||||
2014-11-10 | mate-search-tool: open folder menu item can be misleading | infirit | 2 | -3/+3 | |
Based on gnome-utils commits: 88159d1da89940d062057450e92aa191e364488b b703b0b28e441c15c5416f01670b4b747768e980 From: Dennis Cranston <[email protected]> Gnome Bug: https://bugzilla.gnome.org/show_bug.cgi?id=619499 | |||||
2014-11-10 | appdata: Add necessary markers for translation | infirit | 4 | -12/+12 | |
2014-11-10 | appdata: Fixup spelling of MATE | infirit | 4 | -7/+7 | |
2014-11-10 | appdata: Add autotool bits for appdata | infirit | 9 | -11/+39 | |
2014-11-09 | Update mate-screenshot.appdata.xml | alxpl | 1 | -5/+0 | |
2014-11-09 | Create mate-search-tool.appdata.xml | alxpl | 1 | -0/+33 | |
(Should this have been placed in the data folder?) 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-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-11-09 | Create mate-disk-usage-analyzer.appdata.xml | alxpl | 1 | -0/+36 | |
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-11-09 | Create mate-dictionary.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-12 | Sync translations with transifex | mate-i18n | 5 | -121/+123 | |
2014-07-03 | Remove has_separator properties from ui filesmate-utils-1.9.0 | Stefano Karapetsas | 2 | -2/+0 | |
2014-07-03 | gsearchtool: Fix format-security warning | Stefano Karapetsas | 1 | -2/+2 | |
2014-07-01 | Replace deprecated GTK_WIDGET_SET_FLAGS | infirit | 1 | -1/+1 | |
2014-07-01 | GDK_KEY_* was introduced in Gtk+ 2.22 | infirit | 6 | -37/+22 | |
2014-07-01 | Remove deprecated gtk_dialog_set_has_separator | infirit | 1 | -3/+0 | |
2014-07-01 | Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible | infirit | 3 | -32/+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-07-01 | Drop support for Gtk+ < 2.24 | infirit | 4 | -16/+1 | |
2014-07-01 | Drop deprecated g_type_init, type initialized automatically. | infirit | 2 | -8/+0 | |
2014-07-01 | Drop support for Glib < 2.36 | infirit | 7 | -55/+2 | |
2014-05-01 | Fix copy/paste error in deprecated config option | infirit | 1 | -3/+3 | |
2014-05-01 | Use DISABLE_DEPRECATED variable for deprecation | infirit | 6 | -9/+6 | |
2014-05-01 | Add configure option to en/disable deprecations | infirit | 1 | -0/+9 | |
2014-04-30 | Sync translations with transifex | mate-i18n | 4 | -235/+229 | |
2014-04-30 | Update NEWS | Stefano Karapetsas | 1 | -0/+3 | |
2014-04-30 | Bump version to 1.9.0 | Stefano Karapetsas | 1 | -1/+1 | |
2014-04-30 | mate-screenshot: Add GTK3 support | Stefano Karapetsas | 4 | -14/+106 | |
2014-04-30 | mate-dictionary: Add GTK3 support | Stefano Karapetsas | 5 | -19/+29 | |
2014-04-30 | logview: Add GTK3 support | Stefano Karapetsas | 2 | -0/+10 | |
2014-04-30 | libeggsmclient: Add GTK3 support | Stefano Karapetsas | 1 | -0/+4 | |
2014-04-30 | gsearchtool: Add GTK3 support | Stefano Karapetsas | 3 | -14/+34 | |
2014-04-29 | Add option to disable silent rules, close #65 | infirit | 1 | -0/+1 | |
2014-04-29 | mate-screenshot: Also symlink man page, close #66. | infirit | 1 | -0/+2 | |
2014-04-26 | Fix several hyphens-used-as-minus-sign issues on two of the man pages | Mike Gabriel | 2 | -14/+14 | |
Closes https://github.com/mate-desktop/mate-utils/issues/64 | |||||
2014-04-26 | Add keywords key to .desktop files | Stefano Karapetsas | 5 | -0/+5 | |
Closes https://github.com/mate-desktop/mate-utils/issues/63 | |||||
2014-03-01 | Bump version to 1.8.0mate-utils-1.8.0 | Stefano Karapetsas | 2 | -3/+3 | |
2014-03-01 | Sync translations with transifex | Stefano Karapetsas | 1 | -122/+119 | |
2014-02-24 | gsearchtool: Fix search history entry | dcharlespyle | 1 | -1/+2 | |
Fixes problem of search history entries not showing up on the combobox in mate-search-tool | |||||
2014-02-23 | Sync translations with transifex | Stefano Karapetsas | 2 | -19/+20 | |
2014-02-19 | Bump version to 1.7.90mate-utils-1.7.90 | Stefano Karapetsas | 2 | -2/+2 | |
2014-02-19 | Update NEWS | Stefano Karapetsas | 1 | -4066/+3 | |
Dropping old GNOME NEWS file | |||||
2014-02-19 | Sync translations with transifex | Stefano Karapetsas | 6 | -248/+239 | |
2014-02-19 | configure: Add check-news | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-11 | Include autogen.sh in tarball | Stefano Karapetsas | 1 | -0/+1 | |
2014-01-25 | Sync translations with transifexmate-utils-1.7.0 | Stefano Karapetsas | 8 | -456/+6849 | |