Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 1 | -0/+1 |
| | |||||
* | fix text selection hint | Maximilian Hils | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | console: mouse scrollwheel throughout. | Aldo Cortesi | 2015-06-02 | 1 | -6/+13 |
| | |||||
* | Enable mouse interaction, add a hint for selecting text. | Aldo Cortesi | 2015-06-02 | 1 | -0/+10 |
| | | | | Fixes #597 | ||||
* | console: All palettes now explicitly set a background colour | Aldo Cortesi | 2015-04-07 | 1 | -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 screen | Aldo Cortesi | 2015-04-06 | 1 | -12/+0 |
| | |||||
* | console: TCP proxy patterns to new options screen | Aldo Cortesi | 2015-04-06 | 1 | -8/+0 |
| | |||||
* | console: default display mode to new options screen | Aldo Cortesi | 2015-04-06 | 1 | -6/+0 |
| | |||||
* | console: scripts to new options screen | Aldo Cortesi | 2015-04-06 | 1 | -8/+0 |
| | |||||
* | console: replacement patterns to new option screen | Aldo Cortesi | 2015-04-06 | 1 | -8/+0 |
| | |||||
* | console: ignore patterns to new options screen. | Aldo Cortesi | 2015-04-06 | 1 | -8/+0 |
| | |||||
* | Add headings to options, start migrating more options into options screen | Aldo Cortesi | 2015-04-06 | 1 | -8/+0 |
| | | | | SetHeaders first... | ||||
* | console: basic options page | Aldo Cortesi | 2015-04-03 | 1 | -13/+2 |
| | |||||
* | console: improve handling of help contexts, fix key bindings in flow views | Aldo Cortesi | 2015-04-01 | 1 | -13/+7 |
| | |||||
* | Simplify the way in which path prompts keep state | Aldo Cortesi | 2015-03-22 | 1 | -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 conventions | Aldo Cortesi | 2015-03-22 | 1 | -7/+7 |
| | |||||
* | Refactor status bar prompting to use signal system | Aldo Cortesi | 2015-03-22 | 1 | -131/+124 |
| | |||||
* | Add blinker dependency, start using it to refactor console app | Aldo Cortesi | 2015-03-21 | 1 | -1/+1 |
| | | | | | Blinker lets us set up a central pub/sub mechanism to disentangle our object structure. | ||||
* | Add window.py import missed in refactoring | Aldo Cortesi | 2015-03-20 | 1 | -0/+1 |
| | |||||
* | console: pull primary window frame management out into window.py | Aldo Cortesi | 2015-03-20 | 1 | -0/+150 |