36
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Dec 17, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix typo in AI setup (#493) More... about 1 year ago
Add percent encoding when printing URL from OpenURL. More... about 1 year ago
Move shell integration submodule to 3.5 branch. Base64 encode ssh integration commands. Fix various bugs More... about 1 year ago
Support opening to line number in Xcode (#490) More... about 1 year ago
Fix zipping. NSFileCoordinator doesn't seem to work with symlinks More... about 1 year ago
Rebuild deps with proper deployment targets More... about 1 year ago
Update submodules More... about 1 year ago
Bump submodules More... about 1 year ago
Move throughput pref to Magic out of GPU prefs. When not maximizing throughput pause token executor while a sync is pending. This allows us to easily hit 120 fps. Issue 11277 More... about 1 year ago
Hide terminal contents from codecierge when it is not visible. More... about 1 year ago
Tweak max token calculation to include functions More... about 1 year ago
Use the app's dark mode setting rather than the view's effective appearance to decide whether to use the light or dark color suite. More... about 1 year ago
Use only ascii spaces in plain text logs More... about 1 year ago
Add advanced pref to bounce dock icon when bell rings More... about 1 year ago
CSI u mode in profile enables CSI u but *not* Disambiguate Escapes, which escapes breaking backward compatibility (e.g., ^C gets escaped). That's for issue 10376. But be careful not to regress issue 10376 where exiting neovim should leave you in CSI u mode if that's what your profile specified. The fix for that bug turned on Disambiguate Escape when the profile specifies CSI u, which was a step too far. More... about 1 year ago
Fix incorrect bounding box in character source and incorrect quad for rendering ASCII text that is wider than the glyph size. This can happen because we introduced an 'ascii offset' to correct for glyphs with a negative X offset in their bounding box but didn't increase the size of the glyph we draw by the same amount. Issue 11267 More... about 1 year ago
Rebuild deps for xcode 15.1 More... about 1 year ago
Fix crash when creating sessions with Applescript. Issue 11264 More... about 1 year ago
Add context menu to paste history tool. Issue 11259 More... about 1 year ago
Allow `xtermParseColorArgument` to accept four-digit hex values. Issue 11258 (#492) More... about 1 year ago
Use round instead of floor for newer baseline calculation to fix Iosevka for issue 6238. It doesn't seem to hurt Input Mono Condensed (issue 6159) either. More... about 1 year ago
Undo showing session name in title after popping icon name, which was meant to be temporary when the icon name was set. Issue 11253 More... about 1 year ago
Ensure that iTermController is cleaned up when the app terminates even if it doesn't get released. Cleaning up from dealloc is a dumb idea anyway since it might not run on the main thread. Issue 11220 More... about 1 year ago