]> git.neil.brown.name Git - edlib.git/shortlog
edlib.git
2023-07-12 NeilBrownrender-lines: update lines/cols earlier
2023-07-12 NeilBrownInitial menu support.
2023-07-12 NeilBrownTrack and report actual displayed size
2023-07-12 NeilBrowndisplay-xcb: switch to embedded data
2023-07-12 NeilBrowndisplay-ncurses - switch to embedded data.
2023-07-12 NeilBrowncore-window: use embedded data
2023-07-12 NeilBrowndoc-text - use embedded data in pane
2023-07-12 NeilBrownmultipart - use embedded data
2023-07-12 NeilBrowndoc-list: use embedded data
2023-07-12 NeilBrowndoc-dir: switch to embedded data
2023-07-12 NeilBrownlog: switch to embedding data in pane
2023-07-12 NeilBrowncore-editor: embed ed_info in the struct pane
2023-07-12 NeilBrownSupport inline pane data.
2023-07-12 NeilBrownAlways handle pane_register failure immediately.
2023-07-12 NeilBrownInclude some include files where there are needed in...
2023-07-12 NeilBrownIntroduce point_new()
2023-07-12 NeilBrownIntroduce mark_new()
2023-07-12 NeilBrownlinecount: allow attachment to a viewer stack.
2023-07-12 NeilBrownlinecount: fix mark used for 'goto'.
2023-07-12 NeilBrownview: fix scroll bar on directories etc.
2023-07-12 NeilBrownDisable pane_too_long() with edlib_timing_allowed ...
2023-07-12 NeilBrownlinecount: run the on-idle event on the linecount pane.
2023-07-12 NeilBrownemacs: allow :C-q to be repeated when a unicode name...
2023-07-12 NeilBrownAdd lib-unicode-names and use it for emacs :C-q
2023-07-12 NeilBrownsearch: various fixes for searching a string in a string
2023-07-02 NeilBrownUse XDG standard to find config (and data) files.
2023-07-01 NeilBrownrender-lines: fix vline positioning.
2023-07-01 NeilBrownrender-lines: don't change y_pre or y_post after found_...
2023-06-30 NeilBrownhistory: support searching history of entries
2023-06-28 NeilBrownpygtk: discard new_display2
2023-06-28 NeilBrownlib-glibevents: catch errors from callbacks.
2023-06-28 NeilBrowndisplay-xcb: merge display_xcb and xcb_new_display
2023-06-28 NeilBrownFinish attach-display-foo commands with doc:attach...
2023-06-28 NeilBrowncall editor:activate-display from the display code.
2023-06-28 NeilBrownserver: don't hold reference to the display pane.
2023-06-28 NeilBrownadd window:set: and use it to set attributes for displays.
2023-06-28 NeilBrownhandle Display:close in window-core
2023-06-28 NeilBrownintroduce core-window.c
2023-06-28 NeilBrowninput: don't use pane_notify to send window notification.
2023-06-28 NeilBrownmacro: don't walk up tree to "find" input.
2023-06-28 NeilBrownMove parse_ini() into a separate include file.
2023-06-28 NeilBrowncompose: run notmuch-addr asynchronously.
2023-06-28 NeilBrownconfig: allow initial panes to be set in config file.
2023-06-28 NeilBrownSplit module list into a separate ini file
2023-06-28 NeilBrowndiscard old auto-load code
2023-06-28 NeilBrownpane: if an on-idle event to handle damage cannot be...
2023-06-28 NeilBrownmessageline: right justify the date/time
2023-06-28 NeilBrownmessageline: use lib-renderline for drawing the message...
2023-06-28 NeilBrownmessageline: treat an empty message as message-removal.
2023-06-28 NeilBrownrenderline: allow Refresh to be handled.
2023-06-28 NeilBrownrenderline: allow z depth to be given when attaching.
2023-06-28 NeilBrownlib-markup: generate markup with soh/stx/etc rather...
2023-06-28 NeilBrownrender-complete: handle cursor display properly.
2023-06-28 NeilBrownrender-complete: add highlight more correctly.
2023-06-28 NeilBrownrender-complete: strip new-style attrs when returning...
2023-06-28 NeilBrownlib-linefilter: always strip attributes from line befor...
2023-06-28 NeilBrownrender-present: don't use doc:render-line to get text.
2023-06-28 NeilBrownlib-renderline: make control chars stand out more.
2023-06-28 NeilBrownlib-renderline: expect control chars instead of <>...
2023-06-28 NeilBrownrenderline: fix rendering bug when a TAB wraps.
2023-06-28 NeilBrownmarkup: always convert control characters.
2023-06-28 NeilBrownIntroduce edlib_testing().
2023-06-28 NeilBrownTODO: assorted additions and revisions.
2023-06-28 NeilBrownconfig: support PREFIX commands for module auto-load
2023-06-28 NeilBrownIntroduce global-set-command-prefix
2023-06-28 NeilBrownserver: allow auto-startup to be configurable.
2023-06-28 NeilBrownconfig: free triggers on exit.
2023-06-28 NeilBrownconfig: ensure new config overrides earlier config.
2023-06-28 NeilBrowndiff: fix occasional slowness.
2023-06-28 NeilBrownconfig: support [file:glob] config setting.
2023-06-28 NeilBrownconfig: allocate a local data
2023-06-28 NeilBrownIntroduce strstarts()
2023-06-28 NeilBrowndoc: allow key to be passed to doc:set: in ->str2
2023-06-28 NeilBrownIntroduce ->root pointer in panes.
2023-06-28 NeilBrownIntroduce pane_register_root()
2023-06-28 NeilBrownRevise pane_reparent()
2023-06-28 NeilBrownIntroduce Child-Notify
2023-06-28 NeilBrownCombine doc_attach() and do_doc_assign()
2023-06-28 NeilBrownAllow do_doc_assign() to fail.
2023-06-28 NeilBrowntile: be extra careful when merging a tile into it...
2023-06-28 NeilBrownAdd a config-file parser.
2023-06-28 NeilBrownglobal-set-attr: support append.
2023-06-28 NeilBrowncore-keymap: handle map changing when command is run.
2023-06-28 NeilBrownmergeview: auto-position on merge at first visit.
2023-06-28 NeilBrownmergeview: handle mode-swap-mark
2023-06-28 NeilBrownemacs: handle cx:c-x by resending the equivalent command.
2023-06-28 NeilBrownwiggle: include merge number in attached attributes.
2023-06-28 NeilBrowndetect and limit recursion
2023-06-28 NeilBrownmergeview: capture < and > on marker lines.
2023-06-28 NeilBrownmergeview/wiggle: improvements for space-only conflicts.
2023-06-28 NeilBrownmergeview: add commands to apply the merge.
2023-06-28 NeilBrownwiggle: return the wiggled result from set-wiggle.
2023-06-28 NeilBrownrexel: remove abort() calls not in #ifdef DEBUG
2023-06-28 NeilBrownMark various 'static' values as 'const'.
2023-06-28 NeilBrownTODO.md: various revisions.
2023-06-28 NeilBrownautospell: use pane_too_long() to limit background...
2023-06-28 NeilBrownlinecount: use pane_too_long() to break up line count
2023-06-28 NeilBrownUse event:on-idle for short-timeout background tasks.
2023-06-28 NeilBrownDrop the on_idle- multicall.
2023-06-28 NeilBrowneditor: use event:on-idle to delayed-free the store.
next