.. |
gemini
|
- removed debug code
|
2023-04-14 17:27:56 +02:00 |
gopher
|
- wrapped 'babel:string-to-octets' in 'text-utils:string->octets'.
|
2022-12-25 12:53:07 +01:00 |
gui
|
- [GUI] added font scaling for gemtext.
|
2023-05-31 15:05:21 +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
|
- changed mentions saving, just save the posts where the user is mentioned, not the tree that contains the posts.
|
2023-05-31 16:35:21 +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 a minimal client-server interation system (using pipe).
|
2022-12-24 14:39:53 +01: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
|
- added package URL to the authorized client.
|
2023-02-26 20:33:29 +01:00 |
constants.lisp
|
- [GUI] added button to subscribe (and unsubscribe) to a gemlog.
|
2023-05-07 12:21:41 +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
|
- [GUI] added button to subscribe (and unsubscribe) to a gemlog.
|
2023-05-07 12:21:41 +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
|
- 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
|
- used package local nickname instead us :use croatoan's symbols.
|
2022-03-21 21:42:50 +01: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
|
- [gui] used IRI's fragment as regex search.
|
2023-05-16 19:14:55 +02:00 |
gempub.lisp
|
- added a wrapper for 'fnmatch(3)';
|
2022-01-28 12:24:24 +01:00 |
gopher-window.lisp
|
- [gopher] fixed going back to net history.
|
2022-10-01 17:44:40 +02:00 |
hooks.lisp
|
- [GUI] printed information when streaming is started or finished;
|
2023-04-14 17:13:41 +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
|
- added 'iri:iri=';
|
2023-05-08 20:34:39 +02:00 |
json-rpc2.lisp
|
- [GUI] started connecting JSON API with GUI;
|
2023-02-09 16:28:53 +01: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
|
- prevented crash when calling resync-rows-db of a null object.
|
2022-11-24 17:28:31 +01: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
|
- discouraged use of slot 'rows' for 'row-oriented-widget', used API instead.
|
2021-04-08 15:13:31 +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
|
- [GUI] completed inilining of image one by one.
|
2023-05-13 11:54:52 +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
|
- prevented useless percent encoding of a path.
|
2022-12-07 20:26:02 +01:00 |
os-utils.lisp
|
Merge branch 'master' into add-gemini-gui
|
2023-01-12 20:17:53 +01:00 |
package.lisp
|
- [GUI] added configuration directive to enable or disable TOC autoresize.
|
2023-05-20 17:31:11 +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
|
- changed mentions saving, just save the posts where the user is mentioned, not the tree that contains the posts.
|
2023-05-31 16:35:21 +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
|
- added 'get-resource-dir' and 'get-data-dir'.
|
2022-06-04 19:11:23 +02:00 |
scheduled-events.lisp
|
- added a directory to store gempub, the software will sync the directory's contents with its internal metadata database.
|
2021-08-23 18:20:11 +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
|
- fixed configuration parser to allow empty strings;
|
2023-05-15 20:43:03 +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
|
- prevented crash when updating the thread window with a non existent status-id.
|
2022-11-19 10:58:52 +01: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
|
- [GUI] added command for the 'go up iri' button.
|
2023-04-06 15:06:31 +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 |