1
0
Fork 0
tinmop/src
cage f5bef63cc6 - prevented chat window from opening when in gemini exclusive mode;
- fixed positioning of gemlog's subscription when in gemini exclusive mode.
2022-02-04 14:21:42 +01:00
..
gemini - added a wrapper for 'fnmatch(3)'; 2022-01-28 12:24:24 +01:00
kami - [kami] when downloading file, strips directories from remote paths. 2022-01-28 15:56:12 +01:00
tests Merge branch 'kami' 2022-01-02 16:53:58 +01:00
api-client.lisp - added new module: 'delete-by-regex.lisp'; 2021-11-20 12:17:22 +01:00
api-pleroma-entities.lisp
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
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 - added download of lisp libraries. 2021-12-07 10:48:37 +01:00
command-window.lisp - tracked incompatible changes from croatoan; 2021-12-26 13:03:47 +01: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
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 - renamed function 'db:mark-status-deleted-p'. 2021-11-30 21:18:27 +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
filesystem-tree-window.lisp - added 'file-explorer-upload-mirror'. 2022-01-29 17:44:47 +01:00
filesystem-utils.lisp - improved 'fs:octects->units-string'. 2022-02-04 12:37:41 +01: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 - prevented chat window from opening when in gemini exclusive mode; 2022-02-04 14:21:42 +01: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 a wrapper for 'fnmatch(3)'; 2022-01-28 12:24:24 +01: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
interfaces.lisp
iri-parser.lisp - added a wrapper for 'fnmatch(3)'; 2022-01-28 12:24:24 +01:00
keybindings-window.lisp - prevented crash when suggestion windows are shown 2021-08-07 13:22:33 +02:00
keybindings.lisp - added a translation header (for printing help) to '*filesystem-explorer-keymap*'. 2021-12-12 19:09:01 +01:00
line-oriented-window.lisp - prevented crash in dialog list window, the event object needed to be decodified. 2022-01-02 17:47:30 +01:00
main-window.lisp - suppressed printing of three notes. 2021-07-25 13:27:54 +02:00
main.lisp - added download of lisp libraries. 2021-12-07 10:48:37 +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 - prevented chat window from opening when in gemini exclusive mode; 2022-02-04 14:21:42 +01:00
misc-utils.lisp - added download of lisp libraries. 2021-12-07 10:48:37 +01:00
modeline-window.lisp
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
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 - improved opening net command, gemini and also kami address can be opened. 2022-01-23 14:55:05 +01:00
os-utils.lisp - fixed generation of TLS client certificates when using an openssl binary linked with libressl (thanks op!). 2022-01-16 16:49:00 +01:00
package.lisp - prevented chat window from opening when in gemini exclusive mode; 2022-02-04 14:21:42 +01:00
point-tracker.lisp
priority-queue.lisp
program-events.lisp - added a wrapper for 'fnmatch(3)'; 2022-01-28 12:24:24 +01: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 - added 'editor' as pseudo external program. 2022-01-06 17:59:22 +01:00
specials.lisp - implemented some features of tree filesystem window: expanding/closing nodes and renaming files or directory. 2021-12-10 15:30:56 +01: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 'search-gemini-fragment' 2021-11-06 11:21:15 +01:00
thread-window.lisp - implemented some features of tree filesystem window: expanding/closing nodes and renaming files or directory. 2021-12-10 15:30:56 +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 - tracked incompatible changes from croatoan; 2021-12-26 13:03:47 +01:00
ui-goodies.lisp - prevented chat window from opening when in gemini exclusive mode; 2022-02-04 14:21:42 +01:00
uri-parser.lisp - added a wrapper for 'fnmatch(3)'; 2022-01-28 12:24:24 +01:00
windows.lisp - prevented chat window from opening when in gemini exclusive mode; 2022-02-04 14:21:42 +01: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