Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-31 | Support IDN in mailto scheme in hyperlink tooltips | George Stark | 1 | -0/+19 | |
in mailto scheme IDN coding may apply only to domain part local part if not in ASCII must be unicode | |||||
2023-08-31 | Add support for OSC 8 hyperlinks (HTML-like anchors) | George Stark | 7 | -13/+173 | |
backport of 1c6f8db736efc62d9a9b38bfbc43ec03c8544696 from gnome-terminal | |||||
2023-08-31 | Refactoring | George Stark | 5 | -32/+32 | |
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-08-22 | release 1.27.1v1.27.1 | raveit65 | 3 | -3/+15 | |
2023-08-22 | tx: pull with transifex | raveit65 | 215 | -402/+918 | |
2023-07-28 | Double-click tab to set title | Gydo Kosten | 1 | -0/+10 | |
terminal-window: pop up the Set Title dialog when doubleclicking a tab and set focus to terminal screen after changing title | |||||
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-window: explicitly draw window frame and bg | Mark Givens | 1 | -0/+34 | |
2023-06-01 | terminal-screen: set widget app-paintable when transparent bg is enabled | Mark Givens | 1 | -0/+32 | |
2023-04-15 | convert docbook to mallard help docs | Xiaotian Wu | 25 | -1170/+1068 | |
2023-04-15 | terminal-profile: fix warning -Wstring-conversion | rbuj | 1 | -16/+17 | |
2023-01-14 | Add GTK Style Class to context menu | grover92000 | 1 | -0/+2 | |
This fixes an issue when a monospace font is displayed instead of a proper one in mate-terminal context (right-click) menu. This fixes: https://github.com/mate-desktop/mate-terminal/issues/407 | |||||
2022-11-03 | release version 1.27.0v1.27.0 | mbkma | 3 | -2/+20 | |
2022-10-30 | tx: sync with transifex | mbkma | 214 | -12010/+12940 | |
2022-10-29 | tx: update resource | mbkma | 2 | -99/+99 | |
2022-10-28 | tx: migrate config file | mbkma | 2 | -11/+28 | |
2022-09-11 | configure.ac: The macro 'AC_HELP_STRING' is obsolete | rbuj | 1 | -1/+1 | |
2022-09-11 | terminal-window: Vble is assigned a value that is never used | rbuj | 1 | -6/+1 | |
2022-07-22 | terminal: fix build warning about missing field initializer | rbuj | 1 | -0/+1 | |
2022-07-18 | Remove time.h | rbuj | 4 | -7/+9 | |
2022-03-23 | terminal-util: Remove build warning -Wbad-function-cast | rbuj | 1 | -2/+2 | |
2022-03-23 | terminal-window: gtk+ 2.17.1 fixed gtk bug 535557 | rbuj | 1 | -14/+1 | |
2022-03-23 | terminal-profile: fix initialization for default colors | rbuj | 1 | -16/+28 | |
2022-03-22 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 2 | -3/+3 | |
2022-03-04 | meson build: drop desktop-file/appdata-file argument | raveit65 | 1 | -2/+0 | |
- fixes building with meson-0.62.0 - fixes https://github.com/mate-desktop/mate-terminal/issues/411 look here for more details. With meson-0.62.0 this deprecation warning will cause an error. `DEPRECATION: i18n.merge_file does not take any positional arguments. This will become a hard error in the next Meson release.` | |||||
2022-02-13 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -1/+1 | |
2021-12-11 | Use a blank line at most | rbuj | 14 | -31/+0 | |
2021-10-26 | Title dialog: just hit Return to validate | Valentin Villenave | 1 | -0/+1 | |
This makes updating the title marginally easier (you no longer need to hit Tab until you reach the OK button or to use the mouse). | |||||
2021-08-05 | release 1.26.0v1.26.0 | raveit65 | 3 | -2/+24 | |
2021-08-05 | tx: sync with transifex | raveit65 | 216 | -70010/+75532 | |
2021-08-05 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-06-25 | tx: update resource | raveit65 | 1 | -298/+298 | |
2021-06-25 | update copyright to 2021 | raveit65 | 41 | -0/+41 | |
2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-04-25 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 | |
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25 | |||||
2021-03-30 | terminal-window: Remove -Wmissing-field-initializers warnings | rbuj | 1 | -15/+15 | |
2021-03-09 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -12/+0 | |
2021-02-23 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-23 | tx: use rolling tag for ubuntu | raveit65 | 1 | -1/+1 | |
2021-02-14 | build: underline package name and version in configure summary | rbuj | 1 | -1/+4 | |
2021-02-05 | build: Use PACKAGE_URL variable | rbuj | 6 | -7/+20 | |
2021-01-30 | Fix desktop file validation warning | rbuj | 1 | -1/+1 | |
2021-01-16 | update resource for transifex | rbuj | 2 | -225/+244 | |
2021-01-16 | Update copyright to 2021 | rbuj | 2 | -2/+2 | |
2020-12-31 | Upgrade ui files | rbuj | 8 | -809/+1041 | |
2020-12-27 | Remove unused macros | rbuj | 3 | -6/+0 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
2020-11-27 | Remove the execution bit from two png files | rbuj | 2 | -0/+0 | |
2020-11-14 | profile-editor: Fix -Wsign-compare warning | rbuj | 1 | -1/+1 | |