Kovid Goyal
|
6f588a0c29
|
run modernize
|
2025-11-11 17:09:37 +05:30 |
|
Kovid Goyal
|
0d2b44ce17
|
Make go vet happy
|
2025-09-08 10:08:37 +05:30 |
|
Kovid Goyal
|
a341f8b56f
|
Nicer error message
|
2025-07-09 11:48:40 +05:30 |
|
Kovid Goyal
|
c861259e3b
|
Rename go module from kitty -> github.com/kovidgoyal/kitty
Makes the code more easily re-useable in other projects
|
2025-05-16 08:43:39 +05:30 |
|
Kovid Goyal
|
d548a6fcf4
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
Kovid Goyal
|
341df0dccb
|
More CodeQL fixes
|
2025-04-20 22:13:45 +05:30 |
|
Kovid Goyal
|
da1626090a
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
Kovid Goyal
|
11b0522eb9
|
Fix #8001
|
2024-10-29 05:32:07 +05:30 |
|
Kovid Goyal
|
71d49b5328
|
choose-fonts kitten: allow specifying the name of the conf file to edit
Fixes #7926
|
2024-09-29 20:50:00 +05:30 |
|
Kovid Goyal
|
0a7812ab20
|
Add nil check in send
|
2024-09-26 00:55:45 +05:30 |
|
Kovid Goyal
|
ae8da889c4
|
Make mypy 1.11 happy
|
2024-07-20 10:15:01 +05:30 |
|
Kovid Goyal
|
24f01136c7
|
DRYer
Make CLI Only kittens run in overlay windows when run via the kitten
action mapping by default.
|
2024-07-05 13:23:41 +05:30 |
|
Kovid Goyal
|
d8dc237af7
|
...
|
2024-07-05 12:37:54 +05:30 |
|
Kovid Goyal
|
2dc478f7df
|
Allow running the choose fonts kitten via a mapping easily
|
2024-07-05 12:17:14 +05:30 |
|
Kovid Goyal
|
5d531273ab
|
Allow changing sample text in showcase function
|
2024-06-25 11:26:14 +05:30 |
|
Kovid Goyal
|
73a5401815
|
Sort style names by variant axis value when available
|
2024-06-24 07:54:19 +05:30 |
|
Kovid Goyal
|
d51c56ed65
|
Fix marking of current style in list
|
2024-06-24 07:54:19 +05:30 |
|
Kovid Goyal
|
f887519c1e
|
Fix spec generation for auto setting
|
2024-06-24 07:54:19 +05:30 |
|
Kovid Goyal
|
800bad207a
|
Fix changing styles discarding features
|
2024-06-24 07:54:19 +05:30 |
|
Kovid Goyal
|
2638c7241f
|
Preserve auto setting when re-running choose-fonts on already selected family
|
2024-06-24 07:54:19 +05:30 |
|
Kovid Goyal
|
64340943bd
|
...
|
2024-06-24 07:54:19 +05:30 |
|
Kovid Goyal
|
6e29561486
|
Fix sorting of features in UI
|
2024-06-24 07:54:19 +05:30 |
|
Kovid Goyal
|
a2b296d73e
|
Setting of index features now basically works
|
2024-06-24 07:54:19 +05:30 |
|
Kovid Goyal
|
0633000c50
|
...
|
2024-06-24 07:54:19 +05:30 |
|
Kovid Goyal
|
09ad164ed5
|
Implement toggling of boolean features
|
2024-06-24 07:54:18 +05:30 |
|
Kovid Goyal
|
4b323a6b81
|
Work on UI for features
|
2024-06-24 07:54:18 +05:30 |
|
Kovid Goyal
|
e2919a0f2d
|
Fix preview rendering when height of previewed font greater than cell height
|
2024-06-24 07:54:18 +05:30 |
|
Kovid Goyal
|
9782833308
|
test render function to develop the sample renderer
|
2024-06-24 07:54:18 +05:30 |
|
Kovid Goyal
|
72257f652d
|
...
|
2024-06-24 07:54:18 +05:30 |
|
Kovid Goyal
|
a69d71d416
|
Render font feature list in UI
|
2024-06-24 07:54:18 +05:30 |
|
Kovid Goyal
|
7e56920fa3
|
Get feature human readable names
|
2024-06-24 07:54:18 +05:30 |
|
Kovid Goyal
|
b017cc0c1e
|
Handle variable fonts like cascadia code that dont have a postfix variation prefix name for some of their faces
|
2024-06-24 07:54:17 +05:30 |
|
Kovid Goyal
|
815df1e210
|
Wire up applying of font config
|
2024-06-24 07:54:17 +05:30 |
|
Kovid Goyal
|
7fafdeef48
|
More work on choose_fonts
|
2024-06-24 07:54:17 +05:30 |
|
Kovid Goyal
|
7c42682b01
|
Render preview synchronously to avoid flashing
|
2024-06-24 07:54:17 +05:30 |
|
Kovid Goyal
|
345134c7d0
|
Get axis clicking working
|
2024-06-24 07:54:17 +05:30 |
|
Kovid Goyal
|
0afc92104d
|
more work on axis fine tuning
|
2024-06-24 07:54:17 +05:30 |
|
Kovid Goyal
|
f3a1a1da1c
|
Render variable axes
|
2024-06-24 07:54:17 +05:30 |
|
Kovid Goyal
|
b482c1a050
|
Generalize code to get variable spec
|
2024-06-24 07:54:17 +05:30 |
|
Kovid Goyal
|
fa2a11310d
|
More work on face fine tune UI
|
2024-06-24 07:54:17 +05:30 |
|
Kovid Goyal
|
036d1174c7
|
Make debug printing in backend.py more convenient
|
2024-06-24 07:54:17 +05:30 |
|
Kovid Goyal
|
0028d7f04b
|
More work on face fine tuning
|
2024-06-24 07:54:16 +05:30 |
|
Kovid Goyal
|
4de06fbeb2
|
Fix face sample rendering
|
2024-06-24 07:54:15 +05:30 |
|
Kovid Goyal
|
a5b5418bd3
|
Work on face panel
|
2024-06-24 07:54:15 +05:30 |
|
Kovid Goyal
|
5d86f5c93f
|
Start work on face panel
|
2024-06-24 07:54:15 +05:30 |
|
Kovid Goyal
|
4a0aa012e4
|
...
|
2024-06-24 07:54:15 +05:30 |
|
Kovid Goyal
|
e23243ec78
|
Use PSname in faces preview panel
|
2024-06-24 07:54:15 +05:30 |
|
Kovid Goyal
|
f62fd424d2
|
Transmit metadata about rendered samples
|
2024-06-24 07:54:15 +05:30 |
|
Kovid Goyal
|
a4bff36baf
|
Get rendering of faces panel working
|
2024-06-24 07:54:15 +05:30 |
|
Kovid Goyal
|
409009a337
|
Work on faces panel
|
2024-06-24 07:54:15 +05:30 |
|