1
0
Fork 0
Commit Graph

1125 Commits

Author SHA1 Message Date
cage d3546ed781 - removed fetching purgatory from repository, quicklisp includes the latest version now. 2022-03-19 11:36:50 +01:00
cage a7e2d823fb - fixed functions that print program's dependencies. 2022-03-19 11:32:08 +01:00
cage 0ece17c469 - added package qualificator to constant's name to prevent warning. 2022-03-19 10:58:35 +01:00
cage b7fa2e9ca0 - suppressed missing function warning when quicklisp is unavailable. 2022-03-19 10:50:49 +01:00
cage 551d93404b - disabled functions that depends on quicklisp. 2022-03-19 10:11:50 +01:00
cage ece146a2d4 - updated NEWS.org;
- added docstring.
2022-03-12 13:51:36 +01:00
cage bd1a1dd7fd - added a command to subscribe to tag from the tag window. 2022-03-12 12:09:29 +01:00
cage e1b4658215 - updated Changelog. 2022-03-12 11:57:31 +01:00
cage baffa09093 - [gemini] rendered again the focus mark when a gemini stream has ended. 2022-03-11 20:50:06 +01:00
cage a34cc83df5 - pass the focus to the message-window when opening a gemini from a message link window. 2022-03-11 20:32:30 +01:00
cage 5a263326b2 - fixed a bit 'win-clear', calling wclear wa not needed. 2022-03-11 16:30:11 +01:00
cage 594ff4054e - optimized 'draw-all' made clearing window optional and draw only full visible window. 2022-03-11 16:00:00 +01:00
cage 8eafdb4201 - added a parameter to discard windows when calculating the non intersecting ones. 2022-03-11 10:59:23 +01:00
cage a2c92e45bb - refactored a bit 'pass-focus-next';
- [kami] prevented crashes when routine fails.
2022-03-11 10:50:12 +01:00
cage 8c8c17b175 - fixed passing focus between windows. 2022-03-10 17:29:24 +01:00
cage 0389c090a7 - prevented infinite recursion when try to move focus from a modal window. 2022-03-06 13:04:29 +01:00
cage e5a9232752 - added a command to 'jump' between window in a zig-zag way;
- fixed crash when starting program in gemini fullscreen mode.
2022-03-06 12:49:17 +01:00
cage 0c3cd2d6a7 - fixed moving the focus between windows using ALT-arrow. 2022-03-05 14:33:03 +01:00
cage eb53afcbe1 - added slot 'modalp' to class wrapper-window. 2022-03-05 10:32:13 +01:00
cage 6cfdc0072b - fixed slot and reader name. 2022-03-04 19:36:56 +01:00
cage d1451610dd - allowed to copy to clipboard post's attachments. 2022-03-04 15:55:57 +01:00
cage d148cd3570 - updated italian translation. 2022-03-04 15:37:18 +01:00
cage 1a5366bf45 - made tour links window indipendent from other links window. 2022-03-04 15:35:07 +01:00
cage b0aacba4cb - fixed positioning of links window. 2022-03-04 14:44:21 +01:00
cage 45d74863c3 - refactored clipboard utitlity function. 2022-03-04 14:36:11 +01:00
cage 826423c7d7 - added command to copy a link to clipboard. 2022-03-04 14:33:55 +01:00
cage e60b886c7d - changed sizes and title of window that shows tour links. 2022-03-04 14:20:14 +01:00
cage 4dd530edb7 - remove the root of the keychord tree when hitting :backspace. 2022-03-02 21:04:04 +01:00
cage 674ee6b59a - added a command to clear the cache;
- fixed 'cat-parent-dir'.
2022-03-02 20:44:54 +01:00
cage 55d6593e0c - clear gemlog window when scrolling. 2022-02-26 14:09:58 +01:00
cage a1d669835b - [kami] prevented crash when uploading or downloading failed. 2022-02-26 11:26:41 +01:00
cage 80755d9047 - [kami] used info messages instead of notification when uploading or downloading files. 2022-02-26 11:23:30 +01:00
cage 5f17796318 - added docstring. 2022-02-25 16:40:53 +01:00
cage 8e9e19dd82 - added command 'gemini-jump-to-link';
- fixed layout in gemini full screen mode.
2022-02-25 16:37:43 +01:00
cage 8e7a25b19c - [gemini] added two new commands to go back in an URL path. 2022-02-25 13:11:48 +01:00
cage 94f5377008 - updated italian translation. 2022-02-25 12:47:15 +01:00
cage 965f09b69e - added 'k' and 'j' as alias for scrolling windows up and down. 2022-02-25 12:37:18 +01:00
cage 6a942b6110 - fixed positioning of message-window when resizing terminal in gemini mode. 2022-02-25 12:21:45 +01:00
cage 8c1325cafa - prevented thread-window from disappears when resizing the terminal window's width. 2022-02-25 12:16:25 +01:00
cage aec2b09920 - made the program re-expand truncated title when the width of terminal window increased. 2022-02-25 12:09:03 +01:00
cage 84f0aadf21 - prevented window's title to go out of the window's width. 2022-02-25 12:01:05 +01:00
cage 74f363af3a - asking for confirmation when quitting the program using 'q'. 2022-02-25 11:28:24 +01:00
cage 1acad1fad9 - [gemini] added searching or jumping to first or last item in a TOC window. 2022-02-24 18:42:11 +01:00
cage 808dad006e - used osicat as provider for 'mkstemps'. 2022-02-24 17:38:57 +01:00
cage 9fab9d8771 - added keychord 'C-q' to quit the program. 2022-02-23 21:13:52 +01:00
cage b10530e1d0 - fixed event triggered by backspace when the keybinding suggestion
tree is shown (thanks tgl!);
- updated ci/README.md.
2022-02-23 20:17:39 +01:00
Franceso Bonanno 5ae32630da Adding CI/CD and container building support 2022-02-21 20:22:31 +01:00
cage 0f0a6935ac - added script 'gemget.lisp'. 2022-02-20 14:40:35 +01:00
cage f9367e5779 - quoted variables to prevent globbing. 2022-02-20 13:06:32 +01:00
cage 32eea570d4 - added option '--do-not-prompt' to quick_quicklisp.sh, to prevent asking question about init file modification. 2022-02-20 12:54:53 +01:00