1
0
Fork 0
Commit Graph

1597 Commits

Author SHA1 Message Date
cage 9e30dbbb0b - added full stops for command line help strings;
- updated italian translation.
2023-07-15 15:00:50 +02:00
cage ff747f5694 - removed colon fron a translatable string. 2023-07-15 14:50:28 +02:00
cage 730f229a99 - updated italian translation. 2023-07-15 14:42:45 +02:00
cage ccf5ff6140 - used ellipsis instead of tree full stops. 2023-07-15 14:34:10 +02:00
cage a06caf629b - removed full stop ('.'), from some translatable strings. 2023-07-15 14:30:09 +02:00
cage 1fc696e521 - updated italian translation. 2023-07-14 15:58:11 +02:00
cage 22f598e485 - [GUI] scheduled deletion of old history entries;
- [GUI] removed scheduler's notifications.
2023-07-14 15:41:54 +02:00
cage 63c35ac408 - [GUI] added a scheduler. 2023-07-12 16:27:24 +02:00
cage e28cffe2f3 - [GUI] used file extension for filtering candidates file when saving a link's contents. 2023-07-12 15:43:52 +02:00
cage 6a601209a3 - [GUI] prevented crash when no file has been chosen to save a link's content. 2023-07-12 15:36:05 +02:00
cage e9126fb615 - [GUI] added a suggested file name when saving a link's content. 2023-07-12 15:29:49 +02:00
cage 45813f5317 - [GUI] implemented a feature to saving contet of a link to a file. 2023-07-12 15:08:47 +02:00
cage dc2b5da552 - updated italian translation. 2023-07-10 18:09:03 +02:00
cage e3df48e1a6 - [GUI] fitted titan protocol into the interface. 2023-07-09 19:14:45 +02:00
cage 0188d2f351 - [JSONRPC] improved error message. 2023-07-08 12:11:08 +02:00
cage b96acd7c66 - [TUI] allowed upload of strings via titan, not only files. 2023-07-07 15:34:01 +02:00
cage e1f185c439 - implemented titan protocol;
- [TUI] added titan requests;
- [GUI] fixed crash when opening the gemlog windows after refreshed the gemlogs data.
2023-07-07 14:45:05 +02:00
cage ee34c9669d - [GUI] fixed vertical positioning for inlined images. 2023-07-01 11:24:52 +02:00
cage 0fe2efe2b5 - added missing dependency. 2023-06-30 17:30:13 +02:00
cage de1a5e0bcb - [RPC] avoided duplicated code. 2023-06-30 17:22:36 +02:00
cage 199ea81ad5 - [GUI] fixed starting index for rendering;
- [RPC] removed a stale stream coming form a cache item that must be invalidated.
2023-06-30 17:17:09 +02:00
cage 6335419058 - [GUI] fixed rendering of gemtext's slices
Rendering was working only when the  whole gemtext was received in a
  single block  over the net.  If not  the rendering code  printed the
  text lines out of order or even replicating the first lines.
2023-06-30 14:45:54 +02:00
cage 3d642b4531 - [RPC] added debug function for gemini streams. 2023-06-28 17:39:58 +02:00
cage cde0ac281f - mentioned the translations web interface. 2023-06-25 13:12:26 +02:00
cage 94d4a707d3 - [GUI] fixed bug thet made the program stuck with the hand shaped mouse pointer;
- [GUI] increased text size.
2023-06-25 11:27:40 +02:00
cage b9ee04c1e3 - [GUI] fixed TOC's item number padding. 2023-06-24 18:16:12 +02:00
cage a5df3cbeae - [GUI] fixed scanning for images that can be inlined;
- prevented signaling an error when parsing an IRI to open the resource with an external program.
2023-06-24 12:01:31 +02:00
cage d8f389296e - ignored fragment when using the heuristic to openin an URL using an external resource. 2023-06-24 11:46:49 +02:00
cage 4dccfda25e - printed TOC also for gemini pages loaded from a local path. 2023-06-24 11:10:13 +02:00
cage 9233f5c6f9 - printed sorted topics when generating a gemlog. 2023-06-24 10:52:48 +02:00
cage 69ead2706f - fixed references to old repository. 2023-06-20 19:57:30 +02:00
cage 242d41a894 - removed README.txt from Makefiles. 2023-06-18 15:57:03 +02:00
cage 66f134cb14 - removed README.txt 2023-06-18 15:42:07 +02:00
cage 1436a78cf0 - updated italian translation. 2023-06-18 15:19:47 +02:00
cage 82f0519249 - [GUI] improved error message when an host is not found on gemlogs refreshing. 2023-06-18 15:10:35 +02:00
cage b220bc8acb - increased version number. 2023-06-18 14:49:23 +02:00
cage 7aa707bfb6 - [GUI] added button to refresh the gemlogs subcriptions. 2023-06-18 14:48:40 +02:00
cage 97fd09adf0 - [GUI] changed keybinding to go back in history of visited pages. 2023-06-18 12:48:03 +02:00
cage f0e21d6e7b - [GUI] prevented the server to open with an exernal program a file downloaded;
- [RPC] considered non gemini text streams the same as binary stream to prevent an endless loop.
2023-06-17 16:49:34 +02:00
cage 5c8bc72712 - [GUI] changed default keybindings. 2023-06-13 18:34:15 +02:00
cage 0c091b299f - [GUI] fixed highlighting of the selected text. 2023-06-11 13:54:41 +02:00
cage cbb80e1516 - [GUI] added keybindings for reloading the current gemini address. 2023-06-10 18:44:05 +02:00
cage f124028730 - [GUI] fixed 'global' keybindings
the software responds to global keychord pressed even if the gemtext
  window has not the focus.
2023-06-10 16:02:50 +02:00
cage 8f9b4d0cf5 - [GUI] fixed image positioning. 2023-06-07 16:31:30 +02:00
cage fe86a3f1e0 - [GUI] removed debug code. 2023-06-05 20:45:25 +02:00
cage a0518fa8de - [GUI] fixed setting of font for normal text in the gemtext window, the configurations directive was ignored before this patch. 2023-06-05 20:36:56 +02:00
cage 4100891dd5 - fixed 'starting-emoji'. 2023-06-04 15:31:56 +02:00
cage c9f7fcb12e - fixed test to check if acharacter is an emoji.
- returned the whole codepoints list if a char is an emoji.
2023-06-04 14:02:05 +02:00
cage c1c6e6293b - [GUI] marked gemlog entry as opened when loading one of its posts. 2023-06-04 13:19:53 +02:00
cage c6be7cb311 - [GUI] reinitialize IR lines of client window before displaying the bookmarks page. 2023-06-04 12:58:07 +02:00