]> git.neil.brown.name Git - edlib.git/history - lib-keymap.c
Use PANE_DATA_PTR_TYPE in doc-docs.
[edlib.git] / lib-keymap.c
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-08 NeilBrownkeymap: switch to embedded-data pattern.
2023-07-12 NeilBrownUpdate copyright dates.
2023-06-28 NeilBrownIntroduce pane_register_root()
2021-07-03 NeilBrownUpdate copyright dates on lots of files.
2021-06-25 NeilBrownkeymap: remove local-key setting.
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-08 NeilBrownFix assorting indenting.
2020-02-21 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-10 NeilBrownMark key, str and str2 as 'const'.
2020-02-07 NeilBrownDelay freeing of pane->data
2019-11-17 NeilBrownUpdate copyright dates.
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-09-23 NeilBrownDiscard Esys
2019-07-05 NeilBrownupdate dates in copyright messages.
2018-08-07 NeilBrownGive symbolic names for error codes.
2017-09-27 NeilBrownAdd 'comm' return type for call_ret().
2017-09-27 NeilBrowncall_comm: change arg order so comm2 is at fixed place.
2017-09-27 NeilBrownRename 'numeric' and 'extra' to 'num' and 'num2'
2017-09-23 NeilBrownRemove some unnecessary white space
2017-09-21 NeilBrowncall macro rework step 5: comm_call
2017-09-21 NeilBrowncall macro rework: step 4 - call_comm
2017-09-21 NeilBrownstart replacing call*() with clever macros.
2016-08-16 NeilBrownFix 'safe' annotation for function return value.
2016-08-07 NeilBrownMore 'safe' fixes for lib-keymap.c
2016-08-07 NeilBrownadd 'safe' annotations for pointers to pointers.
2016-08-04 NeilBrownAdd lots of 'safe' marking to be checked by smatch
2016-07-07 NeilBrownAdd ref-counting to 'struct command'
2016-06-30 NeilBrownRemove unwanted blank lines
2016-04-30 NeilBrownpane: Set default size of new pane to that of parent
2016-04-29 NeilBrownIntroduce pane_clone_children
2016-04-29 NeilBrownAssume local-keymap operations are always called at...
2016-04-25 NeilBrownpopup, keymap: fix some memory leaks on error paths.
2016-04-24 NeilBrownuse {} for null initializer rather than {0}
2016-04-06 NeilBrownReplace lots of key_handle() calls with call*() calls
2016-03-25 NeilBrownChange global mode setting to work by calling an 'attac...
2016-03-21 NeilBrownkeymap,messageline: add "Clone" funciton
2016-03-20 NeilBrownReplace pane_clone with comm_call_pane calls.
2016-03-08 NeilBrownDiscard "struct editor"
2016-03-08 NeilBrownIntroduce global-get-command
2016-02-22 NeilBrownlib-keymap: remove use of key_handle_focus
2015-12-10 NeilBrownMake struct cmd_info mostly read-only
2015-12-10 NeilBrownUse REDEF_CMD to predeclate keymap_attach_func.
2015-12-10 NeilBrownuse callbacks to return a pane from 'attach' commands.
2015-12-02 NeilBrownUse the © copyright character is copyright messages.
2015-12-02 NeilBrownMove root popups to the tile-root.
2015-11-23 NeilBrownIntroduce pane_final_child()
2015-11-20 NeilBrownChange meaning for return value for "Refresh"
2015-11-16 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2015-11-15 NeilBrownUse ->focus to return pane from attach- functions.
2015-11-15 NeilBrownStore command in cmd_info
2015-11-15 NeilBrownExport key_handle() and use instead of misusing key_han...
2015-11-13 NeilBrownAdd minimal isearch for emacs.
2015-11-11 NeilBrownImplement local keymaps and use for popup.
2015-11-10 NeilBrownUse strings to identify text display attributes.
2015-11-10 NeilBrownMake mode-emacs a separate library.