aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix log file issuesSabu Siyad2020-04-141-12/+31
|
* basic logging, try out new libraryNerdyPepper2019-02-061-8/+30
|
* 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-082-27/+26
|
* Format with clippyIvan Tham2018-08-081-2/+5
|
* Replace title in contentIvan Tham2018-08-082-4/+3
|
* Simplify response with jsonIvan Tham2018-08-081-4/+1
|
* changes as suggested by clippyMatthias Sieber2018-08-022-19/+15
|
* Merge branch 'master' of https://github.com/nerdypepper/taizenNerdyPepper2018-07-302-92/+90
|\
| * Getting app name, version, author and description from Cargo.tomlZapAnton2018-07-301-4/+4
| |
| * Rustfmt-ed source filesZapAnton2018-07-302-88/+86
| |
* | Add profilesNerdyPepper2018-07-301-1/+1
|/
* Update for latest CursiveAlexandre Bury2018-07-251-1/+3
|
* Add deps, fix url handlingNerdyPepper2018-07-232-3/+2
|
* Refactor to allow the user to set the language and wikiSerentty2018-07-222-6/+50
|
* Merge pull request #3 from gyscos/replaceAkshay2018-07-221-3/+3
|\ | | | | Fix usage of str::replace
| * Fix usage of str::replaceAlexandre Bury2018-07-211-3/+3
| |
* | Merge pull request #2 from gyscos/themeAkshay2018-07-221-15/+16
|\ \ | | | | | | Use PaletteColor in theme::palete_gen
| * | Use PaletteColor in theme::palete_genAlexandre Bury2018-07-211-15/+16
| |/
* / Update for latest cursiveAlexandre Bury2018-07-211-1/+1
|/
* Fix referenceNerdyPepper2018-07-181-4/+4
|
* Attempt to remove more panic!sNerdyPepper2018-07-161-3/+3
|
* Fix url handlingNerdyPepper2018-07-161-2/+3
|
* Only 1 request per articleNerdyPepper2018-07-161-5/+11
|
* Use serde_json::Value instead or reqwest::ResponseNerdyPepper2018-07-161-11/+2
|
* Improve readmeNerdyPepper2018-07-141-2/+2
|
* Simplify interfaceNerdyPepper2018-07-141-10/+12
|
* Add more linksNerdyPepper2018-07-141-0/+1
|
* Add link viewNerdyPepper2018-07-101-13/+15
|
* Workaround to get links sidebarNerdyPepper2018-07-101-4/+6
|
* Fix url bug, function argsNerdyPepper2018-07-101-5/+3
|
* Start gui for interwiki linksNerdyPepper2018-07-081-11/+25
|
* Begin work on interwiki links viewNerdyPepper2018-07-081-2/+29
|
* Simplify article layerNerdyPepper2018-07-061-6/+9
|
* Enable redirectsNerdyPepper2018-07-061-1/+2
|
* RefactorNerdyPepper2018-07-051-30/+6
|
* Refactor into theme.rsNerdyPepper2018-07-051-0/+31
|
* Begin working on themeNerdyPepper2018-07-051-4/+34
|
* Add support for sub-sub-headingsNerdyPepper2018-06-282-0/+16
|
* Use formatted articles in TextViewsNerdyPepper2018-06-281-1/+2
|
* Fix all issues with formattingNerdyPepper2018-06-281-0/+2
|
* Start formatting articleNerdyPepper2018-06-281-0/+31
|
* Move from global callbacks to eventsNerdyPepper2018-06-281-12/+10
|
* More search resultsNerdyPepper2018-06-281-1/+1
|
* Remove stack view, fix lag with long articlesNerdyPepper2018-06-271-17/+8
|
* Add helpful commentsNerdyPepper2018-06-271-0/+1
|
* Begin work on article stack viewNerdyPepper2018-06-251-9/+20
|