summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-18terminal-window: Factor CSDs into geometry hints1.26Brian Norris1-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-18ci: use ubuntu jammy as dockerraveit651-1/+1
2023-09-17tx: fix warnings in German translationsraveit651-8/+3
2023-05-10release 1.26.1v1.26.1raveit653-2/+8
2023-05-10tx: pull from transifexraveit65217-2480/+6480
2023-05-10tx: migrate to new APIraveit651-11/+12
2023-05-10meson build: drop desktop-file/appdata-file argumentraveit651-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.`
2023-01-16Add GTK Style Class to context menugrover920001-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
2021-09-16branch 1.26raveit652-44/+5
2021-09-16tx: update transifex configraveit651-2/+2
2021-08-05release 1.26.0v1.26.0raveit653-2/+24
2021-08-05tx: sync with transifexraveit65216-70010/+75532
2021-08-05travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-06-25tx: update resourceraveit651-298/+298
2021-06-25update copyright to 2021raveit6541-0/+41
2021-05-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-25travis: disable travis builds for ubunturaveit651-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-30terminal-window: Remove -Wmissing-field-initializers warningsrbuj1-15/+15
2021-03-09travis: build with mate-common-1.24.2 from reposraveit651-12/+0
2021-02-23tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-23tx: use rolling tag for ubunturaveit651-1/+1
2021-02-14build: underline package name and version in configure summaryrbuj1-1/+4
2021-02-05build: Use PACKAGE_URL variablerbuj6-7/+20
2021-01-30Fix desktop file validation warningrbuj1-1/+1
2021-01-16update resource for transifexrbuj2-225/+244
2021-01-16Update copyright to 2021rbuj2-2/+2
2020-12-31Upgrade ui filesrbuj8-809/+1041
2020-12-27Remove unused macrosrbuj3-6/+0
2020-12-08update issue templateraveit651-1/+1
2020-11-27Remove the execution bit from two png filesrbuj2-0/+0
2020-11-14profile-editor: Fix -Wsign-compare warningrbuj1-1/+1
2020-09-01Remove -Wfloat-conversion warningsrbuj2-8/+10
2020-08-27Help: fix permissions of imagesraveit652-0/+0
drop execute bit
2020-08-15[ci] enable meson build testWu Xiaotian2-1/+5
2020-08-15add meson build systemWu Xiaotian9-0/+561
2020-07-30Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-07-08terminal_profile_edit_dialog_page_scroll_event_cb is only used in ↵Robert Antoni Buj Gelonch2-48/+59
profile-editor.c (#361) terminal_profile_edit_dialog_page_scroll_event_cb is only used in profile-editor - refactor/rename terminal_profile_edit_dialog_page_scroll_event_cb
2020-06-28README: Remove environment version numbertamplan1-1/+1
2020-06-28Add compilation helptamplan1-4/+10
2020-06-28Add tab scrolling support for GTK3tamplan2-0/+54
2020-06-28release 1.25.0v1.25.0raveit652-1/+26
2020-06-28sync with transifexraveit65131-988/+3881
2020-06-28update resource for transifexraveit651-331/+336
2020-06-28[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-28use libegg submodulesWu Xiaotian11-3851/+19
2020-06-25Add git.mk to generate .gitignoretamplan1-0/+400
2020-06-20Compile code only when GDK supports X11Wu Xiaotian1-0/+2
2020-06-20restore deprecated gtk_menu_popup for context-menuraveit651-14/+5
fixing weird behaviour with wayland compositor
2020-06-20Enable wayland supportWu Xiaotian2-4/+3
2020-06-07profile-editor: Remove enum conversion warningsrbuj1-3/+3