summaryrefslogtreecommitdiffstats
path: root/examples/full-screen
AgeCommit message (Expand)Author
2018-05-20Fixed text-editor & full-screen-demo examples + Python2 fix in lexers/pygment...Jonathan Slenders
2018-05-17Renamed Align to WindowAlign. (It was confusing because of HorizontalAlign/Ve...Jonathan Slenders
2018-05-07Moved transparent attribute from Window to Float. This fixes the transparency...Jonathan Slenders
2018-05-07Renamed Window.get_colorcolumns to window.colorcolumns.Jonathan Slenders
2018-05-04Made margins.py example executable.Jonathan Slenders
2018-05-04Moved yes-no-dialog.py to full-screen-demo.pyJonathan Slenders
2018-03-27Replaced Application.abort/exit with a universal exit() method.Jonathan Slenders
2018-03-02Refactoring of the search. Added prompt_toolkit/search.py.Jonathan Slenders
2018-02-11Choose lexer dynamically in text-editor.py example.Jonathan Slenders
2018-02-11examples: fix broken import statementsErik Stromdahl
2018-01-29Fixed pager example (SearchField -> SearchToolbar).Jonathan Slenders
2018-01-29Removed SearchField. It was exactly the same like SearchToolbar.Jonathan Slenders
2018-01-28Moved the widgets module one level up.Jonathan Slenders
2018-01-28Fixed pager and calculator examples.Jonathan Slenders
2018-01-28Fix typo: `Numberred` -> `Numbered`delirious-lettuce
2018-01-28Fix typo: `focussable` -> `focusable`delirious-lettuce
2018-01-27Fixed typo in code: `focussed` -> `focused`.Jonathan Slenders
2018-01-27Fix typos: `explicitely` -> `explicitly`, `habbit` -> `habit`delirious-lettuce
2018-01-27Fix typo: `dolphine` -> `dolphin`delirious-lettuce
2018-01-27Fix typo: `programatically` -> `programmatically`delirious-lettuce
2018-01-27Fixed full-screen examples. Pass 'focussed_element' instead of 'focussed_wind...Jonathan Slenders
2018-01-20Added colorcolumn example.Jonathan Slenders
2018-01-17Use 'yield From' instead of 'yield ensure_future'.Jonathan Slenders
2018-01-17No need to merge default_ui_style - always applied.Irina Truong
2018-01-17Renamed default_style to default_ui_style.Irina Truong
2018-01-13Fixed yes-no-dialog.py example.Jonathan Slenders
2017-12-27More documentation about key bindings.Jonathan Slenders
2017-12-09Added focus example.Jonathan Slenders
2017-12-07Code style in examples + added flake8 to .travis.yml.Jonathan Slenders
2017-12-07Added margins example.Jonathan Slenders
2017-12-07More documentation.Jonathan Slenders
2017-12-04Added autocompletion example for completion in a full screen layout.Jonathan Slenders
2017-12-04Added floats example.Jonathan Slenders
2017-12-03Added cursorcolumn/cursorline example.Jonathan Slenders
2017-12-03Added vertical-split and alignment examples.Jonathan Slenders
2017-12-03Bug fix in right alignment.Jonathan Slenders
2017-12-03Added horizontal split example.Jonathan Slenders
2017-12-03Removed load_key_bindings() in example. This is already included automaticall...Jonathan Slenders
2017-10-31Removed unused imports in examples.Jonathan Slenders
2017-10-31Renamed Application.set_return_value to Application.set_result.Jonathan Slenders
2017-06-26Added enable_page_navigation_bindings parameter to 'Application'.Jonathan Slenders
2017-06-17Bugfix in pager.py. Don't take 'app' argument.Jonathan Slenders
2017-06-01Don't pass 'Application' around anymore. Store it in a global instead.Jonathan Slenders
2017-05-30Keep naming of 'From' and 'Return' consistent with Trollius.Jonathan Slenders
2017-05-30Better mouse support for menus.Jonathan Slenders
2017-05-28Implemented more menu items for the text-editor.py example.Jonathan Slenders
2017-05-28Added example of a text editor.Jonathan Slenders
2017-05-23Refactoring of the event loop:Jonathan Slenders
2017-05-06Introduction of SearchField + many small improvements to make our pager examp...Jonathan Slenders
2017-05-06A few fixes in the handling of aborted/exting styling. + Fixes in the merging...Jonathan Slenders