Boris Faure
a7d4685a90
meson: build&install Default colorscheme
...
Thanks to Conrad Knight for the bug report!
1 year ago
Boris Faure
7ec0380755
Terminology 1.12.0
1 year ago
Boris Faure
494fcd1cc7
update po/pot
1 year ago
Boris Faure
5a079bcaa7
ci: disable some tests with msan since they look broken
...
they show issues I don't get in the EFL
1 year ago
Boris Faure
3b63c4479b
termiolink: fix use-of-uninitialized-value
1 year ago
Boris Faure
4765573b51
termio: this variable is not needed shadows the real one
1 year ago
Boris Faure
32d68b4feb
termio: fix indentation
1 year ago
Boris Faure
09e0875adc
ci: add some sanitizers
1 year ago
Boris Faure
026bf7f1c8
ci: fix shell wrapping
1 year ago
Boris Faure
88a6b3e602
ci: only use efl latest for the moment
1 year ago
Carsten Haitzler
3e95d2ad9f
time to require efl 1.26 or better finally
1 year ago
Carsten Haitzler
0b1b9fc9d1
theme - selection - fix signal handling for all the sel modes
2 years ago
Carsten Haitzler
7bf32b653e
nyanology - remove deps on removed imgs
2 years ago
Carsten Haitzler
58c718d1f5
theme - the great flattening of terminology
...
match new elm flat theme... yay!
2 years ago
Carsten Haitzler
f44725fcbc
sel - call callback on an object not struct ptr
...
for tab selector thatr zooms out and shows miniatures of terms on
click on a term...
@fix
2 years ago
Carsten Haitzler
c975e23946
set default theme as overlay with file extn to file isnt found
...
this fixes missing split icons in mild and nyanology
@fix
2 years ago
Boris Faure
caba4bf828
colorschemes: simplify build and allow parallel compilation
2 years ago
Simon Lees
f73a806868
Switch to using a color scheme per file.
...
On Distro's we want to be able to ship color schemes as packages
as such we need an easy way to add and remove them this commit
implements the simplest possible solution of one color scheme per
file.
2 years ago
Boris Faure
1adc9116f1
Terminology 1.11.0
2 years ago
Boris Faure
2f6185578b
update pot/po
2 years ago
Boris Faure
fe47376460
termptyesc: add focus reporting
2 years ago
Boris Faure
93b6d77944
termptyesc: use Eina_Bool for booleans
2 years ago
Boris Faure
4196fc944b
termpty: move TERMPTY_WRITE_STR() to header
2 years ago
Boris Faure
0901c85da4
termio: add termio_is_focused()
2 years ago
Boris Faure
4b92a24651
termptyesc: better reply on OSC11
2 years ago
Boris Faure
fadc547652
Merge remote-tracking branch 'weblate/master'
2 years ago
Boris Faure
e3a5697fce
on the road again
2 years ago
Linus Virtanen
5eff822f4f
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (233 of 233 strings)
Co-authored-by: Linus Virtanen <linus.virtanen@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/terminology/terminology/fi/
Translation: Terminology/Terminology
2 years ago
Andrij Mizyk
6ffe364900
Translated using Weblate (Ukrainian)
...
Currently translated at 23.1% (54 of 233 strings)
Co-authored-by: Andrij Mizyk <andmizyk@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/terminology/terminology/uk/
Translation: Terminology/Terminology
2 years ago
Boris Faure
673c63693c
Terminology 1.10.0
2 years ago
Boris Faure
f11b698828
meson: fix libintl detection
...
Related to D12291
2 years ago
Christopher Michael
fc2d12a52f
terminology: Increase size of 'buf' to avoid possible truncated string
...
Gcc warns during compile that the output may be truncated here:
../src/bin/options_colors.c:265:14: note: ‘snprintf’ output between 32
and 4127 bytes into a destination of size 4096
To fix this, let's just increase the size of 'buf' slightly.
2 years ago
Boris Faure
a6b654ea83
meson.build: use dependency() & cc.find_library() to find intl
2 years ago
Boris Faure
280b8c143f
circleci: typo
2 years ago
Boris Faure
18ac38b8ce
meson: nls does require libintl
2 years ago
Boris Faure
0d0c98364d
circleci: do not compile with nls on alpine
2 years ago
Joshua Strobl
2483873333
Switch to using explicit dependency func instead of using find_library
...
Summary: This fixes intl detection (under Solus, x86_64-solus-linux-gcc (Solus) 11.2.0).
Test Plan:
1. Compiled terminology without patch, failed to find intl and would not include gettext po files.
2. Compiled with patch, successfully found intl.
Tested against efl 1.25.1 with terminology 1.9.0. Meson release is 1.59.1.
Subscribers: EbonJaeger
Differential Revision: https://phab.enlightenment.org/D12291
2 years ago
Elisha Hollander
6cf0f0f07e
Translated using Weblate (Hebrew)
...
Currently translated at 33.9% (79 of 233 strings)
Co-authored-by: Elisha Hollander <just4now666666@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/terminology/terminology/he/
Translation: Terminology/Terminology
2 years ago
Boris Faure
50928a6aba
update pot/po
2 years ago
Boris Faure
cd4c168e3b
media: have media_src_type_get() use extn api
2 years ago
Boris Faure
8eec8afcc2
options_background: use extn api
2 years ago
Boris Faure
1fe7f2ea80
tycat: use extn_matches()
2 years ago
Boris Faure
5f10cb1857
termio: rewrite drop cb to paste content whenever it's not a media
2 years ago
Boris Faure
ef3f627743
extns: add extn_matches() and extn_is_media() + unit test
2 years ago
Boris Faure
02ab1da7cd
termio: do not set config temp flag on elm config change
2 years ago
Carsten Haitzler
d11e53da62
respect login shell config on start
...
@fix - ignored option before and only used cmdline option
2 years ago
maxerba
f82d129468
Updating italian translation
2 years ago
Carsten Haitzler
7c652b6714
stop jumping down to the bottm on config changes when no font sz changed
2 years ago
Boris Faure
81eb162afd
main: fix "temporary" issue
2 years ago
Boris Faure
a4ba08b8df
main: use a define to clean up code
2 years ago