]> git.neil.brown.name Git - edlib.git/history - python/render-present.py
Respell "window:" as "Window:".
[edlib.git] / python / render-present.py
2023-10-19 NeilBrownRespell "window:" as "Window:".
2023-10-19 NeilBrownRespell "Window:" as "Tile:".
2023-09-27 NeilBrownDraw:image - move mode information from num to str2
2023-09-11 NeilBrownRename pane_leaf() to pane_focus()
2023-09-11 NeilBrownRename Display: commands to window:
2023-06-28 NeilBrownrender-present: don't use doc:render-line to get text.
2023-06-28 NeilBrownpython: change how modules are loaded into the interpreter
2023-05-26 NeilBrownUpdate some copyright dates.
2023-05-26 NeilBrownpython: remove stray edlib.LOG calls.
2023-05-20 NeilBrownrender: disable background images for text displays
2023-04-28 NeilBrownChange numeric args to Draw:image
2023-02-06 NeilBrownUpdate some copyright dates.
2022-09-17 NeilBrownpresent: allow switching to presentation from markdown
2022-09-03 NeilBrownpresent: don't claim to be primary markdown handler
2021-07-03 NeilBrownRemove adjacent blank lines from all python files.
2021-07-03 NeilBrownmerge Move-View-Small and Move-View-Large
2021-06-30 NeilBrownRename pane-clear to Draw:clear
2021-06-11 NeilBrownpresent: overlay with viewer pane
2021-05-29 NeilBrownAutomatically close all vmarks when pane is closed.
2021-05-06 NeilBrownPython: make vmark access functions more easily available
2021-05-06 NeilBrownIntroduce doc:vmark-prev
2021-04-22 NeilBrownpresent: add Clone handler for "markdown" pane
2021-04-22 NeilBrownrender-present: minor comment updates
2021-04-14 NeilBrownUpdate some copyright date
2021-04-12 NeilBrownChange Draw:image to identify images other than by...
2021-04-02 NeilBrownAdd "tostart" arg to mark_clip and marks_clip
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-09-26 NeilBrownChange name from "Meta" to "Alt"
2020-09-26 NeilBrownpython: add next, prev, following, prior
2020-09-24 NeilBrownQuote all '\' chars in strings.
2020-08-01 NeilBrownpython: remove ; from the end of lines.
2020-08-01 NeilBrownpresenter: put a newline at end of <image> line.
2020-08-01 NeilBrownpresent: fix bug and add test
2020-06-15 NeilBrownpresent: remove overlayC background type.
2020-06-07 NeilBrownrender-present: remove Pane.damaged() calls.
2020-06-07 NeilBrownpane: rewrite pane_do_resize()
2020-06-01 NeilBrownpresent: don't use DAMAGE for Recentre
2020-05-10 NeilBrownChange doc:render-line to fail at end-of-file
2020-05-09 NeilBrownTidy up error return for doc:render-line-prev
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-21 NeilBrownpython: update for Python 3.8
2020-02-23 NeilBrownAdjust for python3 and None < int comparisons.
2020-02-22 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-17 NeilBrownRemove Chr- from keystroke names.
2020-02-13 NeilBrownChange spelling of meta/shift/control in key names.
2020-02-13 NeilBrownChange all key commands to start with 'K'
2020-02-12 NeilBrownChange render- and view- tags from Chr- to cmd-
2019-11-24 NeilBrownrender-present: be more careful of doc:replaced
2019-11-22 NeilBrownDon't require doc notification to start with Notify:
2019-11-12 NeilBrownpython-code: remove unneeded args
2019-10-29 NeilBrownChange how DAMAGE_CURSOR is generated.
2019-10-22 NeilBrownCentral handling of DAMAGED_CURSOR
2019-10-05 NeilBrownpython: simplify tracking own mark ownership.
2019-10-01 NeilBrownkeymap: add key_add_prefix()
2019-09-18 NeilBrownrender-present: fix handling of render-line
2019-09-10 NeilBrowndoc: change Call:Notify:doc: to doc:Notify:doc:
2019-08-03 NeilBrownmark: replace 'state' with 'owner' in a view
2019-07-29 NeilBrownRename "render-line" to "doc:render-line"
2019-07-19 NeilBrownUse Call:Notify:Doc... to ask a document to send a...
2019-07-05 NeilBrownupdate dates in copyright messages.
2019-07-04 NeilBrownseparate "render" from "view" config.
2019-07-04 NeilBrownreplace all simple render_attach calls with call_pane()
2018-08-07 NeilBrownGive symbolic names for error codes.
2018-03-30 NeilBrownrender-present: convert MarkdownPane to individual...
2018-03-30 NeilBrownrender-present: split handle into individual handlers
2018-01-02 NeilBrownStop making doc:mark-same calls from python.
2017-12-04 NeilBrownChange all Notify:clip function to return 0
2017-11-16 NeilBrownHandle "Notify:clip" in all pane that hold a mark-view
2017-11-10 NeilBrownRemove direction arg from pane_attr_get()
2017-10-03 NeilBrownDon't require ->mark for Move:View:{Large,Small}
2017-09-27 NeilBrownRemove some trailing 0s and NULLs in call*()
2017-09-27 NeilBrownRename 'numeric' and 'extra' to 'num' and 'num2'
2017-09-27 NeilBrownpython: add ret="mark2" support and complete conversion...
2017-09-20 NeilBrownpresented: fix rendering of last page
2017-09-20 NeilBrownpresenter: page-up now moves the display upwards too.
2017-09-20 NeilBrownpresent: propage type changes to subsequent lines
2017-09-20 NeilBrownrender-lines: ensure disply updates when changes propag...
2017-09-20 NeilBrownpresent: make mark_lines() more robust
2017-09-19 NeilBrownpresenter: improve parsing of updates
2017-09-19 NeilBrownpresenter: fix recording of line modes.
2017-09-19 NeilBrownrender: various fixes.
2017-09-16 NeilBrownrender-present: fix `code`
2017-06-30 NeilBrowndon't use doc:set-attr to set whole-document attributes.
2017-05-30 NeilBrownSpell Notify:Request as Notify:doc:Replace
2017-05-30 NeilBrownBe consistent: doc:set-attr, not doc:attr-set
2017-05-16 NeilBrownAdd a FIXME
2017-04-24 NeilBrownrender-present: remove pointless "Close" case
2017-04-17 NeilBrownMove-View-*: to report if there is nowhere to go.
2017-02-23 NeilBrownadd lib-viewer
2016-11-29 NeilBrownrename doc:render-line* back to render-line*
2016-11-28 NeilBrownSplit text renderline into a separate pane.
2016-11-28 NeilBrownRename render-line* to doc:render-line*
2016-07-17 NeilBrownpresenter: free all local marks on Close
2016-07-07 NeilBrownpython: remove the 'pane' variable passed to python...
2016-07-07 NeilBrownAdd command-refcounting to a pane's handle command.
2016-07-01 NeilBrownrender-present: discard most a[field] usage.\
2016-06-30 NeilBrownRemove unwanted blank lines
2016-06-26 NeilBrownpython: always pass all arg names to python commad.
2016-06-15 NeilBrownRename "*-display" to "Display:*"
2016-06-05 NeilBrownrender-lines: replace "render-lines:redraw" with DAMAGE...
next