aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* webengine: remove dependency on autogen/utilsdevelAqua-sama2020-12-152-7/+5
* Move src/webengine to lib/webengineAqua-sama2020-12-1520-0/+1608
* Rewrite meson build scripts into cmakelistsAqua-sama2020-12-0720-223/+227
* Fix meson warningsAqua-sama2020-11-201-1/+1
* Update wrapsAqua-sama2020-10-281-1/+1
* Fix useless-cast warnings in ConfigurationAqua-sama2020-10-041-8/+8
* Remove outparam section in Configuration parseAqua-sama2020-10-042-30/+58
* Fix deprecated warning in meson.buildAqua-sama2020-10-031-2/+2
* Update ReadmeAqua-sama2020-09-221-2/+2
* Fix compiler warnings in ConfigurationAqua-sama2020-06-233-6/+11
* enable smolblokstaging-smolblokAqua-sama2020-05-318-0/+241
* staging: smolblokAqua-sama2020-05-3016-818/+3
* Turn on more warnings by defaultAqua-sama2020-05-287-27/+35
* libwebengineAqua-sama2020-05-084-1/+8
* Expand pluginloader test coverageAqua-sama2020-04-295-98/+216
* CleanupAqua-sama2020-04-292-10/+5
* Add libfuzzer test to libconfigurationAqua-sama2020-04-217-37/+82
* Rewrite configuration tests in catch2Aqua-sama2020-04-206-164/+223
* move lib/about to src/aboutAqua-sama2020-04-197-638/+0
* Rewrite Session backendAqua-sama2020-04-134-0/+249
* Fix various compiler warningsAqua-sama2020-03-232-14/+0
* lib/configuration improvementsAqua-sama2020-03-228-61/+320
* BookmarkModel: enable drag/drop for the root itemAqua-sama2020-01-301-1/+2
* Remove non-const BookmarkItem::iconAqua-sama2020-01-282-12/+9
* Add bookmarks toolbarAqua-sama2020-01-285-39/+48
* pluginloader: generate keys by mesonAqua-sama2020-01-272-20/+13
* pluginloader: add test for PluginLoader::verifyAqua-sama2020-01-275-46/+95
* Merge branch 'bookmarks-subcommand'Aqua-sama2020-01-182-8/+8
|\
| * Add bookmarks subcommandAqua-sama2020-01-172-8/+8
* | Fix various gcc and clazy compile warningsAqua-sama2020-01-177-51/+53
|/
* Parse Tags and Descriptions in FFJsonAqua-sama2020-01-171-0/+13
* Add Import option to BookmarksWidgetAqua-sama2020-01-171-4/+0
* BookmarkItem::DateAdded and LastModified fieldsAqua-sama2020-01-175-5/+44
* Add Firefox bookmarks.json format to libbookmarksAqua-sama2020-01-165-4/+75
* Move BookmarksWidget out of libbookmarksAqua-sama2020-01-157-547/+5
* Move/rename files for readabilityAqua-sama2020-01-1411-56/+81
* Disable plugins as brokenAqua-sama2020-01-044-22/+16
* Merge some QoL improvements from staging branchAqua-sama2020-01-032-1/+60
* Bookmarks: move xbel implementation to formats/Aqua-sama2019-11-157-5/+69
* Add configuration subcommandAqua-sama2019-11-092-32/+63
* Move lib/webprofile into src/webengineAqua-sama2019-11-045-486/+0
* Fix gcc compile errors and warningsAqua-sama2019-11-032-7/+19
* Make gtest optional dependency and remove -DtestingAqua-sama2019-11-031-1/+1
* Drop boost dependencyAqua-sama2019-11-0317-895/+143
* Use github.com/Taywee/args to parse command lineAqua-sama2019-10-223-139/+1
* Improve meson.build filesAqua-sama2019-10-134-17/+14
* Add openssl key generation step to meson.buildAqua-sama2019-05-171-0/+14
* Add plugin signature verification policiesAqua-sama2019-04-194-3/+161
* Replace xxd with python scriptAqua-sama2019-03-221-0/+29
* Add WIP Python REPL interfaceAqua-sama2019-02-236-16/+11