Commit Graph

  • 4047c89c24 Improve new_split documentation (#4389) Mitchell Hashimoto 2025-01-02 07:02:23 -08:00
  • e55444e6fe Improve goto_split documentation (#4388) Mitchell Hashimoto 2025-01-02 07:02:14 -08:00
  • 913a1404be keybindings: improve sort to include key value 1,2,3,4... Anund 2025-01-03 01:53:07 +11:00
  • 355ac91c0a Improve resize_split documentation Jade 2025-01-02 21:33:47 +08:00
  • cd809106c4 Improve new_split documentation Jade 2025-01-02 21:05:56 +08:00
  • 80fe32be32 Update Binding.zig Jade 2025-01-02 20:58:50 +08:00
  • 15ceb18fcb Improve goto_split documentation Jade 2025-01-02 20:54:42 +08:00
  • 78b914b3d8 Fix format string of font size in points in the inspector Kat 2025-01-02 07:44:40 +00:00
  • 22c2fe9610 wuffs: use common struct to return decoded image data Jeffrey C. Ollie 2025-01-01 22:48:16 -06:00
  • 652079b26c wuffs: update, add jpeg decoding, add simple tests Jeffrey C. Ollie 2025-01-01 00:03:29 -06:00
  • f38d1585e8 Do nothing if action not performed with flag Ethan Conneely 2025-01-02 01:14:47 +00:00
  • 98aa046a4d Add performable flag Ethan Conneely 2025-01-02 00:18:39 +00:00
  • 46097617b4 copy_to_clipboard return false if not performed Ethan Conneely 2025-01-02 00:18:05 +00:00
  • c98d207eb9 code review Damien Mehala 2025-01-02 00:13:55 +01:00
  • b52e76334e feat: parse ConEmu OSC9;1 Damien MEHALA 2025-01-01 17:02:06 +01:00
  • 94599102e9 Try to create parent directory when writing default config (#4295) Mitchell Hashimoto 2025-01-01 13:02:08 -08:00
  • 89982912c1 Fix: typo in comment (#4257) Mitchell Hashimoto 2025-01-01 13:01:29 -08:00
  • bec9483892 Adding default.nix for flake-compat (#4279) Mitchell Hashimoto 2025-01-01 13:01:14 -08:00
  • 028eeb442c Fix typo in freetype-load-flags documentation (#4291) Mitchell Hashimoto 2025-01-01 13:00:54 -08:00
  • f1ab7bf0f6 Don't install 1024x1024 icons for Flatpak (#4313) Mitchell Hashimoto 2025-01-01 12:58:26 -08:00
  • 9ea0aa4934 core: if we change RLIMIT_NOFILE, reset it when executing commands Jeffrey C. Ollie 2025-01-01 14:31:15 -06:00
  • 96fd18f994 Don't install 1024x1024 icons for Flatpak Yorick Peterse 2025-01-01 20:43:52 +01:00
  • 57ace2d0b8 Clarify CLI vs. Keybind Actions documentation Tim Visher 2024-12-30 14:52:50 -05:00
  • cdf51b1304 Try to create parent directory when writing default config Maciej Bartczak 2025-01-01 18:28:26 +01:00
  • 120fffa42c Fix typo in freetype-load-flags documentation Sebastian Lövdahl 2025-01-01 19:05:51 +02:00
  • 180db3c77b Adding default.nix for flake-compat arthsmn 2025-01-01 12:30:32 -03:00
  • b1a197ef57 Fix: typo in comment moritz-john 2025-01-01 09:46:06 +01:00
  • d203075a2e Fix for #1938, add GDK_DEBUG=gl-no-fractional Morgan 2025-01-01 17:14:03 +09:00
  • 9ce4e36aa2 code review - revert explicit error handling Maciej Bartczak 2025-01-01 08:56:58 +01:00
  • c16dbc01f0 correct default keybinding cmd+backspace for macOS Ryan Rotter 2024-12-31 22:59:32 -05:00
  • 60611b8a4a Set the paste preview text in GTK4 to monospace (#4227) Mitchell Hashimoto 2024-12-31 15:54:43 -08:00
  • e9e82d94ac PACKAGING: Note GLFW is not for distribution Mitchell Hashimoto 2024-12-31 14:34:16 -08:00
  • 41719aa48c Set the paste preview to monospace Daniel Fox 2024-12-31 14:26:03 -08:00
  • 1d71196de3 up version to 1.0.2 for development Mitchell Hashimoto 2024-12-31 14:11:48 -08:00
  • 3f7c3afaf9 ci: source tarball files must not be quoted v1.0.1 Mitchell Hashimoto 2024-12-31 12:47:38 -08:00
  • a857d56fb6 ci: proper blob file setup for source tarballs on release Mitchell Hashimoto 2024-12-31 12:43:20 -08:00
  • 4ccd564849 code review: - initialize custom_css_providers using a default value - remove usage of buffered reader - document maximum file size - handle exceptions explicitly Maciej Bartczak 2024-12-31 21:21:44 +01:00
  • df0620afe9 Fix SGR direct-color parsing issue (#4216) Mitchell Hashimoto 2024-12-31 12:13:05 -08:00
  • 5957e1101c don't build harfbuzz when system integration is enabled Jan200101 2024-12-31 17:54:09 +01:00
  • 4543cdeac8 fix(terminal): correct SGR direct color parsing Qwerasd 2024-12-31 14:37:23 -05:00
  • 5ba8fee38a test/terminal: add failing sgr direct color parsing test Qwerasd 2024-12-31 14:35:07 -05:00
  • 47cf5cbb40 core: fix windows compile regression from #4021 (#4212) Mitchell Hashimoto 2024-12-31 11:16:10 -08:00
  • 973467b1ca code review: - use ArrayListUnmanaged - read the stylesheet file using zig api - use proper css_provider_load_ function depending on the GTK version Maciej Bartczak 2024-12-31 20:08:12 +01:00
  • cf34ffa28e core: fix windows compile regression from #4021 Jeffrey C. Ollie 2024-12-31 12:56:18 -06:00
  • eaa872216b write_*_file actions default to mode 0600 (#4201) Mitchell Hashimoto 2024-12-31 07:20:28 -08:00
  • d59a57e133 write_*_file actions default to mode 0600 Mitchell Hashimoto 2024-12-31 07:16:07 -08:00
  • 27c3382a6a Implement loading custom css in the GTK app Maciej Bartczak 2024-12-31 15:53:10 +01:00
  • a30b2eda39 Handle short boolean flags in zsh/fish completions (#4039) Mitchell Hashimoto 2024-12-31 06:45:44 -08:00
  • e20ec96fee config: improve documentation for color configuration Aarni Koskela 2024-12-31 14:50:37 +02:00
  • 6a8b31571b reuse strip option for libraries Jan200101 2024-12-31 12:09:11 +01:00
  • 061a730dd3 move strip switch behind option Jan200101 2024-12-31 12:06:45 +01:00
  • 85ed9b626e explicitly handle bool values Maciej Bartczak 2024-12-31 09:36:23 +01:00
  • ecfca17ad6 Update iTerm2 colorschemes (#4152) Mitchell Hashimoto 2024-12-30 21:40:28 -08:00
  • 12a333dfb4 deps: Update iTerm2 color schemes mitchellh 2024-12-31 05:40:18 +00:00
  • 783a06689e config: fix segfault if font-family is reset via the CLI (#4151) Mitchell Hashimoto 2024-12-30 21:37:23 -08:00
  • 789e2024a5 config: fix segfault if font-family is reset via the CLI Mitchell Hashimoto 2024-12-30 21:30:30 -08:00
  • d7c5017cd2 surface: don't issue mode 2031 DSR reports when colors are changed by a VT sequence (#3994) Mitchell Hashimoto 2024-12-30 21:10:32 -08:00
  • 413964774c input: parse triggers with codepoints that map to keys as translated (#4147) Mitchell Hashimoto 2024-12-30 21:09:13 -08:00
  • aa81c16ba1 input: parse triggers with codepoints that map to keys as translated Mitchell Hashimoto 2024-12-30 20:56:13 -08:00
  • fa4d4a38c1 gtk: make sure that window-decoration is honored on all paths (#4130) Mitchell Hashimoto 2024-12-30 19:22:26 -08:00
  • 2d174f9bff font: allow non-boolean font feature settings Qwerasd 2024-12-30 20:49:45 -05:00
  • 3971c460d1 doc: add background-opacity needs restart Hugo Gouveia 2024-12-30 23:05:21 -03:00
  • f97f7e8a70 gtk: also add css window-decorated class when toggling window decorations Jeffrey C. Ollie 2024-12-30 19:40:13 -06:00
  • 478fe3917c feat(config): generate default template when config file is not found (#3460) Mitchell Hashimoto 2024-12-30 14:32:05 -08:00
  • 98d77788f4 feat(config): generate default template when config file is not found Leah Amelia Chen 2024-12-28 00:14:21 +08:00
  • 220d40e99a gtk: make sure that window-decoration is honored on all paths Jeffrey C. Ollie 2024-12-30 16:09:07 -06:00
  • d512f56005 macOS: weak self for event monitor to avoid retain cycle for controllers (#4128) Mitchell Hashimoto 2024-12-30 13:49:36 -08:00
  • dd41a9447d macOS: weak self for event monitor to avoid retain cycle for controllers Mitchell Hashimoto 2024-12-30 13:43:48 -08:00
  • d54817607c gtk: don't use gtk_window_set_titlebar if adwaita is enabled but it's older than 1.4.0 (#4110) Mitchell Hashimoto 2024-12-30 13:02:48 -08:00
  • ffe1b7a872 gtk: don't use gtk_window_set_titlebar if adwaita is enabled but it's older than 1.4.0 Jeffrey C. Ollie 2024-12-30 14:44:56 -06:00
  • 0da8801dc9 Fix clipboard confirmation window typo (#4124) Mitchell Hashimoto 2024-12-30 12:41:40 -08:00
  • 9204bb888f os: don't return stack memory (#4122) Mitchell Hashimoto 2024-12-30 12:24:19 -08:00
  • bdeb93fe87 Fix clipboard confirmation window typo kaizo 2024-12-30 15:23:16 -05:00
  • e9edd21bed os: don't return stack memory Mitchell Hashimoto 2024-12-30 12:20:57 -08:00
  • ef542c6e63 Enable bitmap font usage under CoreText (#4115) Mitchell Hashimoto 2024-12-30 12:05:57 -08:00
  • 41df2d9805 font/freetype: hardcode DPI in test to avoid variation between OS Mitchell Hashimoto 2024-12-30 12:01:31 -08:00
  • d20446e4de feat: support for short hex colors in config (#4112) Mitchell Hashimoto 2024-12-30 11:59:08 -08:00
  • a6eec4cbe2 feat: support for short hex colors in config acsetter 2024-12-30 12:33:17 -05:00
  • 7a4215abd7 font/coretext: properly resolve metrics for bitmap-only fonts Qwerasd 2024-12-30 14:44:30 -05:00
  • 31f101c970 Revert "coretext: exclude bitmap fonts from discovery" Qwerasd 2024-12-30 14:39:07 -05:00
  • 2f6860fbc5 font/freetype: Enable bitmap glyphs for non-color faces (#3837) Mitchell Hashimoto 2024-12-30 11:16:17 -08:00
  • f8c3dc1bbf fix: quick terminal focus-follows-mouse behaviour (#3814) Mitchell Hashimoto 2024-12-30 11:10:38 -08:00
  • ade07c4c3c fix: quick terminal focus-follows-mouse behaviour Damien Mehala 2024-12-29 18:12:08 +01:00
  • 68318e2830 Set alpha component for fullscreen background colour (#3834) Mitchell Hashimoto 2024-12-30 10:55:48 -08:00
  • a15473d9bd fix(gtk): fix issue detecting preferred color scheme on older systems (#4035) Mitchell Hashimoto 2024-12-30 10:53:32 -08:00
  • 397bf41ec3 Ensure correct coordinate ordering in selection file write (#4078) Mitchell Hashimoto 2024-12-30 10:51:38 -08:00
  • c87e3e98a3 give strip option a proper description Jan200101 2024-12-30 18:37:59 +01:00
  • a1f7a95763 Add pin order assertion in Pin.pageIterator Bryan Lee 2024-12-31 01:14:46 +08:00
  • c62f64866c Ensure correct coordinate ordering in selection file write Bryan Lee 2024-12-30 22:55:01 +08:00
  • 716848cb58 macos: always have terminal fullscreen style (#3831) Mitchell Hashimoto 2024-12-30 08:56:19 -08:00
  • a7c93cdfb1 apprt/gtk: fix the combination of gtk-titlebar=false and gtk-tabs-location=hidden (#3957) Mitchell Hashimoto 2024-12-30 08:55:22 -08:00
  • e17bb69645 config: edit opens AppSupport over XDG on macOS, prefers non-empty paths (#4004) Mitchell Hashimoto 2024-12-30 08:52:55 -08:00
  • 318641f5a1 surface: handle hyperlinks more reliably (#3903) Mitchell Hashimoto 2024-12-30 08:50:35 -08:00
  • 26b1888494 apprt/gtk: move some static CSS to the style.css file (#4011) Mitchell Hashimoto 2024-12-30 08:47:55 -08:00
  • 1a27ce0797 bash: improved 'sudo' command wrapper (#4080) Mitchell Hashimoto 2024-12-30 08:44:47 -08:00
  • adcaff7137 config: edit opens AppSupport over XDG on macOS, prefers non-empty paths Mitchell Hashimoto 2024-12-29 19:49:31 -08:00
  • c2c578789b Correct comptime GTK atLeast() version comparison (#3977) Mitchell Hashimoto 2024-12-30 08:39:56 -08:00
  • 1c2532c184 gtk: correct comptime adwaita.versionAtLeast() comparison (#4084) Mitchell Hashimoto 2024-12-30 08:39:47 -08:00
  • ff50b5539e fix: quick terminal CPU spikes (#4055) Mitchell Hashimoto 2024-12-30 08:21:21 -08:00
  • f2ac9b85e3 gtk: correct comptime adwaita.versionAtLeast() comparison Jeffrey C. Ollie 2024-12-30 09:49:55 -06:00