cy384
395449d3df
fix whitespace
2024-10-26 18:34:56 -04:00
invariablyafk
ad0e5aff54
Fully disconnect when remote server ends connection. ( #24 )
...
* Fully disconnect when remote server ends connection.
When the remote server ends the connection, the message `(disconnected by server)` is presented, but ssheven is not in a state that is
ready to start a new connection. This change prevents the user from having to select
File>Disconnect before selecting File>Connect.. for a new session.
* Remove extra quotation mark from comment
2024-10-26 18:33:44 -04:00
cy384
3d72dc084e
make builds parallel if possible due to addition of the big libs
2024-10-26 17:29:58 -04:00
cy384
b273826487
include my libssh2 and mbedtls as submodules and cmake it up
2024-10-26 17:29:11 -04:00
cy384
3839c5118e
fix title setting
2024-10-21 19:39:32 -04:00
cy384
686a3010d1
target 601 for PPC builds (GH bug #16 )
2022-08-21 11:18:00 -04:00
cy384
41452a537c
fix bug where prefs version mismatch fails to init hostname etc.
2022-03-20 10:15:07 -04:00
cy384
252bebd10a
fix key translation for option combos (GH bug #15 )
2022-02-24 19:36:19 -05:00
cy384
5bed63fc83
bump version to 0.8.9, update readme
2021-12-29 20:35:23 -05:00
cy384
29c27221a5
add menu/shortcut capability to connect/disconnect/reconnect
2021-12-29 20:32:01 -05:00
Keitel Ortega
1521e6f852
Temporary fix for reopen the window if password fails
2021-12-29 19:23:08 -05:00
cy384
3d6c3ec554
fix off by one issue with keycode conversion (GH bug #13 )
2021-12-04 21:42:58 -05:00
cy384
d8753b3676
fix color preference (GH issue #11 )
2021-11-21 23:25:49 -05:00
cy384
11a46ffdab
update cmake file, unset PPC cpu type
2021-11-21 23:23:15 -05:00
cy384
5b2f514cd5
add -mcpu=601 to build (possible speed improvements? probably not)
2021-08-03 19:08:47 -04:00
cy384
6c65220331
fix copy/paste error in debugging messages
2021-08-03 12:05:57 -04:00
cy384
8851017e36
update readme, add new screenshot
2021-07-25 20:18:32 -04:00
cy384
f6998e1c4f
bump version to 0.8.8
2021-07-25 19:16:33 -04:00
cy384
d1e0581397
fix missed variable renames
2021-07-25 19:14:37 -04:00
cy384
9ec71d898a
improve text rendering speed by aggregating text into runs
2021-07-25 19:07:36 -04:00
cy384
538c688102
fix initial console cell width (again)
2021-07-13 19:27:41 -04:00
cy384
d6570ffb39
readme tweaks
2021-06-06 13:36:27 -04:00
cy384
f0485c46f6
fix character width calculation
2021-06-06 13:23:39 -04:00
cy384
79e05b3847
set color/mono default pref based on main screen capability
2021-06-05 11:25:13 -04:00
cy384
13a85e4e70
add font size preference change UI and support for live changing
2021-06-05 11:10:06 -04:00
cy384
887237e0c7
properly invalidate old area of selection on mouse move
2021-06-01 23:02:18 -04:00
cy384
cad648bb4a
undo increase of buffer size (bad for responsiveness)
2021-06-01 21:33:41 -04:00
cy384
9a7b95ef6f
improve text drawing code to work with multiple font sizes (no UI)
2021-06-01 21:32:51 -04:00
cy384
5ee3e7104b
precompute virtual keycode translations
2021-04-21 13:57:45 -04:00
cy384
7284f40059
bump version to 0.8.6
2021-04-02 23:46:25 -04:00
cy384
d1d822a4e7
improve control escape code handling
2021-04-02 23:41:52 -04:00
cy384
40c338ac02
handle option/alt key combos
2021-04-02 23:16:58 -04:00
cy384
1596e71dd1
increase read buffer size
2021-04-02 20:49:33 -04:00
cy384
2de03f82cf
fix copying when selection spans lines
2021-03-21 23:00:56 -04:00
cy384
c80e888697
select entire words on double click
2021-03-21 23:00:40 -04:00
cy384
d43f919a4f
redraw selection only when mouse changes cells (less flicker)
2021-03-21 20:21:28 -04:00
cy384
84f096b65a
note that 68030 machines are probably fast enough now
2021-02-16 17:31:39 -05:00
cy384
408e45044b
Merge pull request #6 from larb0b/master
...
README.md: mention that ssheven works on System 7.1
2021-02-05 09:55:26 -05:00
Larkin Nickle
c463638833
README.md: mention that ssheven works on System 7.1
2021-02-04 22:58:38 -05:00
cy384
fa96870408
have fast draw mode clear rows at a time instead of entire screen
2021-01-28 09:06:52 -05:00
cy384
d6306c706e
don't hang if the endpoint fails to open (GH bug #4 )
2021-01-28 08:49:15 -05:00
cy384
d967b7641b
update readme
2021-01-23 13:22:35 -05:00
cy384
97b5bd1453
clear selection when resizing window
2021-01-23 12:45:51 -05:00
cy384
df1e5769e9
don't clear the scrap on copy if there's nothing selected
2021-01-23 12:33:40 -05:00
cy384
51c41578e7
screen update improvements
2021-01-23 12:32:17 -05:00
cy384
0f5bddf103
fix selection bugs
2021-01-23 12:30:43 -05:00
cy384
36c969a2c3
don't draw null characters onto the screen
2021-01-22 21:19:02 -05:00
cy384
b96b2270c3
improve draw speed of the fast draw mode
2021-01-22 21:16:17 -05:00
cy384
f272512a7e
fix selection bug while resizing window
2021-01-22 20:37:18 -05:00
cy384
84cfe74923
speed improvement for fast mode
2021-01-22 20:37:03 -05:00