aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields
AgeCommit message (Collapse)Author
2019-06-20Doc.GetProto change and swapped KVP syntaxTyler Schicke
2019-06-20mergeFawn
2019-06-19buttons on cut links functional except for when dragged from link menuFawn
2019-06-18fixed serialization typo and added draft of python word doc scraper to git ↵Sam Wilkins
directory for safety
2019-06-18Fixed zoomBasis stuff and added deletion handling for reponse from serverTyler Schicke
2019-06-17peripheral renaming fixesSam Wilkins
2019-06-17Doc server documentation completedSam Wilkins
2019-06-14cleaned up Docs namespace and thoroughly documented DocServer.GetRefFieldsSam Wilkins
2019-06-13tweaked link followingbob
2019-06-10fixes for treeview highlighting, templates, field deletion, overlaytext box ↵bob
positioning
2019-06-08Moved ScriptField to new_fieldsTyler Schicke
2019-06-08fixed deletion of keys to actually remove them on the server. added '=' ↵Bob Zeleznik
syntax on kvp to set on proto. := sets a computed script. =:= sets computed script on proto
2019-06-07tree view reordering.bob
2019-06-07Fixed some schema stuff? Tests aren't runningTyler Schicke
2019-06-06Added computed fieldsTyler Schicke
2019-06-05Can now pass list to schema function to get list of that typeTyler Schicke
Mapped type of a schema can be another schema Added tests for schemas Other minor fixes
2019-05-31Added Open Tab Alias and Open Right Alias to context menuTyler Schicke
Cleaned up MakeAlias
2019-05-28Added default values for Document SchemasTyler Schicke
2019-05-24Added basic repl pageTyler Schicke
2019-05-21Added highlighting of target docTyler Schicke
2019-05-21Made cursors disappear after 1 secondTyler Schicke
2019-05-21Fixed various scripting thingsTyler Schicke
2019-05-21Fixed speed again?Tyler Schicke
2019-05-20PDF and Image testTyler Schicke
Context work
2019-05-20Fixed deleting fieldsTyler Schicke
2019-05-20Fixed a bunch of demo bugsTyler Schicke
Moved Field Symbols to separate file Editing is mostly working in debug viewer
2019-05-19Added readonly mode and fixed being able to set id of new workspaceTyler Schicke
2019-05-19Reorganized some stuff to hopefully make circular imports harderTyler Schicke
2019-05-18more fixes to maximizing docs to default to showing the same prototype each ↵Bob Zeleznik
time.
2019-05-18Added immediate fetching of prototypesTyler Schicke
2019-05-18Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-WebTyler Schicke
2019-05-16fixed links so that you can adjust the pan location of a collection when its ↵Bob Zeleznik
a link endoint
2019-05-16Small changeTyler Schicke
2019-05-16Made KVP not render while documents are loadingTyler Schicke
2019-05-16Fixed linter errorsTyler Schicke
2019-05-16fixed MakeAlias to check if doc is prototype. fixed summary template to ↵bob
bottom/right + capture image when zoomed, fixed full screen to copy view data on delegate
2019-05-15several smaller fixes.bob
2019-05-15set hover highlight for search resultsBob Zeleznik
2019-05-14Added History module and ability to go back and forward when following linksTyler Schicke
2019-05-14Refactored most of presentation viewTyler Schicke
2019-05-13a bunch of fixes to schemas, marquees, and an experimental feature to set a ↵bob
document's data with linking UI
2019-05-13small fixesbob
2019-05-13Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-WebTyler Schicke
2019-05-13Added "find aliases" and "see collections that contain me"Tyler Schicke
2019-05-13fixed putting link info on protoype. making images and videos show up ↵Bob Zeleznik
reasonably in schema and kvp. dragging of docs from schema.
2019-05-10added summary screen grab icon as a template view of a text document. ↵Bob Zeleznik
converted Cast(...ListSpec(Doc)) pattern to DocListCast
2019-05-10fixed dragging search results.bob
2019-05-09Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-WebTyler Schicke
2019-05-08Working implementation of remote cursorsSam Wilkins
2019-05-08restoration of cursor functionality: cursor fieldSam Wilkins