]> git.neil.brown.name Git - edlib.git/shortlog
edlib.git
2015-12-25 NeilBrownpane: improve usefulness of abs_z
2015-12-25 NeilBrownkeymap: make a local copy of any key put in a keymap.
2015-12-13 NeilBrownMove 'exit' functionality out of 'display-ncurses'.
2015-12-13 NeilBrownAdd global 'z' level.
2015-12-13 NeilBrownRefresh child panes in 'z' order
2015-12-12 NeilBrownPython: remove old debuging PrintObject
2015-12-12 NeilBrownPython: add co-ordinate conversion methods to panes.
2015-12-11 NeilBrownAdd new key_handle_* interfaces to Python.
2015-12-11 NeilBrownClarify key_handle*
2015-12-11 NeilBrownDiscard hx,hy in favour explicit conversion functions.
2015-12-11 NeilBrownDitto for emacs_str
2015-12-11 NeilBrownpopup_quote remove assignment of whole cmd_info
2015-12-11 NeilBrownRevisions to pane_refresh
2015-12-11 NeilBrownremove call_str and call_extra
2015-12-11 NeilBrownMake sure python compares/hashes panes properly.
2015-12-11 NeilBrownAdd 'Comm' type to python interface.
2015-12-11 NeilBrownMake it possible to replace current event handler.
2015-12-11 NeilBrownFirst step to plugable event loops.
2015-12-11 NeilBrownUse new notifiers for lib-view
2015-12-11 NeilBrownuse new notifiers to notify changes to render-lines.
2015-12-11 NeilBrownUse new notifiers for render-hex.
2015-12-11 NeilBrownUse DEF_LOOKUP_CMD in render-hex.
2015-12-11 NeilBrownMore fixed for closing popup windows.
2015-12-11 NeilBrownpopup: Close doc more directly.
2015-12-11 NeilBrownDisconnect pane where possible before closing children.
2015-12-11 NeilBrownIntroduce DAMAGED_CLOSED
2015-12-11 NeilBrownUse new notifiers to close a popup when target disappears.
2015-12-11 NeilBrownUse new notifications to support search_again
2015-12-11 NeilBrownStart changing rules about ->focus and ->home
2015-12-10 NeilBrownUse new notifiers to send notification when document...
2015-12-10 NeilBrownUnify doc_notify_change and point_notify_change more.
2015-12-10 NeilBrownUse new notifier to close all views on a document when...
2015-12-10 NeilBrownAdd infrastructure to allow panes to get notifications...
2015-12-10 NeilBrownMake struct cmd_info mostly read-only
2015-12-10 NeilBrownRemove doc_from_pane
2015-12-10 NeilBrownChange line-count to use a pane rather than a doc.
2015-12-10 NeilBrownIntroduce vmark_new to avoid direct acess to doc_new_mark
2015-12-10 NeilBrownDefine doc:set-attr and use in line-count.
2015-12-10 NeilBrownIntroduce pane_mark_attr.
2015-12-10 NeilBrownsearch: used Move-File rather than mark_reset to go...
2015-12-10 NeilBrownUse attributes to get name of document instead of direc...
2015-12-10 NeilBrownUse pane_attr_get to get linecount attributes for ...
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 NeilBrownIntroduce mark_next_pane and mark_prev_pane
2015-12-10 NeilBrownRationalise prev/next mark function.
2015-12-10 NeilBrownChange hlist to make the head directlry recognisable.
2015-12-10 NeilBrownRemove 'doc' arg from next_mark.
2015-12-10 NeilBrownRemove mark_same calls from non-core/doc code.
2015-12-10 NeilBrownRemove 'd' from render_complete_line
2015-12-10 NeilBrownChange doc_destroy to take a pane.
2015-12-10 NeilBrownPython: return number from 'call'.
2015-12-10 NeilBrownpython_call: don't accept return values for storage...
2015-12-10 NeilBrownUse callback to return marks from doc:vmark-get
2015-12-10 NeilBrownUse callback to return pane for call_pane()
2015-12-10 NeilBrownUse a call-back to return pane from "display-ncurses".
2015-12-10 NeilBrownUse callbacks to return pane from "doc-*"
2015-12-10 NeilBrownUse callbacks to return string from Complete:prefix.
2015-12-10 NeilBrownMark the '42' hack in render-complete as such.
2015-12-10 NeilBrownReturn value from doc:add-view directly
2015-12-10 NeilBrownRemove assignment to ci->mark in doc_file.
2015-12-10 NeilBrowncomplete: remove the finding of the render-lines pane.
2015-12-10 NeilBrownChange "render-line" to return line via a callback.
2015-12-10 NeilBrownrender-lines: don't set ci->hy unnecessarily.
2015-12-10 NeilBrownUse REDEF_CMD to predeclate keymap_attach_func.
2015-12-10 NeilBrownUse callbacks to return pane from render-*-attach commands.
2015-12-10 NeilBrownuse callbacks to return a pane from 'attach' commands.
2015-12-10 NeilBrownUse callback to return string from doc:get-str
2015-12-10 NeilBrownUse a callback to return string from doc:get-attr
2015-12-10 NeilBrownUse a callback to return mark for mark_at_point.
2015-12-10 NeilBrownUnify calls to doc:dup-point.
2015-12-10 NeilBrownChange Complete:prefix to return count directly.
2015-12-10 NeilBrownChange text-search to return result directly.
2015-12-09 NeilBrownChange doc:replace to return result directly.
2015-12-09 NeilBrownChange doc:mark-same to return result directlry.
2015-12-09 NeilBrownChange doc:step to return character directly.
2015-12-09 NeilBrownChange doc:find-view to return value directly.
2015-12-09 NeilBrownUpdate README file
2015-12-09 NeilBrownpython: make standard globals available to python scripts.
2015-12-09 NeilBrownMake symbols in loaded libraries global.
2015-12-09 NeilBrownFix various issues with python
2015-12-09 NeilBrownRemove 'buf' from pane_text
2015-12-09 NeilBrownpython: Add 'init' function for panes.
2015-12-09 NeilBrownPython: add interface for pane_focus and pane_refresh.
2015-12-09 NeilBrownCreate a command for defining new named commands.
2015-12-09 NeilBrownInitialise doc_default_cmd earlier.
2015-12-09 NeilBrownpane_refresh: always refresh whole display.
2015-12-09 NeilBrownpane_refresh: allow post-order "Refresh" calls, by...
2015-12-09 NeilBrownDiscard concept of persistent key modifiers.
2015-12-09 NeilBrownseparate keyboard-input state into separate module.
2015-12-02 NeilBrownFix search bug: not finding longest match.
2015-12-02 NeilBrownsearch: fix but with dot matching newlines.
2015-12-02 NeilBrownSearch: note in prefix when search has wrapped.
2015-12-02 NeilBrownuse ->home->data, not ->focus->data
2015-12-02 NeilBrownSearch: move to 'search start' when finishing the search.
2015-12-02 NeilBrownBetter handling of formatting with render-complete.
2015-12-02 NeilBrownFix bug causing render-complete to show a non-matching...
2015-12-02 NeilBrownsearch: make sure point is visible when search is aborted.
2015-12-02 NeilBrownrender-format: allow '<' characters in format fields.
2015-12-02 NeilBrownUse the © copyright character is copyright messages.
next