Commit Graph

4152 Commits

Author SHA1 Message Date
Will McGugan 43d3b04725
Merge pull request #3548 from Textualize/bump1394
bump to 13.9.4
2024-11-01 16:42:58 +00:00
Will McGugan e440ff2380 bump 2024-11-01 16:40:10 +00:00
Will McGugan 12301e3041
Merge pull request #3546 from Textualize/faster-cell-len
use sets
2024-11-01 15:31:31 +00:00
Will McGugan 02f3d148e8 comment 2024-11-01 12:16:56 +00:00
Will McGugan aaaef278be leaner syntax 2024-11-01 12:14:20 +00:00
Will McGugan 6cef0bcb0e leaner cell_len 2024-11-01 12:03:20 +00:00
Will McGugan 46150cdbf6 sum and map is faster 2024-10-31 18:45:13 +00:00
Will McGugan 9e7f363aeb use sets 2024-10-31 15:48:27 +00:00
Will McGugan afcc5c5a95
Merge pull request #3535 from Textualize/regex-error
Regex error
2024-10-22 16:34:55 +01:00
Will McGugan 60f3b615a7 changelog 2024-10-22 16:29:46 +01:00
Will McGugan 04db8c2946 update regex 2024-10-22 16:23:41 +01:00
Will McGugan b93d3b6d98 test single cell widths 2024-10-22 16:13:14 +01:00
Will McGugan be42f1b082 test and added box drawing characters 2024-10-22 16:10:04 +01:00
Will McGugan ad6b8865ff version bump 2024-10-22 15:45:57 +01:00
Will McGugan db2e3e8930 assert cut 2024-10-22 15:43:33 +01:00
Will McGugan 68e1b6386d fix regex 2024-10-22 15:37:12 +01:00
Will McGugan 0f2f51b872
Merge pull request #3521 from Textualize/splitcells-fix
Segment.split_cells fix
2024-10-04 12:49:13 +01:00
Will McGugan 8b84ee998a
Merge pull request #3514 from mdmintz/complete-the-3.7-drop
Drop Python 3.7 leftovers
2024-10-04 12:46:29 +01:00
Will McGugan 661ae8dfac version bump 2024-10-04 12:43:43 +01:00
Will McGugan 834d1785f4 tests 2024-10-04 12:41:32 +01:00
Will McGugan babf74a7ea more tests 2024-10-04 12:38:55 +01:00
Will McGugan 4f40703e4f fix for split cells 2024-10-04 11:55:26 +01:00
Will McGugan 66074922ed
Merge pull request #3518 from TomJGooding/fix-table-highlight-columns-added-by-add-row
fix(table): highlight columns added by add_row
2024-10-04 10:40:50 +01:00
Will McGugan e732952eb5
Merge pull request #3519 from TomJGooding/docs-table-add-column-highlight-option
docs(table): add column highlight option
2024-10-04 10:40:37 +01:00
TomJGooding 0176befbba docs(table): add column highlight option 2024-10-03 16:34:41 +01:00
TomJGooding 16b3830408 fix(table): highlight columns added by add_row 2024-10-03 16:05:56 +01:00
Will McGugan 5ba9cb56e6
Merge pull request #3513 from Textualize/typing-extensions-fix
depenency fix
2024-10-01 14:35:48 +01:00
Will McGugan 2e98b726ba depenency fix 2024-10-01 14:31:42 +01:00
Michael Mintz 0a549ce1af Drop Python 3.7 leftovers 2024-10-01 09:26:19 -04:00
Will McGugan 36f3ca645d changelog 2024-10-01 13:10:58 +01:00
Will McGugan 92abd703b3
Merge pull request #3509 from Textualize/panel-title-style
respect text.style in panels
2024-10-01 13:08:19 +01:00
Will McGugan 7db6b63222 version bump 2024-10-01 13:04:13 +01:00
Will McGugan d141390007 skip lockfiles in codespell 2024-10-01 12:59:24 +01:00
Will McGugan 0c77fb744e typing fix 2024-10-01 12:52:15 +01:00
Will McGugan ff52f68b78 typing tweak 2024-10-01 12:44:11 +01:00
Will McGugan fd7b32603c test fix 2024-10-01 12:38:31 +01:00
Will McGugan 3936debf0c changelog 2024-10-01 12:28:49 +01:00
Will McGugan 45b7cef96b test fixes 2024-10-01 12:20:09 +01:00
Will McGugan 67e68f3722 bump Python 2024-09-30 20:37:16 +01:00
Will McGugan 1c4f3e9f48 alternative Self import 2024-09-30 20:30:25 +01:00
Will McGugan 225cecd99d remove iterationspeed 2024-09-30 20:22:32 +01:00
Will McGugan 30392288b2 revert iteration speed column 2024-09-30 20:16:08 +01:00
Will McGugan a48c790cfa formatting 2024-09-30 19:57:16 +01:00
Will McGugan 508c0086f8 respect text.style in panels 2024-09-30 19:48:50 +01:00
Will McGugan 7022e20224 Test fixes 2024-09-30 17:45:26 +01:00
Will McGugan 7008364ded
Merge pull request #3347 from PyWoody/highlight_regex_compiled
highlight_regex in rich.text.Text Now Expects a Compiled Regular Expression (re.compile) Has Been Passed
2024-09-30 15:39:42 +01:00
Will McGugan b5d063ca16
Merge branch 'master' into highlight_regex_compiled 2024-09-30 15:39:33 +01:00
Will McGugan 03e574bedc
Update rich/text.py 2024-09-30 15:38:58 +01:00
Will McGugan e933d3cb79
Update CHANGELOG.md 2024-09-30 15:38:07 +01:00
Will McGugan 68ead31471
Merge pull request #3413 from lewis-yeung/dev
Fix auto detection of terminal size on Windows
2024-09-30 15:36:42 +01:00