]> git.neil.brown.name Git - edlib.git/history - doc-dir.c
history: switch to embedded-data pattern.
[edlib.git] / doc-dir.c
2023-09-01 NeilBrowncore-pane: change doc and doc_data to singular arrays
2023-07-27 NeilBrownFactor out list sorting into list.h
2023-07-23 NeilBrownAvoid using names with "__" prefix.
2023-07-19 NeilBrowndoc-email use do_char_byte for the doc:char function
2023-07-18 NeilBrowndo_char_byte: pass the pane to DOC_NEXT, not doc_data
2023-07-18 NeilBrownSimplify some doc:char handlers.
2023-07-12 NeilBrownUpdate copyright dates.
2023-07-12 NeilBrowndoc-dir: switch to embedded data
2023-07-12 NeilBrownAlways handle pane_register failure immediately.
2023-07-12 NeilBrownIntroduce mark_new()
2023-06-28 NeilBrownIntroduce edlib_testing().
2022-09-13 NeilBrownFix various doc:char handlers when stepped towards...
2022-09-03 NeilBrownUpdate the year in some copyright claims
2022-09-03 NeilBrowndisable mark-validation of dir/docs/log
2022-09-03 NeilBrowndoc-dir: add mark_valid() test
2021-09-21 NeilBrowndoc-dir: add doc:debug:mark handler
2021-08-14 NeilBrownForbid nested notification again.
2021-07-03 NeilBrownUpdate copyright dates on lots of files.
2021-06-30 NeilBrownDon't call doc:attach-view after DocPane succeeds.
2021-06-30 NeilBrownAdd debug support for checking the order of marks.
2021-06-22 NeilBrownformat: make choice of "format2" automatic.
2021-06-18 NeilBrownautosave: fix autosave
2021-06-11 NeilBrowndirview: add r aka rename
2021-06-11 NeilBrowndirview: add chmod and chown support
2021-06-11 NeilBrowndirview: more enhancements: expunge and unmark.
2021-06-11 NeilBrowndoc-dir: improve appearance of listing
2021-06-11 NeilBrownIntroduce mark_step_sharesref()
2021-06-07 NeilBrowndoc-dir: split viewer out into separate pane.
2021-06-07 NeilBrowndoc-dir: start implementation of actions in directories.
2021-06-07 NeilBrowndoc-dir: allow attributes to be set on entries in a...
2021-06-01 NeilBrownCall doc_free() automatically.
2021-05-29 NeilBrownAutomatically close all vmarks when pane is closed.
2021-05-06 NeilBrownRemove all doc:step and doc:step-bytes implementations
2021-05-06 NeilBrownIntroduce doc:char
2020-12-16 NeilBrowndoc-dir: avoid changing date format when testing.
2020-09-26 NeilBrowndoc-dir: remove use of doc->home from doc-dir
2020-09-26 NeilBrownChange mark_to_end to take a pane rather than a doc
2020-09-26 NeilBrownUse 'bool' more widely.
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-06-15 NeilBrowntests: ignore perms of ".." during tests.
2020-06-15 NeilBrownChange EDLIB_FAKE_TIME to EDLIB_TESTING
2020-06-15 NeilBrowndoc-dir: when reading a dir, check stat info is up...
2020-06-01 NeilBrowndocs,dir: use original format for simple cases.
2020-05-24 NeilBrowndir: Make more content stable when testing.
2020-05-24 NeilBrownformat: add render-format2
2020-05-21 NeilBrownFix callback for doc:get-attr calls.
2020-05-14 NeilBrownautosave: move follow-symlink functionality to doc-dir
2020-05-14 NeilBrowndir: replace dir_cmd with multiple dir_do_foo
2020-05-02 NeilBrownRevert "doc-dir: use doc-rendering for viewing a direct...
2020-05-02 NeilBrownRemove markup:fields support.
2020-05-02 NeilBrowndoc:step shouldn't step over marks unnecessarily.
2020-04-13 NeilBrowndoc-dir: make sure nbuf is large enough for the larget...
2020-04-12 NeilBrowndir: add size to directory listing.
2020-04-12 NeilBrowndir: add symlink target to default dir listing.
2020-04-10 NeilBrowndoc-dir: fix notification for deletions.
2020-04-06 NeilBrowndoc-dir: use lib-viewer and expect doc:cmd- style commands.
2020-04-05 NeilBrownReplace mark_make_{first,last} with mark_step()
2020-04-05 NeilBrownRename mark-chaining functions.
2020-04-05 NeilBrownChange some movement helper-function names
2020-04-04 NeilBrownChange point:moved to point:moving, and make it more...
2020-03-28 NeilBrowndoc-dir: directory load message fixes.
2020-03-28 NeilBrowndoc-dir: add a one-entry cache for user/group name...
2020-03-28 NeilBrowndoc-dir: use merge sort instead of insertion sort.
2020-03-27 NeilBrownRemove 'z' arg from doc_register()
2020-03-25 NeilBrownProvide mark_step() to help with doc:step
2020-03-23 NeilBrownUpdate copyright dates.
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-17 NeilBrownAllow overriding of timestamps.
2020-02-12 NeilBrownChange render- and view- tags from Chr- to cmd-
2020-02-10 NeilBrownMark key, str and str2 as 'const'.
2020-02-07 NeilBrownDelay freeing of pane->data
2020-01-04 NeilBrowncore: make ->parent 'safe'
2019-11-22 NeilBrowndoc-dir: revise reloading of directory.
2019-11-22 NeilBrownDon't require doc notification to start with Notify:
2019-11-20 NeilBrowndir/docs: use ->mark2 for doc:replace
2019-11-17 NeilBrowndoc-dir: Always stat through symlink to see if it is...
2019-10-31 NeilBrownConvert lots of white-space to TABs
2019-10-31 NeilBrownWrap lots of long lines
2019-10-10 NeilBrownRevise how docs are postioned in the docs list.
2019-10-05 NeilBrowndoc-dir: display year instead of time for old files.
2019-09-27 NeilBrowntext/dir: reload doc when it is revisited.
2019-09-23 NeilBrownDiscard Esys
2019-09-20 NeilBrowndoc-dir: handle closing of sub-documents better.
2019-09-19 NeilBrowndoc-dir: use doc-rendering for viewing a directory.
2019-09-19 NeilBrowndoc: change mechanism for attaching document in a view...
2019-09-10 NeilBrownImprove doc_register interface.
2019-09-02 NeilBrownIntroduce doc_register() to register a doc-pane.
2019-07-24 NeilBrowndiscard call_pane() and home_call_pane()
2019-07-05 NeilBrownupdate dates in copyright messages.
2019-07-04 NeilBrownseparate "render" from "view" config.
2019-07-04 NeilBrownAdd home_call_pane() interface.
2018-08-07 NeilBrowntile: split DocPane out from OtherPane and ThisPane
2018-08-07 NeilBrownGive symbolic names for error codes.
2018-07-19 NeilBrowndoc: add 'raise' arg to doc_attach_view()
2018-01-02 NeilBrownRemove all traces of doc:mark-same
2017-11-16 NeilBrowndiscard doc_notify_change()
2017-11-10 NeilBrownChange how 'default' command sets are managed.
next