Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2013-01-17 | Migrate to GSettings | Marcel Dijkstra | 17 | -1959/+1323 | |
2012-10-12 | Update src/eggdesktopfile.h | Wolfgang Ulbrich | 1 | -2/+2 | |
fix incorrect FSF address | |||||
2012-10-12 | Update src/eggdesktopfile.c | Wolfgang Ulbrich | 1 | -2/+2 | |
fix incorrect FSF address | |||||
2012-10-12 | fix incorrect FSF address | raveit65 | 31 | -54/+54 | |
2012-05-20 | fix latest email address in src/terminal.about | Stefano Karapetsas | 1 | -1/+1 | |
2012-05-20 | fix email urls in about window | Stefano Karapetsas | 1 | -2/+2 | |
2012-03-09 | /usr/bin/ld: note: 'IceConnectionNumber' is defined in DSO ↵ | Perberos | 1 | -1/+1 | |
/usr/lib/libICE.so.6 so try adding it to the linker command line | |||||
2012-01-13 | Added mate-desktop.org to about window | Steve Zesch | 1 | -2813/+2814 | |
2011-11-07 | agregando copyright | Perberos | 2 | -2/+3 | |
2011-11-06 | aplicando formato allman | Perberos | 48 | -15101/+15453 | |
2011-11-06 | quitando archivos autogenerados | Perberos | 2 | -2250/+0 | |