1
0
Fork 0
tinmop/src
cage 0c245ebc65 - [gemini] added a procedure to import tls certificates. 2021-08-03 18:31:34 +02:00
..
9p-client - added client.lisp 2021-07-26 19:56:49 +02:00
gemini - [gemini] used fuzzy matching when looking for URI in history. 2021-07-23 16:56:36 +02:00
tests - fixed padding when fitting suggestions into 'suggestion-win'. 2021-07-22 16:29:51 +02:00
api-client.lisp - implemented a minimal 9p client. 2021-07-10 14:22:03 +02:00
api-pleroma-entities.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
api-pleroma.lisp - fixed chat api; 2021-03-14 13:26:06 +01:00
box.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
bs-tree.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
chats-list-window.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
command-line.lisp - Added a command line switch to load a module. 2020-12-31 15:36:10 +01:00
command-window.lisp - made less confusing complete command line. 2021-07-31 17:24:28 +02:00
complete-window.lisp - resetted selected item position when a 'suggestion-window' is shown. 2021-07-23 19:14:23 +02:00
complete.lisp - revert to old completion method for non URI; 2021-07-25 12:44:35 +02:00
conditions.lisp - fixed typo. 2021-07-23 19:59:31 +02:00
config.lisp.in - [gemini] starting using certificates; 2020-10-11 18:22:07 +02:00
config.lisp.in.in - [gemini] starting using certificates; 2020-10-11 18:22:07 +02:00
constants.lisp - wrapped function in '(eval-when..'. 2021-07-26 16:29:58 +02:00
conversations-window.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
crypto-utils.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
date-formatter.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
db-utils.lisp - added a welcome window. 2021-07-03 12:34:05 +02:00
db.lisp - [gemini fixed validity check for client certificate (thanks op!). 2021-07-16 11:32:36 +02:00
emoji-matcher.lisp - removed link prefix if link line starts with an emoji. 2021-07-16 19:24:27 +02:00
emoji-shortcodes.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
filesystem-utils.lisp - fixed procedures that extract extension from a local path or an URI. 2021-04-27 19:04:11 +02:00
follow-requests.lisp -[gemtext] added metadata to header lines; 2021-04-13 17:02:30 +02:00
gemini-client-certificates-window.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
gemini-page-toc.lisp - prevented crash when closing program while a gemini page was rendering. 2021-06-17 15:07:40 +02:00
gemini-subscription-window.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
gemini-viewer-metadata.lisp -[gemini] removed loop when going back in history. 2021-04-28 20:56:37 +02:00
gemini-viewer.lisp - [gemini] added "no wait" directive when downloading non gemini text format from gemini 2021-07-25 18:36:06 +02:00
hooks.lisp - rewritten rendering of text in message window 2021-04-10 13:52:56 +02:00
html-utils.lisp - [gemini] added feature: loading local gemini files from command line (switch: '-o'). 2021-03-27 09:19:13 +01:00
idn.lisp - removed dependency from libidn2 2021-01-31 13:08:34 +01:00
interfaces.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
iri-parser.lisp - fixed 'make-gemini-iri', was building wrong IRI with ipv6 address as host. 2021-04-16 14:44:22 +02:00
keybindings-window.lisp - changed ':draw-border' to ':border' to track the new croatoan API. 2021-02-19 17:38:39 +01:00
keybindings.lisp - added a generated TOC for gemini files. 2021-05-16 15:23:55 +02:00
line-oriented-window.lisp - prevented out of bound condition when scrolling message-window's 2021-07-31 11:42:12 +02:00
main-window.lisp - suppressed printing of three notes. 2021-07-25 13:27:54 +02:00
main.lisp - added a configuration directive to update subscription to gemlogs at starts; 2021-07-31 11:06:48 +02:00
message-rendering-utils.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
message-window.lisp - added adjust-strategy-last to show text in message-window; 2021-07-26 19:03:10 +02:00
misc-utils.lisp - got rid of 'prepare-new-search' and 'cleanup-after-search'; 2021-05-13 15:32:31 +02:00
modeline-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
modules.lisp - added missing call to format. 2020-12-28 15:21:53 +01:00
mtree-utils.lisp - improved appearance of keybindigs tree. 2021-05-30 13:30:15 +02:00
notify-window.lisp - made geometry of notification window customizable (via configuration file). 2021-05-22 19:41:36 +02:00
num-utils.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
open-attach-window.lisp - fixed procedures that extract extension from a local path or an URI. 2021-04-27 19:04:11 +02:00
open-message-link-window.lisp - added a configuration directive to close the link window after a link has been selected. 2021-07-31 14:09:10 +02:00
os-utils.lisp - made clear that "ed" is the standard editor. 2021-05-28 20:58:22 +02:00
package.lisp - [gemini] added a procedure to import tls certificates. 2021-08-03 18:31:34 +02:00
point-tracker.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
priority-queue.lisp - removed debug code. 2020-10-06 20:17:30 +02:00
program-events.lisp - prevented out of bound condition when scrolling message-window's 2021-07-31 11:42:12 +02:00
queue.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
rb-tree.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
resources-utils.lisp - create an empty config file if the user did not provided oopne, instread of printing an error and exit. 2021-01-13 17:28:23 +01:00
scheduled-events.lisp - added a configuration directive to update subscription to gemlogs at starts; 2021-07-31 11:06:48 +02:00
sending-message.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
software-configuration.lisp - added a configuration directive to close the link window after a link has been selected. 2021-07-31 14:09:10 +02:00
specials.lisp - added a generated TOC for gemini files. 2021-05-16 15:23:55 +02:00
stack.lisp - implemented a new method to move focus between windows (using 'M-arrowkeys'). 2021-04-28 16:26:10 +02:00
suggestions-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
tags-window.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
text-utils.lisp - changed the way the input is completed, complete with current selected item in suggestion window. 2021-07-23 18:46:13 +02:00
thread-window.lisp - decrease mentions count on the modeline when a status that contains a mention is opened. 2021-05-22 12:23:15 +02:00
tour-mode-parser.lisp - relaxed a bit the tour mode indices parser (allow multiple consecutive separator and comma as separator). 2021-07-31 14:21:59 +02:00
tui-utils.lisp - allowed selecting a suggestion from suggestion-window; 2021-07-22 14:59:29 +02:00
ui-goodies.lisp - [gemini] added a procedure to import tls certificates. 2021-08-03 18:31:34 +02:00
uri-parser.lisp - fixed, again fs:dirp; 2021-04-01 20:33:29 +02:00
windows.lisp - changed croatoan's 'window-position' to 'widget-position'; 2021-07-10 17:15:09 +02:00
x509-ffi.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
x509.lisp - fixed segmentation fault whit FFI code (x509 certificate dump). 2020-12-09 10:44:04 +01:00