Commit Graph

  • d1d6df6a00
    Merge 6ce5b026f2 into 686a3010d1 invariablyafk 2023-12-20 11:35:57 -0700
  • 6ce5b026f2
    Remove extra quotation mark from comment invariablyafk 2023-12-20 11:35:31 -0700
  • e21df8377b Fully disconnect when remote server ends connection. Tal 2023-03-11 11:55:52 -0700
  • 686a3010d1 target 601 for PPC builds (GH bug #16) master cy384 2022-08-21 11:18:00 -0400
  • 41452a537c fix bug where prefs version mismatch fails to init hostname etc. cy384 2022-03-20 10:15:07 -0400
  • 252bebd10a fix key translation for option combos (GH bug #15) cy384 2022-02-24 19:36:19 -0500
  • 5bed63fc83 bump version to 0.8.9, update readme 0.8.9 cy384 2021-12-29 20:35:23 -0500
  • 29c27221a5 add menu/shortcut capability to connect/disconnect/reconnect cy384 2021-12-29 20:32:01 -0500
  • 1521e6f852 Temporary fix for reopen the window if password fails Keitel Ortega 2021-11-21 01:11:45 -0400
  • 3d6c3ec554 fix off by one issue with keycode conversion (GH bug #13) cy384 2021-12-04 21:42:58 -0500
  • d8753b3676 fix color preference (GH issue #11) cy384 2021-11-21 23:25:49 -0500
  • 11a46ffdab update cmake file, unset PPC cpu type cy384 2021-11-21 23:23:15 -0500
  • 0745a09577 Temporary fix for reopen the window if password fails Keitel Ortega 2021-11-21 01:11:45 -0400
  • 5b2f514cd5 add -mcpu=601 to build (possible speed improvements? probably not) cy384 2021-08-03 19:08:47 -0400
  • 6c65220331 fix copy/paste error in debugging messages cy384 2021-08-03 12:05:57 -0400
  • 8851017e36 update readme, add new screenshot cy384 2021-07-25 20:18:32 -0400
  • f6998e1c4f bump version to 0.8.8 0.8.8 cy384 2021-07-25 19:16:33 -0400
  • d1e0581397 fix missed variable renames cy384 2021-07-25 19:14:37 -0400
  • 9ec71d898a improve text rendering speed by aggregating text into runs cy384 2021-07-25 19:07:36 -0400
  • 538c688102 fix initial console cell width (again) cy384 2021-07-13 19:27:41 -0400
  • d6570ffb39 readme tweaks cy384 2021-06-06 13:36:27 -0400
  • f0485c46f6 fix character width calculation 0.8.7.1 cy384 2021-06-06 13:23:39 -0400
  • 79e05b3847 set color/mono default pref based on main screen capability 0.8.7 cy384 2021-06-05 11:25:13 -0400
  • 13a85e4e70 add font size preference change UI and support for live changing cy384 2021-06-05 11:10:06 -0400
  • 887237e0c7 properly invalidate old area of selection on mouse move cy384 2021-06-01 23:02:18 -0400
  • cad648bb4a undo increase of buffer size (bad for responsiveness) cy384 2021-06-01 21:33:41 -0400
  • 9a7b95ef6f improve text drawing code to work with multiple font sizes (no UI) cy384 2021-06-01 21:32:51 -0400
  • 5ee3e7104b precompute virtual keycode translations cy384 2021-04-21 13:57:45 -0400
  • 7284f40059 bump version to 0.8.6 0.8.6 cy384 2021-04-02 23:46:25 -0400
  • d1d822a4e7 improve control escape code handling cy384 2021-04-02 23:41:52 -0400
  • 40c338ac02 handle option/alt key combos cy384 2021-04-02 23:16:58 -0400
  • 1596e71dd1 increase read buffer size cy384 2021-04-02 20:49:33 -0400
  • 2de03f82cf fix copying when selection spans lines cy384 2021-03-21 23:00:56 -0400
  • c80e888697 select entire words on double click cy384 2021-03-21 23:00:40 -0400
  • d43f919a4f redraw selection only when mouse changes cells (less flicker) cy384 2021-03-21 20:21:28 -0400
  • 84f096b65a note that 68030 machines are probably fast enough now cy384 2021-02-16 17:31:39 -0500
  • 408e45044b
    Merge pull request #6 from larb0b/master cy384 2021-02-05 09:55:26 -0500
  • c463638833 README.md: mention that ssheven works on System 7.1 Larkin Nickle 2021-02-04 22:58:38 -0500
  • fa96870408 have fast draw mode clear rows at a time instead of entire screen cy384 2021-01-28 09:06:52 -0500
  • d6306c706e don't hang if the endpoint fails to open (GH bug #4) cy384 2021-01-28 08:49:15 -0500
  • d967b7641b update readme cy384 2021-01-23 13:22:35 -0500
  • 97b5bd1453 clear selection when resizing window 0.8.5 cy384 2021-01-23 12:45:51 -0500
  • df1e5769e9 don't clear the scrap on copy if there's nothing selected cy384 2021-01-23 12:33:40 -0500
  • 51c41578e7 screen update improvements cy384 2021-01-23 12:32:17 -0500
  • 0f5bddf103 fix selection bugs cy384 2021-01-23 12:30:43 -0500
  • 36c969a2c3 don't draw null characters onto the screen cy384 2021-01-22 21:19:02 -0500
  • b96b2270c3 improve draw speed of the fast draw mode cy384 2021-01-22 21:16:17 -0500
  • f272512a7e fix selection bug while resizing window cy384 2021-01-22 20:37:18 -0500
  • 84cfe74923 speed improvement for fast mode cy384 2021-01-22 20:37:03 -0500
  • 28c6f50531 initial implementation of selection and copying cy384 2021-01-22 19:47:48 -0500
  • df6ccd0449 properly handle command to stop sending mouse clicks cy384 2021-01-22 17:24:08 -0500
  • 9c67eafebd fix terminal property settings fallthrough cy384 2021-01-11 17:24:45 -0500
  • 7678ae0779 only send mouse clicks when the console wants them (version->0.8.5) cy384 2021-01-11 17:21:47 -0500
  • ef6fedb6a6 add build script and update readme cy384 2021-01-09 18:17:24 -0500
  • 857343a83d tweak intro text cy384 2021-01-09 17:26:16 -0500
  • 1eb5907ac4 code cleanup/rearrangement cy384 2021-01-09 17:22:40 -0500
  • 9a19d9695c update readme, bump version 0.8.4 cy384 2021-01-09 14:15:58 -0500
  • 635c86069e fix ssh known_hosts saving/loading for new libssh2 version cy384 2021-01-09 14:14:56 -0500
  • 7fca90c8eb use callbacks for libssh network functions cy384 2021-01-08 23:04:52 -0500
  • f18b4ad49f default to not sending mouse clicks cy384 2021-01-08 23:04:14 -0500
  • b7ec826338 bump version to 0.8.3, update readme 0.8.3 cy384 2020-12-27 21:49:57 -0500
  • 943ff10322 fix error when a key is hit while connecting cy384 2020-12-27 21:44:33 -0500
  • 77e05f4c6d add cpu compiler option cy384 2020-12-27 21:16:07 -0500
  • 6db41aa8e8 add mouse mode preference cy384 2020-12-27 20:44:37 -0500
  • c01d10f431 improve switch safety/fix compiler warning cy384 2020-12-27 16:37:07 -0500
  • f119a63078 basic mouse support cy384 2020-12-21 19:38:12 -0500
  • af285b6e6c improve handling of control key combos, bump version to 0.8.2 0.8.2 cy384 2020-12-12 17:55:52 -0500
  • 4552bcbf64 bump version 0.8.1 cy384 2020-11-10 18:36:02 -0500
  • 76b07727f4 give up after first read error (github issue #1) cy384 2020-11-10 18:01:23 -0500
  • b2e58e0d03 quick fix for period password input bug (github issue #2) cy384 2020-11-10 17:42:14 -0500
  • 08e2c78e57 fix auto-selection of hostname text box cy384 2020-10-21 21:25:31 -0400
  • cc7db28493 bump version 0.8.0 cy384 2020-10-10 20:07:32 -0400
  • f3f967d37c fix spacing of key confirmation dialog cy384 2020-10-10 20:06:53 -0400
  • 22580dac81 break out keypress event handling cy384 2020-10-10 19:46:50 -0400
  • 2a31b1092c known hosts functionality (check/verify/save server pub keys) cy384 2020-10-10 19:45:59 -0400
  • b51a26a924 improve keyboard responsiveness cy384 2020-10-10 14:46:07 -0400
  • 11585048d1 fix flicker on redraws cy384 2020-10-10 14:16:13 -0400
  • 4c4fb9007e fix preference loading version check cy384 2020-10-05 14:57:13 -0400
  • 9f89ddcced fix quit menu handling cy384 2020-10-05 14:44:33 -0400
  • 45a6d544c8 bump to 0.7.0 0.7.0 cy384 2020-10-04 13:44:51 -0400
  • b998c8971c terminal mode/string application cy384 2020-10-04 13:41:36 -0400
  • ee0c4dcf87 improve preferences file save/lod robustness cy384 2020-10-04 13:40:19 -0400
  • f8a6cd1043 if the key is invalid, don't save the path cy384 2020-10-04 12:54:59 -0400
  • b6cbaf43e1 update roadmap in readme cy384 2020-10-04 12:21:39 -0400
  • 4edf45e46f print server banner cy384 2020-10-04 12:21:01 -0400
  • 462a1cfe48 warning on invalid username/key combo cy384 2020-10-04 12:20:43 -0400
  • 333367d4b4 preferences dialog with color settings cy384 2020-10-04 12:19:49 -0400
  • e408ed54b0 network robustness tweaks cy384 2020-10-03 22:32:51 -0400
  • 7b2112f107 save and load preferences cy384 2020-10-03 22:30:48 -0400
  • e97e30d3fc tweaks to readme cy384 2020-09-29 23:15:15 -0400
  • aa32b7fe7e update readme with notes and new roadmap cy384 2020-09-29 23:06:30 -0400
  • 7c9b3c2fd8 preferences file creation (and save/load stub) cy384 2020-09-19 23:48:41 -0400
  • 18673fa840 add preferences file icon association cy384 2020-09-19 23:02:58 -0400
  • 69dc52ec12 flip direction of file icon key's shadow cy384 2020-09-19 22:46:23 -0400
  • 7c583b78f9 add preferences file icon cy384 2020-09-19 22:34:07 -0400
  • 50c83ab0a4 initial color implementation 0.6.1 cy384 2020-09-19 21:13:09 -0400
  • 4e8bad7acc don't advertise color support in the terminal type cy384 2020-09-19 16:41:47 -0400
  • 3cb3180edd bump version, update readme 0.6.0 cy384 2020-09-15 21:40:10 -0400
  • 7f2779c9ba add error alert if keys failed to load cy384 2020-09-15 21:33:00 -0400
  • 749b6a3a22 key-based authentication cy384 2020-09-15 21:17:02 -0400