cage
89dea0995e
- [GUI] added window to modify bookmark entry.
2023-04-09 14:25:47 +02:00
cage
a848ea7730
- [GUI] added window to manage bookmarks (only deletion so far);
...
- updated italian translation.
2023-04-09 14:01:26 +02:00
cage
4497feadd2
- [GUI] refactored code related to the internal IRIs.
2023-04-09 14:01:22 +02:00
cage
652a09177a
- [GUI] added code to render the bookmarks page.
2023-04-09 14:01:18 +02:00
cage
7ae9cdae59
- [GUI] prevented closing bookmark window if validation failed when adding a bookmark.
2023-04-09 14:01:13 +02:00
cage
6e6106e996
- [GUI] added command to bookmark and delete a gemini address.
2023-04-09 14:01:04 +02:00
cage
4ee09ae301
- allowed complete local path even when using file scheme ('file://').
2023-04-07 13:05:36 +02:00
cage
2b19e708d9
- [GUI] ensured the address bar is updated whan a link has been clicked.
2023-04-07 12:30:54 +02:00
cage
8ea9177f91
- [GUI] moved toolbar's buttons to the left side.
2023-04-07 12:27:05 +02:00
cage
0aefb5e47e
- [GUI] fixed messed up callbacks for 'up' and 'back' buttons.
2023-04-06 18:57:20 +02:00
cage
6b10f75c91
- updated Makefile.am to aloww to find the new icon files.
2023-04-06 17:21:57 +02:00
cage
2778372317
- [GUI] added command for the 'go up iri' button.
2023-04-06 15:06:31 +02:00
cage
f9afbd64e0
- [GUI] added command for the 'back' button;
...
- [RPC] fixed function to get the IRI loaded before the latest one;
- [GUI] refactored some code about main window's callbacks;
- [GUI] highlighted TOC entries when the mouse pointer is over the widget.
2023-04-05 20:12:06 +02:00
cage
2787544c2f
- [GUI] implemented reload iri button command.
2023-04-03 19:53:05 +02:00
cage
41b2f7a571
- [GUI] added command to reload a gemini stream from the streams window.
2023-04-02 17:06:06 +02:00
cage
d7f36cc33d
- [GUI] added stream window (list the streams and delete them).
2023-04-02 17:06:00 +02:00
cage
6a771507c5
- [GUI] increased width of entries in import certificates dialog window.
2023-04-02 17:05:55 +02:00
cage
3da987012c
- [GUI] added a better default directory when chosing a certificate file for import.
2023-03-25 16:19:19 +01:00
cage
c74f501225
- [GUI] improved certificates window;
...
- added midding icons file.
2023-03-25 16:16:39 +01:00
cage
1e658fbe6c
- [GUI] improved certificates window;
...
- removed useless code.
2023-03-24 11:00:46 +01:00
cage
902cf57657
- [GUI] added button to delete and import gemini gertificates.
2023-03-24 10:46:54 +01:00
cage
5282e2cf86
- [GUI] added menu command to shows certificates.
2023-03-21 17:49:58 +01:00
cage
910da66e4f
- [GUI] implemented TOC callback (scroll to header when clicking on
...
the corresponding TOC item.
2023-03-19 14:32:11 +01:00
cage
2982dfdeeb
- [GUI] made the TOC's resize its width to fits the TOC items width.
...
- [GUI] added configuration directive for TOC width limits;
- [GUI] refactored TOC rendering code;
- [GUI] clear TOC widget from legacy items befor rendering the new TOC.
2023-03-19 13:00:28 +01:00
cage
d61656e0ad
- [GUI] removed deadlock when rendering gemtext and the TOC.
2023-03-19 12:21:51 +01:00
cage
89969f1f91
- [GUI] started with TOC rendering.
2023-03-18 20:27:24 +01:00
cage
82de38f891
- [GUI] fixed test for checking if a stream is exhausted;
...
- [RPC] force a maximum width for the TOC entry.
2023-03-17 13:44:22 +01:00
cage
1d09d25082
- [gemini] added missing arguments when creating an instance of 'gemini-others-data-stream'.
2023-03-16 15:13:44 +01:00
cage
d494571b38
- [GUI] prevented error when loading twice a non-text resource (e.g. loading twice the same URL pointing to a bitmao image.).
2023-03-16 15:11:46 +01:00
cage
a896c5642e
- [GUI] prevented wrapping of preformatted lines.
2023-03-16 14:11:05 +01:00
cage
67d2a06630
- [GUI] added downloading of data with text/* MIME type (but not gemini);
...
- [GUI] refactored rendering of simple text data;
- [GUI] removed debugging form.
2023-03-15 17:42:22 +01:00
cage
26f843d2bd
- [GUI] refactored a test.
2023-03-15 17:24:32 +01:00
cage
ad67612478
- [GUI] fixed discarding rendering of lines coming from a stopped stream;
...
- [GUI] added downloading and opening of non text data.
2023-03-15 17:18:38 +01:00
cage
ac32e27fcc
- [GUI] instructed the client to open local file using external software.
2023-03-14 18:50:47 +01:00
cage
559b5dae84
- [GUI] fixed leaking lines parameter when rendering preformatted text;
...
- [gemini] added a missing newline character in 'geminize-preformatted';
- [GUI] parsed standard colors for gemini window's text;
- [GUI] rendered the gemini protocol rerror responses to the gemtext
window instead of poppinu out a dialog window.
2023-03-12 15:36:13 +01:00
cage
fa6844a2ab
- [GUI] added code to deal with query input (status 10 and 11).
2023-03-12 12:35:01 +01:00
cage
d4a871d769
- [gemini] returned the meta header to user when a protocol error occurred.
2023-03-12 11:42:55 +01:00
cage
3a5ea0fac9
- [GUI] fixed test for discarding canceled stream lines left in the queue;
...
- [GUI] setted the font for the rendered gemtext from the one choosen in the configuration file.
2023-03-11 14:24:51 +01:00
cage
f882b1584f
- [GUI] prevent rendering of lines in the queue when corresponding
...
stream has been canceled;
- [GUI] print an error when opening a non existent local path.
2023-03-11 14:12:30 +01:00
cage
c90c7289d9
- [RPC] resignalled TOFU error to client in a structured form to let the user deal with it;
...
- [GUI] improved protocol error messages.
2023-03-11 13:12:28 +01:00
cage
74b32349f6
- [RPC] bubbled-up error when using wait results cuncurrent events.
2023-03-11 12:42:46 +01:00
cage
162c6b8e63
- [GUI] hide candidates when loading an url.
2023-03-08 21:02:41 +01:00
cage
3d59696059
- [RPC] fixed 'code' argument of 'make-gemini-response' (passed a struct but an integer was expected instead);
...
- [GUI] implemented redirect;
- [GUI] implemented opening of local directory.
2023-03-08 16:16:55 +01:00
cage
24b0b07bb3
- [GUI] made link working for local files and gemtext files over gemini protocol.
2023-03-06 18:38:46 +01:00
cage
d6fdf00253
- [GUI] transformed relative IRI to absolute in the rendered gemtext;
...
[GUI] printed IRI on the info-bar when moving cursor over links in the rendered gemtext.
2023-03-03 17:04:40 +01:00
cage
fd19aa8704
- [GUI] allowed expanding of local paths in the address bar;
...
- refactored callback related to opening address.
2023-03-02 18:17:19 +01:00
cage
081fb45e06
- removed wrong assumption that input is a simple string when completing expanding the tilde as home of the user.
2023-03-02 17:51:13 +01:00
cage
283824f74a
- [GUI] removed inefficent code to render the gemtext;
...
- added dummy function as link callback.
2023-02-28 18:48:34 +01:00
cage
03ea768033
- [GUI] added GUI configuration file.
2023-02-27 19:26:22 +01:00
cage
d2d1745001
- added package URL to the authorized client.
2023-02-26 20:33:29 +01:00