| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-26 | use center of selection bounds for rotation if more than one stroke is selected. | bobzel | |
| 2021-10-26 | Merge branch 'master' into ink_v1 | bobzel | |
| 2021-10-26 | fix to ink rotation to preserve rotation center between rotations. | bobzel | |
| 2021-10-26 | Merge branch 'master' into ink_v1 | 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-10-21 | changing rotation | vkalev | |
| 2021-10-14 | fixed document resizing. | bobzel | |
| 2021-10-07 | ink rotation based on angle change | vkalev | |
| 2021-09-29 | a number of undo/redo fixes for ink (snapping to tangent, add points, ↵ | bobzel | |
| dragging tangents). also tried to make storage of undo events more efficient when dragging ink controls (avoid saving hundreds of copies of the InkField) | |||
| 2021-09-27 | videoBox fitsWidth properly in lightbox. documentdecorations less hacky for ↵ | bobzel | |
| deciding when to allow nativewidth/height changes by adding props to document type templates. fixed height of properties pane & updated CSS for leftflyout & properties pane. marquees no longer oveflow image/video boxes. | |||
| 2021-09-21 | fixed up some darkScheme css, enabled comic mode for developers, enabled ↵ | bobzel | |
| opening up fields on dashboards in myDocuments | |||
| 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 top-down resizing of web pages and pdfs. turned off Cors option for ↵ | bobzel | |
| novices. | |||
| 2021-09-15 | prevent groups from being opened in lightbox because its odd and there are ↵ | bobzel | |
| bugs. prevent tabViews from being switchable into a group because its odd. | |||
| 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 | merged with master | bobzel | |
| 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 unfreezing (allow reflowing) of webBox's. fixed initial size of text ↵ | bobzel | |
| annotation box. | |||
| 2021-09-03 | adding ComponentDecorations | vkalev | |
| 2021-09-02 | cleaned up overlay ink stroke in document decorations | bobzel | |
| 2021-09-02 | corrected fix to drawing ink stroke in doc decorations overlay. | bobzel | |
| 2021-09-02 | from last | bobzel | |
| 2021-09-02 | fix for transforming inkpoints in docdecorations. | bobzel | |
| 2021-09-02 | fixes for making overlay ink stroke in doc decorations align with selected ↵ | bobzel | |
| stroke. | |||
| 2021-09-02 | working on moving ink UI to DocumentDecorations | vkalev | |
| 2021-09-01 | changed ctrl-click to open alias to reuse existing alias. changed ↵ | bobzel | |
| documentview to not clearout docView field when invalidated to allow webBox componentView to be persistent which allows proper settting of scrollHeight and allows webBox to grow to vertical space available in tab or lightbox. | |||
| 2021-08-25 | Merge branch 'temporalmedia-mehek' into menu_updates_geireann | geireann | |
| 2021-08-25 | basic audio trim complete | mehekj | |
| 2021-08-10 | fixes for git-like to work with sidebar. added 'lastModified' field for ↵ | bobzel | |
| changes to x/y/width/height | |||
| 2021-07-22 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | vkalev | |
| ink-gfx-victor | |||
| 2021-07-15 | cleaned up autoHeight for text in conjunction with sidebars and titles and ↵ | bobzel | |
| some layout scripts | |||
| 2021-07-01 | ink controls resize on hover | vkalev | |
| 2021-05-11 | fixed ink rotation to maintain center point | bobzel | |
| 2021-04-22 | allowed maximize button to be dragged to add a new window. fixed colorBox ↵ | bobzel | |
| transparency setting. fixed anchormenuClick when in full tab. | |||
| 2021-04-16 | addded documents as fields | bobzel | |
| 2021-04-06 | minor cleanup + style across files | usodhi | |
| 2021-03-30 | some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵ | bobzel | |
| annotation sidebar. | |||
| 2021-03-30 | cleaned up more active stuff - renderDepth === 0 no longer triggers contents ↵ | bobzel | |
| active. containing view should set isContentsActive=true. | |||
| 2021-03-26 | extracted AudioWaveform out of AudioBox in order to use in ↵ | bobzel | |
| CollectionStackedTimelineView to share between audioBox and videoBox. | |||
| 2021-03-25 | cleaned up dragmanager a bit and fixed issues with document shifting on drop ↵ | bobzel | |
| when dragged via DocDecorations and | |||
| 2021-03-20 | cleanup of sidebars for pdf/web - toggle open/close without sizing artifacts ↵ | bobzel | |
| - open automatically when adding a note. | |||
| 2021-03-13 | fixed marquee annotations on pdfs from crashing - still need to fix offset ↵ | bobzel | |
| problem. | |||
| 2021-03-12 | changed setDocFilter to not take undefined as a modfied & added toggle ↵ | bobzel | |
| param. added single click on marquee annotator to create an annotation. extended PDF sidebar to have filter buttons. | |||
| 2021-03-11 | fixed bug with ctlr-drag botright of doc decs making nativew/h not match w/h | bobzel | |
| 2021-03-07 | added start of Git functionality within Dash. | bobzel | |
| 2021-03-06 | cleaned up a little bit in doc decorations. | bobzel | |
| 2021-03-05 | started to clean up docdecorations and fix some ink rotation/sizing bugs. | bobzel | |
| 2021-03-05 | fixed autoHeight gesture to not set nativewidth/height for text. fixed typo | bobzel | |
| 2021-03-02 | added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ↵ | bobzel | |
| undefined. updated documentView to use not having fitWidth set as a trigger for whether to treat a doc without nativeWidth/Height as if its width/height is that. | |||
| 2021-03-01 | added basic math typeset equation input | bobzel | |
