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
aa0f968860
termpty: soft reset should only reset attributes
5 years ago
Boris Faure
afe94a33f9
remove todo
5 years ago
Boris Faure
7834bede86
include coverity fix as first header
5 years ago
Boris Faure
fccc114082
selection: handle scrolling and left/right margins
5 years ago
Boris Faure
9fc660ccb2
termptyesc: DECFRA/DECERA finishes by $x/$z
...
And not just x/z
5 years ago
Boris Faure
873656483b
termpty: remove useless code. termio.h is already included
5 years ago
Boris Faure
de3732d418
termio: extract _handle_query_esc();
...
simplifies the code and removes dead code
5 years ago
Boris Faure
dccd1dec39
use Media_Type instead of int
5 years ago
Boris Faure
643e783558
termpty: rewrite conditions on size_t ty->backsize
5 years ago
Boris Faure
cf4dbcddd4
sel: remove useless condition
5 years ago
Boris Faure
0bf5343c34
termpty: simplify code
5 years ago
Boris Faure
f55f273362
termptysave: remove dead code
5 years ago
Boris Faure
235e0d27a8
termptysave: remove dead code
5 years ago
Boris Faure
3b8bbb70c6
controls: be able to show the settings twice or more
5 years ago
Boris Faure
9e7258ba3b
get rid of lz4 code as it's unused. Closes T7328
5 years ago
Mike Blumenkrantz
9822adbaa9
options: add info to 'React to key presses' option when multisense is disabled
...
Summary: this informs the user that key press audio is not available
Reviewers: billiob
Tags: #terminology
Differential Revision: https://phab.enlightenment.org/D6840
5 years ago
Boris Faure
780e95a8fb
termpty: remove useless code
5 years ago
Boris Faure
e2712c5153
win: do not pass input when tab selector is up
...
Closes T7207
5 years ago
Boris Faure
3b2e1125e2
ipc: "improve" code
...
This code is strange but now a bit less
5 years ago
Chris Michael
05496d77a2
terminology: Fix evas event callback
...
Summary:
_cb_del was causing a compiler warning about incorrect function
parameters...basically the function was not declared to match an
evas_event_callback. This patch fixes that issue
@fix
Reviewers: billiob
Reviewed By: billiob
Differential Revision: https://phab.enlightenment.org/D6629
5 years ago
Chris Michael
b3081f858f
terminology: Fix evas event callback
...
Summary:
_cb_del was causing a compiler warning about incorrect function
parameters...basically the function was not declared to match an
evas_event_callback. This patch fixes that issue
@fix
Reviewers: billiob
Reviewed By: billiob
Differential Revision: https://phab.enlightenment.org/D6629
5 years ago
Boris Faure
1c4482115b
controls: fix frame being still shown if new controls shows up while old is not yet hidden
...
Thanks to camthesaxman_ for his patch (D6360).
5 years ago
Boris Faure
a696d18165
termio: fix previous commit
5 years ago
Cedric BAIL
a5f287e881
termio: make sure that reference to gesture layer are cleaned at the right time.
...
Reviewers: billiob
Reviewed By: billiob
Subscribers: cedric
Tags: #terminology
Differential Revision: https://phab.enlightenment.org/D6207
5 years ago
Boris Faure
68b65651a6
termio: fix previous commit
5 years ago
Cedric BAIL
33fd72a3e8
termio: make sure that reference to gesture layer are cleaned at the right time.
...
Reviewers: billiob
Reviewed By: billiob
Subscribers: cedric
Tags: #terminology
Differential Revision: https://phab.enlightenment.org/D6207
5 years ago
Boris Faure
214ff03e36
win: do not force focus on mouse_down event if window is not (yet) focused
...
Refs: T6882
5 years ago
Boris Faure
1ca8708041
log: let eina handle log emissions
5 years ago
Boris Faure
6694266a3d
fix focus issue when mouse moving over window without focusing
5 years ago
Boris Faure
7855175ea4
tyfuzz: make it compile again!
5 years ago
Marcel Hollerbach
35bf0a4a25
terminology: do not select a item on focus
...
Summary: makes the settings easier to use with focus
Reviewers: billiob
Differential Revision: https://phab.enlightenment.org/D6015
5 years ago
Boris Faure
3569f18cc8
Bring back the user title per tab
...
Summary: T6719
Reviewers: billiob
Reviewed By: billiob
Differential Revision: https://phab.enlightenment.org/D5852
5 years ago
Boris Faure
ea91a6c825
makes more sense to log to syslog when not fuzzing
5 years ago
Boris Faure
0991479fcb
try to optimize cell copy
...
On my stupid benchmark: having tyfuzz parse a 628MB text file (few times
war and peace concatenated) over 10 sessions, it went from 15.2MB/s to
16.8MB/s \o/ That's a 10.5% improvement!
5 years ago
Boris Faure
7c6d581465
Bring back the user title per tab
...
Summary: T6719
Reviewers: billiob
Reviewed By: billiob
Differential Revision: https://phab.enlightenment.org/D5852
5 years ago
Boris Faure
4a30c10ed9
tabs: clicking on New uses current dir for new term according to config
5 years ago
Benjamin Jacobs
e55fd61208
popmedia: NULL dereferencing prevented in error path.
...
Summary:
If the execution of _popmedia flows in the goto error path, then the
term pointer member might not assigned and reference counted. However
_ty_http_head_delete and term_unref unconditionaly deference it, resulting
in a NULL access.
This patch add guards to prevent the dereference of the term pointer
in _ty_http_head_delete.
Reviewers: billiob
Reviewed By: billiob
Subscribers: billiob
Differential Revision: https://phab.enlightenment.org/D5865
5 years ago
Carsten Haitzler
0f24619dfa
selection handling - donmt use null string selections if they are
...
fix a corner case where string selection is null when selection is
requested (empty selection). @fix
5 years ago
Boris Faure
c87c78ca8c
options_theme.c: fix CID 1388097
5 years ago
Boris Faure
75689087ae
build: add fix for coverity
5 years ago
Carsten Haitzler
1a55a67654
termpty - set ty_hand to null if returning cancel which dels the fdhand
...
this avoids later accidentally accessing an invlid hd handler.
@fix
5 years ago
Carsten Haitzler
5824d668af
win - imf - fix small typo that was not checking the imf ptr...
...
it was checking the address of the imf ptr which is always true.
@fix
5 years ago
Boris Faure
8308514420
termptyesc: document Media Copy
5 years ago
Boris Faure
4e1beca3f8
termptyesc: handle Horizontal Position Absolute (HPA)
5 years ago
Boris Faure
33eb5261e6
termio: force refocus after ctx popup is deleted. Closes T6782
5 years ago