]> git.neil.brown.name Git - edlib.git/history - core-doc.c
TODO: clean out done items.
[edlib.git] / core-doc.c
2023-09-15 NeilBrownRemove doc->self link.
2023-09-15 NeilBrownRemove option for doc being stored other than in the...
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-15 NeilBrownAllow Notify:Close to work for docs being closed.
2023-09-15 NeilBrownIntroduce closed_ok flag on commands.
2023-09-09 NeilBrownIntroduce Close:Notify
2023-09-08 NeilBrowncore-doc; embed doc_data in the pane.
2023-09-01 NeilBrownRename doc:attach-helper to doc:get-doc
2023-08-20 NeilBrownhistory: add support for "favourites".
2023-07-28 NeilBrowndiscard commcache.
2023-07-23 NeilBrownAvoid using names with "__" prefix.
2023-07-12 NeilBrownUpdate copyright dates.
2023-07-12 NeilBrownSupport inline pane data.
2023-07-12 NeilBrownAlways handle pane_register failure immediately.
2023-07-12 NeilBrownIntroduce point_new()
2023-07-12 NeilBrownIntroduce mark_new()
2023-06-28 NeilBrownIntroduce strstarts()
2023-06-28 NeilBrowndoc: allow key to be passed to doc:set: in ->str2
2023-06-28 NeilBrownIntroduce pane_register_root()
2023-06-28 NeilBrownCombine doc_attach() and do_doc_assign()
2023-06-28 NeilBrownAllow do_doc_assign() to fail.
2023-06-28 NeilBrowndiscard editor-on-idle in favour of event:on-idle.
2023-06-28 NeilBrownChange rules for mark passed to doc:content
2023-06-28 NeilBrowndoc: fix doc_default_content
2023-05-28 NeilBrownmark: separate mark:moving from mark:arrived
2023-05-26 NeilBrownintroduce doc:append:...
2023-05-26 NeilBrowndoc: add default doc:get-attr which returns pane attribute.
2022-09-04 NeilBrownSend mark:moving notification on all marks
2022-09-03 NeilBrownRename point:moving to mark:moving
2022-09-03 NeilBrownUpdate the year in some copyright claims
2022-02-01 NeilBrownmake: don't load files
2021-07-03 NeilBrownmerge Move-View-Small and Move-View-Large
2021-06-30 NeilBrownRemove extra blank lines.
2021-06-13 NeilBrowncore-doc: preserve attrs on points that are pushed...
2021-06-11 NeilBrowndoc: protect attach-view from incorrect calls.
2021-06-01 NeilBrownCall doc_free() automatically.
2021-05-29 NeilBrownAutomatically close all vmarks when pane is closed.
2021-05-12 NeilBrowndoc: mark view damaged at startup
2021-05-06 NeilBrownmultipath: fix forward-by-num.
2021-05-06 NeilBrownRemove generic doc:write-file
2021-05-06 NeilBrownIntroduce doc:content-bytes as separate command.
2021-05-06 NeilBrownChange remaining doc:step callers to doc:char
2021-05-06 NeilBrownSupport 21 bit unicode.
2021-05-06 NeilBrownDiscard vmark_at_point()
2021-05-06 NeilBrownIntroduce doc:vmark-new
2021-05-06 NeilBrownIntroduce doc:vmark-prev
2021-05-06 NeilBrownIntroduce doc_pending()
2021-05-06 NeilBrownintroduce doc_move()
2021-05-06 NeilBrownMove Move-expr and Move-paragraph to doc_default_cmd
2021-05-06 NeilBrownMove word/eol/file movement to doc_default_cmd
2021-05-06 NeilBrownChange doc:content to pass mark *after* char to callback.
2021-05-06 NeilBrownImprove return values for doc:content callback.
2021-04-22 NeilBrowndoc: new command doc:attach-helper
2021-04-15 NeilBrowndoc: insert_char and replace must not use home_call()
2021-04-14 NeilBrownUpdate some copyright date
2021-04-14 NeilBrownbe careful of WEOF when using isdigit()
2021-04-09 NeilBrownPass end mark to doc:content if available.
2021-04-09 NeilBrownAdd doc:get-bytes and add python support for ret='bytes'.
2021-04-09 NeilBrownenhance get_str_callback
2021-04-02 NeilBrownAdd "tostart" arg to mark_clip and marks_clip
2021-03-22 NeilBrowncore-doc: allow doc data to not be the 'struct doc'.
2020-09-27 NeilBrownRemove the 'home' field from struct doc
2020-09-26 NeilBrownChange doc_new_mark() to take a pane, not a doc.
2020-09-26 NeilBrownUse 'bool' more widely.
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-09-25 NeilBrownEnhance Move-EOL to be able to go to start of next...
2020-09-20 NeilBrownIntroduce DEF_CB() similar to DEF_CMD()
2020-08-15 NeilBrowncore-doc: Only return result of subcall if non-zero
2020-06-15 NeilBrownAllow Move-to to be asked to force a notification
2020-06-07 NeilBrownMove point-movement handling from render-lines to core-doc
2020-06-07 NeilBrownpane: Only call Refresh:view on panes which request it.
2020-05-21 NeilBrownAdd a level of indirection of simple chars the major...
2020-05-14 NeilBrowndoc: fix canonicalization of file name
2020-05-11 NeilBrownAllow pane_register() to fail.
2020-04-24 NeilBrownmake: use realpath when finding matching make documents.
2020-04-05 NeilBrownReplace mark_make_{first,last} with mark_step()
2020-04-05 NeilBrownRename make_step_pane() to doc_step()
2020-04-05 NeilBrownConvery mark_step_pane call with constant dir/move
2020-04-05 NeilBrownChange some movement helper-function names
2020-04-05 NeilBrownRemove some internal movement functions that are no...
2020-04-04 NeilBrownChange point:moved to point:moving, and make it more...
2020-03-31 NeilBrowndoc: store 4 marks with point, not just 1.
2020-03-29 NeilBrownAssorted fixed for mouse clicks.
2020-03-28 NeilBrowndoc-dir: directory load message fixes.
2020-03-28 NeilBrownabbrev: fix some issues with dynamic completion
2020-03-27 NeilBrownRemove 'z' arg from doc_register()
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-22 NeilBrownmake/shell: handle 'Abort' properly.
2020-03-08 NeilBrownFix assorting indenting.
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-21 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-13 NeilBrownAvoid adding magic constant to ->key
2020-02-10 NeilBrownMark key, str and str2 as 'const'.
2020-02-07 NeilBrownDelay freeing of pane->data
2020-01-27 NeilBrowndoc: allow multiple default viewers.
2019-11-24 NeilBrowndoc: simplify path after each change.
2019-11-22 NeilBrownDon't require doc notification to start with Notify:
2019-11-17 NeilBrowndoc:open: warn when opening an existing doc with a...
2019-11-17 NeilBrowndoc:open: don't over simplify path name.
next