summaryrefslogtreecommitdiff
path: root/alot/ui.py
Commit message (Expand)AuthorAge
...
* | Merge pull request #966 from dcbaker/pr/fix-965Dylan Baker2017-01-20
|\ \
| * | alot/ui: Handle Exceptions in UI.apply_command callbacksDylan Baker2017-01-13
* | | Add docstrings to some methods and functions.Lucas Hoffmann2017-01-20
| |/ |/|
* | ui: Fix typo in protected method nameDylan Baker2017-01-17
* | Add a setting for enabling or disabling mouse support.Jody Foo2017-01-13
|/
* Eliminates bug where a modifier + mouse click would crash alot.Jody Foo2017-01-10
* adding support for mouse scrollingSamantha Marshall2017-01-09
* ui: Use xrange instead of rangeDylan Baker2016-12-27
* Replace unused arguments with _Dylan Baker2016-12-21
* ui: Don't build lists in memory for assertDylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Turn methods with no `self` usage into staticmethodsLucas Hoffmann2016-12-18
* Merge pull request #885 from lucc/historyPatrick Totzke2016-12-15
|\
| * Fix typo in commentLucas Hoffmann2016-12-15
| * Address comments by @dcbakerLucas Hoffmann2016-12-15
| * Expand history concept for sender and recipient of mailLucas Hoffmann2016-12-14
| * Add history_size optionLucas Hoffmann2016-12-14
| * Save and load command history across invocationsLucas Hoffmann2016-12-14
* | Remove an unused variableLucas Hoffmann2016-12-14
|/
* Replace mutable keyword argumentsDylan Baker2016-12-13
* Further minor style fixesLucas Hoffmann2016-12-09
* Fix except syntaxLucas Hoffmann2016-12-09
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* ui: Only update via SIGINT1 when in search bufferDimitrios Semitsoglou-Tsiapos2016-11-13
* Add signal for SIGINT callback ExitCommandGuillaume Seren2016-03-10
* Added function docstring to UI.handle_signalMicah Nordland2016-01-26
* refresh current buffer on SIGUSR1Micah Nordland2016-01-26
* pep8 fixesPatrick Totzke2015-12-16
* properly interpret initial_command as cmdsequencePatrick Totzke2014-04-02
* cmd instanciation from within a callbackPatrick Totzke2013-10-30
* re-raise CommandCanceled failuresPatrick Totzke2013-10-30
* hand Command instance to pre/post hooksPatrick Totzke2013-10-30
* docstrings for ui.appli_commandlinePatrick Totzke2013-10-30
* integrate sequencing of commands into ui.apply_commandlinePatrick Totzke2013-10-30
* canceling a command in a sequence will now stop the subsequent commands from ...Yann Rouillard2013-10-30
* ui: remove ui update() from each keypressSiim Põder2013-07-07
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* handle CompletionErrorsPatrick Totzke2013-07-07
* fix: fix Command mechanism for move cmds in non-locked stateSebastian Jeltsch2013-05-26
* repeat complete command linesSebastian Jeltsch2013-05-26
* change cmd repeatability to be command prop and make move cmds non-repeatableSebastian Jeltsch2013-05-26
* revert to """ notation for UI attributes docsPatrick Totzke2013-05-26
* restore sphinx documentationSebastian Jeltsch2013-04-26
* change static members of UI class to membersSebastian Jeltsch2013-04-26
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* fix #577Patrick Totzke2013-03-06
* Merge branch '0.3.4-feature-hooks-563' into 0.3.4-feature-urwidtreesPatrick Totzke2013-03-03
|\
| * allow asynchronous pre/post command hooksPatrick Totzke2013-02-20
| * re-introduce redraw parm to UI.buffer_closePatrick Totzke2013-02-19