1
0
Fork 0
tinmop/src
cage 6ed5432d2b - added command 'view-user-avatar'. 2021-11-16 19:55:03 +01:00
..
9p-client - added client.lisp 2021-07-26 19:56:49 +02:00
gemini - skipped redirect if parsing of iri failed. 2021-11-15 18:17:21 +01:00
tests - added 'search-gemini-fragment' 2021-11-06 11:21:15 +01:00
api-client.lisp - added a script to get a list of people user is following. 2021-11-14 13:44:58 +01:00
api-pleroma-entities.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
api-pleroma.lisp - added a script to get a list of people user is following. 2021-11-14 13:44:58 +01:00
box.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
bs-tree.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
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 - removed argument for ommand line switch 'gemini-client-only'. 2021-11-12 11:13:03 +01:00
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 - fixed crash when completing an empty command line (pressing tab with 2021-11-05 11:13:05 +01: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 - 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 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 - added exclusive gemini client UI layout. 2021-11-12 15:00:34 +01: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 - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
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 - made width of TOC customizable (when using tinmop in gemini fullscreen mode). 2021-11-12 21:06:28 +01: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 - skipped redirect if parsing of iri failed. 2021-11-15 18:17:21 +01: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 - [gemini] attached source line to each parsed gemtext node. 2021-10-24 15:53:31 +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 - 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 - fixed 'adjust-rows-select-last'; 2021-10-08 12:11:00 +02:00
main-window.lisp - suppressed printing of three notes. 2021-07-25 13:27:54 +02:00
main.lisp - added exclusive gemini client UI layout. 2021-11-12 15:00:34 +01: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 - changed logic to guess if the window is displaying gemini contents; 2021-11-12 19:12:03 +01: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 - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
modules.lisp - ensured, when program starts, that the init file in the user's home is loaded (if such init file exists). 2021-10-07 21:52:36 +02:00
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 - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
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 - updated building scripts; 2021-09-27 20:50:02 +02:00
package.lisp - added command 'view-user-avatar'. 2021-11-16 19:55:03 +01: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 - fixed function's name. 2021-11-16 15:43:08 +01: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 - create an empty config file if the user did not provided oopne, instread of printing an error and exit. 2021-01-13 17:28:23 +01: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 - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
software-configuration.lisp - made width of TOC customizable (when using tinmop in gemini fullscreen mode). 2021-11-12 21:06:28 +01: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 - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
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 'search-gemini-fragment' 2021-11-06 11:21:15 +01:00
thread-window.lisp - fixed thread-window:resync-rows-db, was not redrawing the window if no message was presents. 2021-09-11 21:54:52 +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 - added command 'view-user-avatar'. 2021-11-16 19:55:03 +01:00
uri-parser.lisp - fixed, again fs:dirp; 2021-04-01 20:33:29 +02:00
windows.lisp - changed logic to guess if the window is displaying gemini contents; 2021-11-12 19:12:03 +01:00
x509-ffi.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
x509.lisp - fixed segmentation fault whit FFI code (x509 certificate dump). 2020-12-09 10:44:04 +01:00
zip-info.lisp - respected index metadata when opening a gempub file. 2021-08-26 16:08:51 +02:00