1
0
Fork 0
tinmop/src
cage 5bcc4e966f - allowed changing language before sending a post;
- updated italian translation.
2023-09-19 19:50:58 +02:00
..
gemini - [TITAN] prevented dropping of query component. 2023-08-04 13:58:57 +02:00
gopher - wrapped 'babel:string-to-octets' in 'text-utils:string->octets'. 2022-12-25 12:53:07 +01:00
gui - [GUI] renamed function. 2023-09-17 14:41:59 +02:00
kami - [kami] removed setf' of global variables. 2022-04-22 10:08:00 +02:00
tests - [GUI] added address autocomplete; 2023-02-09 17:04:29 +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 language parameter for each post sent. 2023-09-13 15:00:31 +02:00
api-pleroma-entities.lisp
api-pleroma.lisp - prevented crash when opening empty chat windows; 2022-11-21 20:30:58 +01:00
box.lisp - [GUI] added client events loop. 2023-01-15 15:56:00 +01:00
bs-tree.lisp
chats-list-window.lisp - prevented crash when opening empty chat windows; 2022-11-21 20:30:58 +01:00
command-line.lisp - added full stops for command line help strings; 2023-07-15 15:00:50 +02:00
command-window.lisp - fixed typo. 2023-05-21 11:18:22 +02:00
complete-window.lisp - prevented crash when suggestion windows are shown 2021-08-07 13:22:33 +02:00
complete.lisp - added language parameter for each post sent. 2023-09-13 15:00:31 +02:00
conditions.lisp - prevented moving selected message when updating a timeline. 2021-09-10 17:34:03 +02:00
config.lisp.in.in - implemented titan protocol; 2023-07-07 14:45:05 +02:00
constants.lisp - added language parameter for each post sent. 2023-09-13 15:00:31 +02: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 couple of debug flags to make logging more fine-tuned. 2022-12-29 17:23:24 +01:00
db.lisp - added bookmarked URLs to the list of candidates for autocompletion. 2023-08-16 17:35:34 +02:00
emoji-matcher.lisp - fixed 'starting-emoji'. 2023-06-04 15:31:56 +02:00
emoji-shortcodes.lisp
filesystem-tree-window.lisp - moved '+octect-type+' to 'constants' package. 2022-12-25 12:04:08 +01:00
filesystem-utils.lisp - excluded follow requests when downloading the notifications; 2023-08-15 22:05:37 +02:00
follow-requests.lisp - removed colon fron a translatable string. 2023-07-15 14:50:28 +02: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 - rearranged columns of gemlog subscriptions. 2023-02-24 11:21:57 +01:00
gemini-viewer-metadata.lisp - [GUI] added command for the 'back' button; 2023-04-05 20:12:06 +02:00
gemini-viewer.lisp - [TITAN] prevented dropping of query component. 2023-08-04 13:58:57 +02:00
gempub.lisp - removed macro 'defalias', does not works with sbcl 2.3.6; 2023-07-26 14:44:05 +02:00
gopher-window.lisp - [gopher] fixed going back to net history. 2022-10-01 17:44:40 +02:00
hooks.lisp - implemented titan protocol; 2023-07-07 14:45:05 +02:00
html-utils.lisp - added command "status-tree->text". 2022-09-10 13:21:20 +02:00
idn.lisp
interfaces.lisp
iri-parser.lisp - [TITAN] fixed building of request URL 2023-07-22 12:58:32 +02:00
json-rpc2.lisp - [GUI] fitted titan protocol into the interface. 2023-07-09 19:14:45 +02:00
keybindings-window.lisp - prevented crash when suggestion windows are shown 2021-08-07 13:22:33 +02:00
keybindings.lisp - prevented a crash adding the gopher keymap to the list of help 2022-09-20 18:49:21 +02:00
line-oriented-window.lisp - used ellipsis instead of tree full stops. 2023-07-15 14:34:10 +02:00
main-window.lisp - added compilation macros to use ECl processes procedures; 2022-03-20 12:32:41 +01:00
main.lisp - [GUI] included the system-wide configuration file into the user defined configuration file. 2023-07-29 12:23:02 +02:00
message-rendering-utils.lisp - [TUI] printed 'reply to' and 'boosted from' label in a separate paragraph. 2023-07-28 14:54:49 +02:00
message-window.lisp - [RPC] added API for generate the TOC from a gemtext; 2023-01-15 15:54:49 +01:00
misc-utils.lisp - fixed 'misc:fresh-vector-insert@'; 2023-09-09 17:39:04 +02:00
modeline-window.lisp - fixed padding of modeline. 2023-07-27 15:47:54 +02:00
modules.lisp - instruct makefile to copy modules, script and icons in differents subdirectory when installing the package. 2023-02-05 14:41:03 +01:00
mtree-utils.lisp - added command "status-tree->text". 2022-09-10 13:21:20 +02: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 - added code to try to recover from a failed tag request. 2022-11-12 14:12:45 +01:00
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 - [TUI] allowed upload of strings via titan, not only files. 2023-07-07 15:34:01 +02:00
os-utils.lisp - [script] allowed all the template variable to be got from environment variables, when generating a gemlog. 2023-08-14 17:12:39 +02:00
package.lisp - allowed changing language before sending a post; 2023-09-19 19:50:58 +02:00
point-tracker.lisp
priority-queue.lisp
program-events.lisp - allowed changing language before sending a post; 2023-09-19 19:50:58 +02:00
queue.lisp
rb-tree.lisp
resources-utils.lisp - removed full stop ('.'), from some translatable strings. 2023-07-15 14:30:09 +02:00
scheduled-events.lisp - removed full stop ('.'), from some translatable strings. 2023-07-15 14:30:09 +02:00
sending-message.lisp - added language parameter for each post sent. 2023-09-13 15:00:31 +02:00
software-configuration.lisp - added language parameter for each post sent. 2023-09-13 15:00:31 +02:00
specials.lisp - added a basic gopher implementation. 2022-08-28 13:22:08 +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 resetting of gemini parser status when downloading a text 2023-01-11 19:10:51 +01:00
thread-window.lisp - removed macro 'defalias', does not works with sbcl 2.3.6; 2023-07-26 14:44:05 +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 - removed macro 'defalias', does not works with sbcl 2.3.6; 2023-07-26 14:44:05 +02:00
ui-goodies.lisp - allowed changing language before sending a post; 2023-09-19 19:50:58 +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 - input dialog reurn :canceled if the user pressed the 'cancel' button; 2023-02-11 21:01:58 +01: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 - converted namestring to pathname in a couple of functions. 2023-02-18 12:42:15 +01:00