aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Lock all depsNerdyPepper2018-11-181-1/+2
* Check LANG before default to enIvan Tham2018-08-081-1/+4
* Add instructions in default layerIvan Tham2018-08-081-0/+6
* Remove unneeded parse_argumentsIvan Tham2018-08-081-2/+0
* Use reqwest::Url to generate paramsIvan Tham2018-08-081-1/+1
* Format with clippyIvan Tham2018-08-081-2/+5
* Replace title in contentIvan Tham2018-08-081-3/+2
* Simplify response with jsonIvan Tham2018-08-081-4/+1
* changes as suggested by clippyMatthias Sieber2018-08-021-7/+5
* Getting app name, version, author and description from Cargo.tomlZapAnton2018-07-301-4/+4
* Rustfmt-ed source filesZapAnton2018-07-301-56/+59
* Update for latest CursiveAlexandre Bury2018-07-251-1/+3
* Add deps, fix url handlingNerdyPepper2018-07-231-2/+2
* Refactor to allow the user to set the language and wikiSerentty2018-07-221-4/+47
* Update for latest cursiveAlexandre Bury2018-07-211-1/+1
* Fix referenceNerdyPepper2018-07-181-4/+4
* Only 1 request per articleNerdyPepper2018-07-161-5/+11
* Simplify interfaceNerdyPepper2018-07-141-10/+12
* Add link viewNerdyPepper2018-07-101-13/+15
* Workaround to get links sidebarNerdyPepper2018-07-101-4/+6
* Start gui for interwiki linksNerdyPepper2018-07-081-11/+25
* Simplify article layerNerdyPepper2018-07-061-6/+9
* RefactorNerdyPepper2018-07-051-30/+6
* Begin working on themeNerdyPepper2018-07-051-4/+34
* Use formatted articles in TextViewsNerdyPepper2018-06-281-1/+2
* Move from global callbacks to eventsNerdyPepper2018-06-281-12/+10
* Remove stack view, fix lag with long articlesNerdyPepper2018-06-271-17/+8
* Begin work on article stack viewNerdyPepper2018-06-251-9/+20
* Articles now have titlesNerdyPepper2018-06-241-7/+13
* Add basic stack functionalityNerdyPepper2018-06-231-32/+21
* View articles completeNerdyPepper2018-06-221-8/+40
* Resultify all functsNerdyPepper2018-06-211-2/+7
* Fix broken imports, add missing importNerdyPepper2018-06-191-9/+15
* Begin working on search interfaceNerdyPepper2018-06-191-13/+31
* Refactor into content.rsNerdyPepper2018-06-171-20/+8
* Finish basic extractsNerdyPepper2018-06-161-0/+35