Commit Graph

934 Commits

Author SHA1 Message Date
Will McGugan
79f522c99a moved basic.py in to sandbox 2022-04-06 11:23:18 +01:00
Will McGugan
e243718d7b Merge pull request #351 from tusharsadhwani/stringify
Stringify the cast type, for <3.10 support
2022-04-06 11:21:30 +01:00
Will McGugan
575de6e741 darken to use lab color 2022-04-06 11:10:43 +01:00
Will McGugan
9cf32fac28 Merge pull request #360 from rodrigogiraoserrao/color-palette
Add conversion to/from the CIE-L*ab color space.
2022-04-06 11:04:12 +01:00
Will McGugan
e8636d0d86 css reparse 2022-04-06 11:00:38 +01:00
Will McGugan
a27bbb9e28 tweaks 2022-04-05 17:31:17 +01:00
Will McGugan
82c0bd877c remove accent3 2022-04-05 17:10:04 +01:00
Will McGugan
ba707c96be blue and orange 2022-04-05 17:00:35 +01:00
Will McGugan
e44877c2af compositor nesting fix 2022-04-05 15:47:08 +01:00
Rodrigo Girão Serrão
38bcfb5899 Add references to RGB/CIE-L*ab formulas used. 2022-04-04 23:00:28 -04:00
Rodrigo Girão Serrão
9fa302be58 Test RGB/CIE-L*ab color conversion. 2022-04-04 22:51:55 -04:00
Rodrigo Girão Serrão
90bdf0e778 Add conversion to/from the CIE-L*ab color space. 2022-04-04 15:37:23 -04:00
Will McGugan
ca77f7e24d color tweaks 2022-04-04 19:49:18 +01:00
Will McGugan
2cda9053a3 color scheme 2022-04-04 17:25:27 +01:00
Will McGugan
ab5a2efd84 color scheme, compositor fix 2022-04-04 17:00:29 +01:00
Will McGugan
a6a2b0cdbf comment 2022-04-03 21:37:36 +01:00
Will McGugan
d234c54343 test fixes 2022-04-03 21:30:51 +01:00
Will McGugan
7c8079cce2 move attributes 2022-04-03 12:51:47 +01:00
Will McGugan
3d3b514dab color system 2022-04-03 09:04:44 +01:00
Will McGugan
1e46f186c4 simplify color code 2022-04-02 09:50:48 +01:00
Will McGugan
69cab335d3 Refactored color constants 2022-04-02 09:25:17 +01:00
Will McGugan
bd49cebbae color tweak 2022-04-01 19:09:24 +01:00
Will McGugan
63581198fa dark fix 2022-04-01 19:02:14 +01:00
Will McGugan
ba2ebaa0a8 color docs 2022-04-01 18:53:09 +01:00
Will McGugan
2d17bdb84b palette generate 2022-03-31 17:56:14 +01:00
Will McGugan
5508ece2e3 color animation 2022-03-30 15:04:36 +01:00
Will McGugan
736a56182c formatting 2022-03-29 20:50:42 +01:00
Will McGugan
aa16dbab12 replace color with Textual color 2022-03-29 20:42:47 +01:00
Will McGugan
bea92f3f4d Merge branch 'css' into color-palette 2022-03-29 20:01:36 +01:00
Will McGugan
7887b58b69 use new Color class 2022-03-29 19:59:34 +01:00
Tushar Sadhwani
54b72f5d5e Black 2022-03-29 23:59:33 +05:30
Tushar Sadhwani
a6656e202b Stringify the cast type, for <3.10 support 2022-03-29 23:55:32 +05:30
Will McGugan
1d3708dd74 color parsing and tests 2022-03-29 16:12:09 +01:00
Will McGugan
de22f3414f color class 2022-03-29 15:25:03 +01:00
Will McGugan
80bad9b52c Merge pull request #333 from Textualize/uber-widget
Compositor refactor
2022-03-29 15:22:19 +01:00
Will McGugan
83a66ca256 clarify in comments 2022-03-29 15:20:05 +01:00
Darren Burns
6c0be771c5 Fix typo in comment 2022-03-29 15:04:54 +01:00
Will McGugan
5a99069de0 node_list -> children 2022-03-29 14:24:18 +01:00
Will McGugan
4db38e53d2 Update src/textual/dom.py
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2022-03-29 14:21:13 +01:00
Will McGugan
52cee85d72 Update src/textual/css/_styles_builder.py
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2022-03-29 14:13:11 +01:00
Will McGugan
e1fb802fe7 superfluous return 2022-03-29 14:12:37 +01:00
Will McGugan
577f1db273 no need for alias 2022-03-29 14:06:18 +01:00
Will McGugan
38189321a4 scroll -> scroll_offset 2022-03-29 14:05:17 +01:00
Will McGugan
7de540c0ac Update src/textual/_compositor.py
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2022-03-29 13:57:44 +01:00
Will McGugan
3e2a348286 Update src/textual/_compositor.py
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2022-03-29 13:57:37 +01:00
Will McGugan
8a2a0700b3 remove superfluous code 2022-03-29 13:51:25 +01:00
Will McGugan
2c3577dddf Update src/textual/_compositor.py
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2022-03-29 11:36:46 +01:00
Will McGugan
75d803b60e Update src/textual/_animator.py
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2022-03-29 11:35:08 +01:00
Will McGugan
b01c3754c8 Update sandbox/uber.py
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2022-03-29 11:34:36 +01:00
Will McGugan
ad1b369fbf updated docstring 2022-03-29 11:33:32 +01:00