aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/window.py
Commit message (Collapse)AuthorAgeFilesLines
* fix text selection hintMaximilian Hils2015-07-221-1/+1
|
* console: mouse scrollwheel throughout.Aldo Cortesi2015-06-021-6/+13
|
* Enable mouse interaction, add a hint for selecting text.Aldo Cortesi2015-06-021-0/+10
| | | | Fixes #597
* console: All palettes now explicitly set a background colourAldo Cortesi2015-04-071-2/+7
| | | | | There's a new option --palette-transparent to turn this off if you want to use your own terminal background.
* console: sticky cookies and auth to options screenAldo Cortesi2015-04-061-12/+0
|
* console: TCP proxy patterns to new options screenAldo Cortesi2015-04-061-8/+0
|
* console: default display mode to new options screenAldo Cortesi2015-04-061-6/+0
|
* console: scripts to new options screenAldo Cortesi2015-04-061-8/+0
|
* console: replacement patterns to new option screenAldo Cortesi2015-04-061-8/+0
|
* console: ignore patterns to new options screen.Aldo Cortesi2015-04-061-8/+0
|
* Add headings to options, start migrating more options into options screenAldo Cortesi2015-04-061-8/+0
| | | | SetHeaders first...
* console: basic options pageAldo Cortesi2015-04-031-13/+2
|
* console: improve handling of help contexts, fix key bindings in flow viewsAldo Cortesi2015-04-011-13/+7
|
* Simplify the way in which path prompts keep stateAldo Cortesi2015-03-221-2/+0
| | | | | | In the past, we kept the last path the user specified for a number of different path types to pre-seed the path prompt. Now, we no longer distinguish between types, and pre-seed with the last used directory regardless.
* Rationalise prompt calling conventionsAldo Cortesi2015-03-221-7/+7
|
* Refactor status bar prompting to use signal systemAldo Cortesi2015-03-221-131/+124
|
* Add blinker dependency, start using it to refactor console appAldo Cortesi2015-03-211-1/+1
| | | | | Blinker lets us set up a central pub/sub mechanism to disentangle our object structure.
* Add window.py import missed in refactoringAldo Cortesi2015-03-201-0/+1
|
* console: pull primary window frame management out into window.pyAldo Cortesi2015-03-201-0/+150