summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2014-05-20Remove deprecated call to g_type_initinfirit1-2/+0
2014-05-20Drop support for gtk+ < 2.24infirit2-10/+0
2014-05-11Fix typo in Makefile.aminfirit1-1/+1
2014-04-28Sync translations with transifexmate-i18n8-100/+105
2014-04-24Use MateAboutDialogStefano Karapetsas1-1/+3
2014-04-23Use GSettings common functions from libmate-desktopStefano Karapetsas5-168/+8
2014-04-23Update NEWSStefano Karapetsas1-1/+1
2014-04-23Use common dconf functions from libmate-desktopStefano Karapetsas5-176/+4
2014-03-27Bump version to 1.9.0Stefano Karapetsas2-1/+5
2014-03-09Merge pull request #59 from flexiondotorg/newtabStefano Karapetsas7-29/+178
Make mate-terminal --tab open a tab when applicable
2014-03-01Bump version to 1.8.0mate-terminal-1.8.0Stefano Karapetsas2-3/+3
2014-03-01Sync translations with transifexStefano Karapetsas2-177/+179
2014-02-24Opening new terminal in a tab now works. The new intended behaviour is desbribedMartin Wimpress7-29/+178
in https://bugzilla.gnome.org/show_bug.cgi?id=83203#c57 Fixes #45.
2014-02-23Sync translations with transifexStefano Karapetsas92-167375/+65535
2014-02-19Bump version to 1.7.90mate-terminal-1.7.90Stefano Karapetsas2-2/+2
2014-02-19Update NEWS for MATEStefano Karapetsas2-0/+6
2014-02-19Rename NEWS -> NEWS.GNOMEStefano Karapetsas1-0/+0
2014-02-18Merge pull request #54 from markbt/waylandStefano Karapetsas3-26/+58
Add support for compiling against Gtk+3 with and without Wayland backend
2014-02-17Merge pull request #55 from markbt/warningsStefano Karapetsas9-25/+11
Fix some warnings.
2014-02-17configure: add check-newsStefano Karapetsas1-1/+1
2014-02-17Merge pull request #57 from hekel/masterStefano Karapetsas1-23/+49
Update Manual
2014-02-14Merge pull request #56 from hekel/patch-1Stefano Karapetsas1-1/+1
"maximise" typo?
2014-02-14Update Manualhekel1-23/+49
2014-02-14"maximise" typo?hekel1-1/+1
"maximise" was probably intentional, its used in British English.. However "maximize" is more widely accepted in Other English Speaking Countries. Proposing change since "maximize" is still used in the UK, but "maximise" is rarely used elsewhere.
2014-02-12Fix some warnings.Mark Thomas9-25/+11