]> git.neil.brown.name Git - edlib.git/history - lib-base64.c
lib-charset: use PANE_DATA_PTR_TYPE
[edlib.git] / lib-base64.c
2023-09-08 NeilBrownbase64: don't define "Free"
2023-07-21 NeilBrownbase64: use do_char_byte
2023-05-28 NeilBrownmark: separate mark:moving from mark:arrived
2023-05-26 NeilBrownUpdate some copyright dates.
2023-02-06 NeilBrownUpdate some copyright dates.
2022-09-13 NeilBrownbase64: fix pos tracking.
2022-09-13 NeilBrownFix various doc:char handlers when stepped towards...
2022-09-04 NeilBrownbase64: improve how current position is determined.
2022-09-04 NeilBrownbase64: change base64_step() to a normal function.
2021-09-21 NeilBrownbase64: fix moving of mark in doc:content
2021-09-21 NeilBrownbase64: handle '=' properly in b64_bulk()
2021-08-11 NeilBrownbase64: improve doc:content processing
2021-08-11 NeilBrowndisplay: record when pane is a uniform background colour.
2021-05-29 NeilBrownAutomatically close all vmarks when pane is closed.
2021-05-10 NeilBrownUse mark_order_{or,not}_same more broadly.
2021-05-10 NeilBrownbase64: various fixes to doc:content
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 NeilBrownChange remaining doc:step callers to doc:char
2021-05-06 NeilBrownintroduce doc:byte
2021-05-06 NeilBrownIntroduce doc:char
2021-05-06 NeilBrownbase64: ensure marks are comparable.
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 NeilBrownbase64: add doc:content handling
2021-04-09 NeilBrownAdd doc:get-bytes and add python support for ret='bytes'.
2021-04-07 NeilBrownbase64: fix decoding bug
2021-04-02 NeilBrownAdd "tostart" arg to mark_clip and marks_clip
2021-03-27 NeilBrownbase64: remove that mark_free() I recently added.
2021-03-27 NeilBrownbase64: avoid excessive marks.
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-04-05 NeilBrownChange some movement helper-function names
2020-03-23 NeilBrownUpdate copyright dates.
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-31 NeilBrownReplace some leading white space with TABs
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-09-23 NeilBrownDiscard Esys
2019-09-10 NeilBrowndoc: discard the 'filter' flag
2019-08-08 NeilBrownRequire ownership to be declare for vmark access.
2019-08-03 NeilBrownmark: replace 'state' with 'owner' in a view
2019-07-05 NeilBrownupdate dates in copyright messages.
2018-08-07 NeilBrownremove doc_set_attr() doc_add_view() doc_del_view()
2018-08-07 NeilBrownGive symbolic names for error codes.
2018-07-20 NeilBrownmark_dup: remove second arg.
2018-01-10 NeilBrownbase64: use more efficient mark_to_mark() call.
2018-01-02 NeilBrownStart deprecating doc:mark-same
2017-12-04 NeilBrownChange all Notify:clip function to return 0
2017-11-16 NeilBrownHandle "Notify:clip" in all pane that hold a mark-view
2017-11-14 NeilBrownbase64: free temp marks properly.
2017-11-14 NeilBrownEnable -O3 optimization.
2017-10-24 NeilBrownRemove pointless NULL args at end of call()
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: 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-03-14 NeilBrownAdd lib-base64