Marcel Hollerbach
e800a57821
controls: always focus new button
...
if the terminal is unfocused, the layout is not allowed to get focus anymore.
This way we ensure that cases where we have multiple ui elements overlapping cause problems.
2 years ago
Boris Faure
aa7b50ae4b
themes: have a separate color class just for the cursor
3 years ago
Boris Faure
6f4c7f02cb
tests: remove early exit
3 years ago
Boris Faure
f29190bdaa
termptyesc: debug (re)setting cursor color + test
...
Do nothing for the moment. One could think about using color class for
that.
3 years ago
Boris Faure
a99ddc10d5
tests/rep: snowman is now 2-chars-wide
3 years ago
Boris Faure
a1408aab57
tests: change of behavior for encircled characters
3 years ago
Boris Faure
7d1536c8e9
tools/unicode_dbl_width: do not redefine range
3 years ago
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
3 years ago
Boris Faure
9f2f8464f3
Fix typos
...
Summary: Fix some typos.
Differential Revision: https://phab.enlightenment.org/D12032
3 years ago
Boris Faure
3ee79131e4
termptyesc: no sanitize with musl when calling isnan()
3 years ago
Boris Faure
c2dd1815c8
termptyesc: avoid issues with cast from double
...
+ no buffer overflow
3 years ago
Boris Faure
ac9a92480b
termptyesc: handle xterm color format starting with "rgbi:"
3 years ago
Boris Faure
2245782dd4
termptyesc: handle xterm color format starting with "rgb:"
3 years ago
Boris Faure
5a34cfdf63
papercolor: use that blue as highlight color
3 years ago
Boris Faure
843ef551b8
theme default: apply color_class-es to cursors
3 years ago
Boris Faure
8eaec9f6c1
theme: define color_class GLOW_HIGHLIGHT
3 years ago
Boris Faure
0f8a593ea2
Merge branch 'terminology-1.7'
3 years ago
Boris Faure
01f7f1c701
snap: bad use of sizeof()
...
(cherry picked from commit 4e619660e5
)
3 years ago
Boris Faure
cf48dbd17a
snap: it seems it needs g++
...
(cherry picked from commit d77e72647e
)
3 years ago
Boris Faure
1f999ee37f
snap: use efl-1.24.3
...
(cherry picked from commit 669d6d9dbe
)
3 years ago
Boris Faure
4e619660e5
snap: bad use of sizeof()
3 years ago
Boris Faure
d77e72647e
snap: it seems it needs g++
3 years ago
Boris Faure
669d6d9dbe
snap: use efl-1.24.3
3 years ago
Boris Faure
8e18783869
themes: define color_classes FG for base16_ocean_dark
3 years ago
Boris Faure
e4114bc4b7
themes: make GLOW_TXT color_class work as expected
3 years ago
Boris Faure
60cac23f9a
themes/default/tab_drag_thumb: use color_class
3 years ago
Boris Faure
40dfb5d33a
themes: based on default, set color_class FG,GLOW,GLOW_TXT
...
wip
3 years ago
Boris Faure
5df92ee2ac
Fix typo
...
Summary: Fix typo on "preferred"
Reviewers: billiob
Reviewed By: billiob
Differential Revision: https://phab.enlightenment.org/D12028
3 years ago
Boris Faure
26e91924d9
Get rid of trailing whitespaces
...
Summary: Remove trailing whitespaces
Reviewers: billiob
Reviewed By: billiob
Differential Revision: https://phab.enlightenment.org/D12025
3 years ago
Boris Faure
b3d13674a5
themes/default/tabbar_back: keep title color for group icon
3 years ago
Boris Faure
bf60e5cb6d
config: do copy active_links_color between configs
3 years ago
Boris Faure
8e31c28f9b
termptyesc: handle larger sharp-based colors + tests
3 years ago
Boris Faure
8c88c876cd
Merge branch 'terminology-1.7'
3 years ago
Boris Faure
157d65e7ec
win: reorder calls to please _focus_validator()
3 years ago
Boris Faure
faf6ff86b8
codecov: no need for those fixes
3 years ago
Boris Faure
dd7d88815c
utils: add the source files
3 years ago
Boris Faure
3cbcbcd717
theme.h: no need to define EINA_FALLTHROUGH
3 years ago
Boris Faure
4bc712b07d
utils.{c,h} is needed
3 years ago
Boris Faure
ab35c9b7dd
mv utils.{c,h} theme.{c,h}
3 years ago
Boris Faure
a6828665dc
termptyesc: oops
3 years ago
Boris Faure
f168a97a35
tests: test xterm OSC 10/11 to change/get {fore,back}ground colors
3 years ago
Boris Faure
196973fcd3
rewrite changing of background/foreground colors from escape codes
3 years ago
Boris Faure
8fc11cd0e6
codecov: hopefully fix paths
3 years ago
Boris Faure
d845bb256a
Merge branch 'terminology-1.7'
3 years ago
Boris Faure
30b74f84f3
win: better handle initial focus when creating splits
...
Closes T8756
3 years ago
Boris Faure
171f99c80c
Merge branch 'terminology-1.7'
3 years ago
Boris Faure
e7894a887f
termptyesc: fix issue found by fuzzing by Øyvind Kolås (pippin from GIMP)
3 years ago
Boris Faure
50de16cca2
termio{,link}: correct check + remove useless 'if'
3 years ago
Boris Faure
548027a656
termiolink: protect isnan() usage with ubsan and musl
3 years ago
Boris Faure
406ca9d32b
tests: add missing test
3 years ago