cage
01eef29432
- used an error message instead of a notification when opening a file that does not exists (thanks op\!).
2021-11-12 20:27:11 +01:00
cage
ebddc9e1e6
- changed logic to guess if the window is displaying gemini contents;
...
- replaced window'stitle with the IRI of the gemini content streaming;
- fixed italian translation.
2021-11-12 19:12:03 +01:00
cage
f05ca2f300
- removed duplicates in url history when printing gemini startpage in gemini full screen mode.
2021-11-12 15:04:19 +01:00
cage
7b8581c5e4
- added exclusive gemini client UI layout.
2021-11-12 15:00:34 +01:00
cage
63ee43ad3f
- removed argument for ommand line switch 'gemini-client-only'.
2021-11-12 11:13:03 +01:00
cage
75a056cce0
- added command-line option for gemini fullscreen mode;
...
- cleaned up command line switch management.
2021-11-12 10:50:33 +01:00
cage
e6f92f3621
- [gemini] ensured opening files with an external program if the size of the file is smaller than the cache size.
2021-11-10 16:21:18 +01:00
cage
2782317bb7
- [gemini] added customizable buffer size when opening partial gemini
...
content with an external program.
using "no wait" directive can be followed by "buffer NUMBER" to
customize the cache (in Mib) to be cached before opening the partial
downloaded data.
2021-11-10 16:12:08 +01:00
cage
60a66d6ea9
- [gemini] prevented sending fragment part of the IRI to server;
...
- chaged prefix for links in gemini streams.
2021-11-07 10:31:01 +01:00
cage
c3492c06c1
- [gemini] added 'search-message-gemini-fragment-event'
...
When a fragment is present in a uri/iri it is used as a regular
expression to search in the *source* of the text, the window's content
is moved to shows the *rendered* line where matching occurred.
2021-11-06 12:32:03 +01:00
cage
5bbd5100c8
- changed 'raw-text' to 'source-line';
...
- added ocstring to 'search-gemini-fragment'.
2021-11-06 11:26:20 +01:00
cage
768e4a220b
- added 'search-gemini-fragment'
2021-11-06 11:21:15 +01:00
cage
b1b412ad89
- added 'match-words'.
2021-11-05 14:48:40 +01:00
cage
9d0e588b0b
- fixed crash when completing an empty command line (pressing tab with
...
no string typed on the command line);
- fixed chrash when completing bookmark entry with non word character
(e.g. '[');
- added macro 'gemini-parser:with-initialized-parser';
- added source metadata (sourceline and source-line-id to results of
gemini parsing to IR (see: sexp->text-rows).
2021-11-05 11:13:05 +01:00
cage
f2dba92f8b
- added command 'open-next-visible-link';
...
- removed debug message.
2021-10-30 18:39:13 +02:00
cage
dfdf303d1d
- transform any line made from blank characters in vertical-space.
2021-10-27 14:24:46 +02:00
cage
fe9792a576
- [gemini/parsing] transformed to vertical space a text line made from blank characters only.
2021-10-26 20:05:18 +02:00
cage
02a277894a
- ensured a line is not added to a line in the slot 'normal-text'.
2021-10-26 18:50:31 +02:00
cage
26792b7c00
- [gemini] fixed crash occurred when rendering an empty quote line.
2021-10-25 18:47:55 +02:00
cage
c3c9036427
- removed unused argument.
2021-10-25 18:21:18 +02:00
cage
41bf046a29
- [gemini] attached source line to each parsed gemtext node.
2021-10-24 15:53:31 +02:00
cage
f9cc367267
- [gemini] moved fitting of quoted lines to message window routines.
2021-10-22 15:07:36 +02:00
cage
bce702465c
- [experimental][gemini] used URI's fragment as a search criteria for the gemini page (disabled by default).
2021-10-17 17:40:18 +02:00
cage
c50de0dca2
- added a script to delete old posts.
2021-10-15 13:59:06 +02:00
cage
dff23fe909
- allowed skipping posts using language type.
2021-10-13 15:01:15 +02:00
cage
b437e2846b
- added 'gemini-all-unread-posts', 'shuffle-tour', 'gemlog-add-unread-posts-tour', 'clear-tour'
...
'gemini-all-unread-posts' give user the choice to add all the
currently unread post to the link tour.
2021-10-10 12:38:37 +02:00
cage
76676f2d2f
- added 'eval-command';
...
- added docstrings for scroll lock related functions.
2021-10-08 14:35:40 +02:00
cage
f9f5a868b3
- fixed 'adjust-rows-select-last';
...
- rewinded selected row to first one when a new gemin page is loaded.
2021-10-08 12:11:00 +02:00
cage
40f6f0642a
- forced scrolling to the last message when a new message has been posted on the chat window;
...
- added 'message-window-lock-scrolling' and 'message-window-unlock-scrolling' allowing users to choose their preferered way to render the gemini text (this is useful for gemini streaming services, like chat or similar).
2021-10-08 11:55:16 +02:00
cage
9568b88e8d
- fixed adjusting strategy functions when drawing gemini text.
2021-10-08 11:37:53 +02:00
cage
c924e8f636
- ensured, when program starts, that the init file in the user's home is loaded (if such init file exists).
2021-10-07 21:52:36 +02:00
cage
9005e9ec55
- ignored error when trying to open a shared configuration file (lisp code) on program start; search for a file in the user's home instead.
2021-10-07 21:24:37 +02:00
cage
d622a02098
- [gemini] prevented signalling a condition when quitting the program
...
and a gemini text is streaming;
if there is some gemini text streaming the function
'ui:clean-temporary-file' will remove the file that the streaming
thread is using for caching. So when the gemini rendering thread
returns will try to remove the already deleted file, leading to a
crash.
2021-10-04 20:42:39 +02:00
cage
fd39d15050
- [gemini] prevented crash happening when trying to render a TOC from an empty gemtext.
2021-10-04 19:39:31 +02:00
cage
29c6f6b7d5
- updated building scripts;
...
- removed useless variable from 'configure.ac'
- changed dependency to cl-ppcre-unicode;
- fixed reader macro for 'os-utils:run-external-program'.
2021-09-27 20:50:02 +02:00
cage
f044d1336a
- fixed docstring.
2021-09-12 12:41:33 +02:00
cage
dcde779d25
- notified an error when the manpage can not be printed on screen.
2021-09-12 12:16:29 +02:00
cage
eaa0feb95c
- prevented moving of the selected message in thread window when a thread is expanded.
2021-09-12 11:53:53 +02:00
cage
c12f444111
- fixed thread-window:resync-rows-db, was not redrawing the window if no message was presents.
2021-09-11 21:54:52 +02:00
cage
49f9232288
- improved positioning of selected row in 'thread-window:resync-rows-db'.
2021-09-11 13:38:35 +02:00
cage
88891696bd
- prevented moving selected message when updating a timeline backward.
2021-09-10 18:36:34 +02:00
cage
9b8aa8bd93
- prevented crash when mark or unmark for deletion an empty thread window.
2021-09-10 18:26:12 +02:00
cage
ae266982cb
- prevented moving selected message when updating a timeline.
2021-09-10 17:34:03 +02:00
cage
fdd73cdd9d
- added a command to open all the attachments of a post.
2021-09-09 18:27:32 +02:00
cage
686ebd619b
- prevented quitting program when users does not input a valid answer at prompt asking for deleting temp files.
2021-09-09 15:22:50 +02:00
cage
2d03b99e99
- prevented quitting program when users does not input a valid answer at prompt asking for deleting pleroma messages.
2021-09-09 15:15:05 +02:00
cage
5f4789be79
- removed useless comment.
2021-09-04 14:17:41 +02:00
cage
3f27420848
- added group-id property to all gemtext elements.
2021-09-04 14:17:25 +02:00
cage
0aad24a134
- changed function name from 'header-group-id' to 'current-header-group-id'.
2021-09-04 11:04:03 +02:00
cage
e5172b6d95
- [gemini] added 'pre-group-id' slot to gemini text preformatted line;
...
this changes fixed the selection of a TOC entry when reading a
gemini text too.
2021-09-03 14:09:16 +02:00