summaryrefslogtreecommitdiffstats
path: root/mk
AgeCommit message (Expand)Author
2020-12-07Test what exceptions ConfigParser throwsAlexander Batischev
2020-12-07Include configparser.h in fewer header filesAlexander Batischev
2020-12-06read_text_file(): Use nonstd::expected to return either content or errorDennis van der Schagt
2020-12-04Add FFI for KeyMap::tokenize_operation_sequence()Alexander Batischev
2020-12-02Migrate FsLock rust binding to cxx crateDennis van der Schagt
2020-11-28Migrate a RAII type to cxx crateAlexander Batischev
2020-11-28Migrate one simple binding to cxx crateAlexander Batischev
2020-11-19ItemList: Don't force a list update on terminal resizeDennis van der Schagt
2020-11-10Add an empty FormAction while running a browser and ignoring inputsDennis van der Schagt
2020-10-25Test if FileUrlReader returns error message when failing to open fileDennis van der Schagt
2020-10-25Return error from UrlReader::reload() when file cannot be openedDennis van der Schagt
2020-10-10Handle tags from rss media specificationDennis van der Schagt
2020-10-10Extract xml-related functions from RssParserDennis van der Schagt
2020-09-02ColorManager: Make ::set_pb_colors() more genericDennis van der Schagt
2020-08-08Fix depslistGalen Abell
2020-08-08Fix depslistGalen Abell
2020-08-08Fix depslistGalen Abell
2020-08-08Add Miniflux to depsGalen Abell
2020-08-07Add option to handle non-tokeninzed config parametersDennis van der Schagt
2020-08-02Measure RssItem::attribute_value("content") performance with ScopeMeasureDennis van der Schagt
2020-07-23Apply effect of `scrolloff` option to podboat downloads listDennis van der Schagt
2020-07-12Put FeedListFormAction into separate variable to remove dynamic_pointer_castsDennis van der Schagt
2020-07-08Store ListWidget variable in ListFormAction classDennis van der Schagt
2020-07-05Drop LogLevel argument from ScopeMeasure c-torAlexander Batischev
2020-07-01Add tests for ScopeMeasureAlexander Batischev
2020-06-26Make utils::run_interactively return Option<u8>Alexander Batischev
2020-06-13Move validation from ConfigContainer to ConfigDataAlexander Batischev
2020-06-13Move `ConfigData` to separate fileAlexander Batischev
2020-06-08FeedList: store previous sort strategy same as in ItemListAlexander Batischev
2020-06-08Force ItemList to re-sort the feed on first viewAlexander Batischev
2020-05-25Add wrapper around regex_t with similar interface to regex-rsDennis van der Schagt
2020-05-24Pass ListFormatter to ListWidget instead of separate stfl_formatted+num_linesDennis van der Schagt
2020-05-17dir/file browser: Use ListFormatter to replace raw stfl list formattingDennis van der Schagt
2020-05-17Podboat: Use ListFormatter to replace raw stfl list formattingDennis van der Schagt
2020-05-01Handle movement on Podboat list (downloads) and text (help view)Dennis van der Schagt
2020-05-01Handle movement operations on textview widgetsDennis van der Schagt
2020-05-01Handle movement operations on list widgetsDennis van der Schagt
2020-04-23Update depslistAlexander Batischev
2020-04-14Implement `utils::podcast_mime_to_link_type()`Alexander Batischev
2020-04-14Update dependency listDennis van der Schagt
2020-04-02Provide way to produce MatcherException from RustAlexander Batischev
2020-04-02Move RustString out of utils headerAlexander Batischev
2020-04-01Merge pull request #850 from newsboat/feature/more-rssignores-testsAlexander Batischev
2020-04-01Add more tests for RssIgnoresAlexander Batischev
2020-04-01Add tests for FilterContainerAlexander Batischev
2020-03-30make depslist: reuse ALL_SRCS variableAlexander Batischev
2020-03-30Split test/test-helpers.h into separate filesAlexander Batischev
2020-03-14Test: Verify that '<' characters are escaped in {,source_}to_stfl_list()dennisschagt
2020-02-26Revert change in sorting of mk.deps (caused by local g++)dennisschagt
2020-02-25Add test cases for FsLock::try_lockdennisschagt