- Aug 07, 2013
-
- Jul 31, 2013
-
-
George Nachman authored
-
George Nachman authored
-
- Jul 26, 2013
-
-
George Nachman authored
-
George Nachman authored
Add experimental optimization to avoid dirtying single-char changes that do nothing and cursor movements that don't need to be drawn. Turn it on by setting the ExperimentalOptimizationsEnabled user default. Also draw each dirty rect rather than the bounding rect of all dirty rects
-
- Jul 25, 2013
-
-
George Nachman authored
Do not call -refrsh every time a key is pressed because it makes scrolling in vim painfully slow (unless the input method editor is open)
-
George Nachman authored
Fix a bug where cmd-alt-click would move the cursor via placeCursorOnCurrentLineWithEvent:. Change it to not move the cursor if cmd is down
-
- Jul 23, 2013
-
-
George Nachman authored
-
- Jul 11, 2013
-
-
George Nachman authored
-
- Jul 08, 2013
-
-
George Nachman authored
-
- Jun 30, 2013
-
-
George Nachman authored
Fix how points are interpreted for accessibility w/r/t NSAccessibilityRangeForPositionParameterizedAttribute (they are in the screen coordinate space,not view coords). This broke three-finger-tap for dictionary lookup. Also don't output private-range chars to acccessibility
-
- Jun 29, 2013
-
-
George Nachman authored
Change Edit>Reset to preserve prompt (assuming you run it at the shell), broken by change to fix RIS. Fixes bug 2528
-
- Jun 25, 2013
-
-
George Nachman authored
-
George Nachman authored
- Jun 24, 2013
-
-
George Nachman authored
Prevent assert in _findEntryBeforeOffset from firing; this seems to comport with the expected behavior documented by its caller. Fixes crashes like 1368452337.628220834
-
George Nachman authored
Prevent an assert from firing in accessibility code; just return NSNotFound instead (crash 1365066932.1521046750)
-
George Nachman authored
-
George Nachman authored
Fix crash when a window closes while waiting for confirmation about whether it can close (crash 1364036786.2098935319)
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
gnachman authored
Fix RIS behavior
-
- Jun 23, 2013
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Jun 22, 2013
-
-
George Nachman authored
- Jun 21, 2013
-
-
George Nachman authored
Make some changes to try to fix a common crash in setFastTimer when it's called from a notification when we become key
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Jun 20, 2013
-
-
George Nachman authored
-
George Nachman authored
-
- Jun 18, 2013
-
-
George Nachman authored
-