Commit Graph

1207 Commits

Author SHA1 Message Date
Olivier Philippon
72555f4a77 [dom] Simplify the implementation of the displayed_children property 2022-04-28 12:26:30 +01:00
Olivier Philippon
d0b8cacc35 [css][bugfix] CSS colors can now have digits at the end of their names 2022-04-28 10:44:05 +01:00
Olivier Philippon
f2bb9003c7 [layout][bugfix] Horizontal & Vertical layouts shouldn't display children that have display: none 2022-04-27 15:22:34 +01:00
Darren Burns
91783b7c1e Testing for help text 2022-04-27 13:55:29 +01:00
Darren Burns
ef691019c4 Merge branch 'css' of github.com:Textualize/textual into style-error-improvements 2022-04-27 12:13:14 +01:00
Darren Burns
6b2533fb65 Spacing tests 2022-04-27 11:59:09 +01:00
Darren Burns
7329d6c200 Add help text for style-flags properties 2022-04-27 11:37:14 +01:00
Olivier Philippon
f7e72ed945 [widget] Better tests for types of values we handle or not in style's size 2022-04-27 11:26:33 +01:00
Olivier Philippon
9d1f9da641 [widget] Add a test for types of values we handle in style's size 2022-04-27 10:18:46 +01:00
Will McGugan
e0b80dd3d6 remove superfluouse instance 2022-04-26 15:26:37 +01:00
Will McGugan
3e3454552f parser tests 2022-04-26 14:22:12 +01:00
Darren Burns
eab5f8fae1 Fixing failing opacity test 2022-04-26 13:28:39 +01:00
Darren Burns
b4da94b151 Add tests for Scalar copy_with 2022-04-26 11:16:51 +01:00
Will McGugan
c79572a240 Merge branch 'css' into align 2022-04-21 12:54:50 +01:00
Will McGugan
1ede68c169 comment 2022-04-21 12:54:39 +01:00
Will McGugan
c68d6e8d0e tests for box model 2022-04-21 12:16:05 +01:00
Will McGugan
2823718011 check for non-existant rules 2022-04-20 17:14:57 +01:00
Darren Burns
619baed2a8 Update failing test 2022-04-19 17:19:06 +01:00
Darren Burns
0dfa225281 Use importlib-metadata backport for getting version 2022-04-19 13:56:19 +01:00
Darren Burns
70559a8be5 Add version option 2022-04-19 12:36:55 +01:00
Darren Burns
2ff1c9d64a Textual console CLI command 2022-04-19 11:55:50 +01:00
Darren Burns
79fbabee0d Test redirecting to logfile 2022-04-14 11:16:53 +01:00
Darren Burns
3b40eb828b Redirecting stdout to both devtools and logfile 2022-04-14 11:10:47 +01:00
Darren Burns
5768a9c516 Merge branch 'css' of github.com:Textualize/textual into print 2022-04-13 15:32:37 +01:00
Will McGugan
ba92ef0c3c test fix 2022-04-12 17:10:15 +01:00
Will McGugan
cbd258d93a fix tests 2022-04-12 16:49:36 +01:00
Will McGugan
e238bee274 ws 2022-04-12 16:37:32 +01:00
Darren Burns
b75d384d42 Testing devtools print forwarding 2022-04-12 16:18:13 +01:00
Darren Burns
ec0ce30b49 Update tests, ensure caller is passed through in another delegated app.log call 2022-04-12 14:29:59 +01:00
Darren Burns
3eb3325e1a Merge branch 'css' of github.com:Textualize/textual into dev-server 2022-04-11 17:06:08 +01:00
Darren Burns
f9b1d86330 Merge branch 'css' of github.com:Textualize/textual into dev-server 2022-04-11 15:44:57 +01:00
Will McGugan
4f63fc086f require semi-colons 2022-04-11 15:25:21 +01:00
Darren Burns
a72e347ed9 Seperate server and client handling logic into classes for devtools 2022-04-11 14:53:10 +01:00
Will McGugan
3afc8b5f0d docs 2022-04-11 11:01:35 +01:00
Darren Burns
3ca1e2b945 Extract devtools renderables into own module 2022-04-08 15:40:50 +01:00
Darren Burns
547c380b34 Move devtools into subdirectory 2022-04-08 15:34:57 +01:00
Will McGugan
68c5d9b14c fix for timer issue 2022-04-08 15:28:43 +01:00
Darren Burns
a5e4634e3e Graceful shutdown on client-side of devtools 2022-04-08 11:15:51 +01:00
Darren Burns
c567b9a47e Tidying up, improving shutdown 2022-04-07 16:23:41 +01:00
Will McGugan
b6ce952716 optimized line_crop 2022-04-07 10:46:33 +01:00
Darren Burns
515c855479 Add documentation, type hints, small tidy up 2022-04-07 10:28:01 +01:00
Darren Burns
2f0207f7df Use Python 3.7 compatible pickle protocol 2022-04-07 09:46:14 +01:00
Darren Burns
b44f507523 Make a test immune to timezone changes 2022-04-06 18:09:59 +01:00
Darren Burns
5648894560 Additional testing for devtools client/server 2022-04-06 18:00:32 +01:00
Will McGugan
608d8b83d7 tests for color 2022-04-06 13:32:34 +01:00
Darren Burns
1067be927f Add tests for devtools client 2022-04-06 13:31:37 +01:00
Will McGugan
f3ff9c61c7 color tests 2022-04-06 11:59:58 +01:00
Darren Burns
46d9f97a49 Logging server 2022-04-06 11:55:27 +01: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