Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-18 | middle click on a tab: confirm close if there is a foreground process | ZenWalker | 1 | -1/+3 | |
Fixes #149 | |||||
2016-11-11 | Implement middle click tab closing | ZenWalker | 1 | -0/+10 | |
Fixes #155 Author: bl0ckeduser | |||||
2016-11-07 | Make dropped tab active | ZenWalker | 1 | -0/+1 | |
based on gnome-terminal commit: https://git.gnome.org/browse/gnome-terminal/commit/?id=abb2018a702adfc57831aea9ebb5c513b9c8bbbd Fixes #152 | |||||
2016-11-06 | Fix window size when a second tab is added by drag-n-drop | ZenWalker | 1 | -0/+3 | |
based on gnome-terminal commit: https://git.gnome.org/browse/gnome-terminal/commit/?id=d3e593e4974303618305da4e0d20f0d5c10f83b0 | |||||
2016-11-06 | notebook: avoid crash on tab DND | ZenWalker | 1 | -0/+5 | |
based on gnome-terminal commit: https://git.gnome.org/browse/gnome-terminal/commit/?id=85b448f7c9e219e82d4d8abafe405d73349c08c1 Fixes #145 | |||||
2016-09-22 | add back --geometry positioning support | Alexei Sorokin | 1 | -30/+69 | |
was removed in 0e9e88a, based on https://github.com/GNOME/gtk/commit/f37a062 | |||||
2016-09-14 | don't use deprecated gtk_window_parse_geometry() | Alexei Sorokin | 1 | -6/+190 | |
2016-09-14 | fix resize menu buttons (#122) | Alexei Sorokin | 1 | -41/+120 | |
based on https://github.com/GNOME/gnome-terminal/commit/88bd325 | |||||
2016-09-14 | handle GDK_SCROLL_SMOOTH when handling mouse scroll on tabs | monsta | 1 | -0/+18 | |
adapted from: https://git.gnome.org/browse/gnome-terminal/commit/?id=70965e71db7d1c2fac0237988344972b564c46b5 https://git.gnome.org/browse/gnome-terminal/commit/?id=35a509165750d0ecefe9f26702d0f3c0e230f0c2 | |||||
2016-09-14 | add (mouse wheel) tab scrolling | noone3 | 1 | -1/+52 | |
Mouse wheel scrolling was removed in gtk3. Add functionality back via patch to mate-terminal, patch was originally against gnome-terminal (from https://git.gnome.org/browse/gnome-terminal/commit/?id=e2299ee2451167ad41b35705b4fbd577aebd0c39 ) | |||||
2016-08-18 | update copyright | monsta | 1 | -1/+1 | |
2016-08-14 | remove duplicated code | monsta | 1 | -2/+0 | |
2016-06-11 | Borrow pluma-close-button class and use it. | raveit65 | 1 | -10/+0 | |
This is a subclass of GtkButton special theming for the close button. taken from: https://git.gnome.org/browse/gnome-terminal/commit/src?h=gnome-3-8&id=c3a3e06 https://git.gnome.org/browse/gnome-terminal/diff/src/terminal-close-button.c?h=gnome-3-8&id=2bff4b6 | |||||
2016-06-11 | do not use deprecated gtk_dialog_set_alternative_button_order | raveit65 | 1 | -5/+0 | |
deprecated since gtk+-3.10 | |||||
2016-06-01 | remove some unused variables | monsta | 1 | -1/+1 | |
2016-05-26 | drop old code for VTE < 0.38 (it was used in GTK+2 build) | monsta | 1 | -79/+2 | |
2016-05-26 | drop old GTK+2 code | monsta | 1 | -133/+14 | |
2016-05-26 | use About dialog from GTK+ instead of forked one from libmate-desktop | monsta | 1 | -3/+1 | |
2016-05-26 | window: react on WM change only on X11 | monsta | 1 | -3/+26 | |
2016-03-09 | GTK3: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -0/+5 | |
gtk_widget_size_request --> gtk_widget_get_preferred_size | |||||
2016-03-08 | remove debug callbacks for deprecated size-request signal | Sorokin Alexei | 1 | -10/+0 | |
2016-03-07 | GTK+3.20: fix window sizes | Sorokin Alexei | 1 | -15/+29 | |
caused by https://git.gnome.org/browse/gtk+/commit/?id=08974a1, fixes #111 | |||||
2016-02-19 | GTK+3: add style class mate-terminal | Wolfgang Ulbrich | 1 | -0/+7 | |
2016-01-20 | fix conditions for GtkMisc deprecations | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-01-20 | [GTK+3] fix deprecated usage of GtkMisc and don't set padding | monsta | 1 | -0/+5 | |
default value of "margin" property is zero anyway | |||||
2016-01-20 | use GtkBox instead of GtkVBox/GtkHBox in both GTK+ builds | monsta | 1 | -0/+8 | |
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build | |||||
2016-01-09 | window: remove dead code | monsta | 1 | -86/+0 | |
it has been commented out in https://github.com/mate-desktop/mate-terminal/commit/cd939a6c1e000c4d4edc85e6e398a8cb344f943e so we're already running w/o it for more than a year... | |||||
2016-01-05 | fix GTK+3 build when our version is unstable (e.g. 1.13.x) | monsta | 1 | -0/+6 | |
due to the tricky macro magic, a piece of code containing a function that doesn't exist in GTK+3 version of VTE hasn't been compiled into the stable versions of mate-terminal. now we bumped version to 1.13.0, that code got into build, and the build broke. this commit should fix it. | |||||
2015-11-16 | vte291: fix transparency background | Wolfgang Ulbrich | 1 | -0/+2 | |
Thank you Author: [email protected] | |||||
2015-11-16 | vte291: Fix geometry issues | Wolfgang Ulbrich | 1 | -3/+22 | |
Thank you Author: [email protected] | |||||
2015-11-15 | port to vte291 | Wolfgang Ulbrich | 1 | -0/+14 | |
Thank you to Author: [email protected] | |||||
2015-09-08 | drop support for win32/osx | monsta | 1 | -37/+17 | |
2015-08-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 1 | -4/+3 | |
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 | 1 | -2/+20 | |
2014-05-20 | Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible | infirit | 1 | -35/+1 | |
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-04-24 | Use MateAboutDialog | Stefano Karapetsas | 1 | -1/+3 | |
2014-02-24 | Opening new terminal in a tab now works. The new intended behaviour is desbribed | Martin Wimpress | 1 | -0/+45 | |
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 | 1 | -18/+30 | |
Add support for compiling against Gtk+3 with and without Wayland backend | |||||
2014-02-12 | Fix some warnings. | Mark Thomas | 1 | -10/+1 | |
2014-02-11 | Add support for compiling against Gtk+3 with and without Wayland backend ↵ | Mark Thomas | 1 | -18/+30 | |
support. | |||||
2014-02-08 | Update copyright in about window | Stefano Karapetsas | 1 | -1/+2 | |
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-09-05 | Merge pull request #27 from stephenkgh/master | Stefano Karapetsas | 1 | -1/+68 | |
[PATCH] Add previous/next profile keyboard shortcuts, menu items | |||||
2013-09-04 | Add previous/next profile keyboard shortcuts, menu items | Stephen Krauth | 1 | -1/+68 | |
2013-08-11 | GTK3 support | Laszlo Boros | 1 | -15/+55 | |
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-01-17 | Migrate to GSettings | Marcel Dijkstra | 1 | -4/+4 | |
2012-01-13 | Added mate-desktop.org to about window | Steve Zesch | 1 | -2813/+2814 | |
2011-11-07 | agregando copyright | Perberos | 1 | -1/+2 | |