Commit Graph

859 Commits

Author SHA1 Message Date
Will McGugan
352c8b789d tweak to log 2022-04-12 16:18:10 +01:00
Will McGugan
72b39f0ed1 Merge pull request #383 from Textualize/fix-devtools-paths
Ensure filename is passed to devtools from __init__
2022-04-12 16:12:50 +01:00
Darren Burns
6ca51bf727 Add docstring 2022-04-12 15:07:11 +01:00
Darren Burns
7e15822bf9 Use a name less likely to conflict 2022-04-12 15:05:26 +01:00
Darren Burns
c038b02c39 Ensure filename is passed to devtools from __init__ 2022-04-12 14:59:45 +01:00
Will McGugan
b1b6b9cc96 Merge pull request #366 from Textualize/dev-server
Logging server
2022-04-12 14:10:10 +01:00
Darren Burns
f43f0ed803 Fix merge conflict issue 2022-04-12 14:02:03 +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
36d7973c7c Code review actions 2022-04-11 17:01:20 +01:00
Darren Burns
63be3ab4f0 Reset timer skip to old value 2022-04-11 16:23:59 +01:00
Will McGugan
a0f1a9add1 Merge pull request #377 from Textualize/semi-colons
require semi-colons
2022-04-11 16:22:29 +01:00
Darren Burns
671554e648 Add support for kwargs logging 2022-04-11 16:21:43 +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
e5f87e337e docstrings 2022-04-11 15:40:29 +01:00
Darren Burns
b6a8bf0cfb Some documentation and tidy up 2022-04-11 15:25:27 +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
c7a93f3d0b Merge pull request #376 from Textualize/custom-scrollbars
Custom scrollbars
2022-04-11 11:38:51 +01:00
Will McGugan
43b7f381cb Words 2022-04-11 11:11:20 +01:00
Will McGugan
b6d3388580 remove important 2022-04-11 11:06:26 +01:00
Will McGugan
3afc8b5f0d docs 2022-04-11 11:01:35 +01:00
Will McGugan
9d13992864 tweaks 2022-04-11 10:52:48 +01:00
Will McGugan
a4fce1e382 color system 2022-04-11 10:48:20 +01:00
Will McGugan
adafda3edf allow scrollbars to be customized 2022-04-10 15:33:35 +01:00
Will McGugan
6c51eec5c0 Merge pull request #372 from Textualize/timer-fix
Timer fix
2022-04-09 08:28:49 +01:00
Will McGugan
1f3d6d6b69 don't animate scroll down 2022-04-09 08:28:30 +01:00
Will McGugan
ef80d63abd remove time for timer callback 2022-04-08 15:48:49 +01:00
Darren Burns
678c6c60a4 Devtools "Service" for managing state of running instance 2022-04-08 15:48:36 +01:00
Will McGugan
fd0684360c docstring 2022-04-08 15:45:50 +01:00
Will McGugan
ada31e68de docstring 2022-04-08 15:43:43 +01:00
Darren Burns
3ca1e2b945 Extract devtools renderables into own module 2022-04-08 15:40:50 +01:00
Will McGugan
2b48f30aae use animation equality 2022-04-08 15:40:32 +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
29ad56a0fb Merge pull request #349 from Textualize/color-palette
WIP New color class
2022-04-07 16:03:50 +01:00
Will McGugan
ecf2d93767 change on- to text- 2022-04-07 16:00:17 +01:00
Will McGugan
28be8bdd33 added hypen between numbers in css variables 2022-04-07 15:57:40 +01:00
Darren Burns
35330aa4b5 Graceful shutdown of devtools server 2022-04-07 15:35:08 +01:00
Will McGugan
38340bf0e8 docstring 2022-04-07 14:49:53 +01:00
Will McGugan
720619be7c remove comment 2022-04-07 14:46:51 +01:00
Darren Burns
13e14b9768 More docstrings 2022-04-07 13:56:05 +01:00
Darren Burns
3646fd08f7 More docstrings 2022-04-07 13:53:35 +01:00
Will McGugan
d2b7c4d44a remove superfluous file 2022-04-07 10:55:58 +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
8ff74e23ae Correctly import Literal on Python 3.7 2022-04-07 09:36:17 +01:00
Will McGugan
09580fe6d4 added start and end index to get_render_lines 2022-04-07 09:25:14 +01:00