]> git.neil.brown.name Git - edlib.git/history - lib-qprint.c
c-mode: fix () in first statement after 'case'
[edlib.git] / lib-qprint.c
2023-07-21 NeilBrownqprint: use do_char_byte()
2023-05-26 NeilBrownUpdate some copyright dates.
2023-02-06 NeilBrownqprint: don't count flushed lws is reported content...
2022-09-13 NeilBrownFix various doc:char handlers when stepped towards...
2022-09-03 NeilBrownUpdate the year in some copyright claims
2022-02-08 NeilBrownlib-qprint: use the 'string' arg in doc:content callback
2021-05-06 NeilBrownIntroduce doc:content-bytes as separate command.
2021-05-06 NeilBrownRemove all doc:step and doc:step-bytes implementations
2021-05-06 NeilBrownintroduce doc:byte
2021-05-06 NeilBrownIntroduce doc:char
2021-05-06 NeilBrownDeprecate doc_step()
2021-05-06 NeilBrownChange focus passed for filtered doc:content
2021-05-06 NeilBrownChange doc:content to pass mark *after* char to callback.
2021-05-06 NeilBrownImprove return values for doc:content callback.
2021-04-14 NeilBrownUpdate some copyright date
2021-04-09 NeilBrownqprint: add doc:content support
2021-04-09 NeilBrownAdd doc:get-bytes and add python support for ret='bytes'.
2021-03-22 NeilBrownqprint: don't define a "Free" function
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-04-05 NeilBrownRename make_step_pane() to doc_step()
2020-04-05 NeilBrownChange some movement helper-function names
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-08 NeilBrownFix assorting indenting.
2020-03-04 NeilBrownAdd panes and data attached to them to a new mempool
2020-02-07 NeilBrownDelay freeing of pane->data
2020-01-04 NeilBrowncore: make ->parent 'safe'
2019-11-17 NeilBrownUpdate copyright dates.
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-09-23 NeilBrownDiscard Esys
2019-09-10 NeilBrowndoc: discard the 'filter' flag
2019-07-05 NeilBrownupdate dates in copyright messages.
2018-08-07 NeilBrownGive symbolic names for error codes.
2018-07-20 NeilBrownmark_dup: remove second arg.
2017-12-09 NeilBrownqprint: normalize marks
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-21 NeilBrowncall macro rework: final cleanup
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.
2017-06-30 NeilBrownIntroduce new doc:set:* for autoclose and filter
2017-05-30 NeilBrowndoc: add a doc:filter flag
2017-05-23 NeilBrownqprint: various fixes.
2017-04-26 NeilBrownRemove final arg from make_step_pane()
2017-03-21 NeilBrownlib-qprint - fix some little bugs.
2017-03-14 NeilBrownAdd lib-qprint