]> git.neil.brown.name Git - edlib.git/shortlog
edlib.git
2016-02-04 NeilBrownAdd my LCA2016 presentation. devel lca2016
2016-02-03 NeilBrowndevel
2016-02-02 NeilBrowndevel
2016-01-30 NeilBrowndevel
2016-01-25 NeilBrownPython: add interface to access attributes of mark...
2016-01-25 NeilBrownpython: add mark.dup()
2016-01-25 NeilBrownpython: add next/prev/next_any methods for marks
2016-01-25 NeilBrownpython: discard iterator stuff for Marks
2016-01-25 NeilBrownpython: add mark_to_mark interface
2016-01-25 NeilBrownrender-lines: remove 'type'
2016-01-25 NeilBrowndoc: remove dependence on view notifier.
2016-01-25 NeilBrowndoc: make it possible to delete a view by number
2016-01-25 NeilBrownemacs-search: remove 'watch' command.
2016-01-25 NeilBrowndoc: track whether view is active
2016-01-25 NeilBrownpython: bind python Pane more tightly to edlib pane
2016-01-25 NeilBrownpython: provide access to a mark's mdata
2016-01-25 NeilBrownRemove 'space' option of mark allocation
2016-01-24 NeilBrownlines: some improvements to page up/down
2016-01-13 NeilBrownFix two issues with viewing TAGS file
2016-01-13 NeilBrownFix border for "search" popup.
2016-01-13 NeilBrownmake popups work better in gtk display.
2016-01-13 NeilBrownFix drawing of cursor.
2016-01-12 NeilBrownpython: pane_cmp should return -1, 0, or 1
2016-01-12 NeilBrownChange DAMAGED_CURSOR to propagate down instead of up.
2016-01-12 NeilBrownRemove pane_with_cursor.
2016-01-12 NeilBrowndiscard move_cursor()
2016-01-12 NeilBrownRemove old pane-text interface
2016-01-12 NeilBrownrender-lines: add support for new text rendering.
2016-01-05 NeilBrownlib-view: use text-display for borders of a view.
2016-01-05 NeilBrownlib-messageline: use new text-display interface
2016-01-04 NeilBrowndisplay-pygtk: switch to pixel-sizing for pane.
2016-01-04 NeilBrowndisplay-pygtk: add text-size and text-display interfaces
2015-12-28 NeilBrowndisplay-ncurses: add text-size and text-display interfaces
2015-12-27 NeilBrownAdd pygtk display.
2015-12-25 NeilBrownFix text.py for new calling convention.
2015-12-25 NeilBrownPython: provide Pane.add_notify interface for pane_add_...
2015-12-25 NeilBrownpython: use consistent capitalisation for type names.
2015-12-25 NeilBrownPython: add the new "comm" type to the python namespace
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.
next