Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-16 | Revert "Revert "Remove deprecated call to g_type_init"" | infirit | 1 | -2/+0 | |
This reverts commit deedb94b3948097b6e51fc0e90718b29c4eaeacc. | |||||
2014-12-16 | Revert "Only stop use of g_type_init with Glib 2.36" | infirit | 2 | -3/+1 | |
This reverts commit 1ea79cc4669b5d760a1cc6a614eabe8223a9db6d. | |||||
2014-12-16 | Only stop use of g_type_init with Glib 2.36 | infirit | 2 | -1/+3 | |
It is still needed in 2.32 from what I can figure out. | |||||
2014-12-16 | Revert "Remove deprecated call to g_type_init" | infirit | 1 | -0/+2 | |
This reverts commit 0b75b3c4b4354b72b604c6313ceef97d9ecb007c. | |||||
2014-12-15 | fix va_list issue | monsta | 1 | -0/+1 | |
2014-12-15 | zero-init all signals arrays | Monsta | 5 | -5/+5 | |
2014-12-15 | Rewrite manpage: mate-terminal.1 | Abel McClendon | 1 | -98/+147 | |
2014-12-12 | help: Update uri for new user-guide | infirit | 1 | -2/+2 | |
2014-12-11 | Gtk3: Port eggsmclient-xsmp | infirit | 1 | -0/+7 | |
2014-12-11 | Forgot to include gtk.h | infirit | 1 | -0/+1 | |
2014-12-11 | Gtk3: Fix gdkconfig include | infirit | 1 | -0/+2 | |
2014-12-11 | configure: Fix GDK_TARGET and PLATFORM_DEPS for Gtk+3 | infirit | 1 | -8/+14 | |
2014-12-05 | removed obsolete configure option | Monsta | 2 | -7/+1 | |
Closes https://github.com/mate-desktop/mate-terminal/pull/80 | |||||
2014-11-24 | Properly check gdk_property_get result | Nikolay Martynov | 1 | -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-10 | appdata: Add necessary markers for translation | infirit | 1 | -3/+3 | |
2014-11-10 | appdata: Add autotool bits for appdata | infirit | 3 | -1/+9 | |
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 | |