1
0
Fork 0
Commit Graph

256 Commits

Author SHA1 Message Date
cage c8b92f7eba - added command 'gemini-images-montage'. 2022-12-10 14:11:13 +01:00
cage 8206500f7a - added command 'print-mentions';
- highlight mentions in message window.
2022-11-17 14:03:03 +01:00
cage 65c9ac64d0 - added preview and confirm prompt for each file attached on a status. 2022-11-15 20:16:04 +01:00
cage 7186382c40 - made notification an error. 2022-11-13 16:25:38 +01:00
cage 90b16ad7f7 - added docstring for 'status-tree->text'. 2022-11-13 16:19:13 +01:00
cage c2042a06e7 - fixed accessor's' name. 2022-11-12 22:04:28 +01:00
cage c0cbe8f519 - added code to try to recover from a failed tag request. 2022-11-12 14:12:45 +01:00
cage f2b457e578 - reset the message window's title when opening a post and the message
window is displaying a gemini page;
- removed unused argument.
2022-10-14 12:53:44 +02:00
cage 0604a1d8d0 - capured errors signalled by malformed URI, when opening gopher address. 2022-10-09 14:13:37 +02:00
cage 6c3874f738 - added a function to extract and display links extracted from the
contents of a message window;
- fixed 'iri:absolute-url-p'.
2022-10-02 14:19:50 +02:00
cage 38d9d80c18 - changed function's name: 'gemini-history-back' -> 'net-address-history-back'. 2022-10-01 18:16:13 +02:00
cage f43103f8af - [gopher] fixed going back to net history. 2022-10-01 17:44:40 +02:00
cage e10a712b26 - enqueue the procedure to create a gopher window. 2022-09-25 11:02:52 +02:00
cage 76a9a3aaff - added command "status-tree->text". 2022-09-10 13:21:20 +02:00
cage 6481a323f7 - added bookmarking of gopher addresses. 2022-08-31 14:03:39 +02:00
cage 9b6e6a9f15 - fixed 'ui:open-net-address';
- [module] expanded gopher abbreviation in 'expand-abbrev-command-window.lisp'.
2022-08-28 18:48:02 +02:00
cage b55eaccba4 Merge branch 'gopher-support' 2022-08-28 13:22:31 +02:00
cage d3e36f8efd - added a basic gopher implementation. 2022-08-28 13:22:08 +02:00
cage 0617f56885 - added module 'fetch-post-tree.lisp';
- changed the window type from gemini to standard type for printing the output from a module.
2022-08-23 16:36:34 +02:00
cage c2b3eb9c2a Merge branch 'fix-absolutize-links' 2022-08-05 11:52:57 +02:00
cage ed1bd71bc5 - moved window that got the focus on top of the windows stack, to be sure will be visible to the user when redrawing the terminal. 2022-08-05 11:52:51 +02:00
cage 008d5001a7 - taken into account the query of the original URI when combining it with a path. 2022-08-05 11:30:56 +02:00
cage 5e79aa5551 - [gemini] fixed command for opening of the next visible link;
- updated changelog.
2022-07-11 18:01:26 +02:00
cage b004fd5f93 - removed direct call to babel:cotets-to-string, using 'to-s' wrapper, instead.
- [gemini] prevented crash when no previous link to open is found before the selected line.
2022-07-02 10:55:11 +02:00
cage 07725d85d9 - [gemini] added command 'open-previous-link'. 2022-07-01 16:31:38 +02:00
cage 981cbdcfc7 - [gemini] added a script to generate a gemlog;
- removed *tour-links-window*;
- adding a new command: open-gemini-links-and-ask-tour.
2022-06-15 14:33:56 +02:00
cage 48848ec996 - added 'ui:tui-active-p'. 2022-06-15 12:11:14 +02:00
cage 456602f89c - prevented crash when the tour indices exceeds the number of links in a page. 2022-06-14 16:11:23 +02:00
cage cb202b26a7 - added captions for attachments. 2022-05-01 12:22:52 +02:00
cage 0b5dd16f77 - allowed printing about kami ID from the window of the TLS certificates. 2022-04-23 15:19:29 +02:00
cage 433f7fdaa5 - prevented program freeze quen a kami error occurred. 2022-04-22 11:33:31 +02:00
cage a1ec070d03 - hooks:*before-composing-message*;
- removed memory leak in ssl-utils:dump-certificate;
- added an hook to remove footnotes added by tinmop in post's reply.
2022-04-06 19:34:49 +02:00
cage ece146a2d4 - updated NEWS.org;
- added docstring.
2022-03-12 13:51:36 +01:00
cage 594ff4054e - optimized 'draw-all' made clearing window optional and draw only full visible window. 2022-03-11 16:00:00 +01:00
cage 8eafdb4201 - added a parameter to discard windows when calculating the non intersecting ones. 2022-03-11 10:59:23 +01:00
cage a2c92e45bb - refactored a bit 'pass-focus-next';
- [kami] prevented crashes when routine fails.
2022-03-11 10:50:12 +01:00
cage 8c8c17b175 - fixed passing focus between windows. 2022-03-10 17:29:24 +01:00
cage 0389c090a7 - prevented infinite recursion when try to move focus from a modal window. 2022-03-06 13:04:29 +01:00
cage e5a9232752 - added a command to 'jump' between window in a zig-zag way;
- fixed crash when starting program in gemini fullscreen mode.
2022-03-06 12:49:17 +01:00
cage 0c3cd2d6a7 - fixed moving the focus between windows using ALT-arrow. 2022-03-05 14:33:03 +01:00
cage eb53afcbe1 - added slot 'modalp' to class wrapper-window. 2022-03-05 10:32:13 +01:00
cage d1451610dd - allowed to copy to clipboard post's attachments. 2022-03-04 15:55:57 +01:00
cage 1a5366bf45 - made tour links window indipendent from other links window. 2022-03-04 15:35:07 +01:00
cage 45d74863c3 - refactored clipboard utitlity function. 2022-03-04 14:36:11 +01:00
cage 826423c7d7 - added command to copy a link to clipboard. 2022-03-04 14:33:55 +01:00
cage e60b886c7d - changed sizes and title of window that shows tour links. 2022-03-04 14:20:14 +01:00
cage 674ee6b59a - added a command to clear the cache;
- fixed 'cat-parent-dir'.
2022-03-02 20:44:54 +01:00
cage 55d6593e0c - clear gemlog window when scrolling. 2022-02-26 14:09:58 +01:00
cage a1d669835b - [kami] prevented crash when uploading or downloading failed. 2022-02-26 11:26:41 +01:00
cage 80755d9047 - [kami] used info messages instead of notification when uploading or downloading files. 2022-02-26 11:23:30 +01:00