Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-26 | minimal cleanup of standard fields. fix to error thrown in document buttonbar | bobzel | |
2021-02-26 | updated fieldInfos a bit more. | bobzel | |
2021-02-25 | wokring field infos. | bobzel | |
2021-02-25 | field info start | bobzel | |
2021-02-25 | added 'proto' drag option for dropping proto of document. auto add of non ↵ | bobzel | |
annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field. | |||
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-22 | merging | usodhi | |
2021-02-22 | switched folders so that they're not marked as system anymore. made close ↵ | bobzel | |
menu appear unless something is a system doc. | |||
2021-02-20 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
filters | |||
2021-02-20 | filterdocs setup | usodhi | |
2021-02-18 | added preliminary cookie mechanism for making documents appear after ↵ | bobzel | |
focusing on a document which sets a cookie. converted catalog to new "file system" tree view. | |||
2021-02-18 | merging | usodhi | |
2021-02-17 | improved fileSysMode for treeView. added dontUndo flag | bobzel | |
2021-02-16 | added a file system mode for tree View. ctrl-f to create file system. | bobzel | |
2021-02-15 | from last fixes to detail template | bobzel | |
2021-02-14 | mae RichTextField parseable from keyvalue. got rid of pause to insert text ↵ | bobzel | |
timestamps for simplicity. fixed transition typo. | |||
2021-02-01 | merging | usodhi | |
2021-02-01 | filters changes | usodhi | |
2021-01-28 | functionality for adding and removing filters | anika | |
2021-01-22 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
filters | |||
2021-01-21 | fixed fitWidth for WebBox | bobzel | |
2021-01-08 | UI changes and clean up | anika | |
2021-01-07 | merge fix | anika | |
2021-01-04 | Fixed filterbox to use scriptContext to determine where to apply/clear ↵ | bobzel | |
filters .fixed setting width/height of freeform images independent of nativeWidth/height so that % css measurements work. | |||
2021-01-02 | updating | usodhi | |
2020-12-16 | fixed treeView layouts to pass good values for panelWidth/height to ↵ | bobzel | |
DocumentView. renamed Selectionmanager methods to be views not documents. | |||
2020-12-11 | fixed stackingview autoHeight when headers are on that don't overlap. ↵ | bobzel | |
improved styles a bit. added foreground color that contrasts with background by default. added an itemBackgroundColor(for <item>Box's) which is distinct from BackgroundColor (for docViews) | |||
2020-12-11 | fixed pointerevents set through styleProvider. fixed crash when color ↵ | bobzel | |
strings use uppercase. fixed empty text boxes to set default font size/family | |||
2020-12-10 | more cleanup/organization of 'props' . removed VisibleHeight props and ↵ | bobzel | |
cleaned up PDF and other props | |||
2020-11-28 | Merge branch 'master' into presentation_v1 | geireann | |
2020-11-28 | audio in pres updates + pre-loader | geireann | |
2020-11-25 | fixed run-time error when resetting the DB | bobzel | |
2020-11-24 | prevent possible crash on empty text box hypertext link. prevent Webbox's ↵ | bobzel | |
from updating .text field every time loaded. avoided slow incremental updating of LinkDB by awaating document anchors when linkdb is setup. | |||
2020-11-14 | fixed height of autoHeight masonry (tools panel was messed up showing ↵ | bobzel | |
nothing). fixed drag to hide the dragged feedback before hit testing which prevented dragging buttons from working. removed 'dropAction' from removeDropProperties on buttons | |||
2020-11-10 | fixed Slides to be Colllections (not text) and fixed dockingView to display ↵ | bobzel | |
collections properly. | |||
2020-11-06 | fixed web pages to scroll and update scrollTop when in annotation mode. ↵ | bobzel | |
fixed pointer events on custom text view headers. | |||
2020-10-22 | added more caching for linkManager queries. | bobzel | |
2020-10-22 | added alert for uknown filetype uploads | bobzel | |
2020-10-20 | fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show ↵ | bobzel | |
sidebar. | |||
2020-10-16 | updated user initialization code to not generate server traffic when ↵ | bobzel | |
creating a new account. set user accounts to update their cache 2.5s after login. | |||
2020-10-14 | fixed focusDocument in freeform views to work with annotation ↵ | bobzel | |
overlays(mostly) - still an issue when original image is in a frame that doen't match its dimensions | |||
2020-10-10 | split LinkDatbase into its own field in the user's registry. fixed sharing ↵ | bobzel | |
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry | |||
2020-10-10 | fixes to issues with updating interactively whe groups change. fixes for ↵ | bobzel | |
multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet. | |||
2020-10-09 | fixed updating groups to take effect immediately | bobzel | |
2020-10-09 | less broken, but still not working | bobzel | |
2020-10-09 | trying to get group updates to work automatically | bobzel | |
2020-10-08 | load entire DB in one message. | bobzel | |
2020-10-06 | set default user color explicitly | bobzel | |
2020-10-06 | from last | bobzel | |