| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-16 | fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵ | bobzel | |
| filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code. | |||
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-03-20 | fixed copying of docs with template layout docs. fixed clone to search ↵ | bobzel | |
| through RTFs for referenced documents to clone. renamed nested documents docId instead of docid for consistency with other nested field ids. | |||
| 2023-03-17 | fixed copy paste to clone links if both anchors are copied. adjusted API ↵ | bobzel | |
| for clone to have a cloneLinks field. | |||
| 2023-02-22 | added shortcut for write tool | monoguitari | |
| 2023-02-09 | fixed childLayoutString to work. made images capable of fitWidth. fixed ↵ | bobzel | |
| animating data field pres changes. fixed lightbox to ignore annotations on collections. fixed double-click on icon to open in lightbox. added options for turning off ink labels, and opening ink in lightbox. fixed closing ink strokes by dragging. fixed drawing ink to use coord sys of starting point and to render ink the correct width and to honor GestureOverlay mode properly. . | |||
| 2022-12-08 | cleaned up animation effects to not reference presBox. fixed anchors in ↵ | bobzel | |
| text to have link properties set properly from properties view. | |||
| 2022-11-16 | big changes to make link following use the same code as pinning docs for trails. | bobzel | |
| 2022-11-01 | fixes for goldenlayout to initialize more cleanly. updated all old ↵ | bobzel | |
| ReactDOM.render() to ReactDom.createRoot(). fixes for PDF/Web sidebar sizing. added text from pdf selection anchors to sidebar notes. fixed PDF text selection to align properly. | |||
| 2022-10-31 | cleaning up link count icon to be part of documentLinks view and to appear ↵ | bobzel | |
| on tab views that have links. | |||
| 2022-10-13 | fixed copying text when a document is selected. fixed tree view shifting ↵ | bobzel | |
| when editing a line that is too long. | |||
| 2022-08-30 | fixed loadingDocument issues with overwriting height with NaN and setting ↵ | bobzel | |
| 'data' field unnecessarily and at the expense of being able to set it for replacement docs when using animation frames | |||
| 2022-08-29 | fixed being able to draw on web/pdfs. adjusted default margins of stacking ↵ | bobzel | |
| views. | |||
| 2022-07-20 | added a 'guest' login mode. added ability for mainView to be any doc, not ↵ | bobzel | |
| just a docking collection. | |||
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-06-20 | a bunch of changes to make some userDoc() field accesses more typesafe by ↵ | bobzel | |
| going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils | |||
| 2022-06-20 | lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵ | bobzel | |
| without rebuilding the DB. | |||
| 2022-05-10 | fixed shift-clicking to add to doc decorations selection | bobzel | |
| 2022-04-29 | added 'enter' to toggle iconify. fixed webBox deiconify to render webpage. ↵ | bobzel | |
| updated colors in minimap to match icon colors. | |||
| 2022-04-26 | fixed undoing closing of documents with DocumentDecorations close button | bobzel | |
| 2022-04-14 | fixed following links to documents in iconified collections/text to ↵ | bobzel | |
| deiconify. fixed ctrl-x to cut (not iconify). changed lightboxview to add to future docs when stepping into. added placeholder for indicating how many documents are left in lightbox future | |||
| 2022-04-11 | changed backspace to iconify then delete | bobzel | |
| 2022-04-05 | fixes to allow dragging golden layout windows to be aborted with 'esc'. ↵ | bobzel | |
| some code cleanup as well to avoid rebuilding golden layout when tabs are closed. Fixes for undo and goldenlayout | |||
| 2021-12-02 | added shift erase stroke to delete full strokes. added shift drag end of ↵ | bobzel | |
| stroke to scale uniformly. added ctrl+p,ctrl+e to switch between eraser/pen. added delete to menu options for tree view items. cleaned up a lot of ink code. | |||
| 2021-11-30 | fixed warnings/errors. added inkingStroke comments. need to double-click ↵ | bobzel | |
| now to add a point to an ink stroke. | |||
| 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-26 | don't delete tab if it's selected and backspace is typed. | bobzel | |
| 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-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-08-05 | Merge branch 'master' into search-david | geireann | |
| 2021-08-04 | search panel updates | dg314 | |
| 2021-07-15 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | vkalev | |
| ink-gfx-victor Merging master changes into ink branch | |||
| 2021-07-14 | fixed dragging marquees on nested images. fixed images to allow marquees on ↵ | bobzel | |
| nested images. changed drag titlebar message. | |||
| 2021-07-06 | refactoring | vkalev | |
| 2021-06-28 | db update | dg314 | |
| 2021-03-30 | merging | usodhi | |
| 2021-03-24 | fixes for audiotags so that they can be navigated to when focusing. fixes ↵ | bobzel | |
| to dictation to start/stop properly. added "RecodingEvents" to trigger dictation waypoints. | |||
| 2021-03-13 | minor changes | usodhi | |
| 2021-03-12 | trying to make treeViews more efficient by making fewer calls to Get ↵ | bobzel | |
| document fields getter. | |||
| 2021-03-06 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| filters | |||
| 2021-03-06 | cleaned up a little bit in doc decorations. | bobzel | |
| 2021-02-25 | merging | usodhi | |
| 2021-02-23 | fixed backspace to delete text items in treeViews. simplified ↵ | bobzel | |
| UndoRunInTempBatch. fixed clicking on sort line for treeView to only recognize actual clicks. fixed stayInCollection with DocDecorations to not create a giant gray square. prevent server crash when db has bad data somehow. | |||
| 2021-02-18 | merging | usodhi | |
| 2021-02-12 | changed lightbox to navigate within frame if next target is alreay there, ↵ | bobzel | |
| otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly. | |||
| 2021-02-11 | merging | usodhi | |
| 2021-02-10 | fixed escaping menu to not close lightbox. fixed formattedTextBox dragging ↵ | bobzel | |
| of sidebar to not scroll. fixed css width of formattedTextBox text area | |||
| 2021-02-05 | cleaned up lightbox. replaced old npm lightbox. | bobzel | |
| 2021-02-03 | fixed webBox forward/backward and in lightbox. | bobzel | |
| 2021-02-02 | playing with a general lightbox for Dash documents. | bobzel | |
