Commit Graph

2899 Commits

Author SHA1 Message Date
Boris Faure 28d94caad9
win: cleanup focus. Closes T8756 2020-10-17 17:03:56 +02:00
Boris Faure a05db78239
termpty: make provided title as forced title 2020-09-12 17:43:16 +02:00
Boris Faure c2bb4dcf81
win: focus new split. Closes T8804 2020-09-07 21:18:03 +02:00
Boris Faure 214c72eb0c
win: use theme_apply_elm on elm_layout 2020-08-29 18:38:11 +02:00
Boris Faure 04248e9af3
Terminology v1.8.1 2020-08-11 21:44:40 +02:00
Boris Faure e037cd7ef2
termptydbl: also need to update the tests
(cherry picked from commit dd3b301d50)
2020-08-10 22:44:51 +02:00
Boris Faure 698e8bb985
termptydbl: be strict on what is wide and do not try to be smart.
Too bad if ❤ is considered single-width

(cherry picked from commit d3c15c59db)
2020-08-10 22:44:41 +02:00
Boris Faure cded402654
codecov: remove troubling line in fixes
(cherry picked from commit a200ab7c48)
2020-08-10 22:44:25 +02:00
Boris Faure c9d94b79c4
circleci: no dot in names
(cherry picked from commit 0563dbdb28)
2020-08-10 22:44:14 +02:00
Boris Faure d723da8f2a
circleci: run with bash when needed
(cherry picked from commit ec844ee798)
2020-08-10 22:44:03 +02:00
Boris Faure df6b013895
win/options_mouse: apply mouse timer change to current terms
(cherry picked from commit d082b0d6d7)
2020-08-10 22:43:34 +02:00
Boris Faure 44364fcfab
prepare possible v1.8.1 2020-08-10 22:42:45 +02:00
Boris Faure 92c26b07ca
Terminology v1.8.0 2020-07-26 12:06:59 +02:00
Boris Faure 883f8b3c89
THEME.md: add documentation on terminology/base 2020-07-23 23:19:11 +02:00
Boris Faure 596d234ba1
about: add youtube channel 2020-07-23 22:52:47 +02:00
Boris Faure 3c21c13d39
about: add context menu on twitter link 2020-07-22 23:46:49 +02:00
Boris Faure 6b8409dfda
about: add twitter link 2020-07-21 23:46:02 +02:00
Boris Faure ce788a69f6
about: dismiss when clicking on the terminal 2020-07-18 16:17:47 +02:00
Boris Faure 6846074343
theme: move dismisser below about 2020-07-18 16:11:13 +02:00
Boris Faure 544a4376f7
termiolink: fix _hsl_to_rgb() + update tests 2020-07-17 12:58:22 +02:00
Boris Faure 98ee7bdcca
termptydbl: be more precise on emoji as double-width
+ set all of "Misc_Pictographs" as double-width
2020-07-15 22:10:55 +02:00
Boris Faure a56a76afc7
termptyesc: handle single osc arg 2020-07-15 21:11:05 +02:00
Boris Faure aa7b50ae4b
themes: have a separate color class just for the cursor 2020-07-08 22:47:28 +02:00
Boris Faure 6f4c7f02cb
tests: remove early exit 2020-07-07 00:12:00 +02:00
Boris Faure f29190bdaa
termptyesc: debug (re)setting cursor color + test
Do nothing for the moment. One could think about using color class for
that.
2020-07-06 23:57:37 +02:00
Boris Faure a99ddc10d5
tests/rep: snowman is now 2-chars-wide 2020-07-06 19:44:59 +02:00
Boris Faure a1408aab57
tests: change of behavior for encircled characters 2020-07-06 19:42:45 +02:00
Boris Faure 7d1536c8e9
tools/unicode_dbl_width: do not redefine range 2020-07-06 19:40:20 +02:00
Boris Faure 8c970b8804
termptydbl: generate the exact double width test
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:
f46d550a8b
2020-07-05 23:34:13 +02:00
Boris Faure 9f2f8464f3
Fix typos
Summary: Fix some typos.

Differential Revision: https://phab.enlightenment.org/D12032
2020-07-05 20:19:59 +02:00
Boris Faure 3ee79131e4
termptyesc: no sanitize with musl when calling isnan() 2020-07-02 23:51:25 +02:00
Boris Faure c2dd1815c8
termptyesc: avoid issues with cast from double
+ no buffer overflow
2020-07-02 23:45:32 +02:00
Boris Faure ac9a92480b
termptyesc: handle xterm color format starting with "rgbi:" 2020-07-02 23:01:42 +02:00
Boris Faure 2245782dd4
termptyesc: handle xterm color format starting with "rgb:" 2020-07-02 22:33:34 +02:00
Boris Faure 5a34cfdf63
papercolor: use that blue as highlight color 2020-07-02 20:10:00 +02:00
Boris Faure 843ef551b8
theme default: apply color_class-es to cursors 2020-06-30 23:28:08 +02:00
Boris Faure 8eaec9f6c1
theme: define color_class GLOW_HIGHLIGHT 2020-06-30 23:13:27 +02:00
Boris Faure 0f8a593ea2
Merge branch 'terminology-1.7' 2020-06-29 23:17:58 +02:00
Boris Faure 01f7f1c701
snap: bad use of sizeof()
(cherry picked from commit 4e619660e5)
2020-06-29 22:27:00 +02:00
Boris Faure cf48dbd17a
snap: it seems it needs g++
(cherry picked from commit d77e72647e)
2020-06-29 22:27:00 +02:00
Boris Faure 1f999ee37f
snap: use efl-1.24.3
(cherry picked from commit 669d6d9dbe)
2020-06-29 22:26:40 +02:00
Boris Faure 4e619660e5
snap: bad use of sizeof() 2020-06-29 22:00:28 +02:00
Boris Faure d77e72647e
snap: it seems it needs g++ 2020-06-29 21:55:38 +02:00
Boris Faure 669d6d9dbe
snap: use efl-1.24.3 2020-06-29 21:44:59 +02:00
Boris Faure 8e18783869
themes: define color_classes FG for base16_ocean_dark 2020-06-28 11:19:02 +02:00
Boris Faure e4114bc4b7
themes: make GLOW_TXT color_class work as expected 2020-06-25 08:10:41 +02:00
Boris Faure 60cac23f9a
themes/default/tab_drag_thumb: use color_class 2020-06-24 23:38:52 +02:00
Boris Faure 40dfb5d33a
themes: based on default, set color_class FG,GLOW,GLOW_TXT
wip
2020-06-24 23:38:42 +02:00
Boris Faure 5df92ee2ac
Fix typo
Summary: Fix typo on "preferred"

Reviewers: billiob

Reviewed By: billiob

Differential Revision: https://phab.enlightenment.org/D12028
2020-06-24 22:50:48 +02:00
Boris Faure 26e91924d9
Get rid of trailing whitespaces
Summary: Remove trailing whitespaces

Reviewers: billiob

Reviewed By: billiob

Differential Revision: https://phab.enlightenment.org/D12025
2020-06-24 22:49:17 +02:00