Will McGugan
|
e5a1543431
|
Merge pull request #449 from Textualize/add-e2e-smoke-test-to-CI
[CI] Check that the "basic.py" sandbox script can be run for a few seconds without crashing
|
2022-05-04 10:50:37 +01:00 |
|
Darren Burns
|
4a6b5a31f4
|
Merge pull request #459 from Textualize/expanded-css-hex-support
Support 3 and 4 character hex strings for colours
|
2022-05-04 10:23:54 +01:00 |
|
Darren Burns
|
b7ebdd323f
|
Support hex colours with 4 chars e.g. #ff0a
|
2022-05-03 17:46:29 +01:00 |
|
Darren Burns
|
21fa59d6a3
|
Support hex tripletds
|
2022-05-03 17:40:18 +01:00 |
|
Darren Burns
|
6eca86a05d
|
Update tokenizer and Color.parse to not break on triple/quad hex values
|
2022-05-03 17:31:31 +01:00 |
|
Darren Burns
|
7368697386
|
Traceback frame omissions in style property setters
|
2022-05-03 17:11:23 +01:00 |
|
Olivier Philippon
|
4bc48d37a1
|
[CI] Check that the "basic.py" sandbox script can be run for a few seconds without crashing
|
2022-05-03 14:45:48 +01:00 |
|
Will McGugan
|
10ea36b36b
|
Add TEXTUAL features env var
|
2022-04-29 14:20:09 +01:00 |
|
Will McGugan
|
191a6b7775
|
fix broken align and error logic
|
2022-04-29 11:52:38 +01:00 |
|
Will McGugan
|
1a3f65bb76
|
Merge branch 'css' into style-error-improvements
|
2022-04-29 10:56:27 +01:00 |
|
Will McGugan
|
233c2c4075
|
fix css reload
|
2022-04-29 10:20:32 +01:00 |
|
Will McGugan
|
4090d35168
|
new layout
|
2022-04-28 13:17:10 +01:00 |
|
Darren Burns
|
22eef4c31e
|
Remove redundant refresh calls in border property setter
|
2022-04-28 10:46:15 +01:00 |
|
Will McGugan
|
44c1f2373a
|
button widget
|
2022-04-27 14:02:28 +01:00 |
|
Darren Burns
|
c2c29222e5
|
Docstrings
|
2022-04-27 12:39:53 +01:00 |
|
Darren Burns
|
6b2533fb65
|
Spacing tests
|
2022-04-27 11:59:09 +01:00 |
|
Darren Burns
|
271e07eebf
|
Add help text for offset-x and offset-y properies
|
2022-04-27 10:07:32 +01:00 |
|
Darren Burns
|
79e452fbee
|
Display help text for offset property CSS
|
2022-04-26 17:00:39 +01:00 |
|
Darren Burns
|
39412c11a9
|
Ensure help text for align appears
|
2022-04-26 15:41:33 +01:00 |
|
Darren Burns
|
e2dafb523c
|
Help text for align, fix off-by-one in tokenizer error output
|
2022-04-26 14:06:57 +01:00 |
|
Darren Burns
|
a5685c2e08
|
Help text for fractional properties
|
2022-04-26 13:05:54 +01:00 |
|
Darren Burns
|
20a8d8bf84
|
Undo some changes to uber sandbox example
|
2022-04-26 10:52:10 +01:00 |
|
Darren Burns
|
79ab5f17f4
|
Add help text for dock property
|
2022-04-25 16:53:08 +01:00 |
|
Darren Burns
|
d9fd240212
|
Inline border invalid number of edges help text
|
2022-04-25 15:56:46 +01:00 |
|
Darren Burns
|
37f18247b5
|
Ensure docks error thrown correctly
|
2022-04-25 15:28:11 +01:00 |
|
Darren Burns
|
34f4f5b8cc
|
Help text for docks property
|
2022-04-25 14:20:35 +01:00 |
|
Darren Burns
|
bcad9768d3
|
Use property name in error messaging for borders
|
2022-04-25 11:36:22 +01:00 |
|
Darren Burns
|
d4125d7a4c
|
Error messaging for layout property, border-* properties
|
2022-04-25 11:34:43 +01:00 |
|
Darren Burns
|
88d30dca55
|
Error messages for invalid colours in border property
|
2022-04-25 10:51:39 +01:00 |
|
Darren Burns
|
87f56d602c
|
Skeleton for border property help
|
2022-04-22 16:52:12 +01:00 |
|
Darren Burns
|
d0fbe6d1b9
|
Merge branch 'css' of github.com:willmcgugan/textual into style-error-improvements
|
2022-04-22 16:25:19 +01:00 |
|
Darren Burns
|
5f35d33712
|
Small tweaks
|
2022-04-22 16:18:53 +01:00 |
|
Darren Burns
|
5f33050acc
|
Handling invalid color values in CSS and inline styles
|
2022-04-22 15:50:04 +01:00 |
|
Darren Burns
|
62c3f9e945
|
Help & automatic examples for string enum properties
|
2022-04-22 15:19:40 +01:00 |
|
Darren Burns
|
78f6c115c0
|
Some output redesign/improvements
|
2022-04-21 16:59:36 +01:00 |
|
Darren Burns
|
b7b98c8394
|
Scalar and Spacing help text
|
2022-04-21 15:33:07 +01:00 |
|
Will McGugan
|
c68d6e8d0e
|
tests for box model
|
2022-04-21 12:16:05 +01:00 |
|
Will McGugan
|
4980488973
|
width 100%
|
2022-04-21 11:53:55 +01:00 |
|
Will McGugan
|
b25dbf8771
|
box model tests
|
2022-04-21 11:51:38 +01:00 |
|
Will McGugan
|
bc63723363
|
box model fixes and tests
|
2022-04-21 11:43:45 +01:00 |
|
Darren Burns
|
92ef2e093e
|
Consistent error messaging across CSS and inline styles
|
2022-04-20 17:17:28 +01:00 |
|
Will McGugan
|
3869eb7463
|
vertical layout, fix scroll issue for screen
|
2022-04-20 15:47:06 +01:00 |
|
Will McGugan
|
66ec130726
|
box model
|
2022-04-20 14:20:44 +01:00 |
|
Darren Burns
|
637b14126a
|
Update sandbox uber
|
2022-04-20 13:56:09 +01:00 |
|
Darren Burns
|
b9d00f301b
|
Various changes/fixes
|
2022-04-20 13:54:34 +01:00 |
|
Will McGugan
|
cecbf655ab
|
align
|
2022-04-14 16:55:58 +01:00 |
|
Will McGugan
|
8e76e524a8
|
css align
|
2022-04-14 13:10:49 +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
|
e238bee274
|
ws
|
2022-04-12 16:37:32 +01:00 |
|
Darren Burns
|
e44615fffe
|
Improve a docstring
|
2022-04-12 16:23:48 +01:00 |
|