Will McGugan
|
6d4227bb53
|
idle events disable
|
2021-05-30 12:10:38 +01:00 |
|
Will McGugan
|
4d0bb200e1
|
disable messages
|
2021-05-30 12:01:47 +01:00 |
|
Will McGugan
|
12b2a047a3
|
added mouse enter leave and idle
|
2021-05-30 11:30:48 +01:00 |
|
Will McGugan
|
c7427baaed
|
more mouseevents
|
2021-05-28 22:19:41 +01:00 |
|
Will McGugan
|
8e6dbe5406
|
mouse events
|
2021-05-28 18:28:26 +01:00 |
|
Will McGugan
|
6aac8da698
|
scrollbars
|
2021-05-28 16:09:56 +01:00 |
|
Sondre Lillebø Gundersen
|
0933eea4c6
|
Remove Python 3.10-beta.1 for now, since dependency resolving seems to fail
|
2021-05-24 14:11:42 +02:00 |
|
Sondre Lillebø Gundersen
|
fcefee541f
|
Add Python 3.10-beta.1 to test matrix
|
2021-05-24 14:11:04 +02:00 |
|
Will McGugan
|
068cb86555
|
terminal resize events
|
2021-05-23 16:44:40 +01:00 |
|
Will McGugan
|
9d97507b7d
|
view and widgets
|
2021-05-22 17:06:43 +01:00 |
|
Will McGugan
|
ce4f18cc47
|
Merge pull request #1248 from willmcgugan/dependabot/pip/sphinx-4.0.2
Bump sphinx from 4.0.1 to 4.0.2
|
2021-05-21 11:00:53 +01:00 |
|
dependabot[bot]
|
c2f40e035d
|
Bump sphinx from 4.0.1 to 4.0.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.1...v4.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-21 05:32:09 +00:00 |
|
Will McGugan
|
7e1928efee
|
Merge branch 'master' into tui
|
2021-05-20 16:42:15 +01:00 |
|
Will McGugan
|
a81230bcff
|
Merge pull request #1245 from willmcgugan/status-text
fix status text
|
2021-05-19 17:15:19 +01:00 |
|
Will McGugan
|
540e887c5a
|
fix spinner typing
|
2021-05-19 17:06:22 +01:00 |
|
Will McGugan
|
9b928b8db8
|
remove 3.10 for now
|
2021-05-19 17:02:53 +01:00 |
|
Will McGugan
|
978034da81
|
added 3.10 to tests
|
2021-05-19 16:58:33 +01:00 |
|
Will McGugan
|
12bd89dac9
|
update python versions
|
2021-05-19 16:52:26 +01:00 |
|
Will McGugan
|
a5eada7ac4
|
fix status text
|
2021-05-19 16:50:09 +01:00 |
|
Will McGugan
|
4f632ef7b1
|
widgets
|
2021-05-19 16:40:16 +01:00 |
|
Will McGugan
|
91cd7aec2a
|
layout def
|
2021-05-18 11:21:36 +01:00 |
|
Will McGugan
|
fd4f1bc5d0
|
Merge pull request #1237 from willmcgugan/dependabot/pip/pytest-cov-2.12.0
Bump pytest-cov from 2.11.1 to 2.12.0
|
2021-05-18 09:41:50 +01:00 |
|
Will McGugan
|
4110dcc24d
|
Merge pull request #1238 from polyedre/remove-unused-import
style: remove unused import
|
2021-05-17 22:33:44 +01:00 |
|
Will McGugan
|
690507d4f3
|
Merge pull request #1239 from willmcgugan/fix-markdown-layout
fix for markdown in layout
|
2021-05-17 22:30:05 +01:00 |
|
Will McGugan
|
11242adb2b
|
fix for markdown in layout
|
2021-05-17 22:23:32 +01:00 |
|
Will McGugan
|
6fa66dafd5
|
manager
|
2021-05-17 22:18:08 +01:00 |
|
polyedre
|
4d8c480adf
|
style: remove unused import
|
2021-05-17 21:11:36 +02:00 |
|
dependabot[bot]
|
f12f072022
|
Bump pytest-cov from 2.11.1 to 2.12.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.11.1...v2.12.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-17 06:05:01 +00:00 |
|
Will McGugan
|
94661d38f4
|
Merge pull request #1233 from polyedre/fix-layout-doc-codebloc
Fix layout doc codebloc
|
2021-05-16 21:21:27 +01:00 |
|
Will McGugan
|
c719319d39
|
message pump app
|
2021-05-16 16:36:42 +01:00 |
|
polyedre
|
d1601f9636
|
doc(layout): remove trailing spaces
|
2021-05-15 13:33:30 +02:00 |
|
polyedre
|
285937f3fa
|
doc(layout): fix unrecognized codebloc
Without the two `::`, the following codebloc is not recognized as a codebloc and
the formatting was weird.
|
2021-05-15 13:31:30 +02:00 |
|
Will McGugan
|
7d02d29ba8
|
attrs example, version bump
|
2021-05-12 18:18:17 +01:00 |
|
Will McGugan
|
22e95c9b10
|
Merge pull request #1203 from nathanrpage97/feat/mypy-strict-compliant
mypy strict compliant
|
2021-05-12 18:08:53 +01:00 |
|
Will McGugan
|
b7bbbe564b
|
Merge branch 'master' into feat/mypy-strict-compliant
|
2021-05-12 18:03:05 +01:00 |
|
Will McGugan
|
5c8a3318d2
|
Merge pull request #1225 from willmcgugan/dependabot/pip/sphinx-4.0.1
Bump sphinx from 3.5.4 to 4.0.1
|
2021-05-12 15:49:38 +01:00 |
|
Will McGugan
|
43579815d2
|
Merge pull request #1231 from willmcgugan/user-dict
User dict
|
2021-05-12 15:49:11 +01:00 |
|
Will McGugan
|
b5e47684e0
|
tweak insepct output
|
2021-05-12 15:38:08 +01:00 |
|
Will McGugan
|
410a06e18f
|
added types to pretty printer
|
2021-05-12 15:31:19 +01:00 |
|
Will McGugan
|
201fe91a34
|
Merge pull request #1227 from oleksis/master
Add link to Korean translation readme
|
2021-05-12 09:35:58 +01:00 |
|
oleksis
|
9f71115091
|
Add link to Korean translation readme
|
2021-05-11 12:05:42 -04:00 |
|
Will McGugan
|
709613e4f2
|
Merge pull request #1226 from youngchaena/kr-translate
KR translate
|
2021-05-11 15:07:44 +01:00 |
|
Youngchae Na
|
05f175ec22
|
fix typo on README.kr.md
|
2021-05-11 22:51:48 +09:00 |
|
Youngchae Na
|
b4bc376030
|
fix typo on README.kr.md
|
2021-05-11 22:50:16 +09:00 |
|
Youngchae Na
|
1a941246ba
|
add Korean readme link
|
2021-05-11 22:45:25 +09:00 |
|
Youngchae Na
|
529988e339
|
translate project using Rich to Korean
|
2021-05-11 22:44:58 +09:00 |
|
Youngchae Na
|
10e2c27918
|
add Korean translation
|
2021-05-11 22:20:58 +09:00 |
|
Will McGugan
|
ba831468a1
|
Merge pull request #1223 from willmcgugan/dependabot/pip/attrs-21.2.0
Bump attrs from 20.3.0 to 21.2.0
|
2021-05-11 11:47:10 +01:00 |
|
dependabot[bot]
|
b303d9c9b8
|
Bump sphinx from 3.5.4 to 4.0.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.4 to 4.0.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.4...v4.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-11 05:06:29 +00:00 |
|
Will McGugan
|
9febf2a4a4
|
typo
|
2021-05-10 14:38:18 +01:00 |
|