1
0
Fork 0
tinmop/src
cage 88891696bd - prevented moving selected message when updating a timeline backward. 2021-09-10 18:36:34 +02:00
..
9p-client - added client.lisp 2021-07-26 19:56:49 +02:00
gemini - added group-id property to all gemtext elements. 2021-09-04 14:17:25 +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
api-pleroma.lisp
box.lisp
bs-tree.lisp
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
command-window.lisp - move cursor to the end of th estring when browsing command line's history. 2021-08-14 21:48:02 +02:00
complete-window.lisp - prevented crash when suggestion windows are shown 2021-08-07 13:22:33 +02:00
complete.lisp - added deletion of bookmark's entries. 2021-08-16 15:28:37 +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 'open-manual'. 2021-08-28 12:33:49 +02:00
constants.lisp - updated italian translation; 2021-08-28 12:41:18 +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
date-formatter.lisp
db-utils.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
db.lisp - prevented crash when mark or unmark for deletion an empty thread window. 2021-09-10 18:26:12 +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
filesystem-utils.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
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 - highlighted current TOC entry while browsing gemini page/gempub; 2021-09-03 12:32:09 +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 - added toc when a gemini file is loaded from a local file. 2021-08-26 16:23:24 +02:00
gempub.lisp - added more terms when searching gempub metadata ('<', '>', '<=', '<=', '=' '!='). 2021-08-28 14:20:34 +02:00
hooks.lisp - highlighted current TOC entry while browsing gemini page/gempub; 2021-09-03 12:32:09 +02:00
html-utils.lisp
idn.lisp
interfaces.lisp
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 - prevented crash when suggestion windows are shown 2021-08-07 13:22:33 +02:00
keybindings.lisp - improved search command apropos. 2021-08-29 15:01:41 +02:00
line-oriented-window.lisp - prevented moving selected message when updating a timeline. 2021-09-10 17:34:03 +02:00
main-window.lisp - suppressed printing of three notes. 2021-07-25 13:27:54 +02:00
main.lisp - allowed a custom init.lisp file in the config user home. 2021-08-28 11:28:24 +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 - removed useless comment. 2021-09-04 14:17:41 +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
modules.lisp
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
open-attach-window.lisp - allowed line-oriented-window to render unselected items with 2021-08-28 14:02:03 +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 - [gempub] added extraction of metadata from gempub; 2021-08-22 12:56:35 +02:00
package.lisp - prevented moving selected message when updating a timeline. 2021-09-10 17:34:03 +02:00
point-tracker.lisp
priority-queue.lisp
program-events.lisp - prevented moving selected message when updating a timeline. 2021-09-10 17:34:03 +02:00
queue.lisp
rb-tree.lisp
resources-utils.lisp
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 - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
software-configuration.lisp - allowed line-oriented-window to render unselected items with 2021-08-28 14:02:03 +02:00
specials.lisp - added a window to show gempub file's library. 2021-08-25 18:15:57 +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
tags-window.lisp - improved macro 'when-window-shown' to prevent crash of the program when terminal window is too small. 2021-08-13 12:14:58 +02:00
text-utils.lisp - added loading module for abbreviation by default in config file. 2021-08-12 22:40:49 +02:00
thread-window.lisp - prevented crash when mark or unmark for deletion an empty thread window. 2021-09-10 18:26:12 +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 - forced colors to selected line in line oriented-window. 2021-08-29 15:39:48 +02:00
ui-goodies.lisp - prevented moving selected message when updating a timeline backward. 2021-09-10 18:36:34 +02:00
uri-parser.lisp
windows.lisp - fixed regression: command apropos works again. 2021-08-14 16:09:10 +02:00
x509-ffi.lisp
x509.lisp
zip-info.lisp - respected index metadata when opening a gempub file. 2021-08-26 16:08:51 +02:00