]> git.neil.brown.name Git - edlib.git/shortlog
edlib.git
2023-11-01 NeilBrownTODO: clean out done items. master
2023-11-01 NeilBrownlib-search: add a "forward" command
2023-11-01 NeilBrownlib-search: add "reverse" command for search commands.
2023-10-30 NeilBrownrenderlines: Move-Line should return Efalse not Efail
2023-10-30 NeilBrownlib-server: catch errors from Tile:bury
2023-10-19 NeilBrownurl: slow click doesn't activate link
2023-10-19 NeilBrownFilename completion: don't include trailing slash unles...
2023-10-19 NeilBrownAdd a "prepare" action on mouse-down.
2023-10-19 NeilBrownRespell "window:" as "Window:".
2023-10-19 NeilBrownRespell "Window:" as "Tile:".
2023-10-17 NeilBrownw3m: write html to tempfile, not to a pipe.
2023-10-17 NeilBrownnotmuch: show raw message in a Popup:Tile
2023-10-09 NeilBrownautospell: fix detection of existing spell range handler
2023-10-09 NeilBrownrangetrack: dont' track owner or clean up when owner...
2023-10-09 NeilBrownSplit display creation into two separate steps.
2023-10-08 NeilBrownFix redraw when requesting to display last line
2023-10-08 NeilBrownAdd QRCODE to selection menu
2023-10-08 NeilBrownChange image scaling from adaptive to box-filter
2023-10-07 NeilBrownncurses: don't look past the end of an image.
2023-10-07 NeilBrownimageview: support requesting an integral zoom.
2023-10-06 NeilBrownimageview: don't measure image until first refresh.
2023-10-04 NeilBrownmode-basic: add F4 and F5 function key handlers.
2023-10-04 NeilBrownrangetrack: fix some status returns.
2023-10-02 NeilBrownCreate mode-basic.
2023-10-01 NeilBrownDiscard lib-keymap
2023-10-01 NeilBrownmenubar: allow ancestor pane to add menus
2023-10-01 NeilBrownStart git-mode: selection menu item to view git commit.
2023-09-29 NeilBrownAdd Documents menu to the menubar
2023-09-29 NeilBrownChange return value of docs:byeach
2023-09-29 NeilBrownrenderline: fix handling of <hide> with nested attrs.
2023-09-29 NeilBrownmenubar: refresh bar whenever size changes.
2023-09-29 NeilBrowninput: Report unrecognised key sequence
2023-09-29 NeilBrownMove some common code from Draw:image implementations...
2023-09-29 NeilBrownAdd render-imageview
2023-09-27 NeilBrownDraw:image: support scale and crop.
2023-09-27 NeilBrownDraw:image: move cursor cols,rows into mode (str2)
2023-09-27 NeilBrownDraw:image - move mode information from num to str2
2023-09-27 NeilBrownmenubar: handle the bar being closed.
2023-09-23 NeilBrownpopup: improve positioning.
2023-09-22 NeilBrownmode-emacs: handle cx-cc from a popup better
2023-09-22 NeilBrownRemove meaning for str2 arg to Draw:image and Draw...
2023-09-19 NeilBrowntests: add test for dict-change signal
2023-09-19 NeilBrownAdd lib-rangetrack
2023-09-19 NeilBrowntests: use a fixed personal dictionary
2023-09-15 NeilBrownChange how SIGALRM interrupts python.
2023-09-15 NeilBrownexport do_comm_call and use it from TYPE_pane and TYPE_comm
2023-09-15 NeilBrownLimit the consistency checks run in each loop
2023-09-15 NeilBrownRemove var-args pane_register()
2023-09-15 NeilBrownIntroduce PANE_DATA_VOID
2023-09-15 NeilBrownDiscard pane->_data.
2023-09-15 NeilBrownUse PANE_DATA_PTR_TYPE in doc-docs.
2023-09-15 NeilBrownUse PANE_DATA_PTR_TYPE for lib-tile
2023-09-15 NeilBrownIntroduce PANE_DATA_PTR_TYPE_3 for emacs-search.
2023-09-15 NeilBrownUse PANE_DATA_PTR_TYPE in lang-python
2023-09-15 NeilBrownlib-charset: use PANE_DATA_PTR_TYPE
2023-09-15 NeilBrownlib-wiggle: switch to embedded data pattern
2023-09-15 NeilBrownIntroduce PANE_DATA_PTR_TYPE for mode-emacs.
2023-09-15 NeilBrownRemove pane->data when PANE_DATA_TYPE not set.
2023-09-15 NeilBrownRemove doc->self link.
2023-09-15 NeilBrownRemove option for doc being stored other than in the...
2023-09-15 NeilBrownlang-python: move doc from python object into pane.
2023-09-15 NeilBrownExplicitly guard against infinite loops in consistency...
2023-09-15 NeilBrownnotmuch master_view: catch exception so .recursed in...
2023-09-15 NeilBrownnotmuch: refresh query on "doc:closed" rather than...
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-15 NeilBrownUse DEF_CMD_CLOSED for Close:mark
2023-09-15 NeilBrownAllow Notify:Close to work for docs being closed.
2023-09-15 NeilBrownIntroduce closed_ok flag on commands.
2023-09-13 NeilBrownChange calls on closed panes to return Efallthrough...
2023-09-11 NeilBrowndisplay-x11: don't draw both cursors.
2023-09-11 NeilBrowndisplay-x11: draw outline cursor entirely inside box.
2023-09-11 NeilBrownc-mode: fix () in first statement after 'case'
2023-09-11 NeilBrownSend warning message when nested notification is prohib...
2023-09-11 NeilBrownDiscard DocLeaf - use new pane_leaf() instead.
2023-09-11 NeilBrownRename pane_leaf() to pane_focus()
2023-09-11 NeilBrownRename pane_focus() to pane_take_focus()
2023-09-11 NeilBrowncore-log: reduce number of statics
2023-09-11 NeilBrownRename Display: commands to window:
2023-09-11 NeilBrownDiscard Display:set: in favour of window:set:
2023-09-09 NeilBrownDisable LOG during refresh if log is visible.
2023-09-09 NeilBrownIntroduce Close:Notify
2023-09-08 NeilBrownDiscard "Free"
2023-09-08 NeilBrowntile: don't use "Free", just "Close".
2023-09-08 NeilBrowndisplay-x11-xcb: don't use Free
2023-09-08 NeilBrownEnsure we never call anything after "Close".
2023-09-08 NeilBrowncopybuf: switch to embedded-data pattern
2023-09-08 NeilBrownhistory: switch to embedded-data pattern.
2023-09-08 NeilBrownhistory: drop second string arg to attach-history
2023-09-08 NeilBrowninput: switch to embedded-data pattern
2023-09-08 NeilBrownkeymap: switch to embedded-data pattern.
2023-09-08 NeilBrownpopup: switch to embedded-data pattern.
2023-09-08 NeilBrownrender-complete: use Close instead of Free
2023-09-08 NeilBrownrender-format: switch from "Free" to "Close"
2023-09-08 NeilBrowndoc-multipart: don't use Free
2023-09-08 NeilBrowntext: don't use Free
2023-09-08 NeilBrowndoc-email: free ->invis at Close time, not Free
2023-09-08 NeilBrownDiscard edlib_do_free()
2023-09-08 NeilBrownx11selection-xcb: switch to embedded-data pattern
2023-09-08 NeilBrownemacs-search: use embedded data pattern.
2023-09-08 NeilBrowndocs: discard "Free" handler
next