125 Commits

Author SHA1 Message Date
Brian Garrett
4ea837af22 Fix AppleScript error caused by the window in the XIB 2013-09-14 14:45:54 -05:00
Brian Garrett
e8ad92ad83 move headers to dedicated subdirectory 2013-09-10 12:46:42 -05:00
Brian Garrett
9525bb5a9b update LoggerClient 2013-09-10 12:26:37 -05:00
Brian Garrett
645a168e8a move underscore to beginning of ivar 2013-09-10 12:21:32 -05:00
Brian Garrett
c8fd4a9a4f update project to ARC 2013-09-10 10:09:21 -05:00
Brian Garrett
558e1c161e removed validation for menu item 2012-12-03 10:07:38 -06:00
Brian Garrett
db2a505b09 Removed status menu item to Show/Hide Dock Icon 2012-12-03 10:06:19 -06:00
Brian Garrett
5ace7e1d9e Beautified sources 2012-11-30 12:50:12 -06:00
Brian Garrett
c314b2e4a6 Dynamically set app as UIElement 2012-11-30 04:38:49 -06:00
Brian Garrett
1a451aa9f3 Apply visor positioning after changing split view 2012-11-30 02:05:36 -06:00
Brian Garrett
b09e90ba0c Set project indentation: Spaces, Width:2, Indent:2 2012-11-29 13:47:42 -06:00
Brian Garrett
953d0048f3 Merge positioning fixes/spacing 2012-11-29 13:44:09 -06:00
Antonin Hildebrand
4e50e77672 Visor resizes internally to default size before creating a new tab (closes #56)
Default number of rows and columns seems to be remembered by the tab when being created. We make sure it is back to profile defaults prior new tab creation.
2012-11-17 22:30:46 +01:00
Antonin Hildebrand
95c2f9387c switch to 2-spaces indentation 2012-11-17 21:08:25 +01:00
Brian Garrett
e2a8122b70 Handling window resizing when opening/closing tabs 2012-11-17 20:55:58 +01:00
Brian Garrett
337f5418be Handling window resizing when opening/closing tabs 2012-10-30 12:38:31 -05:00
Antonin Hildebrand
9d166165f7 add tweak TotalTerminalAutoSlideAlways to force auto slide even with open non-visor terminal windows
defaults write com.apple.terminal.plist TotalTerminalAutoSlideAlways -bool YES
defaults write com.apple.terminal.plist TotalTerminalAutoSlideAlways -bool NO
2012-09-18 02:41:45 +02:00
Antonin Hildebrand
7626fed0cf Auto Slide feature did Visor activation in unwanted cases (fixes #50) 2012-09-18 02:32:26 +02:00
Antonin Hildebrand
c09762aac8 properly unregister hot keys when closing visor (fixes #53) 2012-09-18 02:05:09 +02:00
Antonin Hildebrand
b40a59df4a disable KVO checks in debug mode - it breaks Terminal.app internals 2012-09-18 01:26:18 +02:00
Antonin Hildebrand
23f0450ff6 fix typo in enhanceTerminalPreferencesWindow 2012-09-18 00:43:11 +02:00
Antonin Hildebrand
e606613f9b update ShortcutRecorder code 2012-09-18 00:43:05 +02:00
Antonin Hildebrand
14775c5062 update Logger sources 2012-09-17 23:27:56 +02:00
Antonin Hildebrand
115e3f9ab2 resolve warnings about format strings 2012-09-17 23:26:35 +02:00
Antonin Hildebrand
d59c7857ae minor refactorin, get rid of _DEBUG_MODE macro 2012-09-17 23:15:33 +02:00
Antonin Hildebrand
9244785fd4 update GTM to r576 2012-09-17 23:15:21 +02:00
Antonin Hildebrand
2ea450d747 modernize logging infrastructure 2012-09-17 23:02:05 +02:00
Antonin Hildebrand
d0c79a5954 rake beautify 2012-07-19 01:40:22 +02:00
Antonin Hildebrand
687f6ce0d4 add support for totalterminal-test.xml appcast 2012-07-18 22:37:25 +02:00
Antonin Hildebrand
d2034bb4ef fix lookup of crash reports in Mountain Lion 2012-07-17 17:14:17 +02:00
Antonin Hildebrand
3dbfb11163 recognize Terminal.app versions up-to Mountain Lion GM 2012-07-17 16:08:50 +02:00
Antonin Hildebrand
c693a779bb fix other issues in CrashWatcher 2012-07-17 16:02:58 +02:00
Antonin Hildebrand
3f55527b99 updates for Mountain Lion 2012-06-29 13:27:11 +02:00
Antonin Hildebrand
a0d29b07ff after adopting Terminal window as a Visor window, also apply positioning
so the window does not stay crippled in the middle of the screen
repro case:
1. repeat CMD+W to close all Terminals including Visor => TotalTerminal menu icon goes gray
2. click Terminal.app icon in the dock
=> you should not see chrome-less Terminal.app window anymore
2012-05-09 23:22:41 -07:00
Antonin Hildebrand
f399f9e29b fix version detection (10.7.4 update was treated as future Mountain Lion version) 2012-05-09 23:14:54 -07:00
Antonin Hildebrand
c2a1d28ea7 when AutoSlide is enabled, following applescript should bring down the Visor
tell application "Terminal"
	    activate
    end tell
2012-04-17 14:23:52 -07:00
Antonin Hildebrand
abc8ca2e3e do not show env variables when running custom build scripts 2012-02-22 00:07:39 +01:00
Antonin Hildebrand
ec3e02b727 fix a bug when there was menubar gap on secondary screens (close #38) - introduced in 1.2 2012-02-22 00:02:22 +01:00
Antonin Hildebrand
c1b97f1d3e put reopen logic behind TotalTerminalVisorNoReopen plist tweak 2012-02-21 23:36:22 +01:00
Antonin Hildebrand
9d2541a89a make static analyzer happy for my code 2012-02-20 23:43:12 +01:00
Antonin Hildebrand
29d531f1bc small refactoring here and there 2012-02-20 23:39:00 +01:00
Antonin Hildebrand
10dca3dc50 fix subtle timing bug when focus was not properly returned to previous app (close #35) 2012-02-20 23:26:13 +01:00
Antonin Hildebrand
a08e7cf389 50ms seemed to be too much on my slow machine 2012-02-20 01:26:48 +01:00
Antonin Hildebrand
bcad31686b make that Mountain Lion hack really work 2012-02-20 01:13:36 +01:00
Antonin Hildebrand
60b8ffe7b2 rename all #include => #import 2012-02-20 00:47:40 +01:00
Antonin Hildebrand
a12d711f3a resolve all warnings 2012-02-20 00:44:29 +01:00
Antonin Hildebrand
d65b4cd5cb project settings cleanup => more strict warnings 2012-02-19 22:32:54 +01:00
Antonin Hildebrand
8e6a4a69ce visor returns focus to last visited app even during open visor session 2012-02-19 22:21:15 +01:00
Antonin Hildebrand
aabee2adc0 minor code cleanup 2012-02-19 18:32:34 +01:00
Antonin Hildebrand
48cf664038 reduced hight of preferences and disabled fading under Mountain Lion 2012-02-19 16:42:34 +01:00