]> git.neil.brown.name Git - edlib.git/shortlog
edlib.git
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.
2015-12-02 NeilBrownAdd lib-messageline.
2015-12-02 NeilBrownncurses: allow use of full screen.
2015-12-02 NeilBrownSave search string for later re-use.
2015-12-02 NeilBrownDisable recursive popups except by permission.
2015-12-02 NeilBrowntile: fix 'next' to walk through all pop-ups.
2015-12-02 NeilBrownMove root popups to the tile-root.
2015-12-02 NeilBrownPage up/down now move cursor to EOF when appropriate.
2015-12-01 NeilBrownFix page-up/down in directory listings.
2015-12-01 NeilBrownIntroduce some 'call*' functions to call command.
2015-12-01 NeilBrownQuote regex chars when they are included from doc into...
2015-12-01 NeilBrowntext: fix bug with adding at end of allocation.
2015-12-01 NeilBrownRename comm_ncurses to display_ncurses
2015-12-01 NeilBrownMerge commit '52780b336a46654163e0d34204a0aad0da5fdf33'
2015-12-01 NeilBrownMove the authoritative 'point' out of the pane and...
2015-12-01 NeilBrownFix up entry of multi-byte UTF-8
2015-12-01 NeilBrownInitial python support.
2015-11-27 NeilBrownAdd another check for a NULL string.
2015-11-27 NeilBrownAllow both start- and end- of file movements in render...
2015-11-27 NeilBrownEOF in *Documents* is a null pointer, not the last...
2015-11-27 NeilBrownrender-complete: if at EOF, there won't be a string...
2015-11-27 NeilBrownAdd notifier to non-home panes on a doc.
2015-11-27 NeilBrowndoc_destroy: don't close the pane before sending the...
2015-11-27 NeilBrowndoc-dir: locate the editor before destroying the pane...
2015-11-27 NeilBrownMake sure to initialize all 'cmd_info'.
2015-11-27 NeilBrownChange doc panes to have an allocated 'data'.
2015-11-27 NeilBrowndiscard doc_first_mark in favour of vmark_first.
2015-11-27 NeilBrownChange popup to store the doc rather than the pane...
2015-11-27 NeilBrownchange doc_new to return a doc.
2015-11-27 NeilBrownDiscard doc_get_pane() in favour of doc_from_pane()
2015-11-27 NeilBrownAdd 'void *misc' field to cmd_info
2015-11-27 NeilBrownGet rid of rl_mark and lots of casts.
2015-11-27 NeilBrownGet rid of 'struct point'.
2015-11-27 NeilBrownMove size field from point to point->links.
2015-11-27 NeilBrownRemove ->doc field from point.
2015-11-27 NeilBrownuse doc_get_pane to find document in search functions.
2015-11-26 NeilBrownin doc-dir we can use ->home->data to get document.
2015-11-26 NeilBrowndoc_attr: pass pane instead of doc
2015-11-26 NeilBrownPoint_notify_change: pass doc explicitly, don't use...
2015-11-26 NeilBrownRemove use of point->doc from point fore/back to mark.
2015-11-26 NeilBrownRemove doc arg from doc_next_mark.
2015-11-26 NeilBrowntlist_for_each{,_entry}_continue* no longer need head...
2015-11-26 NeilBrownRemove unused function point_reset
2015-11-26 NeilBrownsimplify/improve mark-at-point functions.
2015-11-26 NeilBrownPass pane to doc_set_attr instead of using pt->doc;
2015-11-26 NeilBrownRemove ->owner field from point.
next