| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 4 days | terminal-screen: Fix empty title after exiting curses programsfix-replace-empty-title | Victor Kareh | 1 | -1/+1 | |
| When curses programs send empty title escape sequences on exit, the window title would become blank in replace mode instead of reverting to the initial title. Fix by checking for both NULL and empty string before falling back to the static title. Fixes #479 | |||||
| 2023-08-31 | Add support for OSC 8 hyperlinks (HTML-like anchors) | George Stark | 1 | -8/+42 | |
| backport of 1c6f8db736efc62d9a9b38bfbc43ec03c8544696 from gnome-terminal | |||||
| 2023-08-31 | Refactoring | George Stark | 1 | -15/+15 | |
| rename some url-related variables rename TerminalURLFlavour enum to TerminalURLFlavor backport of 0789b02ee11038743fde08795eb4a1ac0bcc3f47 from gnome-terminal to be a bit close to gnome-terminal source | |||||
| 2023-07-11 | Do not set DISPLAY, inherit it instead | lukefromdc | 1 | -2/+0 | |
| *Otherwise x11-only apps in wayland can't connect to xwayland | |||||
| 2023-06-01 | terminal-screen: fix pointer type when referencing profile | Mark Givens | 1 | -1/+1 | |
| 2023-06-01 | terminal-screen: set widget app-paintable when transparent bg is enabled | Mark Givens | 1 | -0/+32 | |
| 2021-12-11 | Use a blank line at most | rbuj | 1 | -1/+0 | |
| 2021-06-25 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
| 2020-09-01 | Remove -Wfloat-conversion warnings | rbuj | 1 | -6/+4 | |
| 2020-06-20 | Compile code only when GDK supports X11 | Wu Xiaotian | 1 | -0/+2 | |
| 2020-06-20 | Enable wayland support | Wu Xiaotian | 1 | -1/+3 | |
| 2020-03-30 | fix searching in terminal window | Norbert Preining | 1 | -1/+1 | |
| Make sure are regex are compiled with PCRE2_MULTILINE which is a requirement by the vte library | |||||
| 2020-03-20 | fix url highlighting due to deprecation of vte_terminal_match_add_gregex | Norbert Preining | 1 | -20/+21 | |
| 2020-03-02 | terminal-screen: prevent crash on bad term spawn due to redundant frees | Andrey Kaydalov | 1 | -3/+0 | |
| 2019-12-18 | terminal-screen: Fix warning when closing window | Pablo Barciela | 1 | -1/+2 | |
| Fixes this warning running inside other terminal when closing the window if this preference is enabled: [when command exits "exit the terminal"] ** (mate-terminal:45473): CRITICAL **: 01:32:55.425: terminal_window_remove_screen: assertion 'gtk_widget_get_toplevel (GTK_WIDGET (screen)) == GTK_WIDGET (window)' failed | |||||
| 2019-12-17 | Avoid NULL pointer dereference in terminal_screen_child_exited | rbuj | 1 | -0/+3 | |
| Fixes #314 | |||||
| 2019-08-29 | terminal-screen: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
| 2019-07-06 | Remove trailing whitespaces | Laurent Napias | 1 | -2/+2 | |
| 2019-06-03 | make "highlighting things under mouse pointer" configurable | osch | 1 | -14/+50 | |
| 2019-03-26 | Explicitly enable bright bold to match new VTE versions | micheal65536 | 1 | -0/+3 | |
| Fixes #278 | |||||
| 2019-02-04 | drop umtp suport | raveit65 | 1 | -8/+0 | |
| Fixes https://github.com/mate-desktop/mate-terminal/issues/104 This doesn't work with with gtk+-3 and newer vte versions. With gnome-pty-helper gone, it's a no-op. based on origin commit at https://git.gnome.org/browse/gnome-terminal/commit/?id=d3aa520 https://bugzilla.gnome.org/show_bug.cgi?id=747046 | |||||
| 2019-01-12 | src/terminal-screen.c: Set TERM to 'xterm-256color' (instead of just ↵ | Mike Gabriel | 1 | -1/+1 | |
| 'xterm'). This provides 256 colors terminal application support. Fixes #209. | |||||
| 2018-12-01 | terminal-screen: avoid deprecated 'g_settings_list_schemas' | Pablo Barciela | 1 | -2/+6 | |
| 2018-06-27 | term-screen: avoid deprecated 'gtk_style_context_get_background_color' | Pablo Barciela | 1 | -1/+8 | |
| 2018-06-27 | terminal-screen: avoid deprecated 'vte_terminal_spawn_sync' | Pablo Barciela | 1 | -31/+58 | |
| 2018-06-17 | Revert "fix setting transparency issue when used in GNOME3" | monsta | 1 | -19/+0 | |
| This reverts commit e1b834a2bf684ac4a7d4b33fbf216d65896889c6. Fixes https://github.com/mate-desktop/mate-terminal/issues/240 | |||||
| 2018-03-29 | fix setting transparency issue when used in GNOME3 | liuyi92 | 1 | -0/+19 | |
| 2018-01-27 | require VTE 0.46 | monsta | 1 | -3/+0 | |
| 2018-01-24 | revert parts of previous commit | raveit65 | 1 | -0/+2 | |
| Without this line a terminal can be unusable. Causes color and linewrap problems in ie. fedora. See comments in previous PR ate github | |||||
| 2018-01-23 | screen: stop setting TERM and COLORTERM environment variables | monsta | 1 | -3/+0 | |
| closes https://github.com/mate-desktop/mate-terminal/issues/209 taken from: https://git.gnome.org/browse/gnome-terminal/commit/?id=a0ecd018f070b96a6ca2ff778ddda0f7fde5b847 https://git.gnome.org/browse/gnome-terminal/commit/?id=1d5c1b6ca6373c1301494edbc9e43c3e6a9c9aaf | |||||
| 2017-12-30 | terminal-screen.c: drop unused variables | Pablo Barciela | 1 | -4/+0 | |
| 2017-12-29 | Fix build warnings: ignoring return value of ‘chdir’, | Pablo Barciela | 1 | -1/+2 | |
| declared with attribute warn_unused_result | |||||
| 2017-11-14 | Support background images with VTE3 (#194) | JP Cimalando | 1 | -1/+90 | |
| Support background images with VTE3 | |||||
| 2016-11-18 | screen: Update for vte API | ZenWalker | 1 | -8/+15 | |
| Fixes partially #149 https://git.gnome.org/browse/gnome-terminal/commit/?id=b9cf035874e06951ff8425760cf978ca412b2032 | |||||
| 2016-09-22 | add back --geometry positioning support | Alexei Sorokin | 1 | -1/+1 | |
| was removed in 0e9e88a, based on https://github.com/GNOME/gtk/commit/f37a062 | |||||
| 2016-07-20 | screen: fix a Wincompatible-pointer-types warning | raveit65 | 1 | -1/+1 | |
| probably introduced with vte291 port compared with: https://git.gnome.org/browse/gnome-terminal/commit/?h=gnome-3-14&id=7da07d5 | |||||
| 2016-06-11 | port GdkColors to GdkRGBA and GtkColorButton to GtkColorChooser | raveit65 | 1 | -48/+29 | |
| with help from Alexei Sorokin inspired from: https://git.gnome.org/browse/gnome-terminal/commit/?id=84099c3 | |||||
| 2016-06-10 | Update font on realize | raveit65 | 1 | -1/+5 | |
| taken from: https://git.gnome.org/browse/gnome-terminal/commit/?id=ed24174 | |||||
| 2016-06-10 | Remove debug printfs | raveit65 | 1 | -2/+0 | |
| taken from: https://git.gnome.org/browse/gnome-terminal/commit/?id=923d74f | |||||
| 2016-06-10 | Add style-updated handler to TerminalScreen | raveit65 | 1 | -16/+16 | |
| taken from: https://git.gnome.org/browse/gnome-terminal/commit/?h=gnome-3-8&id=e8e2367 | |||||
| 2016-05-26 | drop old code for VTE < 0.38 (it was used in GTK+2 build) | monsta | 1 | -160/+17 | |
| 2016-03-09 | screen: Compile dingu regexes with MULTILINE option | raveit65 | 1 | -2/+4 | |
| this kills warnings with newer vte. taken from (but adjusted): https://git.gnome.org/browse/gnome-terminal/commit/?id=9e0ea90 | |||||
| 2016-03-08 | remove debug callbacks for deprecated size-request signal | Sorokin Alexei | 1 | -10/+0 | |
| 2016-02-19 | fix typo: cliboard -> clipboard | monsta | 1 | -1/+1 | |
| 2015-11-16 | vte291: fix transparency background | Wolfgang Ulbrich | 1 | -6/+21 | |
| Thank you Author: [email protected] | |||||
| 2015-11-16 | vte291: Fix geometry issues | Wolfgang Ulbrich | 1 | -2/+19 | |
| Thank you Author: [email protected] | |||||
| 2015-11-15 | port to vte291 | Wolfgang Ulbrich | 1 | -2/+67 | |
| Thank you to Author: [email protected] | |||||
| 2015-09-08 | drop support for win32/osx | monsta | 1 | -13/+2 | |
| 2015-08-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 1 | -6/+2 | |
| 2014-12-15 | zero-init all signals arrays | Monsta | 1 | -1/+1 | |
