Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-05 | terminology 0.9.0 releasev0.9.0 | Boris Faure | |
2015-09-05 | update translations | Boris Faure | |
2015-09-05 | update contributors | Boris Faure | |
2015-09-04 | fix typop no longer working for still images. Add some error messages | Boris Faure | |
Thanks to dassify for noticing | |||
2015-09-02 | cleanup window callbacks | Boris Faure | |
2015-09-01 | fix copy/paste bug. CID1316546 | Boris Faure | |
2015-08-29 | fix tab selector segfault | Boris Faure | |
Thanks to Yomi for the help in finding this | |||
2015-08-26 | Updating italian translation | maxerba | |
2015-08-25 | update terminology.pot | Boris Faure | |
2015-08-24 | trim selection before trying to open it as url | Boris Faure | |
2015-08-24 | add context menu to open a selection as an url. Closes T584 | Boris Faure | |
2015-08-23 | add option to disable terminology escape codes that could be considered | Boris Faure | |
security issues by some They are enabled by default. | |||
2015-08-23 | add error handlers on textblocks. Should fix T2672 | Boris Faure | |
2015-08-23 | update README about phab | Boris Faure | |
2015-08-18 | bad copy/paste. CID1316546 | Boris Faure | |
2015-08-17 | warn about window operations' escape codes being not supported | Boris Faure | |
2015-08-17 | do not report unsanitized input. See CVE-2003-0063 | Boris Faure | |
2015-08-16 | add powerlines to word separators | Boris Faure | |
2015-08-16 | fix small issue on word selection and simplify code | Boris Faure | |
2015-08-16 | Dont use : as a separator but trim it from selected word. Fixes T2602 | godfath3r | |
Reviewers: billiob Maniphest Tasks: T2602 Differential Revision: https://phab.enlightenment.org/D2931 | |||
2015-08-13 | use event length instead of strlen() when dropping something into a terminal | Mike Blumenkrantz | |
the data member of Elm_Selection_Data may not be nul terminated, so any string operation on this is liable to crash | |||
2015-08-11 | terminology themes - use theme in home dir over system one always | Carsten Haitzler (Rasterman) | |
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. | |||
2015-08-10 | only use beacon when it seems efficient | Boris Faure | |
2015-08-10 | backlog: update beacon while browsing | Boris Faure | |
2015-08-10 | fix splitting when no term focused. oops | Boris Faure | |
2015-08-10 | correctly fix coverity issue found in termiolink.c | Boris Faure | |
2015-08-09 | fix wrong condition. CID1315743 | Boris Faure | |
2015-08-09 | BACKLOG_ROW_GET() should not be called with a "screen" value | Boris Faure | |
the backlog is independent of the screen size. Thus a single line in the backlog can span many lines on the screen. | |||
2015-08-08 | fix scroll after resize | Boris Faure | |
2015-08-08 | Correct rewrite of splittable container | godfath3r | |
Reviewers: billiob Differential Revision: https://phab.enlightenment.org/D2933 | |||
2015-08-06 | do not expand window on zoom, resize the content. Closes T886 | Boris Faure | |
2015-08-06 | apply zoom level/font size to all terms in a window | Boris Faure | |
2015-08-06 | rewrite whether a term container is splittable. CID1315267 and CID1315268 | Boris Faure | |
2015-08-06 | remove logically dead code. CID1315103 and CID1315104 | Boris Faure | |
2015-08-05 | fix resize when cursor alone on last line | Boris Faure | |
2015-08-05 | Fix crash when split is too small and miniview is shown. | godfath3r | |
Summary: Fixes T2450 Reviewers: billiob Maniphest Tasks: T2450 Differential Revision: https://phab.enlightenment.org/D2919 | |||
2015-08-05 | Don't split terminal endlessly. | godfath3r | |
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 | |||
2015-08-03 | allow different backgrounds via tybg. Closes T2444 | Boris Faure | |
2015-08-03 | remove wrong assert when no backlog ever generated | Boris Faure | |
2015-08-03 | typo | Boris Faure | |
2015-08-03 | renames to make the code more consistant | Boris Faure | |
2015-08-03 | speed up browsing backlog | Boris Faure | |
have a "beacon": single point where the link between an offset in the backlog and one in screen coordinates | |||
2015-08-03 | new resize/backlog implementation. Closes T2461 | Boris Faure | |
idea: store full lines in the backlog. No need to change them on resize | |||
2015-08-02 | add tools/scroll.sh | Boris Faure | |
2015-08-02 | rename main_term_evas_object_get() to term_termio_get() | Boris Faure | |
2015-08-02 | Add 'Show miniview by default' in options. | godfath3r | |
Summary: Fixes T1876 Reviewers: billiob, raster Maniphest Tasks: T1876 Differential Revision: https://phab.enlightenment.org/D2869 | |||
2015-08-02 | update README to 0.8.0 | Boris Faure | |
better late than sorry | |||
2015-08-02 | cleanup --font handling. Closes T2433 | Boris Faure | |
2015-07-28 | fix compile warning | Mike Blumenkrantz | |
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) | |||
2015-07-24 | Updating catalan translation | maxerba | |