cage synced commits to development at cage/tinmop from mirror 2024-09-22 12:39:01 +02:00
cage synced new reference development to cage/tinmop from mirror 2024-09-22 12:39:01 +02:00
cage synced commits to master at cage/tinmop from mirror 2024-09-21 12:29:05 +02:00
9599000c5c - updated italian translation.
2c41a4f729 - [GUI] updated address bar when opening a directory and then a file.
d507278f67 - [gui] disabled gempub menu if there is no support for zip files (zip/unzip executables not found);
f7cb9a1a20 - [GUI] bound 'delete' key to a routine that delete a gempub.
42bbdfc6fb - [GUI] added command to import a gempub file.
Compare 5 commits »
cage synced commits to master at cage/tinmop from mirror 2024-09-19 12:15:50 +02:00
f6f3428dbb - used 'gpub' as file extension for generated gempub files.
2dfdf804a4 - [GUI] added UI to generate a gempub;
Compare 2 commits »
cage synced commits to master at cage/tinmop from mirror 2024-09-16 11:51:32 +02:00
24bfe596b6 - [GUI] [gempub] forced inlining of cover image.
65a368eddb - [GUI] changed test for checking a local file;
3ebe35da57 - added basic gempub rendering routines.
21dfefe0a0 - fixed 'fs:temporary-directory'.
6db8efc934 - added 'db:gempub-metadata-id->path';
Compare 7 commits »
cage synced commits to master at cage/tinmop from mirror 2024-09-09 10:51:04 +02:00
faa123be35 - [fediverse] flipped predicate for notifications that does not need to be deleted from the server.
cage synced commits to master at cage/tinmop from mirror 2024-09-08 10:41:04 +02:00
d551505165 - [fediverse] ensured :follow-request and :mentions are kept on the server when deleting noticfications.
cage synced commits to master at cage/tinmop from mirror 2024-09-07 10:31:06 +02:00
43eeb4c613 - added 'hooks:*after-getting-all-fediverse-notifications*';
a4e93f59d3 - [TUI] changed some values of default theme.
9750a44df0 - [TUI] changed colors for default theme.
2d4b9aea31 - dimmed some theme's colors.
8a9c3007d8 - [TUI] dimmed a bit the blue in the default theme and used white instead of yellow in a few window, also changed colors for dialog window.
Compare 7 commits »
cage synced commits to master at cage/tinmop from mirror 2024-09-05 10:11:05 +02:00
a300c35c8c - [gemini] using asynchronous timeout instead when opening a socket as the function to open a socket does not respect deadline established with 'sb-sys:with-deadline'.
165bb30688 - [GUI] ensured deadline conditions is respected by gemlog subscribing procedures.
Compare 2 commits »
cage synced commits to master at cage/tinmop from mirror 2024-09-04 10:01:06 +02:00
4947289eab - [fediverse] added comment line character when composing posts.
6dd628bca8 - [fediverse] added a commented line on top when composing a new post;
Compare 2 commits »
cage synced commits to master at cage/tinmop from mirror 2024-09-02 05:12:58 +02:00
ee81d45142 - deprecated "crypted" as valid configuration directive.
92a0dc9db4 - fixed code formatting.
f7cd82b684 - fixed typo: 'octect' to 'octet';
8d1bc99472 - added comments when composing posts.
11a77bca07 Merge pull request 'fix typos; joint work with codespell(1)' (#19) from op/tinmop:typos into master
Compare 6 commits »
cage synced commits to master at cage/tinmop from mirror 2024-09-01 05:02:58 +02:00
ab4ae0fc11 - deleted unreachable code (links are rendered without the help of 'key->colors', see 'render-link' on the same file).
a9c3aff565 - deprecated configuration directive 'post-allowed-language';
a3266370c2 - removed debugging code.
b14dd9e87e - [TUI] added conversion of shortcodes to emoji when composing a fediverse post.
Compare 4 commits »
cage synced commits to master at cage/tinmop from mirror 2024-08-31 04:52:57 +02:00
29e562e669 - updated italian translation.
08c0316e52 - [GUI] refresh gemlog window when marking posts as already read.
a08ec1e592 - [GUI] added a button to popup menu to subscribe to a gemlog link.
Compare 3 commits »
cage synced commits to master at cage/tinmop from mirror 2024-08-27 04:25:44 +02:00
6012150f33 - added code to allow scripts to gets their command line switches
51cc86cf42 - cleaned up bash completion procedures.
Compare 2 commits »
cage synced commits to master at cage/tinmop from mirror 2024-08-26 04:15:45 +02:00
38988b76a0 - [GUI] notify to user any conditions (to include deadlines) when refreshing gemlogs.
29afea2b36 - [GUI] added button to subscribe to a gemlog from gemlog window.
Compare 2 commits »
cage synced commits to master at cage/tinmop from mirror 2024-08-25 04:05:46 +02:00
34d639e094 - updated italian translation.
4ca4f2312e - [gemini] added a notice when connecting with an host that provided an expired certificate;
Compare 2 commits »
cage synced commits to master at cage/tinmop from mirror 2024-08-11 01:48:52 +02:00
e6308f742b - [TUI] ensured the help window uses 'help-dialog' configuration directives;
cage synced commits to master at cage/tinmop from mirror 2024-08-05 00:48:40 +02:00
e24f9f2911 - removed possible infinite loop when getting many notification (the exact number depends from from the server configuration, usually more then 15 notifications would remove the exit condition of the loop).
b3d7d47f10 - [GUI] prevented stack overflow (ensured TCO) when downloading a non gemini text file.
0851c79c8d - updated italian translation.
c4da2c78b3 - [GUI] added index column to gemlog window.
Compare 4 commits »
cage synced commits to master at cage/tinmop from mirror 2024-08-03 00:36:59 +02:00
02a0225773 - fixed 'iri:absolute-url-p';
1da16a2fe1 - [GUI] fixed URI printed on address bar when opening an URI from the command line (switch '-o');
Compare 2 commits »
cage synced commits to master at cage/tinmop from mirror 2024-08-02 00:26:59 +02:00
6c7a9904a6 - [GUI] ensure the default text for the gemini text widget respects the directive 'text color' in the configuration file for simple text line type.