summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-05-01terminal-encoding: Remove -Wformat warningrbuj1-1/+1
2020-04-28build: SMlib is dependent on ICElibrbuj2-3/+1
2020-04-28build: Isolate smclientrbuj4-87/+46
2020-04-25Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-25Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2020-04-25Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGSPablo Barciela1-3/+5
2020-04-22ci: don't run configure with autogen.shraveit651-1/+1
2020-04-22build: silent build warnings for distcheckraveit651-0/+1
2020-04-13Add set-title-dialog.uirbuj5-35/+142
2020-04-11ci: variables, drop obsolete Warn_Cflagsraveit651-2/+1
2020-04-11ci: build with mate-common-1.24.1 tarballraveit651-3/+3
2020-04-10build: do not override the default value for MATE_COMPILE_WARNINGSrbuj1-1/+1
2020-04-05[ci] fix build environment issueWu Xiaotian1-14/+16
2020-04-03terminal-window: expand the content of the comment on about dialogrbuj1-1/+1
2020-04-02Add confirm-close-dialog.uirbuj5-25/+198
2020-03-30fix searching in terminal windowNorbert Preining4-16/+22
Make sure are regex are compiled with PCRE2_MULTILINE which is a requirement by the vte library
2020-03-30terminal-window: add icons to "open tab" and "close window/tab"Pablo Barciela1-3/+3
in popup menu
2020-03-26Travis CI: ubuntu build: add gccPablo Barciela1-0/+1
2020-03-26Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-1/+1
2020-03-21terminal-window: show VTE version in about dialogPablo Barciela1-1/+6
2020-03-20fix url highlighting due to deprecation of vte_terminal_match_add_gregexNorbert Preining1-20/+21
2020-03-02terminal-screen: prevent crash on bad term spawn due to redundant freesAndrey Kaydalov1-3/+0
2020-02-27Use user page on github when user email is privaterbuj2-1/+5
2020-02-19Update authorsrbuj2-1/+2
2020-02-18Travis CI: Fix build error, add .build.ymlPablo Barciela2-144/+143
2020-02-08release 1.24.0v1.24.0raveit652-2/+8
2020-02-08tx: sync with transifexraveit654-13/+28
2020-01-31terminal-encoding: use settings_global variablerbuj1-4/+1
2020-01-31Fix build using gcc 10 -fno-common flagrbuj2-1/+3
2020-01-20release 1.23.1v1.23.1raveit652-17/+42
2020-01-20tx: fix merge issue with italian translationraveit651-5/+7
2020-01-20configure: fix typo in versioningraveit651-1/+1
2020-01-20tx: sync with transifexraveit65213-116133/+116124
2020-01-13tx: update resources for transifexraveit652-37/+37
2020-01-13Update copyright to 2020raveit652-3/+3
2020-01-05terminal-window: avoid to make new GSettings in every new windowPablo Barciela3-38/+31
use GSettings app instead
2019-12-19terminal-window: Fix memory leakPablo Barciela1-7/+8
Gsettings needs to be freed
2019-12-18terminal-screen: Fix warning when closing windowPablo Barciela1-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-17Avoid NULL pointer dereference in terminal_screen_child_exitedrbuj1-0/+3
Fixes #314
2019-12-16Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-11-16tx: add fixes to makepot scriptraveit651-0/+1
2019-11-16tx: update resource for transifexraveit651-602/+587
2019-11-16ci: add autopointWu Xiaotian1-7/+2
2019-11-16migrate from intltool to gettextWu Xiaotian7-41/+121
2019-10-15travis: build mate-common from tarballrbuj1-2/+18
2019-10-15Set debug & warning flags using new mate-common macrosrbuj1-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-13build: Use ENABLE_SKEY for setting AC_CONFIG_FILES and mate_terminal_LDADDrbuj2-2/+9
2019-10-07Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-06travis(ci): enable notify_serversraveit651-0/+2