Carsten Haitzler
0fd3c6557c
meson - use install_mode instead of chmod script
4 years ago
Carsten Haitzler
61f3dfeb8c
meson - sync tree to look like e/efl with meson scripts in meson dir
4 years ago
Boris Faure
10f6dc4737
termpty: set environment variable WINDOWID. Closes T7484
4 years ago
Boris Faure
262e014198
README: add badge about circle-ci
4 years ago
Boris Faure
01a5ca477b
ci: fix checkout
4 years ago
Boris Faure
c37c3313a2
ci: compile with gcc and clang
4 years ago
Boris Faure
a459704bb7
ci: add circleci config
4 years ago
Boris Faure
ddef1ec515
Merge remote-tracking branch 'origin/terminology-1.3'
4 years ago
Boris Faure
744c93a37d
termio: fix potential segv. CID1397077
4 years ago
Boris Faure
070450aadd
termio: fix use of uninitialized variable
4 years ago
Boris Faure
3f1de6baba
Merge branch 'terminology-1.3'
4 years ago
Boris Faure
97670f9af2
Terminology release 1.3.2
4 years ago
Boris Faure
f8cb3b095c
Merge branch 'terminology-1.3'
4 years ago
Boris Faure
e7cbae77e1
media/win: allow fallback to xdg-open after user interaction
...
Closes T7504
4 years ago
Boris Faure
852785332e
Merge branch 'terminology-1.3'
4 years ago
Boris Faure
a01f9ba65b
Terminology release 1.3.1
4 years ago
Boris Faure
1ac204da91
media: only popup known media types through special escape codes. Closes T7504
...
Those media files are opened within Terminology and not through an
external component, thus reducing the attack surface.
It is still possible to disable Terminology's escape codes in the
settings panel.
4 years ago
Boris Faure
9fc6309890
Merge branch 'terminology-1.3'
4 years ago
Boris Faure
64b58bb094
termio/win: handle hyperlinks on right click
...
Fix segfault
4 years ago
Boris Faure
2589118d19
termio/win: handle hyperlinks on right click
...
Fix segfault
4 years ago
Boris Faure
ebe39a07dd
Merge branch 'terminology-1.3'
4 years ago
Ross Vandegrift
6327d714aa
Minor manpage improvements
...
Summary:
- Add basic man page for ty helpers
- Fix terminology(1) header
paramaters -> parameters
Double escape \n
Reviewers: billiob
Subscribers: rvandegrift
Tags: #terminology
Differential Revision: https://phab.enlightenment.org/D7356
4 years ago
Boris Faure
ce7407662e
meson: start working on 1.3.1
4 years ago
Boris Faure
61ec545600
Start a new development cycle
4 years ago
Boris Faure
6b680317c3
Terminology release 1.3.0
4 years ago
Boris Faure
8fb44906cc
Revert "termpty: better handle ';' in escape sequences. Closes T7475"
...
This reverts commit 3f432544df
.
4 years ago
Boris Faure
3f432544df
termpty: better handle ';' in escape sequences. Closes T7475
4 years ago
Boris Faure
15ec4cb8d4
add some more coverity hacks
4 years ago
Carsten Haitzler
0d7473cd5d
keyin - remove strncpy (so its strcpy) because its useless
...
wel alloc the buffer to be precisely the right size anyway so strncpy
is just more complex code that leads to warnings.
4 years ago
Carsten Haitzler
0d19a81c7f
warning fix - compare unsigned vs unsigned
...
use Eina_Unicode so we compare the same type
4 years ago
Carsten Haitzler
b389ed2b89
check if buffer size is too small strunc was truncated
4 years ago
Carsten Haitzler
80e36857a2
build - new meson git added in as a keyword, so avoid it
...
use input instead of in, and output instead of out to avoid the new
keyword and be consistent.
4 years ago
Boris Faure
df81992e90
termptyesc: fix bug found by tyfuzz
4 years ago
Boris Faure
5e06ee1d78
tyfuzz: support hyperlinks
4 years ago
Boris Faure
dd8e9cedcc
move code about hyperlinks to termpty.c to avoid issues with tyfuzz
4 years ago
Boris Faure
be2f531516
update test case
4 years ago
Boris Faure
4f4875e27d
hyperlinks: only highlight links with same url and id. Closes T6329
5 years ago
Boris Faure
b8488a2059
termio: obj is unused
5 years ago
Boris Faure
9fc4f6c096
termio: remove unused same_link parameter. CID1396157
5 years ago
Boris Faure
1b909cb569
gravatar: also with hyperlinks starting with "mailto:"
5 years ago
Boris Faure
0a6589ca31
termio: fully cleanup past links when hovering hyperlink
5 years ago
Boris Faure
4c54edaa52
termptyesc: handle some utf8 control codes
5 years ago
Boris Faure
a11c591cce
fix const on hyperlink urls
5 years ago
Boris Faure
dc5c291bb9
highlight links on mouseover
...
+ related fixes
5 years ago
Boris Faure
e3faaab83d
termio: simplify _handle_query_esc()
5 years ago
Boris Faure
258cf5c173
add termpty_cell_get()
5 years ago
Boris Faure
05ee717fc0
compute refcount on hyper links
5 years ago
Boris Faure
cc83e6b6f2
parse hyperlinks
...
Ref: T6329
5 years ago
Boris Faure
43ad696570
Merge branch 'terminology-1.2'
5 years ago
Boris Faure
aa0f968860
termpty: soft reset should only reset attributes
5 years ago