summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-28release 1.10.2v1.10.21.10Wolfgang Ulbrich2-1/+5
2015-10-01Revert "Fix typo in 71204c2db80348c92b42c5cca08fc8c1166ab40d"Monsta1-1/+1
This reverts commit bf0b2dfe547da493e016dde213a8454e6831eb86. Fixes https://github.com/mate-desktop/mate-terminal/issues/96
2015-07-11Bump version to 1.10.1mate-terminal-1.10.1infirit1-1/+1
2015-07-11Update NEWSinfirit1-0/+5
2015-07-09help: fix merge conflicts in some translationsMonsta5-9/+9
2015-07-09help: correct theme prefs urlinfirit1-2/+2
2015-07-07Revert "help: Update uri for new user-guide"infirit1-2/+2
This reverts commit 73634ff66f5cf91f0507e9bf36ce1236fcc9fdfa.
2015-07-02help: fix legal section and some linksraveit651-41/+51
2015-07-02Help: fix broken help imagesraveit6516-0/+0
2015-06-09Merge pull request #87 from NiceandGently/masterMartin Wimpress1-1/+3
ui: fix size of profile-preferences window in GTK3 version with a default
2015-05-10Bump version to 1.10.0mate-terminal-1.10.0Stefano Karapetsas2-3/+3
2015-05-10Sync translations with transifexmate-i18n2-34/+34
2015-05-06Bump version to 1.9.91mate-terminal-1.9.91Stefano Karapetsas2-2/+2
2015-05-06Correct cruch bang.Martin Wimpress1-1/+1
2015-05-06Correct indentation.Martin Wimpress1-29/+29
2015-05-06Replace mate-terminal.wrapper with one adapted from gnome-terminal.wrapper ↵Martin Wimpress1-42/+79
that support double quoted commands. Closes https://github.com/mate-desktop/mate-terminal/pull/88
2015-04-07ui: fix size of profile-preferences window in GTK3 version with a defaultraveit651-1/+3
2015-04-06Bump version to 1.9.90mate-terminal-1.9.90Stefano Karapetsas2-2/+2
2015-04-06Sync translations with transifexmate-i18n94-18701/+22005
2015-01-22Bump version to 1.9.1mate-terminal-1.9.1Stefano Karapetsas2-2/+2
2014-12-16Revert "Revert "Remove deprecated call to g_type_init""infirit1-2/+0
This reverts commit deedb94b3948097b6e51fc0e90718b29c4eaeacc.
2014-12-16Revert "Only stop use of g_type_init with Glib 2.36"infirit2-3/+1
This reverts commit 1ea79cc4669b5d760a1cc6a614eabe8223a9db6d.
2014-12-16Only stop use of g_type_init with Glib 2.36infirit2-1/+3
It is still needed in 2.32 from what I can figure out.
2014-12-16Revert "Remove deprecated call to g_type_init"infirit1-0/+2
This reverts commit 0b75b3c4b4354b72b604c6313ceef97d9ecb007c.
2014-12-15fix va_list issuemonsta1-0/+1
2014-12-15zero-init all signals arraysMonsta5-5/+5
2014-12-15Rewrite manpage: mate-terminal.1Abel McClendon1-98/+147
2014-12-12help: Update uri for new user-guideinfirit1-2/+2
2014-12-11Gtk3: Port eggsmclient-xsmpinfirit1-0/+7
2014-12-11Forgot to include gtk.hinfirit1-0/+1
2014-12-11Gtk3: Fix gdkconfig includeinfirit1-0/+2
2014-12-11configure: Fix GDK_TARGET and PLATFORM_DEPS for Gtk+3infirit1-8/+14
2014-12-05removed obsolete configure optionMonsta2-7/+1
Closes https://github.com/mate-desktop/mate-terminal/pull/80
2014-11-24Properly check gdk_property_get resultNikolay Martynov1-4/+4
Check return value of gdk_property_get in get_initial_workspace before using its result Current implementation segfaults from to time if terminal is started at X session startup Looks like #769947 bug in Debian describes same issue
2014-11-10appdata: Add necessary markers for translationinfirit1-3/+3
2014-11-10appdata: Add autotool bits for appdatainfirit3-1/+9
2014-11-10appdata: Fixup spelling of MATEinfirit1-2/+2
2014-11-10Create mate-terminal.appdata.xmlalxpl1-0/+43
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-04Fix typo in 71204c2db80348c92b42c5cca08fc8c1166ab40dinfirit1-1/+1
2014-10-12Add colon to PATHTERM_CLASS for url detection.infirit1-1/+1
Thanks to leigh123linux for pointing it out.
2014-10-03Remove update_policy from ui filesStefano Karapetsas1-4/+0
Umpteenth breakage in GTK3...
2014-10-02Disable hack to listen compositing changesStefano Karapetsas1-2/+4
It seems now GNOME bug https://bugzilla.gnome.org/show_bug.cgi?id=563561 doesnt happen and disable this hack avoid to shuffle terminal windows when compositing is enabled/disabled
2014-09-10Added option to copy selection to clipboardspuhpointer8-2/+62
2014-08-18Add colon to PATHCHARS_CLASS for url detection.infirit1-1/+1
Closes #70
2014-07-12Sync translations with transifexmate-i18n4-24/+24
2014-05-20Remove duplicate GTK_REQUIREDmate-terminal-1.9.0infirit1-1/+0
2014-05-20Bump required version for gtk+ ang glibinfirit1-2/+2
2014-05-20Remove has_separator property from gtkbuilder filesinfirit7-7/+0
2014-05-20Use entry-text-column instead of text-columninfirit1-1/+1
2014-05-20Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possibleinfirit4-71/+9
Always use gdk_window_get_display and GDK_WINDOW_XID Replace GtkObject with GObject Always use gtk_message_dialog_get_message_area (since gtk 2.22) Unify notebook code between gtk2 and gtk3