index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
views
/
nodes
/
DocumentView.tsx
Age
Commit message (
Expand
)
Author
2022-03-10
added prop when thumbnail is shown for a document so componentView can choose...
bobzel
2022-03-07
got rid of include cycles for Scripting globals to make hot updates work better.
bobzel
2022-03-04
removed pseudo Doc type system. playing with hot reloading.
bobzel
2022-03-03
fixed content fitting views. fixed multirow/column collections.
bobzel
2022-03-02
upgraded to typescript 4.6.2
bobzel
2022-02-28
fixed double-clicking to open web page to keep showing thumbnail until web pa...
bobzel
2022-02-22
improve efficiency for scenes with lots of documents by using computed functi...
bobzel
2022-02-22
fixed switching tabs to immediately render the title of the tab as content to...
bobzel
2022-02-16
changed incremental loading to generate update requests more quickly. turned...
bobzel
2022-02-14
added an incremental load for freeform collections. fixed updating of web pa...
bobzel
2022-02-10
switched scripts to use a cache to avoid recompiling. simplified some things ...
bobzel
2022-02-09
speeding up rendering using bitmaps for webpages and other heavyweight docs.
bobzel
2021-12-07
restored keeping properties pane open when selection changes. added Doc par...
bobzel
2021-12-02
Merge branch 'master' into trails-aubrey
Geireann Lindfield Roberts
2021-11-13
change isContentActive to a tri-state to allow turning on/off and default - f...
bobzel
2021-11-08
fixed dragging snap lines to get recomputed properly (sometimes they didn't a...
bobzel
2021-11-02
fixed display of documents anchored on a map marker. fixed adding documents ...
bobzel
2021-10-26
simplified snapping
bobzel
2021-10-26
adding snapping code between ink strokes. added some componentView API funct...
bobzel
2021-10-26
fix to ink rotation to preserve rotation center between rotations.
bobzel
2021-10-26
when document is in lightbox view and a link is followed to its sidebar, we n...
bobzel
2021-09-29
made IsClosed a static function. fixed warnings and errors.
bobzel
2021-09-27
made docs with no author Admin for everyone. fixed run-time warnings: not mem...
bobzel
2021-09-25
from last
bobzel
2021-09-23
fixed one crash when color string has capital letters.
bobzel
2021-09-21
fixed up some darkScheme css, enabled comic mode for developers, enabled open...
bobzel
2021-09-21
tried to make captions more readable when zoomed out by playing with scaling ...
bobzel
2021-09-20
fixed equations/ink to work properly when not fitwidth in lightbox. don't sh...
bobzel
2021-09-17
fixed warnings
bobzel
2021-09-17
added 'unset' docFilters. changed link doc views to use comparison box with ...
bobzel
2021-09-17
fixed not inadvertently moving webBoxes after creating a marquee adn then cli...
bobzel
2021-09-16
added search() component method. changed search menu to call search on docum...
bobzel
2021-09-15
fixed dragging so that only isDocumentActive documents are dragged (get move ...
bobzel
2021-09-14
fixed right-click context menu for Windows.
bobzel
2021-09-14
merged with master
bobzel
2021-09-13
fixed copyPath menu item for images/pdfs. fixed contextmenu right-clicking t...
bobzel
2021-09-13
fixed dragging document that is unselected by clicking on nested object in si...
bobzel
2021-09-13
fixed errors and warnings.
bobzel
2021-09-12
Merge branch 'master' into menu_updates_geireann
Geireann Lindfield Roberts
2021-09-12
Merge branch 'menu_updates_geireann' of https://github.com/brown-dash/Dash-We...
geireann
2021-09-12
updates
geireann
2021-09-10
event handling fixes for ink. double click on deselected ink takes shows han...
bobzel
2021-09-09
added SelectionManager.Docs() to avoid having to dereference props to get at ...
bobzel
2021-09-09
fixed anchor menu highlighter button's dropdown location. fixed metadata vie...
bobzel
2021-09-08
added showTitle prop to allow sidebarAnnos to have a custom title
bobzel
2021-09-08
from last (fixed text color for headers)
bobzel
2021-09-08
made setting background undoable. added setting header color/visibility from...
bobzel
2021-09-04
added top/left clip bounds to ink decorations
bobzel
2021-09-03
adding ComponentDecorations
vkalev
2021-09-03
fixed drawing of link lines - doesn't generate duplicates, and works with tex...
bobzel
[next]