]> git.neil.brown.name Git - edlib.git/history - lib-view.c
tests: use a fixed personal dictionary
[edlib.git] / lib-view.c
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-11 NeilBrownRename pane_leaf() to pane_focus()
2023-09-08 NeilBrownview: switch to embedded-data pattern
2023-09-08 NeilBrownlib-view: prevent stray clicks from going to parent.
2023-07-12 NeilBrownTrack and report actual displayed size
2023-07-12 NeilBrownview: fix scroll bar on directories etc.
2023-06-28 NeilBrownIntroduce pane_register_root()
2023-06-28 NeilBrownIntroduce Child-Notify
2023-06-28 NeilBrownMark various 'static' values as 'const'.
2023-06-28 NeilBrownlinecount: intro option of sync/async counting.
2023-06-28 NeilBrownAlways call CountLines on the focus
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-17 NeilBrownlib-view: make trailing space in file name apparent.
2022-09-17 NeilBrownSupport display-context for macro recording.
2022-09-03 NeilBrownRename point:moving to mark:moving
2021-08-11 NeilBrowndisplay: record when pane is a uniform background colour.
2021-07-03 NeilBrownmerge Move-View-Small and Move-View-Large
2021-06-30 NeilBrownRename text-size to Draw:text-size
2021-06-30 NeilBrownRename pane-clear to Draw:clear
2021-06-18 NeilBrownview: remove some debugging.
2021-06-11 NeilBrownImprove ChildRegistered handling.
2021-06-07 NeilBrowndoc-dir: split viewer out into separate pane.
2021-04-14 NeilBrownUpdate some copyright date
2021-04-02 NeilBrownAdd "tostart" arg to mark_clip and marks_clip
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-09-14 NeilBrownview: add doc render/view info
2020-09-09 NeilBrownpopup: ensure view refreshes when popup style changes.
2020-08-01 NeilBrownpane: add support for cliping when mapping xy co-ords.
2020-08-01 NeilBrownrender-line: use attrs to return prefix-len and xyattr.
2020-08-01 NeilBrownview: minor improvements to view_reposition()
2020-06-15 NeilBrownpopup: handle scale changes better.
2020-06-15 NeilBrownRename DAMAGED_CONTENT to DAMAGED_REFRESH
2020-06-15 NeilBrownpane: send Refresh only to panes that ask for it.
2020-06-08 NeilBrownview: handle view:changed
2020-06-07 NeilBrownview: make sure to refresh when point moves or doc...
2020-06-07 NeilBrownpane: Only call Refresh:view on panes which request it.
2020-06-07 NeilBrownpane: rewrite pane_do_resize()
2020-06-01 NeilBrownview: call pane-clear from Refresh, not Refresh-size
2020-06-01 NeilBrownIntroduce pane_mapxy()
2020-06-01 NeilBrownview: change scroll-bar to not use DAMAGED_VIEW
2020-06-01 NeilBrownRevise pane_resize and DAMAGED_SIZE handling.
2020-05-11 NeilBrownAllow pane_register() to fail.
2020-05-09 NeilBrownview: disable code that options hides border.
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-22 NeilBrownmake: allow changing dir while entering make/grep command.
2020-03-08 NeilBrownFix assorting indenting.
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 NeilBrownPut a ':' in from of mouse event names.
2020-02-17 NeilBrownPrefix All mouse commands with "M".
2020-02-13 NeilBrownAvoid indexing in ci->key.
2020-02-12 NeilBrownReview how pane-clear interacts with pixmap
2020-02-07 NeilBrownDelay freeing of pane->data
2019-11-22 NeilBrownDon't require doc notification to start with Notify:
2019-11-22 NeilBrownmake: fix notification of process status.
2019-11-17 NeilBrownUpdate copyright dates.
2019-10-31 NeilBrownConvert lots of white-space to TABs
2019-10-31 NeilBrownReplace some leading white space with TABs
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-10-22 NeilBrownview/popup - add support for forcing a status line.
2019-10-05 NeilBrownMake screen co-ords 'short' rather than 'int'.
2019-09-27 NeilBrowntext: check when file changes.
2019-09-26 NeilBrowndoc/text: add read-only mode.
2019-09-10 NeilBrownDiscard doc:mymark
2019-09-10 NeilBrowndoc: change Call:Notify:doc: to doc:Notify:doc:
2019-07-24 NeilBrownlib-view: allow status/title information to be changed.
2019-07-24 NeilBrowncountline: record line number etc in marks
2019-07-21 NeilBrownview: add point line number to status line
2019-07-19 NeilBrownview: try using some line-drawing characters.
2019-07-05 NeilBrownupdate dates in copyright messages.
2018-11-26 NeilBrowndoc: allow status information to be communicated.
2018-07-20 NeilBrownmark_dup: remove second arg.
2018-01-02 NeilBrownStart deprecating doc:mark-same
2017-12-04 NeilBrownUse focus more, avoid home.
2017-12-04 NeilBrownChange all Notify:clip function to return 0
2017-11-16 NeilBrownHandle Notify:clip for individual stored marks.
2017-11-14 NeilBrownEnable -O3 optimization.
2017-10-09 NeilBrownlib-view: use key_map for all lookup
2017-10-03 NeilBrownDon't require ->mark for Move:View:{Large,Small}
2017-10-03 NeilBrowndoc: add command to report the point.
2017-09-29 NeilBrownview: add scroll-wheel support
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 NeilBrownview: fix disabling of borders - again.
2017-09-23 NeilBrownview: check border setting before recalculating size...
2017-09-23 NeilBrownlib-view: allow borders to be changed dynamically
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.
2017-09-18 NeilBrownuse a notification for status-changes
2017-05-30 NeilBrownSpell Notify:Request as Notify:doc:Replace
2017-02-23 NeilBrownadd doc:mymark to fix render:reposition problem.
2016-12-19 NeilBrownlib-view: handle failure from "text-size"
2016-08-16 NeilBrownFix 'safe' annotation for function return value.
2016-08-05 NeilBrownlib-view: address smatch/safe warnings
next