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 | 1 | -2/+0 | |
This reverts commit 1ea79cc4669b5d760a1cc6a614eabe8223a9db6d. | |||||
2014-12-16 | Only stop use of g_type_init with Glib 2.36 | infirit | 1 | -0/+2 | |
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-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-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-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-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-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 | Use common dconf functions from libmate-desktop | Stefano Karapetsas | 4 | -164/+2 | |
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-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-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-08 | Update copyright in about window | Stefano Karapetsas | 1 | -1/+2 | |
2014-01-25 | Add blink preference | Mark Thomas | 3 | -0/+80 | |
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 | 15 | -4225/+4166 | |
2014-01-16 | Fix resizing with GTK3 | Stefano Karapetsas | 1 | -3/+18 | |
Taken from https://git.gnome.org/browse/gnome-terminal/commit/?h=gnome-3-0&id=8e6454b0efc01cf212f338c76d5d0557575f9513 Close #36 (https://github.com/mate-desktop/mate-terminal/issues/36) | |||||
2013-12-22 | Fix help handling. | infirit | 1 | -33/+3 | |
2013-09-24 | ay_to_strv: Prevent dereferencing a NULL pointer. | Alexander von Gluck IV | 1 | -1/+2 | |
* clang static analysis shows that ay_to_strv is called with argc set to NULL. This can cause ay_to_strv to dereference the pointer in a failure situation. | |||||
2013-09-05 | Merge pull request #27 from stephenkgh/master | Stefano Karapetsas | 4 | -2/+96 | |
[PATCH] Add previous/next profile keyboard shortcuts, menu items | |||||
2013-09-04 | Add previous/next profile keyboard shortcuts, menu items | Stephen Krauth | 4 | -2/+96 | |
2013-08-11 | GTK3 support | Laszlo Boros | 5 | -16/+114 | |
2013-08-04 | Merge pull request #25 from dbravender/issue-17-paste-sometimes-doesnt-work | Stefano Karapetsas | 1 | -13/+11 | |
[PATCH] Update paste sensitivity whenever clipboard changes - fixes #17 | |||||
2013-08-02 | Use yelp-tools instead of mate-doc-utils | infirit | 1 | -2/+2 | |
2013-06-24 | Remove obsolete libmateui references | acampbell | 3 | -3/+0 | |
2013-05-21 | More general fix for #18: actually test if the the font content is empty | Scott Balneaves | 1 | -0/+3 | |
2013-04-14 | [PATCH] Update paste sensitivity whenever clipboard changes - fixes #17 | Michael Terry | 1 | -13/+11 | |
(originally reported and fixed here: https://bugzilla.gnome.org/show_bug.cgi?id=600876) | |||||
2013-04-08 | Fix crashing on start with proxy set, properly set all proxy env vars | Scott Balneaves | 3 | -22/+35 | |
2013-03-26 | check schema installation before using it | rezso | 1 | -1/+15 | |
2013-01-25 | Free gchar** after use | Stefano Karapetsas | 1 | -1/+5 | |
2013-01-25 | Remove unused function from terminal-gsettings | Stefano Karapetsas | 2 | -70/+0 | |