]> git.neil.brown.name Git - edlib.git/shortlog
edlib.git
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.
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.
next