aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/Scripting.ts
AgeCommit message (Expand)Author
2024-03-31fixed scrolling to targets in text views. fixed referencing fields on anothe...bobzel
2024-03-28fixed keyvaluebox to show props document, never the doc in the fieldKey slot....bobzel
2024-01-31cleaned up accessing/setting proto_embeddings with api on Doc. fixed some cs...bobzel
2024-01-25fixed script typechecking which fixes editing keyvalue pane. renamed content...bobzel
2023-12-12fixed overlay view and scriptingRepl and all observable Doc arrays to be shal...bobzel
2023-12-06final cleanupbobzel
2023-12-05mostly working version with latest librariesbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-05-13changed EditableViews to support oneline and multiline. Also added transform...bobzel
2023-03-17fixed scriptingbox to remove script if text is empty. fixed scripting with c...bobzel
2023-03-14simplified Deserialize code. streamlined currentUserUtils to need fewer comp...bobzel
2022-08-30made script caching more robust to avoid compiles and speed up startup.bobzel
2022-07-27fixed document leak related to capturedVariables in scripts. changed captur...bobzel
2022-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made wit...bobzel
2022-06-09restored multi-line scripting by not adding 'return' to scripts when it's not...bobzel
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ...bobzel
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2021-09-09fixed anchor menu highlighter button's dropdown location. fixed metadata vie...bobzel
2021-08-25many updatesgeireann
2021-08-22more updatesgeireann
2021-08-21added num range buttongeireann
2021-07-27fixe MakeClone to handle links properly. fixed cloning richtext to update ri...bobzel
2021-04-23fixed code warnings. updated some npm pacakges including typescript.bobzel
2020-07-31mergeAndy Rickert
2020-07-22restored download document. fixed clone() to clone to be async and handles l...Bob Zeleznik
2020-06-22mergeAndy Rickert
2020-06-11reworking descriptions and params of functionsanika-ahluwalia
2020-06-11fixed renaming saved funcanika-ahluwalia
2020-06-10fixed addScriptToGlobals in ScriptManageranika-ahluwalia
2020-06-10UI cleanupanika-ahluwalia
2020-06-10cleaning scripting classanika-ahluwalia
2020-06-10fixed add global method in ScriptManageranika-ahluwalia
2020-06-09moving things around to find buganika-ahluwalia
2020-06-09typing bug bixanika-ahluwalia
2020-06-08fixed filtering on search, allowing buckets to expand searchesAndy Rickert
2020-06-08added function UIanika-ahluwalia
2020-06-08adding ScriptManager and savinganika-ahluwalia
2020-06-06changing { to ( and adding ,anika-ahluwalia
2020-06-01adding descriptions and params to methodsanika-ahluwalia
2020-05-30generating suggestions for methodsanika-ahluwalia
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-07added batch requesting of list items. fixed some performance issues with tre...Bob Zeleznik
2020-04-09added initial script template (onClick) for script behaviorsBob Zeleznik
2020-04-09cleaned up some scriptingBox code -- added parametersBob Zeleznik
2020-04-08reversionsBob Zeleznik
2020-04-08Merge branch 'master' into script_documentsBob Zeleznik
2020-04-08added scripting boxBob Zeleznik
2020-04-06cleaned up some scripting. added childClicks to UserDoc to extend menu of On...Bob Zeleznik