Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-17 | win: cleanup focus. Closes T8756terminology-1.8 | Boris Faure | |
2020-09-12 | termpty: make provided title as forced title | Boris Faure | |
2020-09-07 | win: focus new split. Closes T8804 | Boris Faure | |
2020-08-29 | win: use theme_apply_elm on elm_layout | Boris Faure | |
2020-08-11 | Terminology v1.8.1v1.8.1 | Boris Faure | |
2020-08-10 | termptydbl: also need to update the tests | Boris Faure | |
(cherry picked from commit dd3b301d504a83f72a7b30736b6ec4828fb69e9a) | |||
2020-08-10 | termptydbl: be strict on what is wide and do not try to be smart. | Boris Faure | |
Too bad if ❤ is considered single-width (cherry picked from commit d3c15c59dbf3cc9cf0a8aed516fa32bdd40d0a68) | |||
2020-08-10 | codecov: remove troubling line in fixes | Boris Faure | |
(cherry picked from commit a200ab7c48c773a18be640a0d73a958f8bc38eff) | |||
2020-08-10 | circleci: no dot in names | Boris Faure | |
(cherry picked from commit 0563dbdb28f3486e0bd48e9b62f5050b398a9ee6) | |||
2020-08-10 | circleci: run with bash when needed | Boris Faure | |
(cherry picked from commit ec844ee798c695bbd73897dd9e760fb9b3e6aa3b) | |||
2020-08-10 | win/options_mouse: apply mouse timer change to current terms | Boris Faure | |
(cherry picked from commit d082b0d6d78033d144734e44c0aa7c81b9bc41ec) | |||
2020-08-10 | prepare possible v1.8.1 | Boris Faure | |
2020-07-26 | Terminology v1.8.0v1.8.0 | Boris Faure | |
2020-07-23 | THEME.md: add documentation on terminology/base | Boris Faure | |
2020-07-23 | about: add youtube channel | Boris Faure | |
2020-07-22 | about: add context menu on twitter link | Boris Faure | |
2020-07-21 | about: add twitter link | Boris Faure | |
2020-07-18 | about: dismiss when clicking on the terminal | Boris Faure | |
2020-07-18 | theme: move dismisser below about | Boris Faure | |
2020-07-17 | termiolink: fix _hsl_to_rgb() + update tests | Boris Faure | |
2020-07-15 | termptydbl: be more precise on emoji as double-width | Boris Faure | |
+ set all of "Misc_Pictographs" as double-width | |||
2020-07-15 | termptyesc: handle single osc arg | Boris Faure | |
2020-07-08 | themes: have a separate color class just for the cursor | Boris Faure | |
2020-07-07 | tests: remove early exit | Boris Faure | |
2020-07-06 | termptyesc: debug (re)setting cursor color + test | Boris Faure | |
Do nothing for the moment. One could think about using color class for that. | |||
2020-07-06 | tests/rep: snowman is now 2-chars-wide | Boris Faure | |
2020-07-06 | tests: change of behavior for encircled characters | Boris Faure | |
2020-07-06 | tools/unicode_dbl_width: do not redefine range | Boris Faure | |
2020-07-05 | termptydbl: generate the exact double width test | Boris Faure | |
This based on unicode 13.0: https://www.unicode.org/reports/tr44/ Code is generated by tools/unicode_dbl_width.py I'm using switch-case + fall through as I've found it was the best: https://github.com/billiob/terminology/commit/f46d550a8b5a8fba1522796c5c7f6a0672070e73 | |||
2020-07-05 | Fix typos | Boris Faure | |
Summary: Fix some typos. Differential Revision: https://phab.enlightenment.org/D12032 | |||
2020-07-02 | termptyesc: no sanitize with musl when calling isnan() | Boris Faure | |
2020-07-02 | termptyesc: avoid issues with cast from double | Boris Faure | |
+ no buffer overflow | |||
2020-07-02 | termptyesc: handle xterm color format starting with "rgbi:" | Boris Faure | |
2020-07-02 | termptyesc: handle xterm color format starting with "rgb:" | Boris Faure | |
2020-07-02 | papercolor: use that blue as highlight color | Boris Faure | |
2020-06-30 | theme default: apply color_class-es to cursors | Boris Faure | |
2020-06-30 | theme: define color_class GLOW_HIGHLIGHT | Boris Faure | |
2020-06-29 | Merge branch 'terminology-1.7' | Boris Faure | |
2020-06-29 | snap: bad use of sizeof()terminology-1.7 | Boris Faure | |
(cherry picked from commit 4e619660e5ce4984918a92536dbf39d756d6014c) | |||
2020-06-29 | snap: it seems it needs g++ | Boris Faure | |
(cherry picked from commit d77e72647ed5d5959b8cb91a8886412546e54103) | |||
2020-06-29 | snap: use efl-1.24.3 | Boris Faure | |
(cherry picked from commit 669d6d9dbea4ec0b58493203a7aac65d33306ef7) | |||
2020-06-29 | snap: bad use of sizeof() | Boris Faure | |
2020-06-29 | snap: it seems it needs g++ | Boris Faure | |
2020-06-29 | snap: use efl-1.24.3 | Boris Faure | |
2020-06-28 | themes: define color_classes FG for base16_ocean_dark | Boris Faure | |
2020-06-25 | themes: make GLOW_TXT color_class work as expected | Boris Faure | |
2020-06-24 | themes/default/tab_drag_thumb: use color_class | Boris Faure | |
2020-06-24 | themes: based on default, set color_class FG,GLOW,GLOW_TXT | Boris Faure | |
wip | |||
2020-06-24 | Fix typo | Boris Faure | |
Summary: Fix typo on "preferred" Reviewers: billiob Reviewed By: billiob Differential Revision: https://phab.enlightenment.org/D12028 | |||
2020-06-24 | Get rid of trailing whitespaces | Boris Faure | |
Summary: Remove trailing whitespaces Reviewers: billiob Reviewed By: billiob Differential Revision: https://phab.enlightenment.org/D12025 |