Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-06 | Remove trailing whitespaces | Laurent Napias | 1 | -3/+3 | |
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-04-11 | Ensure proper translation of the about dialog title | rbuj | 1 | -1/+2 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html | |||||
2019-04-11 | Make translatable the copyright info in about dialog | rbuj | 1 | -8/+6 | |
2019-04-11 | Show confirmation dialog if there are multiple open tabs on closing | Stefan Tauner | 1 | -14/+19 | |
As a followup #149 this fixes the behavior of the code to match the description of the respective gsettings entry "confirm-window-close". Said entry is also updated to reflect the change added in #149. No changes to the gsettings handling were made thus only users who have "confirm-window-close" turned on already will see the new behavior. | |||||
2019-04-11 | about: update copyright | rbuj | 1 | -1/+1 | |
2019-03-15 | Use gresources for about_DATA, uimanager_DATA & builder_DATA | rbuj | 1 | -15/+16 | |
2019-03-12 | Retain copied selection when changing tabs | Victor Kareh | 1 | -3/+2 | |
2018-09-04 | terminal-window: Fix warnings with menu popup | Pablo Barciela | 1 | -1/+14 | |
2018-09-04 | terminal-window: replace deprecated gtk_menu_popup | raveit65 | 1 | -65/+7 | |
2018-06-27 | terminal-window: avoid deprecated 'vte_terminal_copy_clipboard' | Pablo Barciela | 1 | -0/+8 | |
2018-06-15 | terminal-window: Fix: Session dbus daemon saturated | Pablo Barciela | 1 | -13/+10 | |
Fixes https://github.com/mate-desktop/mate-terminal/issues/233 | |||||
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -21/+21 | |
2018-01-29 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -22/+0 | |
and drop additional checks for min/max GLib versions, it's not needed | |||||
2018-01-27 | require VTE 0.46 | monsta | 1 | -4/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-29 | middle click on a tab: add the gsettings key to enable the feature | Pablo Barciela | 1 | -1/+5 | |
Closes https://github.com/mate-desktop/mate-terminal/issues/184 | |||||
2017-12-09 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -7/+4 | |
This commit reverts: https://github.com/mate-desktop/mate-terminal/commit/5c6f10892aed32bf7c450962119f65c470898d6d And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
2017-11-20 | add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab] | Pablo Barciela | 1 | -0/+44 | |
If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.terminal.global" Closes https://github.com/mate-desktop/mate-terminal/issues/98 | |||||
2017-11-08 | avoid deprecated vte_terminal_search_get_gregex | Pablo Barciela | 1 | -0/+4 | |
Fixes https://github.com/mate-desktop/mate-terminal/issues/199 | |||||
2017-10-24 | add "select all" keyboard shortcut: [control] + [shift] + [A] | Pablo Barciela | 1 | -1/+1 | |
and it can be changed in "edit" -> "keyboard shortcuts" Closes https://github.com/mate-desktop/mate-terminal/issues/191 | |||||
2017-08-24 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+13 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-08-10 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -4/+7 | |
2017-04-16 | update copyright year to 2017 | monsta | 1 | -1/+1 | |
2017-04-12 | Fix: Double click with right button causes Xorg to crash | ZenWalker | 1 | -3/+3 | |
Fixes #171 | |||||
2017-01-30 | call gtk_notebook_detach_tab only if the tab is detached | Pablo Barciela | 1 | -3/+14 | |
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1398234 | |||||
2017-01-30 | middle click on a tab: Fix active tab position after closing another tab | ZenWalker | 1 | -0/+17 | |
and now the middle click works like click on X | |||||
2017-01-30 | middle click on a tab: make the tab active before closing it | ZenWalker | 1 | -5/+10 | |
Fixes: If we are on a tab, and we make middle click on another tab, it doesn't show the confirm close dialog if there is a foreground process | |||||
2017-01-08 | window: Attach popup menus to their parent widgets | raveit65 | 1 | -0/+11 | |
When running on Wayland, popup menus must have a parent widget to attach to. If a parent widget is not explicitly set, the GDK backend tries to guess what parent widget seems appropriate. In order to have more reliable popups, change the popups in the terminal window to set their parent widgets explicitly. https://bugzilla.gnome.org/show_bug.cgi?id=750755 taken from: https://git.gnome.org/browse/gnome-terminal/commit/?id=67afb95 | |||||
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 | |