summaryrefslogtreecommitdiffstats
path: root/newsboat.cpp
AgeCommit message (Expand)Author
2024-05-18Cleanup header includesDennis van der Schagt
2024-03-11Bump copyright noticesAlexander Batischev
2023-12-15Update docs and argument namesCookiePieWw
2023-11-30Add CLI argument to set history.cmdline, history.search, queue and pb-lock.pidCookiePieWw
2023-06-16Merge pull request #2444 from dennisschagt/mark-percentage-messages-translatableAlexander Batischev
2023-06-14Change xgettext prefix to "i18n"Dennis van der Schagt
2023-06-13Add --export-to-opml2 option to export including tagsGwyneth Morgan
2023-03-26Bump copyright noticesAlexander Batischev
2023-01-29Use proper English spelling for the --log-level help textDennis van der Schagt
2023-01-28Document names of log-levels in --help outputDennis van der Schagt
2022-08-20Miniminze dependencies in view.h by forward declaringDennis van der Schagt
2022-03-21Bump copyright noticesAlexander Batischev
2021-06-12Reset STFL in top-level exception handlers to print in normal modeDennis van der Schagt
2021-05-26Docs: move IRC channel from Freenode to Libera.ChatAlexander Batischev
2021-02-22Ask gettext to return UTF-8Alexander Batischev
2021-01-12Bump copyright noticesAlexander Batischev
2020-10-30Add a --cleanup option which cleans the cache; then exits newsboatDennis van der Schagt
2020-10-21Added support info added in --help outputNicholas Defranco
2020-06-16Mention expected-lite in --helpAlexander Batischev
2020-04-23Mention optional-lite dependency in -v and CHANGELOGAlexander Batischev
2020-04-23Use optional in CliArgsParserAlexander Batischev
2020-04-22Use wordier file descriptions in --helpAlexander Batischev
2020-04-21Improve Spanish translationMarcos Cruz
2020-02-05Display paths to config/urls/cache in --helpAlexander Batischev
2020-01-14Update copyright year 2019->2020dennisschagt
2019-10-20Format the code with AStyleAlexander Batischev
2019-08-31Port strnaturalcmp to RustNikos Tsipinakis
2019-06-02Hide PROGRAM_VERSION behind a functionAlexander Batischev
2019-05-27Turn CliArgsParser fields into gettersAlexander Batischev
2019-05-19Move RssFeed and RssIgnores into separate filesAlexander Batischev
2019-05-19Split DbException and MatcherException into separate filesAlexander Batischev
2019-05-18Remove rsspp.hAlexander Batischev
2019-01-27Update all the copyright noticesAlexander Batischev
2018-12-09Display human-readable message on panic!()sAlexander Batischev
2018-10-20Convert StrPrintf to namespacezaowen
2018-10-19Change Utils class to namespacezaowen
2018-10-07make requested changes except typedefszaowen
2018-10-06Implement new naming stylezaowen
2018-09-08Use natural sort orderNikos Tsipinakis
2018-09-08Add alphanum.hpp header fileNikos Tsipinakis
2018-08-21Remove unused includekmws
2018-08-21Rename print_version_information() to print_version()kmws
2018-08-21Don't always return after print_usage()kmws
2018-08-21char* to std::stringkmws
2018-07-31Use std::stringstream instead of spamming coutkmws
2018-07-31Move print_version_information() out of controllerkmws
2018-07-31Move print_usage() out of controllerkmws
2018-07-31Move CLIArgsParser out of controllerkmws
2018-05-18Clang-format: avoid mixing tabs with spacesAlexander Batischev
2018-05-18Automate code formatting with clang-formatAlexander Batischev