Commit Graph

385 Commits

Author SHA1 Message Date
Olivier Philippon
ee30b54828 [css] Add "scrollbar-size" CSS properties - first step 2022-05-25 09:30:46 +01:00
Will McGugan
8daf832c4c more general app 2022-05-24 10:26:20 +01:00
Olivier Philippon
d14659c1a3 [terminal buffering] Add support for the "mode 2026"
That task is definitely way more complicated that it seemed to be 😅
2022-05-24 09:20:56 +01:00
Will McGugan
689c759181 Merge branch 'css' into docs-update 2022-05-23 18:09:43 +01:00
Will McGugan
c212fd501f Merge pull request #507 from Textualize/try-mocking-time-during-integration-tests
Mock time during integration tests
2022-05-23 17:09:57 +01:00
Will McGugan
d1235e0d97 docs plugin 2022-05-23 15:47:55 +01:00
Will McGugan
af6a9a850d compensated in box mode for scrollbars 2022-05-22 08:59:36 +01:00
Darren Burns
ff5eaa0680 Merge branch 'css' of github.com:Textualize/textual into text-input-cursor-to-click 2022-05-20 16:37:44 +01:00
Darren Burns
4a4841d0db Suggestion autocomplete function now returns full suggestion, Textual calculates suffix 2022-05-20 15:29:24 +01:00
Olivier Philippon
4549f2d478 [clock] Add a centralised Clock, responsible for anything related to time
This makes time quite easier to mock during integration tests :-)
2022-05-20 14:51:47 +01:00
Will McGugan
cb1289ff97 Fix escape key 2022-05-20 14:28:03 +01:00
Darren Burns
4c03fb0348 Simplify file search sandbox 2022-05-20 14:26:51 +01:00
Will McGugan
5db995e6ed restore horizontal.css 2022-05-20 14:00:15 +01:00
Will McGugan
ba48050721 Fix for missing edges on some boxes 2022-05-20 13:59:36 +01:00
Darren Burns
d8aa103633 Simple file search live filter sandbox example 2022-05-20 13:52:03 +01:00
Darren Burns
66d73bcdef Merge branch 'css' of github.com:Textualize/textual into text-input-cursor-to-click 2022-05-20 13:18:41 +01:00
Will McGugan
ce8bb775de Merge branch 'css' into auto-dimensions 2022-05-20 12:00:50 +01:00
Will McGugan
ab0e524888 Merge pull request #522 from Textualize/css-add-blank-border-type
[css] add "blank" border type
2022-05-20 11:48:11 +01:00
Will McGugan
af214d03db comment 2022-05-20 10:45:57 +01:00
Will McGugan
2afeed520d auto layout 2022-05-20 10:40:00 +01:00
Will McGugan
875d67a91d fixes for layout 2022-05-19 17:48:39 +01:00
Darren Burns
bc7a64dae5 Fix scrolling through double-width Unicode characters 2022-05-19 14:14:27 +01:00
Will McGugan
3be7cf74f3 fix for auto width 2022-05-19 11:35:34 +01:00
Will McGugan
1020b41717 fix for closing 2022-05-19 11:21:43 +01:00
Will McGugan
f522063d77 Merge branch 'css' into auto-dimensions 2022-05-19 09:49:36 +01:00
Will McGugan
3a2b16b033 vertical testbed 2022-05-19 09:47:42 +01:00
darrenburns
89fd39578b Merge pull request #495 from Textualize/text-input
Basic text input
2022-05-18 16:35:51 +01:00
Will McGugan
3b0bb8657e docstrings 2022-05-18 15:57:11 +01:00
Darren Burns
6a56e77c75 Calculating offset correctly 2022-05-18 15:49:23 +01:00
Will McGugan
d27d22000b auto height api 2022-05-18 15:30:14 +01:00
Darren Burns
20d651580b Remove unused print 2022-05-18 15:16:09 +01:00
Olivier Philippon
af2f1580ce [css] Add a test for the impact of our border edge types on the layout 2022-05-18 11:41:05 +01:00
Darren Burns
66b7e34f5b Suggestion autocomplete scrolls if required 2022-05-18 11:36:16 +01:00
Olivier Philippon
b135fa784b [css] Add the management of a "blank" value for our borders 2022-05-17 15:18:27 +01:00
Darren Burns
353a31f56a Basic suggestions 2022-05-17 13:27:34 +01:00
Will McGugan
c2c2e79b2b Merge pull request #501 from Textualize/css-add-scrollbar-gutter-property
[css][scrollbar gutter] Manage the `scrollbar-gutter: stable` CSS property
2022-05-17 11:29:40 +01:00
Darren Burns
28e21b4703 Merge branch 'css' of github.com:Textualize/textual into text-input 2022-05-17 11:07:43 +01:00
Will McGugan
806017f0e2 Merge branch 'css' into auto-dimensions 2022-05-17 10:43:04 +01:00
Will McGugan
3e45949a5f tody 2022-05-16 11:47:40 +01:00
Will McGugan
e21921afe4 merge css 2022-05-13 17:11:06 +01:00
Will McGugan
efd4273a4c auto sizing 2022-05-13 15:27:02 +01:00
Darren Burns
5686b6a2c1 API for updating value of textinput widget 2022-05-13 14:54:47 +01:00
Darren Burns
e3aa17b258 Handling scrolling ourselves 2022-05-13 12:14:06 +01:00
Darren Burns
28f01641ce Merge branch 'css' of github.com:Textualize/textual into text-input 2022-05-13 10:27:39 +01:00
Darren Burns
4a5db9b4b0 Some experimenting with using the widget in different ways 2022-05-12 16:22:35 +01:00
Darren Burns
c34973ce80 Simple multiline text widget to help model text base class 2022-05-12 11:15:41 +01:00
Olivier Philippon
685a2fb510 [css][scrollbar gutter] Manage the scrollbar-gutter: stable CSS property
(only for vertical content though; we may see later on if we want to also apply that logic for horizontal scrolls?)
https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter
2022-05-12 10:19:46 +01:00
Will McGugan
a51cb0c329 Merge remote-tracking branch 'origin/css' into compositor-granularity 2022-05-11 15:20:24 +01:00
Will McGugan
73a2dfb3c6 Merge pull request #494 from Textualize/tests-e2e-see-if-we-can-test-scroll-to-widget
[tests][e2e] Add a test for `Widget#scroll_to_widget()`
2022-05-11 14:52:40 +01:00
Will McGugan
b7a3a9b4c8 Merge pull request #486 from Textualize/css-add-did-you-mean-for-css-color-names
[css] Add a "Did you mean" suggestion when the value of a color is wrong but we can find a close one
2022-05-11 14:41:17 +01:00