Tags: mikl/iTerm2
Tags
Add better logging to track down assertion in divorcing a session whe… …re its profile has disappeared.
Make dark high-contrast more visible by default and add an advanced p… …ref to make it pretty. Issue 7563
Ensure secure keyboard entry is turned on when app launches. Before i… …t would not happen until the menu validated or the app became active.
Don't create app support symlink if the advanced pref is set to empty… … string
Don't loan tabbar to titlebar accessory when it's configured to flash… …. Issue 8112. I considered a lot of options: 1. When flashing, remove from title bar accessory and add to root terminal view controller. Rejected because you might show the title bar during a flash. Also, really freaking complicated. 2. Reveal the title bar and tab bar instead of the old flash animation. Rejected because it does not appear to be possible. Even if it were, it's too tall. 3. Create a copy of the tab bar and flash that. I like this the best, except the complexity is absolutely astounding. No way. 4. Disable flashing for non-native tab bars. Rejected because it doesn't make any sense for users. Breaks existing workflows. 5. Don't loan the tabbar to the titlebar accessory vc if flashing is enabled. This basically gets us back to the pre-3.3.0 behavior. 6. Just show an image instead of a real tab bar. I tried this, but it was also pretty complex. It will inevitably have a lot of problems because it's not the real thing, snapshots are flaky, accessibility will probably be an issue, etc.
Fix Applescript 'tell session to set name to x'. Commit 8393a4e tried… … and failed. Setting the autoNameFormat is not resilient because it often gets overwritten with the session's profile name, such as when you open Edit Session. I don't see any reason why Applescript should be different than modifying the session name in Edit Session. See Lorenzo's comments in issue 7621
Adjust left inset of stoplight buttons to match the top inset. Affect… …s compact theme and Minimal theme when tab height is adjusted downwards. Issue 8046.
Eliminiate uses of half and half4 in favor of float and float4. Word … …on the street is that most GPUs don't support half. More importantly, the Metal compiler 💩s with halfs and doesn't with floats. See issue 7941
PreviousNext