Kovid Goyal
af724090d2
Add a non-delete test as well
2023-06-14 09:44:51 +05:30
Kovid Goyal
eefb6d76fd
...
2023-06-14 08:12:45 +05:30
Kovid Goyal
80fb6f0f12
Merge branch 'master' of https://github.com/olzhasar/kitty
2023-06-14 08:08:51 +05:30
Kovid Goyal
4c5f4c4baf
Apparently Python 3.12 no longer raises FileNotFoundError when closing a deleted file
...
Fixes #6360 (I hope) dont have time to actually test with pre-release
python builds
2023-06-14 08:06:47 +05:30
Kovid Goyal
b96a261a35
...
2023-06-14 08:03:47 +05:30
olzhasar
d0a5d1b3a4
Fix misspellings
2023-06-14 03:39:53 +06:00
Kovid Goyal
aa0642d3e3
Show shader filename in compilation error messages
2023-06-13 22:06:22 +05:30
Kovid Goyal
46d6130edd
Build the multi-replace dict only once
2023-06-13 21:33:05 +05:30
Kovid Goyal
97746a26f5
Move loading of shader programs into shaders module
2023-06-13 18:08:39 +05:30
Kovid Goyal
9f377c5ccb
Cache shader source code loading
2023-06-13 17:58:17 +05:30
Kovid Goyal
85a955a796
Move shader loading code into its own module
2023-06-13 17:09:38 +05:30
Kovid Goyal
9a1c781230
Use sub-targets rather than recursively invoking make
2023-06-13 15:31:58 +05:30
Kovid Goyal
82900730d0
Fix typo in Makefile (no build target)
2023-06-13 15:29:57 +05:30
Kovid Goyal
86b4637df7
Clean up shader compilation error handling
2023-06-13 15:23:14 +05:30
Kovid Goyal
b40a4f5f7d
DRYer
2023-06-13 14:58:51 +05:30
Kovid Goyal
288bb034b5
Remove duplicate definitions of linear2srgb functions in shaders
2023-06-13 14:54:20 +05:30
Kovid Goyal
444ec2484d
Infrastructure for loading shaders from multiple source files
...
Can eventually be used to share source code (functions) across many shaders
2023-06-13 12:55:00 +05:30
Kovid Goyal
1ccfa8cda6
add path to envvars for cross compilation
2023-06-13 08:22:14 +05:30
Kovid Goyal
08e471c58f
...
2023-06-13 08:21:54 +05:30
Kovid Goyal
88a5086f71
Add rudimentary support for cross-compilation
...
Not really tested, actual cross compilers, feel free to send patches.
Fixes #6354
2023-06-13 07:56:16 +05:30
Kovid Goyal
da1276d84a
Correct the naming of the window arg to call_remote_control
2023-06-10 09:47:37 +05:30
Kovid Goyal
498963fc7c
Fix example in docs of using call_remote_control
...
Fixes #6353
2023-06-10 09:43:41 +05:30
Kovid Goyal
162faa42be
Fix window size not always being hidden after a resize
2023-06-07 16:45:23 +05:30
Kovid Goyal
3ae489b151
Fix #6345
...
@m4rw3r this is fixing a bug in #6218 . Seems fairly straightforward but
since it's your code, please review.
2023-06-07 16:23:30 +05:30
Kovid Goyal
5ef5b5f363
...
2023-06-07 15:56:25 +05:30
Kovid Goyal
cd56597e7e
Remove the resize_draw_strategy option
...
Use scale + size as the fixed strategy. This is because static looks
bad with translucent windows (the cell area ends up a different opacity
than the newly exposed window area).
2023-06-07 15:36:05 +05:30
Kovid Goyal
89875af5e6
Fix jerky behavior when live resizing an OS window on platforms that report live resize being and end events
...
Also disable live resize begin/end events on Wayland since they are not
reliable.
On platforms that support live resize begin/end use a separately
configurable pause time before the screen is redrawn.
Fixes #6341
2023-06-07 14:31:39 +05:30
Kovid Goyal
af389d6860
...
2023-06-06 21:42:20 +05:30
Kovid Goyal
99790645c3
Also rebuild the HTML docs that are bundled with the kitty package
2023-06-06 14:36:17 +05:30
Kovid Goyal
f0bf780242
Fix incomplete search results on kitty docs website search
...
Fixes #6342
2023-06-06 14:04:45 +05:30
Kovid Goyal
6293c3e1ac
Merge branch 'dependabot/go_modules/github.com/shirou/gopsutil/v3-3.23.5' of https://github.com/kovidgoyal/kitty
2023-06-05 09:15:24 +05:30
Kovid Goyal
7b8e86bbdc
Merge branch 'dependabot/go_modules/github.com/dlclark/regexp2-1.10.0' of https://github.com/kovidgoyal/kitty
2023-06-05 09:14:16 +05:30
Kovid Goyal
5e7d8d5710
Merge branch 'dependabot/go_modules/golang.org/x/sys-0.8.0' of https://github.com/kovidgoyal/kitty
2023-06-05 09:13:36 +05:30
dependabot[bot]
8d1facd84d
Bump github.com/shirou/gopsutil/v3 from 3.23.3 to 3.23.5
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.23.3 to 3.23.5.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.3...v3.23.5 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-05 03:43:12 +00:00
dependabot[bot]
7937575edd
Bump github.com/dlclark/regexp2 from 1.9.0 to 1.10.0
...
Bumps [github.com/dlclark/regexp2](https://github.com/dlclark/regexp2 ) from 1.9.0 to 1.10.0.
- [Commits](https://github.com/dlclark/regexp2/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/dlclark/regexp2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-05 03:43:04 +00:00
dependabot[bot]
226e81a86f
Bump golang.org/x/sys from 0.7.0 to 0.8.0
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/sys/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-05 03:42:58 +00:00
Kovid Goyal
d6dfa11e8e
Create dependabot.yml
2023-06-05 09:12:33 +05:30
Kovid Goyal
21d0522d90
Fix a regression in 0.27.0 that broke setting of specific edge padding/margin via remote control. Fixes #6333
2023-06-04 22:24:48 +05:30
Kovid Goyal
af65b68ac3
Make timestamps.js re-useable
2023-06-01 05:56:02 +05:30
Kovid Goyal
0d9f08f82e
...
2023-06-01 05:31:59 +05:30
Kovid Goyal
5195e45a26
Move video markup into a separate file
2023-05-31 21:48:20 +05:30
Kovid Goyal
b7f136962a
Move the timestamp data into the rst file
...
Also get rid of the custom styling for the timestamp list
2023-05-31 21:27:09 +05:30
Kovid Goyal
2c8d00f1c4
Add a title to the list of timestamps
2023-05-31 20:59:13 +05:30
Kovid Goyal
bf2c29ad4f
No need to use JS modules just embed the data in timestamps.js
2023-05-31 20:56:22 +05:30
Kovid Goyal
2b3865f74e
Refactor timestamps JS
...
It is safe to use innerHTML since the strings we are using it with are
under out control
2023-05-31 20:53:03 +05:30
Kovid Goyal
d919864936
Merge branch 'master' of https://github.com/waikoo/kitty
2023-05-31 20:29:22 +05:30
waikoo
9409fff163
Correct css filename
2023-05-31 15:45:56 +03:00
waikoo
329e7039da
Add timestamps under introductory video
2023-05-31 15:42:48 +03:00
Kovid Goyal
2070dbb1e4
Live load *-actions.conf
2023-05-31 10:51:44 +05:30
Kovid Goyal
0873e3ea09
...
2023-05-31 07:22:49 +05:30