summaryrefslogtreecommitdiff
path: root/git_crecord/chunk_selector.py
Commit message (Expand)AuthorAge
* Remove stage parameter from confirmcommitAndrej Shadura2018-07-18
* No need for the u'' syntax anymoreAndrej Shadura2018-07-08
* curses.unctrl returns bytesAndrej Shadura2018-07-06
* Correctly fall through in handlekeypressed.Andrej Shadura2018-07-06
* Use ucolwidth() for stringsAndrej Shadura2018-07-06
* Use new-style integer divisionAndrej Shadura2018-07-06
* Fix incorrectly applied patch in 376c402Andrej Shadura2018-07-06
* py3: make sure we are doing integer division by using '//'Pulkit Goyal2018-07-03
* chunk_selector: avoid setting non-existing signal SIGWINCH on windowsPierre-Yves David2018-07-03
* chunk_selector: ensure we reinstall the SIGWINCH handlerPierre-Yves David2018-07-03
* chunk_selector: extract most of 'main' into a sub functionPierre-Yves David2018-07-03
* chunk_selector: change the verb according to the operationJun Wu2018-07-03
* Save opts in CursesChunkSelector instead of passing it aroundAndrej Shadura2018-07-03
* More Unicode!Andrej Shadura2018-07-03
* chunk_selector: change help text for the space key dynamicallyJun Wu2018-07-03
* chunk_selector: rewrite status line text (BC)Jun Wu2018-07-03
* chunk_selector: make _getstatuslines update numstatuslinesJun Wu2018-07-03
* chunk_selector: move status window text calculation to a separate methodJun Wu2018-07-03
* chunk_selector: use try/except for import of cursesSean Farley2018-07-03
* chunk_selector: throws error instead of crashing for large diffsLaurent Charignon2018-07-03
* chunk_selector: add error reporting for failure in curses interface initializ...Laurent Charignon2018-07-03
* chunk_selector: fix issue when backgrounding editor would leave artefactLaurent Charignon2018-07-03
* chunk_selector: add mechanism for error reportingLaurent Charignon2018-07-03
* chunk_selector: use encoding.colwidthMatt Mackall2018-07-03
* chunk_selector: fix help bar display issueLaurent Charignon2018-07-03
* spelling: fixes of non-dictionary wordsMads Kiilerich2018-07-03
* Correct spelling mistakes.Edward Betts2018-05-20
* Rename the Python package to git_crecord.Andrew Shadura2016-12-26