8000 Tags · mikl/iTerm2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mikl/iTerm2

Tags

v3.3.3beta1

Toggle v3.3.3beta1's commit message
Add better logging to track down assertion in divorcing a session whe…

…re its profile has disappeared.

v3.3.2

Toggle v3.3.2's commit message
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.

v20190818-nightly

Toggle v20190818-nightly's commit message
Make dark high-contrast more visible by default and add an advanced p…

…ref to make it pretty. Issue 7563

v20190816-nightly

Toggle v20190816-nightly's commit message
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.

v20190815-nightly

Toggle v20190815-nightly's commit message
Don't create app support symlink if the advanced pref is set to empty…

… string

v20190814-nightly

Toggle v20190814-nightly's commit message
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.

v20190813-nightly

Toggle v20190813-nightly's commit message
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

v20190812-nightly

Toggle v20190812-nightly's commit message
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.

v3.3.2beta2

Toggle v3.3.2beta2's commit message
Don't forceFrame if the frame is on the first screen

v20190810-nightly

Toggle v20190810-nightly's commit message
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
0