Commit Graph

  • 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
  • 66681f94e0 fix: handle intermediate bytes in CSI and ESC sequences Ayman Bagabas 2024-12-26 13:37:30 +03:00
  • 011c17da41 fix: quick terminal CPU spikes Damien Mehala 2024-12-30 12:29:03 +01:00
  • da186fb9df bash: remove "request for experts" comment (#4081) Mitchell Hashimoto 2024-12-30 07:22:25 -08:00
  • 0dc3ea35c0 bash: remove "request for experts" comment Jon Parise 2024-12-30 10:18:36 -05:00
  • 4e7982fc2b bash: improved 'sudo' command wrapper Jon Parise 2024-12-30 09:32:15 -05:00
  • 4f2110bce0 Be more idiomatic in tests when comparing to booleans Iain H 2024-12-29 21:49:43 -06:00
  • 89e5ca2fb4 macos: add generated Nvim files to app bundle (#4031) Mitchell Hashimoto 2024-12-30 06:23:44 -08:00
  • 33b1131a14 fix: selected text remains after clear_screen action Damien Mehala 2024-12-30 00:26:52 +01:00
  • d01b2397f1 fish: handle short boolean flags Maciej Bartczak 2024-12-30 10:39:43 +01:00
  • aed61b62ae zsh: handle short boolean flags Maciej Bartczak 2024-12-30 10:29:28 +01:00
  • e9bc033b88 fix(gtk): fix issue detecting preferred color scheme Leigh Oliver 2024-12-28 11:36:02 +00:00
  • c011c4622d macos: add generated Nvim files to app bundle Bryan Lee 2024-12-30 17:01:48 +08:00
  • 057dd3e209 apprt/gtk: move some static CSS to the style.css file Tristan Partin 2024-12-29 23:51:29 -06:00
  • 87bd0bb744 gtk: Install 1024x1024 icon (#4003) Mitchell Hashimoto 2024-12-29 21:18:41 -08:00
  • cfeed2b7a2 gtk: Install 1024x1024 icon Arvin Verain 2024-12-29 14:31:35 +08:00
  • d2d6f8b9f4 apprt/gtk: make window-decoration=false with gtk-titlebar=true look better (#3999) Mitchell Hashimoto 2024-12-29 21:01:01 -08:00
  • 31c9a2fe59 apprt/gtk: make window-decoration=false with gtk-titlebar=true look better Tristan Partin 2024-12-29 22:57:48 -06:00
  • 4d983a2083 surface: don't issue mode 2031 DSR reports when colors are changed by a VT sequence moni-dz 2024-12-30 12:32:37 +08:00
  • 0fd65035c5 apprt/gtk: fix the combination of gtk-titlebar=false and gtk-tabs-location=hidden Tristan Partin 2024-12-29 16:45:28 -06:00
  • 3059d9036b macos: Help menu goes to website docs (#3990) Mitchell Hashimoto 2024-12-29 19:32:13 -08:00