]> git.neil.brown.name Git - edlib.git/history - core-pane.h
TODO: clean out done items.
[edlib.git] / core-pane.h
2023-09-15 NeilBrownChange how SIGALRM interrupts python.
2023-09-15 NeilBrownexport do_comm_call and use it from TYPE_pane and TYPE_comm
2023-09-15 NeilBrownLimit the consistency checks run in each loop
2023-09-15 NeilBrownDiscard pane->_data.
2023-09-15 NeilBrownIntroduce PANE_DATA_PTR_TYPE_3 for emacs-search.
2023-09-15 NeilBrownIntroduce PANE_DATA_PTR_TYPE for mode-emacs.
2023-09-15 NeilBrownRemove pane->data when PANE_DATA_TYPE not set.
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-15 NeilBrownUse DEF_CMD_CLOSED for Close:mark
2023-09-15 NeilBrownAllow Notify:Close to work for docs being closed.
2023-09-15 NeilBrownIntroduce closed_ok flag on commands.
2023-09-13 NeilBrownChange calls on closed panes to return Efallthrough...
2023-09-11 NeilBrownRename pane_leaf() to pane_focus()
2023-09-09 NeilBrownIntroduce Close:Notify
2023-09-08 NeilBrownDiscard "Free"
2023-09-08 NeilBrownEnsure we never call anything after "Close".
2023-09-08 NeilBrownDiscard edlib_do_free()
2023-09-08 NeilBrownemacs-search: use embedded data pattern.
2023-09-08 NeilBrowncore-doc; embed doc_data in the pane.
2023-09-01 NeilBrowncore-pane: change doc and doc_data to singular arrays
2023-07-28 NeilBrowndiscard commcache.
2023-07-27 NeilBrownAvoid null pointer deref when ccache used.
2023-07-22 NeilBrownChange times_up() to use pane_too_long() on root.
2023-07-22 NeilBrownDon't impose time limits when run under a debugger
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 NeilBrownSupport inline pane data.