forked from AgoraDesktop/apps-terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
219 lines (144 loc) · 5.63 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
2016-10-21 Ray Haleblian
* TerminalView.m
Draw border according to the black or white settings.
2016-05-29 Riccardo Mottola <[email protected]>
* TerminalWindow.m
Remove view from contentView and put it into Tab Item and vice-versa.
2016-05-26 Riccardo Mottola <[email protected]>
* TerminalWindow.h
* TerminalWindow.m
Use isShowingTabs to know if tab is displayed and optimize content view setting.
2016-05-20 Riccardo Mottola <[email protected]>
* TerminalWindow.m
Check that view actually gets found.
2016-05-20 Riccardo Mottola <[email protected]>
* TerminalView.h
* TerminalView.m
* TerminalWindow.m
Transition to CGFloat
2016-05-19 Riccardo Mottola <[email protected]>
* TerminalView.m
attempt to handle vertical resize and cursor placement better
2016-03-12 Riccardo Mottola <[email protected]>
* English.lproj/Localizable.strings
* TerminalWindow.h
* TerminalWindow.m
* main.m
* Services.m
Add tab support. Adaptation of patch by Tim Sheridan
2016-03-01 Riccardo Mottola <[email protected]>
* French.lproj/Localizable.string
Enhanced French localizations.
2014-09-09 Gregory John Casamento <[email protected]>
* TerminalParser_Linux.m: Add case to handle escape code.
* TerminalView.h: Add representedFilename
* TerminalView.m: Add methods.
* TerminalWindow.m: Add code to call setRepresentedFilename on
terminal window.
2014-09-09 Riccardo Mottola <[email protected]>
* TerminalViewPrefs.m
Do not use isa pointer.
2014-01-05 Riccardo Mottola <[email protected]>
* ServicesPrefs.h
Adopt NSTableViewDelegate protocol to fix warning.
2013-02-17 Riccardo Mottola <[email protected]>
* Terminal.h
* TerminalView.m
Method name cleanup.
2013-02-13 Riccardo Mottola <[email protected]>
* main.m
Fix memory leak.
2013-02-12 Riccardo Mottola <[email protected]>
* TerminalView.m
Free up memory in case of error.
2013-02-12 Riccardo Mottola <[email protected]>
* ServicesPrefs.m
NSInteger transition
* TerminalView.m
Warning fixes
2013-01-24 Riccardo Mottola <[email protected]>
* main.m
Fix warning due to missing import.
2012-04-03 Riccardo Mottola <[email protected]>
* TerminalView.m
Fix GNU/HURD includes.
2012-03-28 Sebastian Reitenbach <[email protected]>
* TerminalView.m
Fix warnings on 64Bit systems, cast from integer to pointer of different size
2012-03-27 Riccardo Mottola <[email protected]>
* TerminalView.m
Fix OpenBSD includes.
2012-03-26 Riccardo Mottola <[email protected]>
* PreferencesWindowController.m
Use NSUInteger as Index.
2012-03-26 Riccardo Mottola <[email protected]>
* PreferencesWindowController.[h,m]
Clean up imports
2012-03-07 Riccardo Mottola <[email protected]>
* GNUmakefile:
Use TOOL_LIBS instead of LDFLAGS to link the framework library.
2011-12-04 Riccardo Mottola <[email protected]>
* TerminalParser_Linux.m
* TerminalViewPrefs.h
* TerminalViewPrefs.m
Add Alt is not Meta option, to enable the usage of AltGr, when left Alt is command.
2011-05-07 Riccardo Mottola <[email protected]>
* Terminal.tiff
* cursor_filled.tiff
* cursor_inverted.tiff
* cursor_line.tiff
* cursor_stroked.tiff
Set resolution to 72 dpi screen.
2010-12-14 Riccardo Mottola
* main.m: hide ordered out quit panel from windows menu
2010-05-14 04:37-EDT Gregory John Casamento <[email protected]>
* TerminalView.m: Correct sign issues with some pointer casts.
2010-05-14 Riccardo Mottola <[email protected]>
* ServicesPrefs.m:
Added missing import
* TerminalView.m: initialize to avoid warnings.
2010-03-26 Riccardo Mottola <[email protected]>
* ServicesPrefs.m,
TerminalParser_Linux.m,
TerminalParser_LinuxPrefs.m,
TerminalViewPrefs.m: updated imports
2010-01-16 Riccardo Mottola <[email protected]>
* Italian.lproj/Localizable.strings,
GNUMakefile: added italian translation, revised version
of the draft provided by Guido Agostini
2009-12-24 Riccardo Mottola <[email protected]>
* PreferencesWindowController.m : correct invocation signature
2009-10-24 Riccardo Mottola <[email protected]>
* PreferencesWindowController.m : simplify methodSignatureForSelector
according to David Chisnall
2009-10-20 Riccardo Mottola <[email protected]>
* main.m : regenerate services plist on startup
* TerminalViewPrefs.m : remove hack about return type no longer needed
2009-08-05 Richard Frith-Macdonald <[email protected]>
* TerminalView.h
* TerminalView.m
* TerminalViewPrefs.h
* TerminalViewPrefs.m
Implementd Black on White text and its preference setting.
2009-05-27 Riccardo Mottola <[email protected]>
* TerminalParser_Linux.m: imported a patch by Jeff Teunissen,
Backbone: Terminal interpreted certain UTF-8 code sequences wrong,
like e2 95 9b (U+255B, which the bug transforms into e2 95 94).
It turns out that it's due to the Linux console emulation, which
interprets the 0x9b character (CSI, which is ESC with the high order bit set) to begin a control command. Change the terminal emulation to only
switch into command scanning mode if we aren't in the middle of
a multi-byte character (that is, if iconv says it's not done
processing the current character 0x9b is just a byte to be consumed).
This is the only 8-bit character that the console treats specially, so
this should be a complete fix.
2009-05-15 17:35-EDT Gregory John Casamento <[email protected]>
* GNUmakefile: Added plist to makefile.
* TerminalInfo.plist: Updated information in plist.
2009-01-02 Riccardo Mottola <[email protected]>
* TerminalView.m: OpenBSD portability
2009-01-01 Riccardo Mottola <[email protected]>
* TerminalView.m: ForkPty and OpenPty replacements
2008-07-12 Riccardo Mottola <[email protected]>
* TerminalView.m: Remove font metric hack for xlib and art backend
(after fixes in backend, requires backend date 12 July 2008).
Patch by Fred Kiefer <[email protected]>