507e547aa4
Update version to v2022.04.23
2022-04-23 17:52:40 +10:00
e01e2351b2
Make installable on Ubuntu Jammy
...
- Move to python3.10
- Move to ruby3.0
2022-04-23 17:49:49 +10:00
8aa9c1ed9f
Update version to v2022.04.18
2022-04-18 00:26:49 +10:00
4f4b7c80f3
termstr: Make center method match str's center.
...
- Fixes wiggling titles in fill3 borders.
2022-04-18 00:23:23 +10:00
0d6dbacd7d
fill3: Don't show scrollbars when the scroll position is negative
2022-03-15 20:07:19 +10:00
0da0d92585
Revert "fill3: Cope with negative interval fractions in scrollbars"
...
This reverts commit b9455f393d .
- Fixed the bug properly in diff-edit.
2022-03-15 13:01:38 +10:00
51700abd3a
Update version to v2022.03.15
2022-03-15 10:25:45 +10:00
b9455f393d
fill3: Cope with negative interval fractions in scrollbars
2022-03-15 10:24:38 +10:00
34130e2506
Update version to v2022.03.12
2022-03-12 23:58:43 +10:00
4a874ca566
fill3: Fix horizontal scrollbar when vertical scrollbar is on left
2022-03-12 23:57:43 +10:00
93a5cad003
Coding style
...
- Sometimes use functools.cache.
2022-03-12 14:36:58 +10:00
e54a07d038
Coding style
...
- Remove redundant casts since round function returns int in this case.
2022-03-07 19:15:04 +10:00
607653271b
Update version to v2022.02.25
2022-02-25 23:41:56 +10:00
d8aef62647
packaging: Quieter push-new-version
...
- Don't really need to show diff or logs for review.
2022-02-25 23:40:31 +10:00
be29bf124a
packaging: Change update-version to push-new-version
...
- It also pushes changes and the new tag.
- It was easy to forget to push the new tag.
2022-02-23 19:44:59 +10:00
6a9e800b3b
Update version to v2022.02.23
2022-02-23 18:54:46 +10:00
65809feb25
termstr: Termstrs can be constructed from strings containing tabs.
...
- The tab expansion happens after the padding so that the tab stops
are correctly aligned even with wide chars.
2022-02-23 18:54:29 +10:00
284f1ba8cd
termstr: When there are no wide chars to pad don't make a new string
2022-02-23 18:52:52 +10:00
f77d5743a1
fill3: Coding style
...
- Optimize splitting stdin by using a regex.
2022-02-13 21:23:37 +10:00
ccdd657c10
Update version to v2022.02.13
2022-02-13 09:14:13 +10:00
2e3004cd13
fill3: Separate keypresses in input
...
- Stdin can contain more than one keypress when inputted quickly.
2022-02-13 09:13:42 +10:00
a016a36f61
Update version to v2022.01.28
2022-01-28 19:41:13 +10:00
f58a3d4bb0
fill3: Recognize insert key
2022-01-28 19:40:32 +10:00
ec62376f27
Update version to v2022.01.27
2022-01-27 16:52:20 +10:00
87515dd44f
fill3: Correctly limit scroll of portals
2022-01-27 16:51:39 +10:00
d192674236
Update version to v2022.01.24
2022-01-24 23:08:29 +10:00
923a72fef6
fill3: Optionally limit scroll of portals
2022-01-24 23:06:42 +10:00
e13d470d82
Update version to v2022.01.22
2022-01-22 17:42:38 +10:00
8b3ea5e5d4
release: Previous version isn't important
2022-01-22 17:41:32 +10:00
fd066f3338
Coding style
...
- formatting
2022-01-21 16:59:36 +10:00
9439af4061
diff-edit: fill3: Let vertical scrollbar be on the left of view
2022-01-21 10:30:44 +10:00
247b3ebfd3
No full stop in subject lines
2022-01-21 09:05:22 +10:00
b11f51ab75
Update version from v2022.01.18 to v2022.01.21.
2022-01-21 09:03:14 +10:00
4ea09b9ab8
diff-edit: Simplify scrollbar visibility
2022-01-21 09:02:05 +10:00
244dc5897d
diff-edit: Allow negative scroll positions in portals
2022-01-21 08:59:29 +10:00
f9c5399ab9
Coding style
...
- Do one less string concatenation.
2022-01-19 00:33:07 +10:00
4feefbfb2a
Update version from v2022.01.13 to v2022.01.18.
2022-01-18 15:35:59 +10:00
072b2b3132
Install from latest tag
...
- Installing from latest tag is best afterall.
- The tip pulls in dependencies from their latest tag, but that
combination is untested.
- Only tagged commits are tested to work.
2022-01-18 15:30:40 +10:00
695c1d7f96
Coding style
...
- Rename appearance_min to appearance.
2022-01-18 14:37:12 +10:00
6681101b1c
Coding style
...
- Rename appearance to appearance_for.
2022-01-18 14:32:11 +10:00
62ebbd562b
Coding style.
...
- Can determine testing globally with '"unittest" in sys.modules'.
- Removed all the is_being_tested plumbing.
2022-01-14 09:22:27 +10:00
d899423f6b
Update version from v2022.01.08 to v2022.01.13.
2022-01-13 13:27:24 +10:00
dc64289385
fill2: Add ctrl-underscore key
2022-01-13 13:26:51 +10:00
7fd5084040
Its best to install from the tip.
...
- Installing from the latest tag misses the latest fixes, features,
and bugs...
2022-01-09 11:25:00 +10:00
2f328ee595
Some paths have no lscolors entry.
...
- Using the default style, white on black.
2022-01-09 11:20:41 +10:00
f5fb1cc84a
Update version from v2022.01.07 to v2022.01.08.
2022-01-08 10:00:06 +10:00
561c4e12cb
fill3: Add tab key
2022-01-08 09:59:37 +10:00
74c29dad67
fill3: Add delete key correctly.
2022-01-07 09:46:30 +10:00
386a1dca1c
Update version from v2022.01.05 to v2022.01.07.
2022-01-07 09:23:36 +10:00
dd335b2213
fill3: Add delete key.
2022-01-07 09:23:03 +10:00