1
0
Fork 0
tinmop/src
cage 333d77caf2 - [gemini] added missing mandatory argument to function that builds the redirect URI. 2022-08-19 10:48:56 +02:00
..
gemini - [gemini] added missing mandatory argument to function that builds the redirect URI. 2022-08-19 10:48:56 +02:00
kami - [kami] removed setf' of global variables. 2022-04-22 10:08:00 +02:00
tests - fixed symbol export for 'normalize path' (thanks op!). 2022-02-17 21:35:25 +01:00
2d-utils.lisp - optimized 'draw-all' made clearing window optional and draw only full visible window. 2022-03-11 16:00:00 +01:00
api-client.lisp - added captions for attachments. 2022-05-01 12:22:52 +02:00
api-pleroma-entities.lisp
api-pleroma.lisp
box.lisp
bs-tree.lisp
chats-list-window.lisp - [kami] optimized deletion of file system trees. 2022-02-05 14:18:24 +01:00
command-line.lisp - used 'alexandria:when-let' macro to semplify the code. 2022-04-20 22:07:48 +02:00
command-window.lisp - removed debug message. 2022-04-08 17:09:03 +02:00
complete-window.lisp
complete.lisp - improved sorting of URI fuzzy matching. 2022-07-06 20:18:25 +02:00
conditions.lisp
config.lisp.in.in
constants.lisp - added compilation macros to use ECl processes procedures; 2022-03-20 12:32:41 +01:00
conversations-window.lisp - used package local nickname instead us :use croatoan's symbols. 2022-03-21 21:42:50 +01:00
crypto-utils.lisp
date-formatter.lisp
db-utils.lisp - added a command to clear the cache; 2022-03-02 20:44:54 +01:00
db.lisp - changed sorting criteria for gemlog subscriptions; 2022-08-15 12:35:24 +02:00
emoji-matcher.lisp - using codepoints instead of char to match emoji, this changes allow for ECL to compile the code. 2022-03-20 12:34:43 +01:00
emoji-shortcodes.lisp
filesystem-tree-window.lisp - used package local nickname instead us :use croatoan's symbols. 2022-03-21 21:42:50 +01:00
filesystem-utils.lisp - removed direct call to babel:cotets-to-string, using 'to-s' wrapper, instead. 2022-07-02 10:55:11 +02:00
follow-requests.lisp - used package local nickname instead us :use croatoan's symbols. 2022-03-21 21:42:50 +01:00
gemini-client-certificates-window.lisp
gemini-page-toc.lisp - ensured only an instance of gemini TOC, gemini link and chat window could exixts. 2022-04-08 17:07:48 +02:00
gemini-subscription-window.lisp - changed sorting criteria for gemlog subscriptions; 2022-08-15 12:35:24 +02:00
gemini-viewer-metadata.lisp - prevented crash when bookmarking the start page in gemini fullscreen 2022-02-19 13:36:56 +01:00
gemini-viewer.lisp - taken into account the query of the original URI when combining it with a path. 2022-08-05 11:30:56 +02:00
gempub.lisp - added a wrapper for 'fnmatch(3)'; 2022-01-28 12:24:24 +01:00
hooks.lisp - hooks:*before-composing-message*; 2022-04-06 19:34:49 +02:00
html-utils.lisp - [modules] added backlink to generated gemlog pages; 2022-07-13 17:08:37 +02:00
idn.lisp
interfaces.lisp
iri-parser.lisp - removed direct call to babel:cotets-to-string, using 'to-s' wrapper, instead. 2022-07-02 10:55:11 +02:00
keybindings-window.lisp
keybindings.lisp
line-oriented-window.lisp - [gemini] added command 'open-previous-link'. 2022-07-01 16:31:38 +02:00
main-window.lisp - added compilation macros to use ECl processes procedures; 2022-03-20 12:32:41 +01:00
main.lisp - mitigated issue with unparsed keyboard input coming from ncurses. 2022-07-06 14:37:56 +02:00
message-rendering-utils.lisp
message-window.lisp - fixed excessive page scrolling in message window. 2022-07-08 15:17:01 +02:00
misc-utils.lisp - removed direct call to babel:cotets-to-string, using 'to-s' wrapper, instead. 2022-07-02 10:55:11 +02:00
modeline-window.lisp
modules.lisp
mtree-utils.lisp - added compilation macro to compile constant using ECL. 2022-03-20 12:48:27 +01:00
notify-window.lisp - used package local nickname instead us :use croatoan's symbols. 2022-03-21 21:42:50 +01:00
num-utils.lisp
open-attach-window.lisp - used package local nickname instead us :use croatoan's symbols. 2022-03-21 21:42:50 +01:00
open-message-link-window.lisp - [gemini] added a script to generate a gemlog; 2022-06-15 14:33:56 +02:00
os-utils.lisp - added compilation macros to use ECl processes procedures; 2022-03-20 12:32:41 +01:00
package.lisp - improved appereance of gemini subscriptions window. 2022-07-21 17:25:37 +02:00
point-tracker.lisp
priority-queue.lisp
program-events.lisp - taken into account the query of the original URI when combining it with a path. 2022-08-05 11:30:56 +02:00
queue.lisp
rb-tree.lisp
resources-utils.lisp - added 'get-resource-dir' and 'get-data-dir'. 2022-06-04 19:11:23 +02:00
scheduled-events.lisp
sending-message.lisp - used package local nickname instead us :use croatoan's symbols. 2022-03-21 21:42:50 +01:00
software-configuration.lisp - improved appereance of gemini subscriptions window. 2022-07-21 17:25:37 +02:00
specials.lisp - [gemini] added a script to generate a gemlog; 2022-06-15 14:33:56 +02:00
stack.lisp
suggestions-window.lisp
tags-window.lisp - used package local nickname instead us :use croatoan's symbols. 2022-03-21 21:42:50 +01:00
text-utils.lisp - removed direct call to babel:cotets-to-string, using 'to-s' wrapper, instead. 2022-07-02 10:55:11 +02:00
thread-window.lisp
tour-mode-parser.lisp
tui-utils.lisp - removed file descripto leak in '%mkstemp'; 2022-06-03 19:17:37 +02:00
ui-goodies.lisp Merge branch 'fix-absolutize-links' 2022-08-05 11:52:57 +02:00
uri-parser.lisp - removed direct call to babel:cotets-to-string, using 'to-s' wrapper, instead. 2022-07-02 10:55:11 +02:00
windows.lisp - 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
x509-ffi.lisp
x509.lisp - allowed printing about kami ID from the window of the TLS certificates. 2022-04-23 15:19:29 +02:00
zip-info.lisp - removed direct call to babel:cotets-to-string, using 'to-s' wrapper, instead. 2022-07-02 10:55:11 +02:00