Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-01 | terminal-encoding: Remove -Wformat warning | rbuj | 1 | -1/+1 | |
2020-04-28 | build: SMlib is dependent on ICElib | rbuj | 2 | -3/+1 | |
2020-04-28 | build: Isolate smclient | rbuj | 4 | -87/+46 | |
2020-04-25 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-25 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2020-04-25 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -3/+5 | |
2020-04-22 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2020-04-22 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
2020-04-13 | Add set-title-dialog.ui | rbuj | 5 | -35/+142 | |
2020-04-11 | ci: variables, drop obsolete Warn_Cflags | raveit65 | 1 | -2/+1 | |
2020-04-11 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -3/+3 | |
2020-04-10 | build: do not override the default value for MATE_COMPILE_WARNINGS | rbuj | 1 | -1/+1 | |
2020-04-05 | [ci] fix build environment issue | Wu Xiaotian | 1 | -14/+16 | |
2020-04-03 | terminal-window: expand the content of the comment on about dialog | rbuj | 1 | -1/+1 | |
2020-04-02 | Add confirm-close-dialog.ui | rbuj | 5 | -25/+198 | |
2020-03-30 | fix searching in terminal window | Norbert Preining | 4 | -16/+22 | |
Make sure are regex are compiled with PCRE2_MULTILINE which is a requirement by the vte library | |||||
2020-03-30 | terminal-window: add icons to "open tab" and "close window/tab" | Pablo Barciela | 1 | -3/+3 | |
in popup menu | |||||
2020-03-26 | Travis CI: ubuntu build: add gcc | Pablo Barciela | 1 | -0/+1 | |
2020-03-26 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
2020-03-21 | terminal-window: show VTE version in about dialog | Pablo Barciela | 1 | -1/+6 | |
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 | |
2020-02-27 | Use user page on github when user email is private | rbuj | 2 | -1/+5 | |
2020-02-19 | Update authors | rbuj | 2 | -1/+2 | |
2020-02-18 | Travis CI: Fix build error, add .build.yml | Pablo Barciela | 2 | -144/+143 | |
2020-02-08 | release 1.24.0v1.24.0 | raveit65 | 2 | -2/+8 | |
2020-02-08 | tx: sync with transifex | raveit65 | 4 | -13/+28 | |
2020-01-31 | terminal-encoding: use settings_global variable | rbuj | 1 | -4/+1 | |
2020-01-31 | Fix build using gcc 10 -fno-common flag | rbuj | 2 | -1/+3 | |
2020-01-20 | release 1.23.1v1.23.1 | raveit65 | 2 | -17/+42 | |
2020-01-20 | tx: fix merge issue with italian translation | raveit65 | 1 | -5/+7 | |
2020-01-20 | configure: fix typo in versioning | raveit65 | 1 | -1/+1 | |
2020-01-20 | tx: sync with transifex | raveit65 | 213 | -116133/+116124 | |
2020-01-13 | tx: update resources for transifex | raveit65 | 2 | -37/+37 | |
2020-01-13 | Update copyright to 2020 | raveit65 | 2 | -3/+3 | |
2020-01-05 | terminal-window: avoid to make new GSettings in every new window | Pablo Barciela | 3 | -38/+31 | |
use GSettings app instead | |||||
2019-12-19 | terminal-window: Fix memory leak | Pablo Barciela | 1 | -7/+8 | |
Gsettings needs to be freed | |||||
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-12-16 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-16 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2019-11-16 | tx: update resource for transifex | raveit65 | 1 | -602/+587 | |
2019-11-16 | ci: add autopoint | Wu Xiaotian | 1 | -7/+2 | |
2019-11-16 | migrate from intltool to gettext | Wu Xiaotian | 7 | -41/+121 | |
2019-10-15 | travis: build mate-common from tarball | rbuj | 1 | -2/+18 | |
2019-10-15 | Set debug & warning flags using new mate-common macros | rbuj | 1 | -10/+13 | |
test: $ ./autogen.sh --disable-silent-rules --enable-debug=profile --enable-compile-warnings=maximum --prefix=/usr <cut> prefix: /usr source code location: . compiler: gcc cflags: -g -pg warning flags: -Wall -Wmissing-prototypes -Wbad-function-cast -Wcast-align -Wextra -Wformat-nonliteral -Wmissing-declarations -Wmissing-field-initializers -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wno-sign-compare linker flags: -pg <cut> $ ./autogen.sh --disable-silent-rules --disable-debug --disable-compile-warnings --prefix=/usr <cut> prefix: /usr source code location: . compiler: gcc cflags: warning flags: linker flags: <cut> $ grep MATE_ENABLE_DEBUG config.h | |||||
2019-10-13 | build: Use ENABLE_SKEY for setting AC_CONFIG_FILES and mate_terminal_LDADD | rbuj | 2 | -2/+9 | |
2019-10-07 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |