cage
a9ce526dce
- added 'remove-corrupting-utf8-chars' to clean up rendered text from trouble characters.
2021-04-13 18:32:48 +02:00
cage
a4630f08af
-[gemtext] added metadata for list and link lines.
2021-04-13 17:29:25 +02:00
cage
a91ec4c7ae
-[gemtext] added metadata to header lines;
...
- fixed processing of follow requests.
2021-04-13 17:02:30 +02:00
cage
15bbb49d5e
- [gemini] added feature to toggle preformatted block on/off;
...
- [gemini] trimmed alt-text;
- reworded some functions.
2021-04-11 15:19:45 +02:00
cage
84a8029c9a
- specialized message-window' to skip invisible rows.
2021-04-11 11:06:39 +02:00
cage
76c8296aa4
- reorganized generic function.
2021-04-11 10:26:48 +02:00
cage
83356eed20
- exit from the program, without launching the debugger, when the
...
configuration module was not found but notify a warning if the
module was not essential (like when loaded from the command line
using switch "-M").
2021-04-10 21:14:20 +02:00
cage
ad28c940e2
- load a module even if loading an URL has been requested from the command line.
2021-04-10 21:03:34 +02:00
cage
540dea6825
- [gemini] ensured tail call when downloading a non-text file.
2021-04-10 19:15:06 +02:00
cage
dd79fbb00c
- fixed RE in 'open-attach-window:get-extension';
...
- fixed bug that prevented to open an attachment from cached file.
2021-04-10 14:42:16 +02:00
cage
6786d48f6d
- rewritten rendering of text in message window
...
i got rid of slot support-text in message-window, so that class does
not maintain a state.
- changed behaivour of split-line
(split-line (format nil "~2%")) ; => ("" "")
That is an emtpy line is returned as empty string and not skipped
Thanks to people from IRC and cl-ppcre maintainer for help!
- [breaking changes] changed 'hooks:*before-prepare-for-rendering-message*
with 'hooks:*before-rendering-message-text*.
2021-04-10 13:52:56 +02:00
cage
ddb74a600f
- [gemini] tag preformatted text lines with metadata (group-id and alt text).
2021-04-08 16:32:34 +02:00
cage
ca2ace2551
- discouraged use of slot 'rows' for 'row-oriented-widget', used API instead.
2021-04-08 15:13:31 +02:00
cage
149c6931f2
- [gemini] removed unused arg from 'refresh-gemini-message-window'.
2021-04-07 15:23:15 +02:00
cage
3ca18e1fd9
- fixed searching in links or gemini pages: searching starts from the first row.
2021-04-06 19:59:58 +02:00
cage
f6556fd4ff
- fixed search in message window.
...
If more than one occurence of the matched string was present (in the
same line) drawing the last will overwrite the others.
2021-04-06 18:27:47 +02:00
cage
816a04812d
- fixed search in message-window;
...
- there was a lot of problems related to type of an element of
'rows', they must be always a complex string
- moreover there was an incorrect positioning of the matching string
when character with column width >1 was present before the
string compatible with the regex.
2021-04-05 18:10:14 +02:00
cage
9572f2a917
- changed 'source-text' to 'support-text'.
2021-04-05 17:33:16 +02:00
cage
97a0c10aa9
- removed debug message.
2021-04-05 16:29:19 +02:00
cage
a0d566fb71
- fixed 'refresh-gemini-message-window', was always appending contents.
2021-04-05 16:28:52 +02:00
cage
fc1aa5f1e6
- simplified 'refresh-gemini-message-window'.
2021-04-05 15:48:30 +02:00
cage
eefb64eb8e
- [gemini] fixed gemini text parser.
2021-04-05 15:37:59 +02:00
cage
eaf23afb58
- [gemini] fixed rendering of quoted lines;
...
- [gemini] do not set, always append, source text when refreshing a gemini window.
2021-04-05 14:47:57 +02:00
cage
fac77297e8
- [gemini] started coloring preformatted block.
2021-04-05 12:01:30 +02:00
cage
9e3269576d
- [gemini] improved rendering of quoted text.
2021-04-03 15:03:24 +02:00
cage
d7f074aa34
- [gemini] percent encoded paths when exploring local filesystems.
2021-04-03 13:04:40 +02:00
cage
f1c8ec0ec1
- fixed crash when 'contains-clsr' is called
...
This function called cl-ppcre:create-scanner but if the argument to
this function can not be interpreted as a valid regex (e.g "["), an
error is signalled.
This error is now captured and the string passed to 'create-scanner'
is used as a mere sequence not a regular expression.
- [gemini] fixed bug that prevented a page to be reloaded;
- [gemini] use cache, if possible, when opening a gemini url.
2021-04-03 11:14:58 +02:00
cage
6690a1b6f7
- fixed, again fs:dirp;
...
- fixed iri parser (parses correctly IRI like mailto:...).
2021-04-01 20:33:29 +02:00
cage
61c39b6c62
- moved to an internal wrapping of 'mkstemp' to allow extensions in filename;
...
- [gemini] rendering all stream with MIME type "text/*" with this program.
2021-04-01 17:08:42 +02:00
cage
9a20e187e9
- fix changelog's space.
2021-03-28 16:53:25 +02:00
cage
d710f59663
- tracked changes.
2021-03-28 16:52:54 +02:00
cage
ef3724e986
- fixed 'uri:normalize-path';
...
- [gemini] cleaned paths when exploring local tree.
2021-03-28 16:43:21 +02:00
cage
e2a9016607
- changed link color when printed in link windows.
2021-03-28 15:08:17 +02:00
cage
02ea992ca8
- [gemini] expand 'pwd' when printing the directory's contents;
...
- [gemini] forced displaying of director with tinmop.
2021-03-28 15:00:00 +02:00
cage
ad21da5957
- cleaned a bit reults of 'prepend-pwd'.
2021-03-28 14:42:19 +02:00
cage
8b50eec3be
- [gemini] allowed exploring directory using relative path;
...
- [gemini] allowed opening a file using tinmop itself (example:
opening a gemini text file);
- added a more hi-level function to open a file with an external program.
- this function takes into account the file that should be opened
with tinmop and uses 'xdg-open' as fallback if the user did not
specified an association program file-type.
2021-03-28 14:33:56 +02:00
cage
ff99cd50b6
- [gemini] allowed opening local folder using 'ui:open-gemini-address'.
2021-03-27 11:01:36 +01:00
cage
9dd77c549d
- [gemini] allowed going back in history also when exploring a local filesystem.
2021-03-27 10:59:10 +01:00
cage
87377914a3
- [gemini] added a symbol to mark a directory when exploring local filesystem.
2021-03-27 10:37:05 +01:00
cage
6a82f892a1
- [gemini] added feature: open local directory.
2021-03-27 10:21:33 +01:00
cage
57776623aa
- allowed, again, nil value for some message window data when loading a gemini resource.
2021-03-27 09:41:44 +01:00
cage
16c131e952
- used 'load-gemini-url', when possible, to avoid duplication.
2021-03-27 09:33:55 +01:00
cage
db34a2f958
- [gemini] added feature: loading local gemini files from command line (switch: '-o').
2021-03-27 09:19:13 +01:00
cage
029acbe186
- removed empty line.
2021-03-24 16:26:26 +01:00
cage
d92c103c43
- [gemini] when resolving host try UTF8 encoded name first and punycoded last.
2021-03-24 16:12:32 +01:00
cage
11fa85ad79
- fixed test for deciding if a pair timeline/folder must be renumbered.
2021-03-21 14:36:47 +01:00
cage
6228858e79
- skipped threads group (pair timeline and folder) that has not
...
statuses marked to be deleted when sorting all statuses before
quitting the program. Hopefully this is the last change needed to
remove long waiting times before program process terminate,
returning to the shell.
2021-03-20 20:27:13 +01:00
cage
17bb9f5f15
- fixed 'percent-encoded-p'.
2021-03-15 19:48:02 +01:00
cage
0c2398c184
- fixed hex digit parsing from iri parser;
...
- added more debugging messages;
- fixed formatting.
2021-03-15 19:28:07 +01:00
cage
b3c3d8a232
- prevented crash when removing two (or more) statuses that reblogged the same status.
...
When more than one statuses points to the same reblogged status and
more the one of the formers is deleted the first deletion will remove
the reblogged status as well and the second will try to remove the
same (already removed from db) status. This makes the program crash.
2021-03-15 18:33:16 +01:00