]> git.neil.brown.name Git - edlib.git/history - render-hex.c
TODO: clean out done items.
[edlib.git] / render-hex.c
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-11 NeilBrownRename pane_leaf() to pane_focus()
2023-09-08 NeilBrownrender-hex: switch to embedded-data pattern
2023-07-12 NeilBrownUpdate copyright dates.
2023-06-28 NeilBrownAlways call CountLines on the focus
2023-06-08 NeilBrownChange rules for doc:render-line with mark2
2021-09-03 NeilBrowndoc:EOL fixes:
2021-07-03 NeilBrownUpdate copyright dates on lots of files.
2021-05-06 NeilBrownRemove all doc:step and doc:step-bytes implementations
2021-05-06 NeilBrownReplace all remaining doc:step calls with doc:char
2021-05-06 NeilBrownhex: implement doc:char directly
2021-05-06 NeilBrownIntroduce doc:char
2021-05-06 NeilBrownMove word/eol/file movement to doc_default_cmd
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-06-15 NeilBrownhex: quote '<' is text section.
2020-06-07 NeilBrownUse view:changed instead of DAMAGED_CONTENT.
2020-05-12 NeilBrownhex: user zero-based numbering for position
2020-05-12 NeilBrownhex: use line count correctly for hex mode
2020-05-11 NeilBrownAllow pane_register() to fail.
2020-05-10 NeilBrownChange doc:render-line to fail at end-of-file
2020-05-09 NeilBrownFix return handling for doc:render-line
2020-05-09 NeilBrownTidy up error return for doc:render-line-prev
2020-04-05 NeilBrownChange some movement helper-function names
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-04 NeilBrownAdd panes and data attached to them to a new mempool
2020-02-22 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-12 NeilBrownChange render- and view- tags from Chr- to cmd-
2020-02-07 NeilBrownDelay freeing of pane->data
2020-01-04 NeilBrowncore: make ->parent 'safe'
2019-11-22 NeilBrownDon't require doc notification to start with Notify:
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-09-23 NeilBrownDiscard Esys
2019-09-10 NeilBrowndoc: change Call:Notify:doc: to doc:Notify:doc:
2019-07-29 NeilBrownRename "render-line" to "doc:render-line"
2019-07-24 NeilBrowndiscard call_pane() and home_call_pane()
2019-07-05 NeilBrownupdate dates in copyright messages.
2019-07-04 NeilBrownreplace all simple render_attach calls with call_pane()
2018-08-29 NeilBrownrender-hex: remove duplicate code.
2018-08-07 NeilBrownGive symbolic names for error codes.
2018-07-20 NeilBrownmark: split out mark_dup_view()
2018-01-02 NeilBrownStart deprecating doc:mark-same
2017-11-15 NeilBrownhex/text: allow hex mode to see bytes.
2017-09-27 NeilBrowncall_comm: change arg order so comm2 is at fixed place.
2017-09-27 NeilBrownRename 'numeric' and 'extra' to 'num' and 'num2'
2017-09-21 NeilBrowncall macro rework: final cleanup
2017-09-21 NeilBrowncall macro rework step 5: comm_call
2017-09-21 NeilBrowncall macro rework: step 4 - call_comm
2017-09-21 NeilBrownstart replacing call*() with clever macros.
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
2016-11-29 NeilBrownrename doc:render-line* back to render-line*
2016-11-28 NeilBrownRename render-line* to doc:render-line*
2016-08-04 NeilBrownrender-hex: resolve some smatch/safe warnings
2016-08-04 NeilBrownAdd lots of 'safe' marking to be checked by smatch
2016-07-12 NeilBrownRemove last arg from mark_same_pane
2016-06-30 NeilBrownRemove unwanted blank lines
2016-05-14 NeilBrownRemove 'keynum' arg from attr_set_str()
2016-05-02 NeilBrownRemove some pane_child calls that are no longer needed.
2016-04-29 NeilBrownIntroduce pane_clone_children
2016-04-29 NeilBrownAlways return new leaf when attaching a render or other...
2016-04-29 NeilBrownrender-hex: don't overflow a buffer
2016-04-06 NeilBrownReplace lots of key_handle() calls with call*() calls
2016-03-25 NeilBrownhex: register self for "dir" callbacks.
2016-03-24 NeilBrownChange render-X-attach to attach-render-X
2016-03-20 NeilBrownReplace pane_clone with comm_call_pane calls.
2016-03-08 NeilBrownDiscard "struct editor"
2015-12-11 NeilBrownUse new notifiers for render-hex.
2015-12-11 NeilBrownUse DEF_LOOKUP_CMD in render-hex.
2015-12-10 NeilBrownIntroduce doc_following_pane and change many mark_next...
2015-12-10 NeilBrownAll ed->commands to be accessed by key_handle
2015-12-10 NeilBrownRemove mark_same calls from non-core/doc code.
2015-12-10 NeilBrownChange "render-line" to return line via a callback.
2015-12-10 NeilBrownUse callbacks to return pane from render-*-attach commands.
2015-12-02 NeilBrownUse the © copyright character is copyright messages.
2015-11-27 NeilBrownDiscard doc_get_pane() in favour of doc_from_pane()
2015-11-26 NeilBrownChange render-line command to accept point in 'mark2...
2015-11-26 NeilBrownRemove pointp arg for render-line-prev
2015-11-26 NeilBrownRemove pointp from render_hex_eol.
2015-11-26 NeilBrownUse panes and marks to communicate with CountLines
2015-11-26 NeilBrownUse "Notify:Replace" for notifications.
2015-11-25 NeilBrownChange doc_{add,del,find}_view into commands.
2015-11-25 NeilBrownRegister keymaps early rather than late.
2015-11-25 NeilBrownHave all "render-line" function fail cleanly if point...
2015-11-24 NeilBrownRemove mark_of_point
2015-11-23 NeilBrownChange render_attach to return that attached pane.
2015-11-22 NeilBrownchange render-hex to use render-lines
2015-11-20 NeilBrownChange meaning for return value for "Refresh"
2015-11-16 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2015-11-16 NeilBrowncmd_info: introduce hx and hy
2015-11-15 NeilBrownStore command in cmd_info
2015-11-11 NeilBrownIntroduce pane_child() and use instead of ->focus.
2015-11-11 NeilBrownCentralise reseting of ->focus
2015-11-11 NeilBrownRevise how damage works:
2015-11-11 NeilBrownTidy refresh handler code a bit.
2015-11-10 NeilBrownUse strings to identify text display attributes.
2015-11-10 NeilBrownRemove extras.h - it is now empty
2015-11-10 NeilBrownTurn pane_clear into a command to be set.
2015-11-10 NeilBrownFix silly typo in GPL statement.
2015-11-10 NeilBrownDrop the per-pane keymap and rename 'refresh' to 'handle'.
next