]> git.neil.brown.name Git - edlib.git/history - lib-messageline.c
core-log: reduce number of statics
[edlib.git] / lib-messageline.c
2023-09-11 NeilBrownRename Display: commands to window:
2023-09-01 NeilBrownmessageline: change to use PANE_DOC_DATA
2023-08-25 NeilBrownGet rid of attributes shift_left and shift-left
2023-08-15 NeilBrownmessageline: full right-align date/time
2023-08-15 NeilBrownlib-renderline allow rtab to avoid line wraps.
2023-08-11 NeilBrownmassive lib-renderline rewrite
2023-08-11 NeilBrownmessageline: don't ask for cursor on render-line
2023-07-12 NeilBrownUpdate copyright dates.
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 NeilBrownIntroduce edlib_testing().
2023-06-28 NeilBrownIntroduce Child-Notify
2021-08-14 NeilBrownmessage-line: minimize message time during test
2021-07-03 NeilBrownUpdate copyright dates on lots of files.
2021-06-30 NeilBrownRemove extra blank lines.
2021-06-30 NeilBrownRename text-size to Draw:text-size
2021-06-30 NeilBrownRename pane-clear to Draw:clear
2021-06-11 NeilBrownImprove ChildRegistered handling.
2021-05-29 NeilBrownmessageline: normal messages return when modal message...
2021-05-28 NeilBrownmessageline: don't write modal messages to the message...
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-06-15 NeilBrownChange EDLIB_FAKE_TIME to EDLIB_TESTING
2020-06-15 NeilBrownRename DAMAGED_CONTENT to DAMAGED_REFRESH
2020-06-15 NeilBrownpane: send Refresh only to panes that ask for it.
2020-06-07 NeilBrownpane: rewrite pane_do_resize()
2020-06-01 NeilBrownRevise pane_resize and DAMAGED_SIZE handling.
2020-05-11 NeilBrownAllow pane_register() to fail.
2020-04-10 NeilBrownpython: send errors to stderr if the broadcast message...
2020-03-27 NeilBrownmessageline: add a *Messages* document with all messages
2020-03-27 NeilBrownAdd Message:broadcast notification and use in python.
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-04 NeilBrownAdd panes and data attached to them to a new mempool
2020-02-22 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-17 NeilBrownAllow overriding of timestamps.
2020-02-07 NeilBrownDelay freeing of pane->data
2019-11-22 NeilBrownAdd window:request: and window:notify:
2019-11-17 NeilBrownUpdate copyright dates.
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-10-22 NeilBrownmessageline: introduce modal messages.
2019-10-18 NeilBrownmessageline: consider time passing when updating display.
2019-09-23 NeilBrownDiscard Esys
2019-08-02 NeilBrownmessageline: reset message line on mouse events.
2019-07-24 NeilBrownmessageline: display time/date when nothing else to...
2019-07-19 NeilBrownemacs: add M-C-v support
2019-07-05 NeilBrownupdate dates in copyright messages.
2018-08-07 NeilBrownGive symbolic names for error codes.
2017-10-09 NeilBrownmessageline: use key maps for handle functions.
2017-09-27 NeilBrownreorder final arguments of call()
2017-09-27 NeilBrowncall_comm: change arg order so comm2 is at fixed place.
2017-09-27 NeilBrownreplace all text_size_callback will call_ret(all)
2017-09-27 NeilBrownRename 'numeric' and 'extra' to 'num' and 'num2'
2017-09-27 NeilBrownDiscard pane_clear()
2017-09-21 NeilBrowncall macro rework step 5: comm_call
2017-09-21 NeilBrowncall macro rework: step 4 - call_comm
2017-09-21 NeilBrowncall macro rework step 3: call_xy* are gone.
2017-09-21 NeilBrownstart replacing call*() with clever macros.
2016-08-19 NeilBrownAdd various checks that ci->str is not NULL.
2016-08-05 NeilBrownlib-messageline: address smatch/safe warnings
2016-08-04 NeilBrownAdd lots of 'safe' marking to be checked by smatch
2016-07-01 NeilBrownEnsure pane size never goes negative.
2016-06-30 NeilBrownRemove unwanted blank lines
2016-06-19 NeilBrownChange protocol for setting pane size.
2016-06-15 NeilBrownRename "*-display" to "Display:*"
2016-05-02 NeilBrownChange "Refresh" to be called from a leaf
2016-05-01 NeilBrownSplit out the different aspects of refresh.
2016-04-29 NeilBrownIntroduce pane_clone_children
2016-04-24 NeilBrownmessage-line: ensure to refresh when message is removed.
2016-03-25 NeilBrownFix messageline buglet
2016-03-21 NeilBrownkeymap,messageline: add "Clone" funciton
2016-03-20 NeilBrownmessage-line: use a notifier to find out about keystrokes.
2016-03-08 NeilBrownDiscard "struct editor"
2016-02-19 NeilBrownmessageline: add Display:border support
2016-01-12 NeilBrownrender-lines: add support for new text rendering.
2016-01-05 NeilBrownlib-messageline: use new text-display interface
2015-12-10 NeilBrownuse callbacks to return a pane from 'attach' commands.
2015-12-09 NeilBrownseparate keyboard-input state into separate module.
2015-12-02 NeilBrownUse the © copyright character is copyright messages.
2015-12-02 NeilBrownAdd lib-messageline.