Commit Graph

  • 95aeaa390f
    ... Kovid Goyal 2024-07-19 12:05:52 +0530
  • e15e882d10
    DRYer Kovid Goyal 2024-07-19 11:47:24 +0530
  • 43769bc3e0
    Allow controlling the easing curves used for the visual bell Kovid Goyal 2024-07-19 11:35:00 +0530
  • 3cf07e27a1
    ... Kovid Goyal 2024-07-19 09:24:24 +0530
  • 705df117fd
    Add a note about cursor blink animation energy consumption Kovid Goyal 2024-07-19 09:23:34 +0530
  • 3ff7eb68f8
    Document how to animate the cursor blinking cursor Kovid Goyal 2024-07-19 09:09:13 +0530
  • 942cbea4b5
    Fix rendering of semi-transparent cursors Kovid Goyal 2024-07-19 08:58:24 +0530
  • 3db2ce33b1
    Handle bezier easing function returning negative values Kovid Goyal 2024-07-19 08:27:58 +0530
  • e1730b4c84
    Use more comprehensive linear test for bezier curves Kovid Goyal 2024-07-18 08:38:15 +0530
  • 40770f908b
    ... Kovid Goyal 2024-07-17 21:40:09 +0530
  • 21e19a90f4
    Add test for multiple function handling Kovid Goyal 2024-07-17 21:23:29 +0530
  • 9c75ea795d
    Recognize more linear bezier curves Kovid Goyal 2024-07-17 17:41:47 +0530
  • 39dfa75fe7
    Add test for steps easing function value calculation Kovid Goyal 2024-07-17 17:22:43 +0530
  • e927f8da62
    Add some tests for easing function parsing Kovid Goyal 2024-07-17 11:11:39 +0530
  • fc13b06b35
    Implement proper unit bezier easing function Kovid Goyal 2024-07-17 10:06:18 +0530
  • f090c9a895
    Code to convert easing functions from Python to C Kovid Goyal 2024-07-17 05:59:09 +0530
  • 9ac81c45b1
    Cleanup steps animation function definition Kovid Goyal 2024-07-17 05:07:06 +0530
  • 0a707b5c33
    Move work on animation implementation Kovid Goyal 2024-07-16 22:05:45 +0530
  • cd320e05c1
    Implement simple easing curves Kovid Goyal 2024-07-16 19:11:00 +0530
  • eb7487d7a2
    Prepare of alpha blending of cursor Kovid Goyal 2024-07-16 13:25:45 +0530
  • 10bd0f71d8
    Use inband resize events in kittens Kovid Goyal 2024-07-18 21:57:53 +0530
  • a4cdc1cdf3
    Send current size when in band resize events requested even if mode is already on Kovid Goyal 2024-07-18 20:40:05 +0530
  • 8d1eb75f9c
    ... Kovid Goyal 2024-07-18 20:34:57 +0530
  • 06b5eff6e6
    Add support for in-band window resize notifications Kovid Goyal 2024-07-18 20:32:33 +0530
  • b17c2dd06b
    Update docs of remote control commands to note that they support more image formats than just PNG Kovid Goyal 2024-07-17 04:38:11 +0530
  • 065f216c6f
    ensure options object is freed at shutdown Kovid Goyal 2024-07-16 21:49:33 +0530
  • 30023d9d9c
    DRYer Kovid Goyal 2024-07-16 10:57:00 +0530
  • 2ba28171ab
    DRYer Kovid Goyal 2024-07-16 10:45:46 +0530
  • c056df223e
    Nicer way to prevent defrag Kovid Goyal 2024-07-16 07:43:50 +0530
  • 9a50e453b2
    Ensure defrag doesnt run when testing hole coalescing Kovid Goyal 2024-07-15 22:41:22 +0530
  • 15dd95d420
    kitten @ resize-window: Fix --increment=0 treated as --increment=2 Kovid Goyal 2024-07-15 22:32:29 +0530
  • 04735eb072
    ... Kovid Goyal 2024-07-15 22:21:21 +0530
  • 56bd1f59dd
    cleanup must be called with lock held Kovid Goyal 2024-07-15 22:07:50 +0530
  • 4c5ec4a018
    Silence spurious warning from Clang ASAN Kovid Goyal 2024-07-15 22:05:48 +0530
  • 24e6dda0bc
    disk-cache: Improve hole management Kovid Goyal 2024-07-15 19:42:07 +0530
  • 2058cac203
    Now the test should be fully robust Kovid Goyal 2024-07-15 09:29:30 +0530
  • a49bb8c5f9
    DRYer Kovid Goyal 2024-07-15 09:24:19 +0530
  • 638a4b19ee
    ... Kovid Goyal 2024-07-15 09:19:13 +0530
  • aaf7808328
    Add explicit check for holes in test Kovid Goyal 2024-07-15 09:05:44 +0530
  • a02fc7194d
    Merge branch 'dependabot/go_modules/all-go-deps-874c37143e' of https://github.com/kovidgoyal/kitty Kovid Goyal 2024-07-15 08:52:43 +0530
  • 85f49c4310
    ... Kovid Goyal 2024-07-15 08:52:21 +0530
  • fec5989a8e
    Bump github.com/dlclark/regexp2 in the all-go-deps group dependabot[bot] 2024-07-15 03:16:59 +0000
  • d3350eb246
    Move more declarations out of data-types.h cell Kovid Goyal 2024-07-14 14:41:48 +0530
  • 6221b91561
    Make the TextCache object available in the Screen, LineBuf and Line objects Kovid Goyal 2024-07-14 14:26:55 +0530
  • 0262b09c90
    Move various data types into their own headers Kovid Goyal 2024-07-14 14:07:12 +0530
  • 531c889c96
    Use a single alloc per LineBuf (apart from the Line object) Kovid Goyal 2024-07-14 13:35:17 +0530
  • 593f9baa18
    Use Python's builtin machinery to prevent creation of Line objects Kovid Goyal 2024-07-14 13:29:10 +0530
  • 1cb2230360
    Refactor LineBuf consructor to make it more re-useable Kovid Goyal 2024-07-14 13:11:38 +0530
  • b50ba1ac73
    Start work on allowing unlimited codepoints per cell Kovid Goyal 2024-07-14 12:56:43 +0530
  • 7a35cb2d8f
    Use an array for id-to-hyperlink mapping Kovid Goyal 2024-07-14 18:43:57 +0530
  • 35d73410f8
    Restore hyperlink garbage collection Kovid Goyal 2024-07-14 14:57:56 +0530
  • d93e91d115
    Fix flaky test Kovid Goyal 2024-07-14 14:31:47 +0530
  • 6580fa978b
    ... Kovid Goyal 2024-07-14 12:34:24 +0530
  • 5d9c27d3a7
    ... Kovid Goyal 2024-07-13 14:08:22 +0530
  • f7d81409ae
    ... Kovid Goyal 2024-07-13 14:04:21 +0530
  • a0b6f3c4b3
    Mark the size and bucket count methods as const Kovid Goyal 2024-07-12 12:23:38 +0530
  • e0a7d25dda
    Splits layout: Fix the move_to_screen_edge action breaking when only a single window is present Kovid Goyal 2024-07-12 12:13:31 +0530
  • 870607aa38
    remove the no longer used uthash verstable Kovid Goyal 2024-07-11 20:21:49 +0530
  • dca2663500
    move rsync signature hashmap to verstable Kovid Goyal 2024-07-11 20:37:17 +0530
  • 50ad685ed9
    move font fallback hashmap to verstable Kovid Goyal 2024-07-11 20:21:07 +0530
  • bc8c4ac3d6
    migrate graphics code to verstable Kovid Goyal 2024-07-11 20:07:02 +0530
  • 7d685fc98b
    Getting size of cache file should not change its position Kovid Goyal 2024-07-11 06:22:54 +0530
  • 6958803fec
    Add some locking to python disk cache test API Kovid Goyal 2024-07-11 06:17:45 +0530
  • c410ab8a8f
    Hide graphics internal APIs Kovid Goyal 2024-07-11 06:10:33 +0530
  • 53eff7927a
    Migrate disk cache to verstable Kovid Goyal 2024-07-10 20:01:24 +0530
  • b53264c099
    Discard hyperlinks in scrollback if there are too many Kovid Goyal 2024-07-09 15:25:34 +0530
  • 2955c3f7a7
    Move hyperlink hashmap to verstable Kovid Goyal 2024-07-09 15:11:54 +0530
  • 9727ea1cac
    Migrate glyph properties hash table to verstable Kovid Goyal 2024-07-09 10:26:42 +0530
  • 94ebc972ce
    move sprite position map to verstable Kovid Goyal 2024-07-08 22:05:44 +0530
  • c9a07f2406
    Start move to newer hash table implementation Kovid Goyal 2024-07-08 12:06:55 +0530
  • 114f2da1bf
    add a note about how to prevent themes kitten from commenting out color settings Kovid Goyal 2024-07-12 09:10:49 +0530
  • fcbf3cafb1
    Merge f2c2b3b838 into fd716b5753 Yury Ershov 2024-07-10 21:28:36 -0600
  • fd716b5753
    Merge branch 'fix-themes-colors' of https://github.com/ethanwu10/kitty Kovid Goyal 2024-07-09 19:19:05 +0530
  • 87a9a60442 Fix themes kitten not displaying colors in narrow windows Ethan Wu 2024-07-08 22:41:29 -0700
  • e45d518082
    Remove use of syscall package for flock Kovid Goyal 2024-07-09 08:24:57 +0530
  • ee7afeea5a
    Remove workaround for kwin sending out of order events press/focus events on Wayland as it is not needed with up-to-date kwin and causes issues with multiple OS windows. Kovid Goyal 2024-07-09 08:02:10 +0530
  • 076c882b22
    have dev.sh deps download NERD font automatically Kovid Goyal 2024-07-08 20:03:13 +0530
  • 2076cd870a
    Merge branch 'dependabot/go_modules/all-go-deps-6e4b5d01fe' of https://github.com/kovidgoyal/kitty Kovid Goyal 2024-07-08 10:10:00 +0530
  • b261788ff3
    Bump the all-go-deps group with 2 updates dependabot[bot] 2024-07-08 03:37:41 +0000
  • d6e24d4af7
    ... Kovid Goyal 2024-07-08 06:43:37 +0530
  • 3f0604c45f
    kitty @ -> kitten @ Kovid Goyal 2024-07-08 05:56:02 +0530
  • 8327222146
    Use realpath when creating the kitty config directory Kovid Goyal 2024-07-08 05:44:48 +0530
  • f1e1dc4a0c
    Split up list of software supporting graphics protocol into libraries and applications and make it alphabetical Kovid Goyal 2024-07-07 20:31:36 +0530
  • f8beaa0a4b
    Dispatch any clicks waiting for click_interval on key events Kovid Goyal 2024-07-07 20:17:22 +0530
  • 87bd4334b7
    Merge branch 'patch-2' of https://github.com/Canop/kitty Kovid Goyal 2024-07-07 19:30:35 +0530
  • ae899fe24f
    Update graphics-protocol.rst Denys Séguret 2024-07-07 15:08:28 +0200
  • a3e20ea6d1
    ... Kovid Goyal 2024-07-07 13:36:12 +0530
  • 24f01136c7
    DRYer Kovid Goyal 2024-07-05 13:14:48 +0530
  • d8dc237af7
    ... Kovid Goyal 2024-07-05 12:37:54 +0530
  • 2dc478f7df
    Allow running the choose fonts kitten via a mapping easily Kovid Goyal 2024-07-05 12:17:14 +0530
  • b8e6d6b058
    fonts should not be removed by make clean Kovid Goyal 2024-07-05 12:04:48 +0530
  • 5db9f2a205
    Note in build docs that HERD font is now a build time requirement Kovid Goyal 2024-07-05 11:01:26 +0530
  • da9a36d918
    Fix reload of kitty config not working if kitty launched via symlink not named kitty Kovid Goyal 2024-07-04 19:07:15 +0530
  • 1665348b24
    Cleanup previous PR Kovid Goyal 2024-07-03 08:59:35 +0530
  • a4abbec377
    Merge branch 'master' of https://github.com/oaSakamoto/kitty Kovid Goyal 2024-07-03 08:56:27 +0530
  • e365d1bc5d
    ... Kovid Goyal 2024-07-03 08:53:16 +0530
  • a580717eba feat: add reder for nerdfont glyphs,\ue0d6, \ue0d7 Olimpio Sakamoto 2024-07-02 15:54:21 -0300
  • 7cff6745d8 feat: add reder for nerdfont glyphs,\ue0d6, \ue0d7 Olimpio Sakamoto 2024-07-02 15:36:37 -0300
  • 28a5bfe379
    Make NERD font available in CI nerd Kovid Goyal 2024-07-02 19:42:31 +0530
  • f8e9040d86
    Port LastResort test Kovid Goyal 2024-07-02 19:36:53 +0530