aboutsummaryrefslogtreecommitdiffstats
path: root/epy.py
Commit message (Expand)AuthorAgeFilesLines
...
* Inline format: italicbenadha2021-01-301-5/+62
* Unused var: findsectbenadha2021-01-291-1/+1
* New scheme for sections parsingbenadha2021-01-291-6/+14
* Merge branch 'curs_set_not_supported' of https://github.com/mdom/epy into mdo...benadha2020-11-191-8/+13
|\
| * Handle terminals without support for curs_setMario Domgoergen2020-10-091-8/+13
* | Updating version and adding emailbenadha2020-11-191-1/+2
* | Check if color is supported by terminalMario Domgoergen2020-10-091-1/+1
|/
* Remove enumeration in LOCALPCTG and remove loader message.wustho2020-09-261-5/+5
* Add loader.wustho2020-09-251-3/+11
* Reorganize Board class close to other classes.wustho2020-09-241-61/+61
* Fixed toc initial index.wustho2020-09-241-2/+2
* Better PageDown in Board() but still not quite there when searching().wustho2020-09-241-2/+9
* Class Board as curses.newpad() replacement. TODO: PageDown behaviourwustho2020-09-241-12/+67
* Fixed toc entry with missing or empty index location.wustho2020-09-221-2/+8
* Reorganize: mv some codes from ebook.__init__() to ebook.initialize().wustho2020-09-221-63/+47
* Initial Azw3 support commit.wustho2020-09-221-9/+51
* Widen try-finally: cleanup.wustho2020-09-221-25/+22
* Fixed minor: added 'self' to fb2.cleanup()wustho2020-09-211-1/+1
* Wrap ebook.initialize() inside try-except: ebook.cleanup()wustho2020-09-211-1/+4
* Fix cli interface, optional mobi support.wustho2020-09-211-3/+11
* Change cleanup scheme try-finally: ebook.cleanup().wustho2020-09-211-8/+9
* Fix minor: importing meta like version, etc.wustho2020-09-201-1/+1
* Initial mobi support.wustho2020-09-201-13/+37
* Mobi support.wustho2020-09-201-0/+86
* try-except block for multiprocessing kill and terminate.wustho2020-06-031-2/+6
* Fixed multiprocessing to support single core cpu and termux.wustho2020-04-241-30/+61
* Fixed truncate() and simplify printing reading hist by using truncate().wustho2020-04-231-8/+2
* Adding comments regarding zlib.error and multiprocess.wustho2020-04-231-2/+4
* Fixed: zlib.error: Error -3 while decompressing data:wustho2020-04-221-1/+6
* Multiprocessing: Initial commit.wustho2020-04-221-29/+47
* Added truncate().wustho2020-04-221-1/+15
* Raise terminal too small error.wustho2020-04-191-3/+6
* Renamed ToC --> TableOfContents.wustho2020-04-191-7/+7
* Fixed HalfScreenScroll scheme.wustho2020-04-191-6/+17
* Better display reading history.wustho2020-04-191-2/+13
* Better help() display.wustho2020-04-191-3/+5
* Added half-screen scroll.wustho2020-04-191-0/+4
* Add visual line indicator when screen scrolled partially.wustho2020-04-191-0/+12
* Fixed when scrolling up|down more than a single line to first reachwustho2020-04-191-3/+7
* Fixed resizing terminal error when defining word.wustho2020-04-181-1/+4
* Fixed choice_win() when choice 10th returned (means 9 array index which also ...wustho2020-04-181-20/+23
* Add quick delete with 'D' in choice_win(True).wustho2020-04-181-0/+4
* Fixed bookmarks() window won't close when WINKEYS pressed.wustho2020-04-181-0/+1
* Fixed jagged text_win() when reading new book in <80 cols terminal size.wustho2020-04-181-1/+1
* Minor meta(): fix getsize() info.wustho2020-04-181-2/+2
* Added drop_whitspace=False in textwrap.wrap() in text_win() adn add File Info...wustho2020-04-181-2/+4
* Catch re.error exception.wustho2020-04-181-3/+13
* Added errmsg().wustho2020-04-181-2/+7
* Added win.clear() & win.refresh() when text_win() and choice_win() return WIN...wustho2020-04-181-1/+5
* Added quick shortcut "Yn" if ch_list == ["(Y)es", "(N)o"] in choice_win().wustho2020-04-171-1/+9