.. |
gemini
|
- removed full stop ('.'), from some translatable strings.
|
2023-07-15 14:30:09 +02:00 |
gopher
|
- wrapped 'babel:string-to-octets' in 'text-utils:string->octets'.
|
2022-12-25 12:53:07 +01:00 |
gui
|
- [TITAN] fixed paremeter: 'size'.
|
2023-07-21 15:10:58 +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
|
- removed full stop ('.'), from some translatable strings.
|
2023-07-15 14:30:09 +02:00 |
api-pleroma-entities.lisp
|
- changed GPL comment headers.
|
2020-09-06 11:32:08 +02:00 |
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
|
- changed GPL comment headers.
|
2020-09-06 11:32:08 +02:00 |
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
|
- allowed complete local path even when using file scheme ('file://').
|
2023-04-07 13:05:36 +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
|
- [TUI] allowed upload of strings via titan, not only files.
|
2023-07-07 15:34:01 +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
|
- 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 couple of debug flags to make logging more fine-tuned.
|
2022-12-29 17:23:24 +01:00 |
db.lisp
|
- added 'reply to' field to post's header.
|
2023-07-16 13:59:36 +02:00 |
emoji-matcher.lisp
|
- fixed 'starting-emoji'.
|
2023-06-04 15:31:56 +02:00 |
emoji-shortcodes.lisp
|
- changed GPL comment headers.
|
2020-09-06 11:32:08 +02:00 |
filesystem-tree-window.lisp
|
- moved '+octect-type+' to 'constants' package.
|
2022-12-25 12:04:08 +01:00 |
filesystem-utils.lisp
|
- converted namestring to pathname in a couple of functions.
|
2023-02-18 12:42:15 +01:00 |
follow-requests.lisp
|
- removed colon fron a translatable string.
|
2023-07-15 14:50:28 +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
|
- 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
|
- implemented titan protocol;
|
2023-07-07 14:45:05 +02:00 |
gempub.lisp
|
- removed full stop ('.'), from some translatable strings.
|
2023-07-15 14:30:09 +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
|
- 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
|
- implemented titan protocol;
|
2023-07-07 14:45:05 +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] allowed opening a URI indicated on the command line using the '-o' switch, when using the GUI.
|
2023-05-21 15:59:59 +02:00 |
message-rendering-utils.lisp
|
- added 'reply to' field to post's header.
|
2023-07-16 13:59:36 +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
|
- implemented titan protocol;
|
2023-07-07 14:45:05 +02:00 |
modeline-window.lisp
|
- added a configuration directive to filter out unwanted hashtags.
|
2022-11-29 18:55:03 +01: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
|
- removed full stop ('.'), from some translatable strings.
|
2023-07-15 14:30:09 +02:00 |
package.lisp
|
- added 'reply to' field to post's header.
|
2023-07-16 13:59:36 +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
|
- removed full stop ('.'), from some translatable strings.
|
2023-07-15 14:30:09 +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
|
- 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
|
- reworked a few regular expressions to fix mentions coloring.
|
2022-12-08 19:23:41 +01:00 |
software-configuration.lisp
|
- removed full stop ('.'), from some translatable strings.
|
2023-07-15 14:30:09 +02:00 |
specials.lisp
|
- added a basic gopher implementation.
|
2022-08-28 13:22:08 +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
|
- 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
|
- added 'reply to' field to post's header.
|
2023-07-16 13:59:36 +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
|
- prevented deletion of mentions when the program is in debug-mode;
|
2022-11-25 18:32:13 +01:00 |
ui-goodies.lisp
|
- removed space from translatable string.
|
2023-07-15 15:46:17 +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
|
- changed GPL comment headers.
|
2020-09-06 11:32:08 +02:00 |
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 |