| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-10 | added prop when thumbnail is shown for a document so componentView can ↵ | bobzel | |
| choose not to render. fixed pdf views to not generate gray box when first transitioning from thumb to live view. | |||
| 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 ↵ | bobzel | |
| page is ready. | |||
| 2022-02-22 | improve efficiency for scenes with lots of documents by using computed ↵ | bobzel | |
| functions to avoid invalidations. moved grid renderer to its own component to avoid invalidations when panning/zooming. | |||
| 2022-02-22 | fixed switching tabs to immediately render the title of the tab as content ↵ | bobzel | |
| to provide feedback that something is happening. changed server to only set caching for images. fixed warnings/errors. | |||
| 2022-02-16 | changed incremental loading to generate update requests more quickly. ↵ | bobzel | |
| turned on local browser caching of server responses (eg, images) | |||
| 2022-02-14 | added an incremental load for freeform collections. fixed updating of web ↵ | bobzel | |
| page thumbs on deselection after the first thumb is generated. | |||
| 2022-02-10 | switched scripts to use a cache to avoid recompiling. simplified some things ↵ | bobzel | |
| with documentView and zooming to avoid invalidations. | |||
| 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 ↵ | bobzel | |
| paraemter to fitWidth() prop function. split MapBoxInfoWindow out of MapBox and added an Add Note button. | |||
| 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 - ↵ | bobzel | |
| fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust. | |||
| 2021-11-08 | fixed dragging snap lines to get recomputed properly (sometimes they didn't ↵ | bobzel | |
| activate before) and fixed snapping to not be off by 1 screen space pixel | |||
| 2021-11-02 | fixed display of documents anchored on a map marker. fixed adding documents ↵ | bobzel | |
| with same geolcoation to end up on the same marker. | |||
| 2021-10-26 | simplified snapping | bobzel | |
| 2021-10-26 | adding snapping code between ink strokes. added some componentView API ↵ | bobzel | |
| functions to convert local (eg ink) points to/from screen space and for snapping | |||
| 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 ↵ | bobzel | |
| no longer reopen the document in its context. fixed selecting annotations on web/pdf. don't change document height when shown in a linkPreview. webBox fixes for pages with scripts. fixed range bounds when clicking on web text several fixes to web pages on server and client. client webbox allows clicks on divs with onclick instead of doing selection also hacky fix so that google search url doesn't keep expanding by removing 'q=' regions also added prevent/allow script menu item server grabs all html and hides id="google.." which are ads. also rewrites hrefs starting with http to route through corsProxy also removes target=_blank tags to prevent pages from opening outside of dash. also cleaned up routes and comments also when not logged in, references to anything in dash domain route to /home | |||
| 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 ↵ | bobzel | |
| memoized accesses when panning, NaNs drawing some labelBoxes, filter box filter boolean options, | |||
| 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 ↵ | bobzel | |
| opening up fields on dashboards in myDocuments | |||
| 2021-09-21 | tried to make captions more readable when zoomed out by playing with scaling ↵ | bobzel | |
| and overflow. removed sidebar button from captions. | |||
| 2021-09-20 | fixed equations/ink to work properly when not fitwidth in lightbox. don't ↵ | bobzel | |
| show titles for ink or equations using fields now. | |||
| 2021-09-17 | fixed warnings | bobzel | |
| 2021-09-17 | added 'unset' docFilters. changed link doc views to use comparison box with ↵ | bobzel | |
| title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView | |||
| 2021-09-17 | fixed not inadvertently moving webBoxes after creating a marquee adn then ↵ | bobzel | |
| clicking in the webBox, then clicking outside it. | |||
| 2021-09-16 | added search() component method. changed search menu to call search on ↵ | bobzel | |
| documents that match search string. added seach bar for web pages. | |||
| 2021-09-15 | fixed dragging so that only isDocumentActive documents are dragged (get move ↵ | bobzel | |
| events) which fixes a bug where a nested document and its container might both be dragged at the same time. | |||
| 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 ↵ | bobzel | |
| to not require preselection of doc. | |||
| 2021-09-13 | fixed dragging document that is unselected by clicking on nested object in ↵ | bobzel | |
| sidbear to not double-drag two items effectively deleting the sidebar document. fixed undoing of document decorations topbar buttons. | |||
| 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 ↵ | geireann | |
| https://github.com/brown-dash/Dash-Web into menu_updates_geireann | |||
| 2021-09-12 | updates | geireann | |
| 2021-09-10 | event handling fixes for ink. double click on deselected ink takes shows ↵ | bobzel | |
| handles. lightbox view works. transparent fills are not selectable. | |||
| 2021-09-09 | added SelectionManager.Docs() to avoid having to dereference props to get at ↵ | bobzel | |
| the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF. | |||
| 2021-09-09 | fixed anchor menu highlighter button's dropdown location. fixed metadata ↵ | bobzel | |
| view for formattedText. added menu item for metadata view. fixed formattedTextbox initialization. | |||
| 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 ↵ | bobzel | |
| from main toolbar. made changing header contents possible using #<key>(;<key)* syntax | |||
| 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 ↵ | bobzel | |
| text regions, scroll locations, and document anchors. | |||
