]> git.neil.brown.name Git - edlib.git/history - edlib.c
TODO: clean out done items.
[edlib.git] / edlib.c
2023-10-19 NeilBrownRespell "window:" as "Window:".
2023-10-09 NeilBrownSplit display creation into two separate steps.
2023-09-11 NeilBrownDiscard Display:set: in favour of window:set:
2023-08-25 NeilBrownChange Display:set-noclose to Display:set:no-close...
2023-08-25 NeilBrownAllow command name to be used to choose some data files.
2023-08-25 NeilBrownMove welcome text into a separate file.
2023-07-02 NeilBrownUse XDG standard to find config (and data) files.
2023-06-28 NeilBrownFinish attach-display-foo commands with doc:attach...
2023-06-28 NeilBrowncall editor:activate-display from the display code.
2023-06-28 NeilBrownadd window:set: and use it to set attributes for displays.
2023-06-28 NeilBrownAdd a config-file parser.
2023-06-28 NeilBrownMark various 'static' values as 'const'.
2023-06-28 NeilBrownDrop the on_idle- multicall.
2023-06-28 NeilBrownCall pane_refresh() from event:on-idle
2023-02-06 NeilBrownUpdate some copyright dates.
2023-01-30 NeilBrownTrack XAUTHORITY with DISPLAY
2021-08-06 NeilBrowndisplay-x11-xcb - initial commit
2021-06-30 NeilBrownRemove extra blank lines.
2021-06-30 NeilBrownedlib.c: general clean up
2021-06-30 NeilBrownCentralise creation of initial pane stack.
2021-06-26 NeilBrownMove attach-x11selection out of display attachment
2021-06-26 NeilBrownncurses: receive tty/term as str1/str2, not on parent...
2021-06-26 NeilBrownpygtk: receive DISPLAY as str1, not on parent pane...
2021-05-10 NeilBrownmain: check SSH_CONNECTION when starting ncurses
2021-04-14 NeilBrownUpdate some copyright date
2021-04-14 NeilBrownemail: add support for various 8bit charsets
2020-05-24 NeilBrownformat: add render-format2
2020-05-13 NeilBrownautosave: report autosave dir on startup.
2020-04-27 NeilBrownMove autosave prompt into separate module.
2020-04-09 NeilBrownedlib: don't continue if no displays could be opened.
2020-03-28 NeilBrownAllow editing of non-existing file.
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-20 NeilBrownx11selection: support different DISPLAY for different...
2020-01-27 NeilBrownAllow loading a config file.
2020-01-26 NeilBrowntextfill - add simple "fill-mode" command
2019-11-22 NeilBrownAdd window:request: and window:notify:
2019-10-31 NeilBrownConvert lots of white-space to TABs
2019-10-31 NeilBrownWrap lots of long lines
2019-10-12 NeilBrownAdd colour handling for ncurses.
2019-10-10 NeilBrownRevise how docs are postioned in the docs list.
2019-09-19 NeilBrowndoc: change mechanism for attaching document in a view...
2019-09-10 NeilBrownDiscard doc_new()
2019-07-24 NeilBrowndiscard call_pane() and home_call_pane()
2019-07-21 NeilBrownPrevent initial ncurses window from being closed.
2019-07-19 NeilBrownUpdates to README.md and welcome page
2019-07-19 NeilBrownAdd time statistics collection.
2019-07-05 NeilBrownupdate dates in copyright messages.
2019-07-04 NeilBrownseparate "render" from "view" config.
2019-07-02 NeilBrownAdd server mode.
2018-07-24 NeilBrownpreliminary make/grep support.
2018-07-19 NeilBrowndoc: add 'raise' arg to doc_attach_view()
2018-07-17 NeilBrownC-mode: starting small.
2017-10-20 NeilBrownadd lib-copybuf
2017-10-03 NeilBrownDon't pass pointer to "Refresh:" functions
2017-09-29 NeilBrownedlib: open any files listed on command line.
2017-09-28 NeilBrownedlib: allow both gtk and ncurses displays at once.
2017-09-27 NeilBrownre-enable line-count
2017-09-21 NeilBrowncall macro rework: final cleanup
2017-09-21 NeilBrowncall macro rework step 7: call_pane()
2017-09-21 NeilBrownstart replacing call*() with clever macros.
2017-07-04 NeilBrownDisable linecount for now.
2017-03-21 NeilBrownemail: use base64 or quoted-printable when that is...
2017-03-14 NeilBrownApply smatch to edlib.c
2017-02-23 NeilBrownadd lib-viewer
2017-02-21 NeilBrownAdd optional 'parent' arg to doc_new()
2016-11-28 NeilBrownPreliminary 'email' document handler.
2016-11-28 NeilBrownSplit text renderline into a separate pane.
2016-07-01 NeilBrownChange doc_from_text to be a global command.
2016-06-17 NeilBrownAdd pointer arg to pane_refresh()
2016-06-14 NeilBrownCatch some errors ....
2016-06-14 NeilBrownAdd initial 'notmuch' module
2016-06-12 NeilBrownAdd 'idle' functionality and delay closing of panes.
2016-04-22 NeilBrownChange when 'refresh' is called.
2016-04-20 NeilBrownChange doc_from_text to return the document pane
2016-04-10 NeilBrownRename "attach-popup" to "PopupPane"
2016-04-01 NeilBrownAdd render-present for displaying presentations.
2016-03-25 NeilBrownhex: register self for "dir" callbacks.
2016-03-25 NeilBrownReplace mode pane_attach with call_pane*
2016-03-25 NeilBrownedlib: simplify
2016-03-25 NeilBrownedlib.c: simplify display attachment.
2016-03-25 NeilBrowncentralise registering of 'input' pane.
2016-03-25 NeilBrownAllow doc types to decide if they handle a given file
2016-03-25 NeilBrownedlib.c: fix silly typo in welcome text
2016-03-25 NeilBrownAutoload event handler
2016-03-25 NeilBrownrename lib-line-count to lib-linecount
2016-03-25 NeilBrownchange libevent:activate to attach-libevent
2016-03-25 NeilBrownCentralize module auto-loading
2016-03-25 NeilBrownChange global mode setting to work by calling an 'attac...
2016-03-24 NeilBrownUse "attach-display-X" commands to attach a display
2016-03-24 NeilBrownAdd module loader for python
2016-03-08 NeilBrownDiscard "struct editor"
2016-03-08 NeilBrownMove *Documents* to a separate doc handle.
2016-02-22 NeilBrownPlace 'input' pane beneath display, instead of above.
2016-02-09 NeilBrownedlib: make WelcomeText static.
2015-12-27 NeilBrownAdd pygtk display.
2015-12-11 NeilBrownMake it possible to replace current event handler.
2015-12-11 NeilBrownFirst step to plugable event loops.
2015-12-10 NeilBrownAll ed->commands to be accessed by key_handle
2015-12-10 NeilBrownUse a call-back to return pane from "display-ncurses".
2015-12-09 NeilBrownseparate keyboard-input state into separate module.
next