]> git.neil.brown.name Git - edlib.git/shortlog
edlib.git
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.
2015-11-26 NeilBrownPoints: allocate list of links separately.
2015-11-26 NeilBrownRemove ci->pointp
2015-11-26 NeilBrownRemove pointless doc and pointp from emacs_file_complet...
2015-11-26 NeilBrownemacs_findfile: use pane_attr_get instead of doc_attr.
2015-11-26 NeilBrownemacs_kill_doc - no pointp
2015-11-26 NeilBrownRemove last pointp from render-lines
2015-11-26 NeilBrownStop using pointp for Move-View-Pos
2015-11-26 NeilBrowncomplete_return doesn't need pointp either.
2015-11-26 NeilBrownChange complete_set_prefix to no need direct access...
2015-11-26 NeilBrownRemove pointp usage from emacs insert/delete commands.
2015-11-26 NeilBrownRemove pointp usage from a lot of Move-* calls.
2015-11-26 NeilBrownRemove doc arg from mark_to_mark.
2015-11-26 NeilBrownSend point as ci->mark for events from keyboard or...
2015-11-26 NeilBrownDon't set pointp for "Replace"
2015-11-26 NeilBrownChange "Refresh" function to pass 'point' via ci->mark.
2015-11-26 NeilBrownChange render-line command to accept point in 'mark2...
2015-11-26 NeilBrownRemove pointp arg for render-line-prev
2015-11-26 NeilBrownStop using pointp in text_reundo and text_replace.
2015-11-26 NeilBrowntext_reundo: rename 'm' to 'm2'.
2015-11-26 NeilBrownMove final doc default actions from 'view' to 'doc'.
2015-11-26 NeilBrownImprove default move-file
2015-11-26 NeilBrownNow that move_X is in core-doc, remove the pointp refer...
2015-11-26 NeilBrownmove simple word/char/eol/file movement from 'view...
2015-11-26 NeilBrownremove two pointp users from emacs-search.
2015-11-26 NeilBrownRemove render-dir and render-text
2015-11-26 NeilBrownuse doc_get_pane to get document for render-format...
2015-11-26 NeilBrownRemove pointp from render_hex_eol.
2015-11-26 NeilBrownUse panes and marks to communicate with CountLines
2015-11-26 NeilBrownDo for dir_close what we did for docs_bury.
2015-11-26 NeilBrownRemove pointp setting from mark_same_pane
2015-11-26 NeilBrownRemove pointp usage from text_save_file and text_get_str
2015-11-26 NeilBrownNotfiy:Replace doesn't need pointp any more.
2015-11-26 NeilBrownUse "Notify:Replace" for notifications.
2015-11-26 NeilBrowndocs_destroy - avoid pointp.
2015-11-26 NeilBrownChange doc:destroy to work with pane rather than point.
2015-11-26 NeilBrownRemove pane_point.
2015-11-26 NeilBrownRemove dependence of search on pane_point.
2015-11-26 NeilBrown"Close" no longer needs pane_point.
2015-11-26 NeilBrownChange vmark functions to take a pane instead of a...
2015-11-26 NeilBrownChange vmark_matching to take a pane rather than a...
2015-11-25 NeilBrownRender-attach functions no-longer need the pane_point.
2015-11-25 NeilBrownChange doc_{add,del,find}_view into commands.
2015-11-25 NeilBrownRegister keymaps early rather than late.
2015-11-25 NeilBrownChange mark_same to key off tile rather than point.
2015-11-25 NeilBrownHave all "render-line" function fail cleanly if point...
2015-11-25 NeilBrownProvide a "Move-to" command to use e.g. when completing...
2015-11-25 NeilBrownChange default_render from a struct field to an attribute.
2015-11-25 NeilBrownUse Move-File to move to start of a newly created document.
2015-11-25 NeilBrowntext: fit bug with text deletion.
2015-11-25 NeilBrownemacs: use pane_final_child rather than pane_point.
2015-11-25 NeilBrownIntroduce doc:set-name
2015-11-25 NeilBrownRemove pointp from render_format_attach
2015-11-25 NeilBrownUse the new "ThisPane" to find pane to load new doc...
2015-11-25 NeilBrownIntroduce ThisPane
2015-11-25 NeilBrownIntroduce PointDup command
2015-11-25 NeilBrownDon't make new point directly in doc_attach
2015-11-25 NeilBrownSplit a 'doc' pane aways from the 'view' panes.
2015-11-25 NeilBrownuse new doc_attach_view for attaching "view"
2015-11-25 NeilBrownSplit doc_attach_view from doc_open.
2015-11-25 NeilBrownuse pane and mark to pass document to doc:set-attr
2015-11-25 NeilBrownChange doc:get-attr to use a pane rather than a point.
2015-11-25 NeilBrownUse doc_notify_change rather than point_notify_change...
2015-11-25 NeilBrownUse pane rather then point to pass doc to doc:step
2015-11-25 NeilBrownUse pane instead of point to pass doc to "Release"
2015-11-25 NeilBrownChange doc:set-ref to take a pane rather than a point.
2015-11-25 NeilBrownChange doc_find to return a pane.
2015-11-25 NeilBrownRemove the document list and use a list of panes instead.
2015-11-24 NeilBrownChange 'editor' to be the root of the pane tree.
2015-11-24 NeilBrownChange doc:reundo and doc:get-str to use the pane-path.
2015-11-24 NeilBrownsend "doc:replace" up the pane path
2015-11-24 NeilBrowntext: fix bug with refresh when text added to start...
2015-11-24 NeilBrowntext: fix undo/redo bug.
2015-11-24 NeilBrownRemove the doc_operations structure complete.
2015-11-24 NeilBrownMake 'step' a command.
2015-11-24 NeilBrownMake mark_same into a command.
2015-11-24 NeilBrownIntroduce mark_order_not_same
2015-11-24 NeilBrownUse mark_ordered_or_same once more.
2015-11-24 NeilBrown->replace is now doc:replace
2015-11-24 NeilBrownmake get_attr a command.
2015-11-24 NeilBrownChange set_attr into a command.
2015-11-24 NeilBrownChange ->reundo from doc_operation to command
2015-11-24 NeilBrownInitial save-file support.
2015-11-24 NeilBrownAdd DEF_LOOKUP_CMD
2015-11-24 NeilBrownrename mainloop.c to edlib.c
2015-11-24 NeilBrownChange set_ref to be a command instead of directory_op
2015-11-24 NeilBrownMove some common mark list initialisation to a single...
2015-11-24 NeilBrownChange ->destroy from doc_operation to command.
2015-11-24 NeilBrownAllow doc_destroy to destroy any left-over points
2015-11-24 NeilBrownchange get_str from a doc_operations to a command.
2015-11-24 NeilBrownChange doc_load_file and doc_same_file from doc_operati...
2015-11-24 NeilBrownRemove point_ref
2015-11-24 NeilBrownRemove mark_of_point
2015-11-24 NeilBrownAdd lib/ to .gitignore
2015-11-24 NeilBrownrender-lines: draw cursor on inactive panes.
2015-11-24 NeilBrownrender-lines: make sure cursor appears in empty file.
next