Skip to content
Snippets Groups Projects
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • 601633db · Don't show the type-7 query value in the URL bar; this prevents sen...
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • 401ef9c8 · Treat "localhost" as "127.0.0.1" i URIs.
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • f830e75f · Allow unrecognised file types to be downloaded by clicking on them ...
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • 6d870f50 · Allow horizontal scrolling / allow scrolling when viewing images / ...
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • a68e7c5d · Implement a rudimentary file download function.
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • 715503ca · Add special logic for handling various non-spec-compliant Gopher se...
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • eab236f0 · Adjust the toolbar styling slightly.
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • 92a5d1ba · Expand the address bar to take up any remaining horizontal space.
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • f5bdfecc · Get DELETE and BACKSPACE working.
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • aeb0292c · Detect (and refuse) non-UTF-8 text due to SDL2 text input bugs.
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • 1f6abceb · Get the left/right arrow keys working for text boxes.
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • 52964d64 · Split the input-handling code out into a separate .h/.c file pair.
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • 445d240b · Allow text boxes to be cleared with the ESC key.
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • 3f40f698 · Be more generous with newline handling when parsing Gopher response...
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • 42fecd6f · Fix the i-beam not appearing for Gopher search text boxes.
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • c9a98fd0 · Add an inline text box for Gopher query items.
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • a6e9f233 · Implement pasting from the clipboard + the home/end key actions whe...
username-removed-106415's avatar
pushed to branch master at username-removed-106415 / Cadmium
  • 1b5287a8 · Draw an i-beam cursor for text entry.