]> git.neil.brown.name Git - edlib.git/history - lib-viewer.c
TODO: clean out done items.
[edlib.git] / lib-viewer.c
2023-10-19 NeilBrownRespell "Window:" as "Tile:".
2023-09-08 NeilBrownviewer: 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-01 NeilBrownviewer: don't close window, deactivate instead.
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-05-21 NeilBrownAdd a level of indirection of simple chars the major...
2020-03-28 NeilBrownmake: Allow make to continue if not all files are saved.
2020-03-28 NeilBrownviewer: send any unknown characters to doc as commands.
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 NeilBrownRemove Chr- from keystroke names.
2020-02-17 NeilBrownChange all special key names to start with ':'
2020-02-13 NeilBrownChange spelling of meta/shift/control in key names.
2020-02-13 NeilBrownChange all key commands to start with 'K'
2020-02-12 NeilBrownChange render- and view- tags from Chr- to cmd-
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-09-19 NeilBrowndoc: change mechanism for attaching document in a view...
2019-07-05 NeilBrownupdate dates in copyright messages.
2019-07-04 NeilBrownviewer: use Window:bury for bury function.
2019-07-04 NeilBrownseparate "render" from "view" config.
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 7: call_pane()
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 NeilBrowndon't use doc:set-attr to set whole-document attributes.
2017-05-30 NeilBrownBe consistent: doc:set-attr, not doc:attr-set
2017-02-23 NeilBrownadd lib-viewer