- Jul 15, 2014
-
-
George Nachman authored
-
- Jul 14, 2014
-
-
George Nachman authored
-
George Nachman authored
Also truncate titles in open quickly with an ellipsis. Separate out NSAttributedString from the model.
-
George Nachman authored
-
George Nachman authored
-
- Jul 13, 2014
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Jul 11, 2014
-
-
George Nachman authored
-
George Nachman authored
Fix bug where escape code to change colors used the wrong divisor (doubling values) causing colors to be washed out. Fixes issue 3013.
-
George Nachman authored
- Jul 10, 2014
-
-
George Nachman authored
-
George Nachman authored
-
- Jul 09, 2014
-
-
George Nachman authored
When XTERMCC_SET_RGB changes an indexed color value, divorce and modify the profile instead of just changing the color table. This makes it durable in the event that the session profile is later changed. Fixes issue 3013.
-
George Nachman authored
-
- Jul 08, 2014
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Jul 05, 2014
-
-
George Nachman authored
Improve layout of some prefs views. Fix bug with shortcut field not showing modifiers, and make it size to fit.
-
George Nachman authored
Change wording of advanced pref copyWithStylesByDefault from 'Copy to pasteboard includes color and font style' to 'Copy to pasteboard on selection includes color and font style' because of confusion evident in issue 346. Also change clipboard to pasteboard in prefs>general and improve its layout.
-
George Nachman authored
Allow sessions ended by broken pipe to be restarted. Also remove xterm-256color installer since it comes with 10.7+.
-
- Jul 04, 2014
-
-
George Nachman authored
When a software-drawn divider is present (as in split panes in emacs), ignore the backslash just before the right margin that emacs draws to signify continuation. Fixes bug 3067.
-
- Jun 29, 2014
-
-
George Nachman authored
-
gnachman authored
Fix handling of shift+alt from Synergy
-
- Jun 28, 2014
-
-
George Nachman authored
-
George Nachman authored
Add option to open window in the screen where the cursor is. Only restore a window's frame-by-name if it doesn't have a screen preference. Allow all kinds of windows to have a screen preference.
-
George Nachman authored
Use raw name for badges, not formatted name. Update badge label after reloading profile so it gets the most up to date color. Avoid recomputing the badge image when nothing changed.
-
- Jun 26, 2014
-
-
Rian Hunter authored
Synergy doesn't send a keyDown event with its modifierFlags having a left or right directionality set with NSAlternateKeyMask. Before this change, we distinguished Synergy's event by using "modifierFlags == NSAlternateKeyMask." This logic doesn't work when the user has both the "alt" and "shift" keys held down from Synergy. With this change we trigger the "left" option key actions in PTYSession/PTYTextView whenever NSAlternateKeyMask is set and no right directionality is set on modifierFlags (instead of testing for a left directionality). This covers both the physical "left alt" button press and the Synergy case. The trigger for "right" option actions are left untouched.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Jun 25, 2014
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Make badges wrap. Fix up escape codes for setting badges. SetBadgeFormat=base64format and SetUserVar=key=base64value
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-