Tags: qqpann/iTerm2
Tags
Remove the critical log posted when we fail to convert a coordinate f… …rom search. I didn't get to the bottom of it, but it's very hard to reproduce and not a terribly important problem--certainly not critical. I fixed the code that consumes it to tolerate missing values. I beleive the issue is that CoreSearch, which badly needs to be refactored, returns out-of-bounds values. The critical error in question showed the position in the result was past the end of the last block. Issue 6972.
Fix failing tests on 10.14 and warnings. The golden tests still fail … …because view snapshotting has changed somehow.
Fix a drawing bug when opening the find panel where a horizontal line… … appears repeated above it.
Improve naming of advanced pref to control split pane nav wrap
Revisit url escaping. The big change to use the new API was wrong bec… …ause it only used URLHostAllowedCharacterSet, which is a fairly small character set and things like slashes ended up getting escaped when they were part of the path. I really need to go back and redo this properly because it's a big mess, but I don't have time right now.
Move advanced gpu prefs into a sheet because popovers don't work in f… …ull screen windows
Add more logging to get to the bottom of the sanity check failures
Fix a race condition where you try to draw a metal frame synchronousl… …y, it fails, you switch tabs or disable metal for some other reason, and it never quits trying even though it is doomed to failure. Issue 6781
PreviousNext