Commit Graph

  • 5ced72498e feat(linux): allow setting an intial start position Adam Wolf 2024-12-29 11:23:54 -06:00
  • d58b618c74 config: windows can't expand homedir (yet) Mitchell Hashimoto 2025-01-02 12:55:38 -08:00
  • 713dd24ab9 macos: make auto-update optional Jon Parise 2025-01-02 15:47:56 -05:00
  • a94cf4b3a2 config: make diagnostic if homedir expansion fails Mitchell Hashimoto 2025-01-02 12:43:50 -08:00
  • 600e417154 Restore hidden titlebar after fullscreen (#3572) Mitchell Hashimoto 2025-01-02 12:40:11 -08:00
  • 7bd842a530 add test for expandHomeUnix z-jxy 2024-12-29 05:22:39 -05:00
  • 5ae2cc01ac move current expandHome functionality into separate expandHomeUnix function z-jxy 2024-12-28 21:06:56 -05:00
  • 138a8f1602 move tilde expansion functionality to os/homedir z-jxy 2024-12-28 20:38:58 -05:00
  • d27761a499 use home() from os/homedir, check for ~/ rather than ~ z-jxy 2024-12-28 20:04:49 -05:00
  • 7c9c982df7 refactor: handle tilde before checking realpath z-jxy 2024-12-28 18:06:08 -05:00
  • f184258f0e expand tilde to HOME in config z-jxy 2024-12-28 16:27:33 -05:00
  • 88674a1957 Restore hidden titlebar after fullscreen Christoffer Tønnessen 2024-12-27 21:48:09 +01:00
  • b68e9a10e0 gtk: Always read gtk-xft-dpi for font scaling (#4424) Mitchell Hashimoto 2025-01-02 12:10:24 -08:00
  • afdaaf1825 Use platform-specific cache paths and respect XDG_CACHE_HOME (#3458) Mitchell Hashimoto 2025-01-02 12:06:12 -08:00
  • 57af5f3106 crash: prefer XDG cache dir if available Mitchell Hashimoto 2025-01-02 11:50:12 -08:00
  • aa34b91856 gtk: Always read gtk-xft-dpi for font scaling Liam Hupfer 2025-01-02 12:34:42 -06:00
  • 0c10db9f14 chore: fix typos Nhan Luu 2025-01-02 23:41:57 +07:00
  • 6fca26972b Remove the redundant check and directly use dir() Bryan Lee 2025-01-03 00:21:44 +08:00
  • 9f44ec7c21 Use bundle ID for macOS cache directory path Bryan Lee 2024-12-30 14:13:22 +08:00
  • 67794d3f6f Respect XDG_CACHE_HOME and useNSFileManager for cache paths Bryan Lee 2024-12-30 09:33:53 +08:00
  • 1941a440d8 Use $HOME/Library/Caches on macOS instead of $HOME/.cache Bryan Lee 2024-12-28 00:02:28 +08:00
  • 80c3833031 Add alt keybindings for ctrl+ins = Copy and shift+ins = Paste (#2870) Mitchell Hashimoto 2025-01-02 07:57:57 -08:00
  • 9503c9fe50 Rename goto_split top/bottom directions to up/down. (#3427) Mitchell Hashimoto 2025-01-02 07:08:16 -08:00
  • 2030599e1d Fix the format string of font size in points in the inspector (#4371) Mitchell Hashimoto 2025-01-02 07:05:04 -08:00
  • 75571fb804 Improve resize_split documentation (#4393) Mitchell Hashimoto 2025-01-02 07:02:33 -08:00
  • 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