Commit Graph

343 Commits

Author SHA1 Message Date
Will McGugan
385a02a1e1 tree fix 2022-09-07 15:11:34 +01:00
Will McGugan
e8a4f2e806 rename table to gird, diagrams for layout 2022-09-06 10:16:52 +01:00
Will McGugan
092f97703b Merge pull request #732 from Textualize/event-char
added char attribute to Text event
2022-09-04 11:17:03 +01:00
Will McGugan
b271ca7c2f added char attribute to Text event 2022-09-04 11:02:24 +01:00
Will McGugan
9ddf6e0d8e Merge branch 'css' into validate-id 2022-09-02 14:02:58 +01:00
Will McGugan
f99bcd17cd Merge branch 'css' into invisible-widgets 2022-09-02 14:02:18 +01:00
Will McGugan
0a66feda85 Merge pull request #727 from Textualize/default-css
Default css
2022-09-02 14:01:56 +01:00
Will McGugan
46d66c6902 Merge pull request #726 from Textualize/scrollbar-overlap
scrollbar fix
2022-09-02 14:01:47 +01:00
Will McGugan
d9fcba68cc Merge pull request #722 from Textualize/log-verbosity
Log verbosity
2022-09-02 14:01:38 +01:00
Will McGugan
54e05fa8aa validate identifiers 2022-09-02 11:01:30 +01:00
Will McGugan
44d4fa2f08 exclude invisible widgets 2022-09-02 10:11:09 +01:00
Will McGugan
e555b8512f Default css 2022-09-02 09:56:04 +01:00
Will McGugan
d8e35a15cb scrollbar fix 2022-09-01 21:07:36 +01:00
Will McGugan
e51ebab345 fix devtools run 2022-09-01 20:17:47 +01:00
Will McGugan
278b8485e6 Merge pull request #724 from Textualize/css-path-relative
CSS Path Relative
2022-09-01 16:36:55 +01:00
Darren Burns
c9136eb247 Relative string CSS paths 2022-09-01 13:29:56 +01:00
Will McGugan
4637747c57 exclude log groups 2022-09-01 12:05:05 +01:00
Will McGugan
433aaafdd2 new logging 2022-09-01 11:11:03 +01:00
Darren Burns
2b7584c7ff Add opacity docs 2022-08-31 17:08:21 +01:00
Darren Burns
09acbfedfd Implement widget opacity 2022-08-31 15:57:37 +01:00
Darren Burns
4ed9e780de Merge branch 'css' of github.com:willmcgugan/textual into opacity-changes 2022-08-31 14:16:02 +01:00
Darren Burns
210214260d Renaming opacity to text-opacity in code 2022-08-31 13:39:34 +01:00
Will McGugan
fe49b36142 Merge pull request #684 from Textualize/delay-transition
Delay transition
2022-08-31 11:47:01 +01:00
darrenburns
01df7c8819 Merge branch 'css' into table-layout 2022-08-30 16:18:32 +01:00
Darren Burns
45fbad2931 Merge branch 'css' of github.com:Textualize/textual into delay-transition 2022-08-30 16:07:46 +01:00
Darren Burns
6734700de2 Testing animation delay in CSS and code 2022-08-30 15:56:24 +01:00
Darren Burns
0455dacfdd Smarter delays - animator doesnt need to work during delay period 2022-08-30 15:51:26 +01:00
Will McGugan
1907b3fd88 Merge pull request #713 from Textualize/docs-values
Values sections for CSS properties, some rewordings
2022-08-30 12:59:31 +01:00
Will McGugan
d258717330 calculator tweak 2022-08-30 12:50:29 +01:00
Darren Burns
779f49f858 Merge branch 'css' of github.com:Textualize/textual into delay-transition 2022-08-30 12:03:30 +01:00
Darren Burns
92f15abc42 Values sections added to CSS properties docs 2022-08-30 11:49:11 +01:00
Will McGugan
b5cb875c5f spacing test 2022-08-30 10:00:12 +01:00
Will McGugan
7463066f0a fix for scrollbar alignment 2022-08-30 10:00:01 +01:00
Will McGugan
f4eb053a26 optimizations 2022-08-29 21:39:08 +01:00
Will McGugan
e2306decee more functionality via CSS 2022-08-29 15:00:10 +01:00
Will McGugan
c3d2a87211 table layout 2022-08-29 11:18:41 +01:00
Darren Burns
ad803a7753 Text justify has become text align 2022-08-26 15:33:42 +01:00
Darren Burns
3b155216f0 Docs for text-justify 2022-08-26 14:51:27 +01:00
Darren Burns
6017bdd6d9 Merge branch 'css' of github.com:willmcgugan/textual into text-justify 2022-08-26 12:28:23 +01:00
Darren Burns
9eb5a17df7 Update sandbox example to use text-justify CSS property 2022-08-25 17:16:44 +01:00
Darren Burns
e8a2892e0e Merge branch 'css' of github.com:Textualize/textual into text-justify 2022-08-25 16:33:54 +01:00
Darren Burns
0db5fe47e0 Text justify initial work, help text 2022-08-25 10:53:44 +01:00
Will McGugan
d96cd97658 Merge branch 'css' into docs-intro 2022-08-23 11:28:53 +01:00
Will McGugan
bda9790a2a stopwatch04 2022-08-20 20:29:19 +01:00
darrenburns
3749412d2f Animation callback (#683)
* Add on_complete callback to Animations

* Add tests for on_complete Animation callbacks

* Update __textual_animation__ signature to include callback

* Support awaitable callbacks for animator on_complete

* Import tidying

* Update animator tests
2022-08-19 14:55:53 +01:00
Will McGugan
cccf0bd51b Merge branch 'css' into docs-intro 2022-08-19 11:39:55 +01:00
Will McGugan
60527b3322 Merge pull request #680 from Textualize/css-syntax-error-message
Improve error message for CSS syntax error
2022-08-18 10:38:42 +01:00
Darren Burns
113ac87c9e Use friendly_list in syntax error message 2022-08-18 10:28:55 +01:00
Will McGugan
29422a6d0b Merge branch 'css' into docs-intro 2022-08-17 15:05:13 +01:00
Will McGugan
97a9619d59 revised screens api 2022-08-17 08:46:06 +01:00