Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-10 | appdata: Fixup spelling of MATE | infirit | 1 | -2/+2 | |
2014-11-10 | Create mate-terminal.appdata.xml | alxpl | 1 | -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-04 | Fix typo in 71204c2db80348c92b42c5cca08fc8c1166ab40d | infirit | 1 | -1/+1 | |
2014-10-12 | Add colon to PATHTERM_CLASS for url detection. | infirit | 1 | -1/+1 | |
Thanks to leigh123linux for pointing it out. | |||||
2014-10-03 | Remove update_policy from ui files | Stefano Karapetsas | 1 | -4/+0 | |
Umpteenth breakage in GTK3... | |||||
2014-10-02 | Disable hack to listen compositing changes | Stefano Karapetsas | 1 | -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-10 | Added option to copy selection to clipboard | spuhpointer | 8 | -2/+62 | |
2014-08-18 | Add colon to PATHCHARS_CLASS for url detection. | infirit | 1 | -1/+1 | |
Closes #70 | |||||
2014-07-12 | Sync translations with transifex | mate-i18n | 4 | -24/+24 | |
2014-05-20 | Remove duplicate GTK_REQUIREDmate-terminal-1.9.0 | infirit | 1 | -1/+0 | |
2014-05-20 | Bump required version for gtk+ ang glib | infirit | 1 | -2/+2 | |
2014-05-20 | Remove has_separator property from gtkbuilder files | infirit | 7 | -7/+0 | |
2014-05-20 | Use entry-text-column instead of text-column | infirit | 1 | -1/+1 | |
2014-05-20 | Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible | infirit | 4 | -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-20 | Remove deprecated call to g_type_init | infirit | 1 | -2/+0 | |
2014-05-20 | Drop support for gtk+ < 2.24 | infirit | 2 | -10/+0 | |
2014-05-11 | Fix typo in Makefile.am | infirit | 1 | -1/+1 | |
2014-04-28 | Sync translations with transifex | mate-i18n | 8 | -100/+105 | |
2014-04-24 | Use MateAboutDialog | Stefano Karapetsas | 1 | -1/+3 | |
2014-04-23 | Use GSettings common functions from libmate-desktop | Stefano Karapetsas | 5 | -168/+8 | |
2014-04-23 | Update NEWS | Stefano Karapetsas | 1 | -1/+1 | |
2014-04-23 | Use common dconf functions from libmate-desktop | Stefano Karapetsas | 5 | -176/+4 | |
2014-03-27 | Bump version to 1.9.0 | Stefano Karapetsas | 2 | -1/+5 | |
2014-03-09 | Merge pull request #59 from flexiondotorg/newtab | Stefano Karapetsas | 7 | -29/+178 | |
Make mate-terminal --tab open a tab when applicable | |||||
2014-03-01 | Bump version to 1.8.0mate-terminal-1.8.0 | Stefano Karapetsas | 2 | -3/+3 | |
2014-03-01 | Sync translations with transifex | Stefano Karapetsas | 2 | -177/+179 | |
2014-02-24 | Opening new terminal in a tab now works. The new intended behaviour is desbribed | Martin Wimpress | 7 | -29/+178 | |
in https://bugzilla.gnome.org/show_bug.cgi?id=83203#c57 Fixes #45. | |||||
2014-02-23 | Sync translations with transifex | Stefano Karapetsas | 92 | -167375/+65535 | |
2014-02-19 | Bump version to 1.7.90mate-terminal-1.7.90 | Stefano Karapetsas | 2 | -2/+2 | |
2014-02-19 | Update NEWS for MATE | Stefano Karapetsas | 2 | -0/+6 | |
2014-02-19 | Rename NEWS -> NEWS.GNOME | Stefano Karapetsas | 1 | -0/+0 | |
2014-02-18 | Merge pull request #54 from markbt/wayland | Stefano Karapetsas | 3 | -26/+58 | |
Add support for compiling against Gtk+3 with and without Wayland backend | |||||
2014-02-17 | Merge pull request #55 from markbt/warnings | Stefano Karapetsas | 9 | -25/+11 | |
Fix some warnings. | |||||
2014-02-17 | configure: add check-news | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-17 | Merge pull request #57 from hekel/master | Stefano Karapetsas | 1 | -23/+49 | |
Update Manual | |||||
2014-02-14 | Merge pull request #56 from hekel/patch-1 | Stefano Karapetsas | 1 | -1/+1 | |
"maximise" typo? | |||||
2014-02-14 | Update Manual | hekel | 1 | -23/+49 | |
2014-02-14 | "maximise" typo? | hekel | 1 | -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-12 | Fix some warnings. | Mark Thomas | 9 | -25/+11 | |
2014-02-11 | Add support for compiling against Gtk+3 with and without Wayland backend ↵ | Mark Thomas | 3 | -26/+58 | |
support. | |||||
2014-02-11 | Include autogen.sh in tarball | Stefano Karapetsas | 1 | -0/+1 | |
2014-02-09 | Bump version to 1.7.2mate-terminal-1.7.2 | infirit | 1 | -1/+1 | |
2014-02-08 | Update copyright in about window | Stefano Karapetsas | 1 | -1/+2 | |
2014-01-25 | Merge pull request #53 from markbt/master | Stefano Karapetsas | 3 | -0/+80 | |
Add blink preference | |||||
2014-01-25 | Add blink preference | Mark Thomas | 3 | -0/+80 | |
2014-01-24 | Sync translations with transifex | Stefano Karapetsas | 4 | -2030/+4073 | |
2014-01-24 | Merge pull request #52 from infirit/gtkbuilder | Stefano Karapetsas | 17 | -4237/+4175 | |
Use gtkbuilder directly instead of converting from glade | |||||
2014-01-24 | GtkComboBoxEntry has been removed from GTK3 | infirit | 1 | -1/+3 | |
Use GtkComboBoxText which is available in both GTK2 and GTK3. | |||||
2014-01-24 | Use gtkbuilder directly | infirit | 17 | -4237/+4173 | |
2014-01-16 | Merge pull request #50 from infirit/mastermate-terminal-1.7.1 | Stefano Karapetsas | 1 | -1/+1 | |
Bump version to 1.7.1 |