Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-22 | Distribute Meson build system | Colomban Wendling | 1 | -0/+12 | |
Fixes #454. | |||||
2024-02-18 | fix version for meson build systemv1.28.0 | raveit65 | 1 | -1/+1 | |
2024-02-18 | release 1.28.0 | raveit65 | 3 | -5/+17 | |
2024-02-18 | tx: sync with transifex | raveit65 | 221 | -139183/+112933 | |
2024-02-18 | terminal-window: Factor CSDs into geometry hints | Brian Norris | 1 | -11/+33 | |
It seems Wayland-based window managers provide additional decorations that we're not tracking in our "preferred size" computations. This means every geometry update shrinks the window by a bit. Factor in the allocated dimensions, not just the preferred ones. Borrows some ideas from https://bugzilla.gnome.org/show_bug.cgi?id=769898 I also drop a few unused values leftover from gnome-terminal. Fixes #350 | |||||
2024-02-18 | ci: use ubuntu jammy as docker | raveit65 | 1 | -1/+1 | |
2023-12-10 | Avoid unprocessed file URIs being pasted to the terminal. | cristian64 | 1 | -3/+2 | |
The `uris_as_paths` member, which is set to `true` when the paste command has been triggered by the **Paste Filenames** action, was being checked too late: a file URI was ultimately being entered to the terminal, as opposed to the expected plain text version. Test plan: - Copy a file in Caja, or in any other file explorer that inserts the `text/uri-list` and `text/plain` MIME formats into the clipboard. - Paste the file in a MATE Terminal either via `Ctrl+Shift+V`, or via the **Paste** action in the context menu. Without this change, a file URI is entered. For example: ``` file:///home/jane.doe/my%20pictures/foo%20bar.jpg ``` With this change, a regular filepath [that the filesystem can recognize] is pasted. For example: ``` /home/jane.doe/my pictures/foo bar.jpg ``` Note that the behavior of the **Paste Filenames** context menu action remains unchanged (i.e. file URIs are still converted to regular paths surrounded by single quotes). | |||||
2023-09-23 | Tabs: only invoke naming dialog to doubleclick on tab header | lukefromdc | 1 | -15/+9 | |
Do not show the tab rename dialog when terminal window content is doubleclicked in terminal apps using the mouse | |||||
2023-09-10 | tx: update resources | raveit65 | 2 | -970/+768 | |
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 | |