Commit graph

  • 46c83298e3
    dnd kitten: get local -> finder working Kovid Goyal 2026-05-08 20:34:30 +0530
  • d2641d93c9
    Bump go version Kovid Goyal 2026-05-08 19:16:27 +0530
  • bb7df075cf Honor OS window positions in launch paths nuck 2026-05-08 07:50:57 -0400
  • 9e8bd7207b
    Track remote client on drag source items Kovid Goyal 2026-05-08 16:54:20 +0530
  • b85ec2b8c6
    Update changelog Kovid Goyal 2026-05-07 10:17:17 +0530
  • e07177ecae
    Update changelog Kovid Goyal 2026-05-07 09:54:03 +0530
  • 6146031183
    ... Kovid Goyal 2026-05-07 09:44:14 +0530
  • 5de8734ce3
    choose-files kitten: Output a trailing newline when writing to a tty in text format Kovid Goyal 2026-05-07 08:53:09 +0530
  • fc8a41c93e
    Old compiler compat Kovid Goyal 2026-05-06 20:47:57 +0530
  • 7db469d3c4
    Merge branch 'copilot/fix-drag-thumbnail-background' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-06 20:44:39 +0530
  • ef02c64ff5
    Fix cyan garbage background by clearing context before fill in cocoa_render_line_of_text copilot-swe-agent[bot] 2026-05-06 15:09:20 +0000
  • a3c09cc1be
    Fix transparent background for text drag thumbnail on macOS copilot-swe-agent[bot] 2026-05-06 11:55:38 +0000
  • fb7b5d7155
    Turn on mouse tracking so text is not selected in the dnd kitten Kovid Goyal 2026-05-06 17:22:19 +0530
  • 3d7cda3e21
    Merge branch 'fix-docs-for-next-tab' of https://github.com/Paryz/kitty Kovid Goyal 2026-05-06 17:15:02 +0530
  • ac05abc774
    Merge branch 'copilot/fix-drag-hover-drop-events' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-06 17:14:04 +0530
  • 9981778131
    Remove shift from next tab shortcut Kamil Zielinski 2026-05-06 13:11:07 +0200
  • 6f5ac9f342
    Fix macOS drag MOVE events: check mimes_count not drag_accepted in draggingUpdated copilot-swe-agent[bot] 2026-05-06 10:33:13 +0000
  • 5ec8c52025
    ... Kovid Goyal 2026-05-06 12:15:08 +0530
  • 6d17f32bcf
    Merge branch 'copilot/use-set-for-uniqify-dir-entries' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-06 12:08:45 +0530
  • ba6ce4a8e2
    Fix OOM handling: continue outer loop instead of breaking on first-seen insert failure copilot-swe-agent[bot] 2026-05-06 06:22:03 +0000
  • bc6a3b7764
    Use verstable hash set in uniqify_dir_entries_for_case_insensitive_fs copilot-swe-agent[bot] 2026-05-06 06:17:36 +0000
  • b8dd685363
    Merge branch 'copilot/handle-case-conflict-dnd' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-06 11:38:59 +0530
  • 4a0b189bce
    Fix loop style in detect_tempdir_case_sensitivity and lowercase_copy copilot-swe-agent[bot] 2026-05-06 03:42:19 +0000
  • ea47deeb5c
    Handle case conflicts in DnD t=k remote file/dir transfer copilot-swe-agent[bot] 2026-05-06 03:38:57 +0000
  • 10f4adb12f
    Merge branch 'copilot/add-tests-for-dnd-query-response' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-06 08:57:01 +0530
  • 96df7d7b43
    Add tests for dnd query response copilot-swe-agent[bot] 2026-05-06 03:24:55 +0000
  • e024f33b70
    ... Kovid Goyal 2026-05-06 08:53:23 +0530
  • ff1ce8fa76
    Add detection for dnd protocol Kovid Goyal 2026-05-06 08:41:23 +0530
  • abcb7d0e3d
    Docs for the dnd kitten Kovid Goyal 2026-05-06 08:12:00 +0530
  • 247ac6df59
    Drag source delete on drop should only be done for remote drops Kovid Goyal 2026-05-05 21:49:42 +0530
  • c224fae023
    Merge branch 'copilot/delete-files-on-drag-drop' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-05 21:47:44 +0530
  • 6129fd66b3
    Delete source files on move drag, clear drag_sources and allow_drags copilot-swe-agent[bot] 2026-05-05 16:10:19 +0000
  • f7c8fe9c78
    flag to track if a drag source sends remote data Kovid Goyal 2026-05-05 21:39:42 +0530
  • de6643d899
    Merge branch 'copilot/implement-exit-on-flag' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-05 21:17:45 +0530
  • 13898e73f2
    Implement --exit-on flag for dnd kitten copilot-swe-agent[bot] 2026-05-05 10:33:11 +0000
  • 74787a60d7
    New option to control when dnd kitten exits Kovid Goyal 2026-05-05 15:51:52 +0530
  • 516ca9a8c4
    Dont try to generate drag thumbnail from file contents as its too slow Kovid Goyal 2026-05-05 15:47:05 +0530
  • b6a7724369
    ... Kovid Goyal 2026-05-05 15:37:45 +0530
  • 14c3590259
    Merge branch 'copilot/implement-remove-dropped-items' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-05 15:18:22 +0530
  • fe6807c9b0
    implement move deletion and add tests for dnd kitten drop copilot-swe-agent[bot] 2026-05-05 09:37:50 +0000
  • 9a3f3ed14e
    ... Kovid Goyal 2026-05-05 14:53:08 +0530
  • 898599ff14
    Use a fallback icon as drag thumbnail is none is found Kovid Goyal 2026-05-05 14:47:50 +0530
  • 3896846b63
    Fix self drops on macOS Kovid Goyal 2026-05-05 12:42:09 +0530
  • 00e5472fd9
    ... Kovid Goyal 2026-05-05 12:05:45 +0530
  • e89d835de6
    Make CodeQL happy Kovid Goyal 2026-05-05 11:54:21 +0530
  • 668e959895
    Merge branch 'copilot/add-nerd-font-fallback' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-05 11:49:19 +0530
  • 99630a5ed1
    ... Kovid Goyal 2026-05-05 11:48:44 +0530
  • d112d1f853
    Add builtin NERD font as fallback in cocoa_render_line_of_text copilot-swe-agent[bot] 2026-05-05 06:15:52 +0000
  • 787e4c25ae
    Merge branch 'copilot/fix-dnd-draw-text-issues' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-05 11:39:50 +0530
  • 313561d282
    Fix bg_alpha opacity and wide char truncation in freetype_render_ui_text.c copilot-swe-agent[bot] 2026-05-05 06:01:40 +0000
  • c690a3f3e8
    Remove pointless realloc Kovid Goyal 2026-05-05 11:09:11 +0530
  • 132ce019d1
    ... Kovid Goyal 2026-05-05 11:07:29 +0530
  • 3165a47579
    More work on the DnD kitten Kovid Goyal 2026-05-05 10:49:56 +0530
  • a0a81dbe88
    Merge branch 'copilot/fix-test-fish-sudo-parser-failure' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-05 10:10:16 +0530
  • 06b2ccb88c
    Fix test_fish_sudo_parser: fix fish sudo function bugs copilot-swe-agent[bot] 2026-05-05 04:25:37 +0000
  • fd451f5974
    Add flag to specify drop directory for dnd kitten Kovid Goyal 2026-05-05 09:47:12 +0530
  • fd7e43ab0c
    Make detection of command line flags that prevent sudo from overriding TERMINFO more robust Kovid Goyal 2026-05-05 09:38:07 +0530
  • 4ab166c9ac
    Handle -- as flag terminator in sudo wrapper Kovid Goyal 2026-05-04 23:30:27 +0530
  • 021377c1b6
    Yet another workaround for Wayland's awful design Kovid Goyal 2026-05-04 22:53:05 +0530
  • 7222c5aa77
    ... Kovid Goyal 2026-05-04 13:05:54 +0530
  • da3f3eb1d0
    Drop should start out not being accepted till client says it is Kovid Goyal 2026-05-04 12:58:06 +0530
  • 2316a8ce25
    More work on dnd kitten Kovid Goyal 2026-05-04 12:32:56 +0530
  • d2384fbc67
    Use current screen colors when rendering text for dnd thumbnail Kovid Goyal 2026-05-04 12:01:21 +0530
  • 7942e7aaac
    Merge branch 'copilot/implement-drag-thumbnail-text' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-04 11:44:08 +0530
  • 5e22502323
    Address code review: add DRAG_OPACITY_MAX constant, fix rounding, improve type checking copilot-swe-agent[bot] 2026-05-04 04:53:45 +0000
  • 89ab2946ff
    Implement text drag thumbnail support using draw_window_title with nerd font fallback copilot-swe-agent[bot] 2026-05-04 04:46:53 +0000
  • 1b4cec36e2
    Allow using text to specify the drag thumbnail Kovid Goyal 2026-05-04 09:51:37 +0530
  • 4fe29f2630
    dd basic drag thumbnail support to dnd kitten Kovid Goyal 2026-05-03 22:18:18 +0530
  • ee38d3f0c8
    Fix failing test Kovid Goyal 2026-05-03 18:52:54 +0530
  • 7b93a9b57e
    Fix double base64 encoding Kovid Goyal 2026-05-03 17:29:01 +0530
  • 3a144e1d6e
    More work on dnd kitten Kovid Goyal 2026-05-03 17:09:03 +0530
  • eedc849a9e
    Merge branch 'copilot/fix-test-failure' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-03 14:36:44 +0530
  • 392b6882c3
    Add comment explaining data_capacity/data_size reset in finish_remote_data copilot-swe-agent[bot] 2026-05-03 08:00:38 +0000
  • c98c8542ca
    Fix two bugs in remote DnD drag: missing idx_in_uri_list and stale data_capacity copilot-swe-agent[bot] 2026-05-03 07:57:06 +0000
  • 0de313e178
    More work on the dnd kitten Kovid Goyal 2026-05-03 13:06:56 +0530
  • a7a7a4fd8f
    More work on the dnd kitten Kovid Goyal 2026-05-03 12:09:40 +0530
  • da590ed5ec
    Remove unused code Kovid Goyal 2026-05-03 11:57:33 +0530
  • 7d468cb000
    More work on dnd kitten Kovid Goyal 2026-05-03 06:54:43 +0530
  • cd7d3026f6
    Handle dnd chunking internally in the loop Kovid Goyal 2026-05-02 17:28:01 +0530
  • 25a74112e8
    Remove no longer needed in flight tracking Kovid Goyal 2026-05-02 17:20:06 +0530
  • a87441b91a
    Fix failing test Kovid Goyal 2026-05-02 17:16:27 +0530
  • d3114ec948
    More work on the dnd kitten Kovid Goyal 2026-05-02 15:18:11 +0530
  • ff7c6425e6
    More work on dnd kitten Kovid Goyal 2026-05-02 12:16:42 +0530
  • 4eb7789f1e
    Merge branch 'copilot/add-streaming-base64-encoder' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-02 11:14:02 +0530
  • 3f04b4dd40
    Remove spurious blank line in Decoder Finish method copilot-swe-agent[bot] 2026-05-02 03:23:18 +0000
  • ef8189016f
    Add streaming base64 encoder with comprehensive tests copilot-swe-agent[bot] 2026-05-02 03:21:25 +0000
  • 511ef6db31
    More work on DnD kitten Kovid Goyal 2026-05-02 08:06:44 +0530
  • 7e1a97795f
    Make CodeQL happy Kovid Goyal 2026-05-02 07:52:07 +0530
  • eaec66fdc6
    Fix #9951 Kovid Goyal 2026-05-02 07:45:18 +0530
  • 04a9495221
    Merge branch 'copilot/fix-issue-9946' of https://github.com/kovidgoyal/kitty Kovid Goyal 2026-05-01 20:42:29 +0530
  • 4d55d30614
    Enhance regression test with additional geometry validity assertions copilot-swe-agent[bot] 2026-05-01 15:05:34 +0000
  • 20185fc317
    Fix display corruption when maximizing horizontal split with window_padding_width >= 4 (issue #9946) copilot-swe-agent[bot] 2026-05-01 15:04:46 +0000
  • 1d61f8f8f6
    Fix incorrect conf reload watcher invocation when using --config=NONE Kovid Goyal 2026-05-01 20:19:29 +0530
  • a89b7099ad
    More work on dnd kitten Kovid Goyal 2026-05-01 13:01:03 +0530
  • cff2e6efcf
    ... Kovid Goyal 2026-05-01 12:49:50 +0530
  • 197115cb95
    More work on the dnd kitten Kovid Goyal 2026-05-01 12:37:35 +0530
  • 614a32c790
    More work on DnD kitten Kovid Goyal 2026-05-01 08:48:21 +0530
  • bddf6d5bbd
    More work on dnd kitten Kovid Goyal 2026-04-30 17:18:57 +0530
  • d70ec000ff
    Start work on drag source implementation Kovid Goyal 2026-04-30 15:06:22 +0530
  • b0f53acd5c
    Move color table out of CellRenderData UBO into its own ColorTable UBO copilot-swe-agent[bot] 2026-04-30 05:33:08 +0000