1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-03-07 10:37:37 +01:00

Commit Graph

  • 8a626d1c2d - updated italian translation; cage 2024-11-29 17:29:06 +01:00
  • 5e9653a86c - [GUI] added history management. cage 2024-11-29 17:23:16 +01:00
  • 06df9318ab - added 'gemini-history-rows'; cage 2024-11-29 13:50:19 +01:00
  • 5239263f96 - updated italian translation. cage 2024-11-29 11:09:10 +01:00
  • 58094bfd59 - refactored function related to post searching in a thread window. cage 2024-11-29 10:55:12 +01:00
  • 6cf783bb39 - refactored function related to post searching. cage 2024-11-29 09:54:29 +01:00
  • 15b9e82ba1 - [fediverse] added command: 'thread-search-next-undeleted-message'. cage 2024-11-29 09:47:59 +01:00
  • e070f89b05 - fixed 'absolute-url-p'. cage 2024-11-24 16:55:11 +01:00
  • 93dd9b1c11 - [GUI] ensured to lock the gemtext line position when zooming. cage 2024-11-24 14:42:20 +01:00
  • 4dfa362c0f - [fediverse] fixed test to identify if a post is a poll. cage 2024-11-13 19:02:23 +01:00
  • fb7b398608 - [GUI] refactored gemini stram function. cage 2024-11-13 18:57:50 +01:00
  • 5b52ac26ef - refactored some functions related to gemini streams. cage 2024-11-11 19:00:48 +01:00
  • a7e8e6f0e7 - [GUI] ensured setting the status of an exhausted stream. cage 2024-11-11 18:38:55 +01:00
  • f58e0e036c - updated italian translation. cage 2024-11-10 20:12:45 +01:00
  • 1bd8b6c1cf - [GUI] added a new internal only gemini parsed line to provide errpr messages to GUI. cage 2024-11-10 20:12:12 +01:00
  • e466dd7c6e - [fediverse] fixed replacing of mentions. cage 2024-11-10 14:52:17 +01:00
  • 316ad365e2 - [fediverse] reworked mentions expansion's code to prevent missing mentions (see c790da44079c803a7d5d4f22db5450458f644515); cage 2024-11-10 14:30:14 +01:00
  • e1fae66272 - [fediverse] fixed RE to match a mention. cage 2024-11-09 14:21:58 +01:00
  • 4604451dcd - [fediverse] ensured using original content's post as quoted text in a reply. cage 2024-11-09 14:04:12 +01:00
  • c790da4407 - [DB changes] added a reference to a a row of table 'status' to each row of table 'mention' This changes is needed to prevent mention lookup code to find the wrong acct, as matching is based only from the username (that is the string on the left of the '@'). Two different acct can share the same username, so the old code returned the first acct the db provided matching the username, not necessarily the correct one. cage 2024-11-09 13:25:01 +01:00
  • bb57160811 - [fediverse] fixed RE to match a mention. cage 2024-11-05 20:35:34 +01:00
  • ce688f59b8 - [fediverse] improved html rendering. cage 2024-11-03 13:49:52 +01:00
  • bee6b0470e - removed debug code. cage 2024-11-02 15:51:46 +01:00
  • 7d88519b7d - removed automatic prefix of folder name. cage 2024-11-02 15:41:36 +01:00
  • e323c81a1c - [fediverse] stripped footnote reference in body of the quoted text, when replying. cage 2024-11-02 15:40:14 +01:00
  • 39e567bd4e - updated (and fixed a typo) in manpage. cage 2024-11-01 11:19:04 +01:00
  • 96cc3b62c4 - [GUI] made inlining images idempotent; cage 2024-11-01 10:52:12 +01:00
  • 0a484ea39c - [TUI] moved coloring rules to default theme file; cage 2024-10-30 19:03:22 +01:00
  • a8acc05e90 - used wrapper function to parse date strings. cage 2024-10-30 18:54:45 +01:00
  • 7dd0d88c15 - [fediverse] improved visuals of footnotes; cage 2024-10-30 17:34:33 +01:00
  • 7ea80477ed - prevented to process an empty fediverse query string; cage 2024-10-30 15:46:00 +01:00
  • c1057694d6 - added command line switch to perform a search on the fediverse; cage 2024-10-30 15:39:00 +01:00
  • 5949a2d9dc - updated 'configure'. cage 2024-10-28 18:53:32 +01:00
  • bf65599366 - [GUI] prevented crash when the software is unable to iniline an image for some reason; - added compilation directive '--with-dynamic-memory-size'. cage 2024-10-27 12:04:07 +01:00
  • 95698f0322 - [GUI] refresh stream frame after downloading a gemini stream in background. cage 2024-10-26 13:57:24 +02:00
  • e073f8e749 - fixed checking if a reblogged posts contains a poll; cage 2024-10-24 17:35:42 +02:00
  • 7bac005198 - allowed voting to a reblogged poll; cage 2024-10-23 15:58:49 +02:00
  • c446565574 - ensured the poll from a reblogged post is saved on the database. cage 2024-10-23 15:22:28 +02:00
  • 2eed0f6659 - [fediverse] ensured, when opening a post that boosted a poll, that the reblogged poll's text is rendered. cage 2024-10-22 20:54:05 +02:00
  • efed27fc64 - close (if exists) the gopher window before opening a post. cage 2024-10-13 12:58:45 +02:00
  • efed58ac04 - moved macro up in the cource to prevent a warning. cage 2024-10-13 19:51:15 +02:00
  • f8f05a49ab - fixed gopher URL parser. cage 2024-10-13 14:58:07 +02:00
  • ce9aa8e47a - added commands to close the gopher window. cage 2024-10-13 13:06:32 +02:00
  • d3fed5aff6 - made optional character '#' when specifying a starting folder from command line (option '-f'). cage 2024-10-13 12:24:10 +02:00
  • ee6136a884 - [TUI] ensured the link window is clear before rendering links. cage 2024-10-11 18:21:40 +02:00
  • 87e8492ab6 - fixed regression: gopher parser missed a bunch of rules. cage 2024-10-11 11:13:47 +02:00
  • 81d33c676e - fixed keychord in manpage. cage 2024-09-29 21:23:08 +02:00
  • 4ef0b45f9c - updated manpage. cage 2024-09-29 21:21:01 +02:00
  • 35c66d4679 - added checks for sdl2 libs and headers. cage 2024-09-29 19:37:09 +02:00
  • 712aa55755 - added checking for SDL2 libraries. v0.9.9.141421356237 cage 2024-09-29 17:12:52 +02:00
  • 9eb3e8cc50 - updated debian chengelog. cage 2024-09-29 16:49:46 +02:00
  • 853ccde2fe - changed version number; cage 2024-09-29 16:33:05 +02:00
  • 7ce0595622 - updated changelog. cage 2024-09-29 15:28:42 +02:00
  • 8230416499 - fixed 'loop-fetch'. cage 2024-09-29 14:55:54 +02:00
  • ac757ce4a6 - [GUI] added a button that acts as a shortcut to open the TOC of the last opened gempub. cage 2024-09-29 11:38:12 +02:00
  • 8ffd321218 - updated changelog. cage 2024-09-28 20:20:38 +02:00
  • b08cfb7ca0 - [GUI] rewritten 'loop-fetch' in iterative style to prevent a stack overflow when the server is too slow providing response's data. cage 2024-09-28 16:18:12 +02:00
  • 9e3a93885f - simulated a server that send data slowly (but not slow enough to trigger a timeout). cage 2024-09-28 15:39:43 +02:00
  • 3f0cdae6d6 - fixed keychord for 'clear-cache' command. cage 2024-09-28 13:10:45 +02:00
  • 5559b99514 - [script] passed command line arguments to gemget; cage 2024-09-28 11:15:12 +02:00
  • 94dd5df350 Merge branch 'master' into development cage 2024-09-27 22:00:35 +02:00
  • d51c48bbb5 - added 'rc1' to version numeber. cage 2024-09-27 14:58:37 +02:00
  • f45c41b38c - added purging of unused mentions from database; cage 2024-09-27 19:57:01 +02:00
  • 331c3ac847 - added purging of unused mentions from database; cage 2024-09-27 19:57:01 +02:00
  • 4b2a614605 - added 'rc1' to version numeber. cage 2024-09-27 14:58:37 +02:00
  • acc2da4da3 - updated reference lines number in PO files. cage 2024-09-27 14:56:53 +02:00
  • 104e4cd2c4 - updated NEWS.org. cage 2024-09-27 14:54:56 +02:00
  • 647aefcee6 - update version number building scrips and changelog. cage 2024-09-27 14:49:21 +02:00
  • 69b10a1b5d - [fediverse] ensured the posts do not contains non printable characters. cage 2024-09-27 14:18:52 +02:00
  • 3cc7da8184 - [GUI] ensured cleaning of temporary files on exit. cage 2024-09-27 13:29:52 +02:00
  • 801128f442 - changed croatoan repository url. cage 2024-09-26 21:29:14 +02:00
  • fcf711b95d - [GUI] updated comment about the race condition; cage 2024-09-26 20:36:41 +02:00
  • 0e21344259 - [GUI] added comment about race condition; - [GUI] adde name to each thread spawned. cage 2024-09-26 14:59:46 +02:00
  • 0a64d51a5d - [GUI] moved refreshing stream table before starting streaming, to prevent a race condition. cage 2024-09-26 14:23:18 +02:00
  • 8d2553c4ec - changed croatoan repository url. cage 2024-09-26 13:06:40 +02:00
  • 754cc80bb4 - [fediverse] used quoted lines in reply's text. cage 2024-09-25 21:46:32 +02:00
  • 053dc9aafc - [GUI] used 'open-iri' to open the redirection iri. cage 2024-09-25 18:50:09 +02:00
  • f504a8be08 - [fediverse] removed spurious text added when editing a post; - [fediverse] fixed mention expanding. cage 2024-09-24 20:01:34 +02:00
  • c182ed743e - [fediverse] fixed regression: missing quoted text when replying to a messages without any mention. cage 2024-09-23 19:51:11 +02:00
  • 45102d8dc4 - [GUI] fixed redirection. cage 2024-09-23 18:40:32 +02:00
  • e7e795def8 - [fediverse] reworked mention in messages. cage 2024-09-22 17:40:41 +02:00
  • 70cbc96191 - fixed parsing of gempub metadata. cage 2024-09-22 14:47:32 +02:00
  • 6b81d0eefd - [GUI] fixed regression, opening non gemini absolute IRI was not possible. cage 2024-09-22 13:46:44 +02:00
  • dcda3f91ad - [gui] prevented creating a new file with editor cage 2024-09-21 17:20:43 +02:00
  • 759fc15125 Merge pull request 'Translations update from Codeberg Translate' (#21) from translate/tinmop:weblate-tinmop-tinmop into master cage 2024-09-21 12:49:34 +00:00
  • 830cb49c40
    Translated using Weblate (Italian) cage 2024-09-21 12:47:23 +00:00
  • 9c40856a68 Merge pull request 'Translations update from Codeberg Translate' (#20) from translate/tinmop:weblate-tinmop-tinmop into master cage 2024-09-21 12:28:34 +00:00
  • 5d8608a66d
    Translated using Weblate (Italian) cage 2024-09-21 12:26:20 +00:00
  • bc556163b1 - updated italian translation. cage 2024-09-21 12:51:23 +02:00
  • 7e6398bcee - fixed typos using codespell. cage 2024-09-21 12:50:15 +02:00
  • 9599000c5c - updated italian translation. cage 2024-09-21 11:53:30 +02:00
  • 2c41a4f729 - [GUI] updated address bar when opening a directory and then a file. cage 2024-09-21 11:45:01 +02:00
  • d507278f67 - [gui] disabled gempub menu if there is no support for zip files (zip/unzip executables not found); cage 2024-09-21 11:26:45 +02:00
  • f7cb9a1a20 - [GUI] bound 'delete' key to a routine that delete a gempub. cage 2024-09-20 16:01:56 +02:00
  • 42bbdfc6fb - [GUI] added command to import a gempub file. cage 2024-09-20 15:37:28 +02:00
  • f6f3428dbb - used 'gpub' as file extension for generated gempub files. cage 2024-09-18 20:36:05 +02:00
  • 2dfdf804a4 - [GUI] added UI to generate a gempub; - fixed parser for gempub metadata; - fixed typo: "clrs" instead of "clsr"; - added dependency to "zip" binary. cage 2024-09-18 17:03:00 +02:00
  • 24bfe596b6 - [GUI] [gempub] forced inlining of cover image. cage 2024-09-15 18:51:54 +02:00
  • 65a368eddb - [GUI] changed test for checking a local file; - [GUI] checked, when a image is inlined, if it comes from a local path, then try to figure out the format from the file's extension; - [GUI] [gempub] fixed inlining of cover file. cage 2024-09-15 18:15:29 +02:00
  • 3ebe35da57 - added basic gempub rendering routines. cage 2024-09-15 15:21:14 +02:00