]> git.neil.brown.name Git - edlib.git/shortlog
edlib.git
2023-08-11 NeilBrownmassive lib-renderline rewrite
2023-08-11 NeilBrownrenderline - fix margin for tab.
2023-08-11 NeilBrownDon't show default wrap tail for requested wrap point.
2023-08-11 NeilBrowntile: silence use-before-set warning.
2023-08-11 NeilBrownmessageline: don't ask for cursor on render-line
2023-08-11 NeilBrownrender-lines: pass focus to vmark_set()
2023-08-11 NeilBrownhistory: use A-r rather than C-R for search
2023-08-11 NeilBrownlib-input - don't assume Efallthrough is 0
2023-08-11 NeilBrownncurses: catch and ignore focus-in/out
2023-08-11 NeilBrownChange pane_resize() to return Bool
2023-08-11 NeilBrownrender-lines: factor out code in revalidate_start()
2023-08-11 NeilBrownrender-lines: call_render_line_to_point never returns...
2023-08-11 NeilBrownrender-lines: don't look for point in line where it...
2023-08-08 NeilBrownlib-server: fix a couple of typos
2023-08-08 NeilBrownminor unalloc improvements.
2023-08-06 NeilBrownrenderline: change render-line:measure to return the...
2023-08-06 NeilBrownrenderline: change render-line:findxy to return the...
2023-08-04 NeilBrownlib-renderline: change to use embedded pane data
2023-08-02 NeilBrownminor change to xcb drawing and scaling
2023-07-28 NeilBrowncompose-email: check for needed headers:
2023-07-28 NeilBrowndiscard commcache.
2023-07-27 NeilBrownAvoid null pointer deref when ccache used.
2023-07-27 NeilBrownemacs: support shows shell output in a popup.
2023-07-27 NeilBrownFactor out list sorting into list.h
2023-07-27 NeilBrownrenderline: calculate curs_width even when only a prefi...
2023-07-24 NeilBrownmode-emacs: allow cx-} and cx-{ to be repeated with...
2023-07-24 NeilBrownlib-renderline: fix handling of truncation.
2023-07-24 NeilBrownDon't initialise ->data in pane_init()
2023-07-23 NeilBrownRename _CALL _VFUNC _VFUNC_
2023-07-23 NeilBrownAvoid using names with "__" prefix.
2023-07-22 NeilBrownAdd doc:list-sort and sort command name for completion.
2023-07-22 NeilBrownemacs: use doc-list for command name completion.
2023-07-22 NeilBrownChange times_up() to use pane_too_long() on root.
2023-07-22 NeilBrownDon't impose time limits when run under a debugger
2023-07-21 NeilBrowncompose-email: use menu for address completion
2023-07-21 NeilBrownmenu: allow memu to get wider
2023-07-21 NeilBrownnotmuch: focus on query pane when changing messages
2023-07-21 NeilBrownhistory: improve stability of search.
2023-07-21 NeilBrownpopup: fix popup_child_notify
2023-07-21 NeilBrownrender-lines: fix cursor-placement sometimes off-screen
2023-07-21 NeilBrownwiggle: skeletal support for IgnoreBlanks
2023-07-21 NeilBrownmergeview: highlight result after change.
2023-07-21 NeilBrownwiggle: nul-terminate string from collect_merge()
2023-07-21 NeilBrownlib-abbrev: Don't show a menu when not needed.
2023-07-21 NeilBrownmake: possibly fix problem with not always following.
2023-07-21 NeilBrown.gitingore updates.
2023-07-21 NeilBrowndoc-test: doc:clear must send doc:replaced
2023-07-21 NeilBrownrender-lines: improvements to left shift.
2023-07-21 NeilBrownrender-lines: remove obvious error
2023-07-21 NeilBrownrender-lines: ensure cursor doesn't fall off end of...
2023-07-21 NeilBrownTODO - lots of updates
2023-07-21 NeilBrownlib-utf8: use do_char_byte()
2023-07-21 NeilBrownqprint: use do_char_byte()
2023-07-21 NeilBrownlib-crop: use do_char_byte()
2023-07-21 NeilBrowncrop: switch to embedded pane data
2023-07-21 NeilBrownbase64: use do_char_byte
2023-07-21 NeilBrownmulitpath: use do_char_byte()
2023-07-21 NeilBrownrender-format: use do_char_byte()
2023-07-19 NeilBrownrender-format: switch to embedded pane data
2023-07-19 NeilBrowndoc-email use do_char_byte for the doc:char function
2023-07-19 NeilBrowndoc-email: switch to embedded data.
2023-07-18 NeilBrownemacs: don't move cursor when opening/selecting menu.
2023-07-18 NeilBrownMove-CursorXY - only perform action on direct hit.
2023-07-18 NeilBrownAlways pass 0 to Move-CursorXY for num and num2
2023-07-18 NeilBrownChange how Move-CursorXY is passed "no change" co-ordin...
2023-07-18 NeilBrownlib-menu: prohibit left-shift of display.
2023-07-18 NeilBrownlib-abbrev: fix positioning of menu
2023-07-18 NeilBrowndo_char_byte: pass the pane to DOC_NEXT, not doc_data
2023-07-18 NeilBrowndoc-docs: switch to doc_data and do_char_byte()
2023-07-18 NeilBrownSimplify some doc:char handlers.
2023-07-15 NeilBrowndoc-text fix text_next for bytes
2023-07-12 NeilBrownFix return of Action
2023-07-12 NeilBrownnotmuch: remove support for saved: synonym for query:
2023-07-12 NeilBrownnotmuch: support mouse-click to select search and thread
2023-07-12 NeilBrownUpdate copyright dates.
2023-07-12 NeilBrownAdd lib-askpass
2023-07-12 NeilBrownlib-server: separate out choose_pane functionality
2023-07-12 NeilBrownAdd a "bin" type for xdg-find-edlib-file
2023-07-12 NeilBrownMake a "bin" directory
2023-07-12 NeilBrownserver: split client and server code more cleanly.
2023-07-12 NeilBrownlib-server: various clean-ups.
2023-07-12 NeilBrownautospell: provide drop-down menu on spelling errors.
2023-07-12 NeilBrownRevise how location-sensitive actions are managed.
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()
next