Boris Faure
02a7a4e4d5
update contributors
8 years ago
Boris Faure
6f898d5ebe
fix typop no longer working for still images. Add some error messages
...
Thanks to dassify for noticing
8 years ago
Boris Faure
4c00bec4d6
cleanup window callbacks
8 years ago
Boris Faure
22ae02127b
fix copy/paste bug. CID1316546
8 years ago
Boris Faure
ede0abb245
fix tab selector segfault
...
Thanks to Yomi for the help in finding this
8 years ago
maxerba
2d2813087f
Updating italian translation
8 years ago
Boris Faure
5e591ebac3
update terminology.pot
8 years ago
Boris Faure
45b7d20425
trim selection before trying to open it as url
8 years ago
Boris Faure
cf58c1ee76
add context menu to open a selection as an url. Closes T584
8 years ago
Boris Faure
144e0b5068
add option to disable terminology escape codes that could be considered
...
security issues by some
They are enabled by default.
8 years ago
Boris Faure
5c9d98cf22
add error handlers on textblocks. Should fix T2672
8 years ago
Boris Faure
72123799c6
update README about phab
8 years ago
Boris Faure
1400b122ec
bad copy/paste. CID1316546
8 years ago
Boris Faure
7fd86d8968
warn about window operations' escape codes being not supported
8 years ago
Boris Faure
b80bedc7c2
do not report unsanitized input. See CVE-2003-0063
8 years ago
Boris Faure
a33a937ab7
add powerlines to word separators
8 years ago
Boris Faure
716cb03b5b
fix small issue on word selection and simplify code
8 years ago
godfath3r
8e8207dae1
Dont use : as a separator but trim it from selected word. Fixes T2602
...
Reviewers: billiob
Maniphest Tasks: T2602
Differential Revision: https://phab.enlightenment.org/D2931
8 years ago
Mike Blumenkrantz
8d4b06617f
use event length instead of strlen() when dropping something into a terminal
...
the data member of Elm_Selection_Data may not be nul terminated, so
any string operation on this is liable to crash
8 years ago
Carsten Haitzler
4b25721a1d
terminology themes - use theme in home dir over system one always
...
checking modified time between user and system themes is just not a
good idea - we never do this anywhere in e. user installed theme
alwasy overrides system one. modified time is not relevant.
8 years ago
Boris Faure
fe58cd058b
only use beacon when it seems efficient
8 years ago
Boris Faure
d0bedb9a8a
backlog: update beacon while browsing
8 years ago
Boris Faure
69cffca8b0
fix splitting when no term focused. oops
8 years ago
Boris Faure
db471aec09
correctly fix coverity issue found in termiolink.c
8 years ago
Boris Faure
3738402a9d
fix wrong condition. CID1315743
8 years ago
Boris Faure
7af60a58c8
BACKLOG_ROW_GET() should not be called with a "screen" value
...
the backlog is independent of the screen size. Thus a single line in the
backlog can span many lines on the screen.
8 years ago
Boris Faure
b4c91eee47
fix scroll after resize
8 years ago
godfath3r
93c7deeb3e
Correct rewrite of splittable container
...
Reviewers: billiob
Differential Revision: https://phab.enlightenment.org/D2933
8 years ago
Boris Faure
49be05a02f
do not expand window on zoom, resize the content. Closes T886
8 years ago
Boris Faure
3716c7ec51
apply zoom level/font size to all terms in a window
8 years ago
Boris Faure
fc79e38575
rewrite whether a term container is splittable. CID1315267 and CID1315268
8 years ago
Boris Faure
41579e92e8
remove logically dead code. CID1315103 and CID1315104
8 years ago
Boris Faure
5c37589e39
fix resize when cursor alone on last line
8 years ago
godfath3r
c2e1c2c3fa
Fix crash when split is too small and miniview is shown.
...
Summary: Fixes T2450
Reviewers: billiob
Maniphest Tasks: T2450
Differential Revision: https://phab.enlightenment.org/D2919
8 years ago
godfath3r
eea13ce939
Don't split terminal endlessly.
...
Summary: Previously terminology would split the terminal as many times as user hit split button/shortcut. Now splitting is limited to only when there are at least 2 cells left. (horizontally or vertically) Also Fixes T2638
Reviewers: billiob
Maniphest Tasks: T2638
Differential Revision: https://phab.enlightenment.org/D2915
8 years ago
Boris Faure
423d06fed3
allow different backgrounds via tybg. Closes T2444
8 years ago
Boris Faure
21764bbf85
remove wrong assert when no backlog ever generated
8 years ago
Boris Faure
f40c63bbb6
typo
8 years ago
Boris Faure
8fbffdd869
renames to make the code more consistant
8 years ago
Boris Faure
35c8fd79c0
speed up browsing backlog
...
have a "beacon": single point where the link between an offset in the
backlog and one in screen coordinates
8 years ago
Boris Faure
34592ab5b3
new resize/backlog implementation. Closes T2461
...
idea: store full lines in the backlog. No need to change them on resize
8 years ago
Boris Faure
4378f87162
add tools/scroll.sh
8 years ago
Boris Faure
e2853ab0a5
rename main_term_evas_object_get() to term_termio_get()
8 years ago
godfath3r
10b7b19bc9
Add 'Show miniview by default' in options.
...
Summary: Fixes T1876
Reviewers: billiob, raster
Maniphest Tasks: T1876
Differential Revision: https://phab.enlightenment.org/D2869
8 years ago
Boris Faure
3182c1f4af
update README to 0.8.0
...
better late than sorry
8 years ago
Boris Faure
0265c9bd88
cleanup --font handling. Closes T2433
8 years ago
Mike Blumenkrantz
eb25dabf09
fix compile warning
...
tycat.c: In function ‘handle_edje’:
tycat.c:180:40: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
(o, rp, "e/desktop/background") == EINA_TRUE)
8 years ago
maxerba
05e08320ec
Updating catalan translation
8 years ago
Boris Faure
ee6a319f17
add some documentation
8 years ago
Chris Michael
25ec6d06cb
terminology: Fix formatting
...
NB: No functional changes
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago