]> git.neil.brown.name Git - edlib.git/history - lib-tile.c
w3m: write html to tempfile, not to a pipe.
[edlib.git] / lib-tile.c
2023-09-15 NeilBrownUse PANE_DATA_PTR_TYPE for lib-tile
2023-09-15 NeilBrownRemove pane->data when PANE_DATA_TYPE not set.
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-11 NeilBrownDiscard DocLeaf - use new pane_leaf() instead.
2023-09-11 NeilBrownRename pane_leaf() to pane_focus()
2023-09-11 NeilBrownRename pane_focus() to pane_take_focus()
2023-09-08 NeilBrowntile: don't use "Free", just "Close".
2023-09-08 NeilBrownpopup: switch to embedded-data pattern.
2023-08-25 NeilBrownChange window-scaling to display-scaling
2023-08-11 NeilBrowntile: silence use-before-set warning.
2023-08-02 NeilBrownminor change to xcb drawing and scaling
2023-07-12 NeilBrownUpdate copyright dates.
2023-06-28 NeilBrownIntroduce Child-Notify
2023-06-28 NeilBrowntile: be extra careful when merging a tile into it...
2021-06-30 NeilBrownRemove extra blank lines.
2021-06-12 NeilBrowntile: teach tile_window_bury to understand tile groups
2021-06-11 NeilBrowntile: support ThisPane on non-leaf
2021-06-11 NeilBrownImprove ChildRegistered handling.
2021-06-11 NeilBrowntile- protect again unexpected children.
2021-04-16 NeilBrowntile: fix problem with TileOther
2021-04-14 NeilBrownUpdate some copyright date
2021-03-22 NeilBrowntile: avoid double-free
2021-01-02 NeilBrowntile: allow DocPane to work on a non-leaf
2020-09-26 NeilBrownUse 'bool' more widely.
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-08-01 NeilBrownIntroduce DocLeaf and use for diff and make
2020-08-01 NeilBrownpane: allow pane_resize to set negative x,y
2020-06-15 NeilBrowntile: handle 'scale' better.
2020-06-01 NeilBrowntile: fix expansion for minimum size
2020-06-01 NeilBrownIntroduce pane_leaf()
2020-06-01 NeilBrownRevise pane_resize and DAMAGED_SIZE handling.
2020-05-11 NeilBrownAllow pane_register() to fail.
2020-04-27 NeilBrowntile: update focus when child registered.
2020-04-24 NeilBrowntile: don't report popup for DocTile
2020-04-06 NeilBrowntile/emacs: change Cx-1 to only closer others in one...
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-04 NeilBrownAdd panes and data attached to them to a new mempool
2020-02-21 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-10 NeilBrownMark key, str and str2 as 'const'.
2020-02-07 NeilBrownDelay freeing of pane->data
2020-01-04 NeilBrowncore: make ->parent 'safe'
2019-11-28 NeilBrownemacs: find-XX-other should never use current pane.
2019-11-22 NeilBrownDon't require doc notification to start with Notify:
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-10-30 NeilBrownAdd pane_move_after()
2019-09-23 NeilBrowntile: handle DocPane correctly.
2019-09-23 NeilBrownDiscard Esys
2019-09-23 NeilBrownRemove Enotarget
2019-09-19 NeilBrowndoc: change mechanism for attaching document in a view...
2019-09-10 NeilBrowndoc: change doc:revisit to a notification
2019-09-07 NeilBrowntile: fix up calling convention for PaneOther
2019-09-07 NeilBrowntile: add ChildReplaced handler.
2019-07-24 NeilBrowndiscard call_pane() and home_call_pane()
2019-07-19 NeilBrownemacs: add M-C-v support
2019-07-19 NeilBrownFix assorted smatch warnings.
2019-07-05 NeilBrownupdate dates in copyright messages.
2019-07-04 NeilBrowntile: allos OtherPane to work from pop-up.
2019-07-04 NeilBrownseparate "render" from "view" config.
2019-07-04 NeilBrownMove 'Bury' functionality into lib-tile.
2018-08-07 NeilBrowntile: split DocPane out from OtherPane and ThisPane
2018-08-07 NeilBrownGive symbolic names for error codes.
2018-07-31 NeilBrowntile: allow 'ThisPane' to find a given doc if it alread...
2018-07-19 NeilBrowndoc: add 'raise' arg to doc_attach_view()
2017-12-04 NeilBrownUse focus more, avoid home.
2017-11-14 NeilBrownEnable -O3 optimization.
2017-10-24 NeilBrownTeach OtherPane to match a document
2017-10-09 NeilBrowntile: split tile window: commands into individual commands.
2017-10-09 NeilBrowntile: use key map fully for tile_handle
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-02-28 NeilBrownnotmuch: of an email document is deleted, just close...
2017-02-28 NeilBrownpane: have pane_subsume() call pane_close() when done.
2016-08-16 NeilBrownFix 'safe' annotation for function return value.
2016-08-05 NeilBrownlib-tile: address smatch/safe warninigs
2016-08-04 NeilBrownAdd lots of 'safe' marking to be checked by smatch
2016-07-17 NeilBrowndoc: discard ->deleting flag in favour of DAMAGED_CLOSED
2016-07-12 NeilBrowntile: make Window:scale-relative sensitive to group...
2016-07-07 NeilBrowntile: fix cloning of named tiles.
2016-07-06 NeilBrowntile: when subsuming a child tile into a parent, swap...
2016-07-06 NeilBrowntile: when we split, the new tile is always a leaf.
2016-07-06 NeilBrowntile: make sure 'other' is damaged which space is share...
2016-07-06 NeilBrowntile: make sure do strdup the group name when cloning...
2016-07-06 NeilBrowntile: change tile_split to keep root stable.
2016-07-03 NeilBrowntile: make vert/horiz choice for OtherPane sensitive...
2016-07-03 NeilBrowntile: reduce the complexity of tile-spliting for OtherPane
2016-07-01 NeilBrowntile: try to maintain proportions when resizing tiles
2016-07-01 NeilBrowntile: ensure the requested space for a split isn't...
2016-06-30 NeilBrowntile: tell any parent view to remove borders.
2016-06-30 NeilBrowntile: revise how PaneOther controls creation of new...
2016-06-30 NeilBrowntile: support telling tile_split what the size of the...
2016-06-30 NeilBrowntile: allow PaneOther to identify a target tile.
2016-06-29 NeilBrowntile: don't close child when OtherPane is called.
2016-06-29 NeilBrowntile: Window:next takes a name of a tile to try to...
2016-06-29 NeilBrowntile: optionally store a name for each leaf tile.
2016-06-29 NeilBrowntile: allow a group name to be given to a tile-set.
next