aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-03-23fixed dragging schema rows. fixed not being able to click row buttons ↵bobzel
unless schema view is active.
2023-03-23fixed up pointer events so that schema and freeform items can be selected ↵bobzel
without selecting the collection. however, dragging the item drags the collection unless the collection is selected. cleaned up selected docs in schema to not keep a parallel observableSet to SelectionManager..
2023-03-23fixed schema view to not let its contents be active (selectable/draggable) ↵bobzel
unless schema itself is active.
2023-03-23got rid of right resizer in schema view columnsbobzel
2023-03-23more adjustments to schema column resizing.bobzel
2023-03-23fixed outer freefrom from scrolling when scrolling the new fields list in a ↵bobzel
SchemaView
2023-03-23fixed setting filter value in schema view by clicking donebobzel
2023-03-23updated add/remove column in schema view to fit UI better and change css to ↵bobzel
truncate field name. changed min col width to 25.
2023-03-23Merge pull request #162 from brown-dash/schema-mehekbobzel
new schema view
2023-03-23fixed opening keyvalue for tabs and sidebar docs. added more topbar context ↵bobzel
menu buttons for freeform views.
2023-03-23removed old codemehekj
2023-03-23Merge branch 'master' into schema-mehekmehekj
2023-03-23fixed link linesmehekj
2023-03-23fixed nested collections to not grab pointerwheel events if not activebobzel
2023-03-23changed showing keyvalue panes to not create a document, but to use the ↵bobzel
LayoutTemplateString.
2023-03-23fixed pointer events for doc contents with onClickHanlders to be none when ↵bobzel
document or contents is selected. fixed stackingView text boxes that are focused to not scroll stackingView.
2023-03-22Merge branch 'master' into collaboration-sarahsrichman333
2023-03-22collaboration iconssrichman333
2023-03-22shift enter shortcut to fill columnmehekj
2023-03-22visual changes to collaboration on doc and in PropertiesViewsrichman333
2023-03-22updated component librarymehekj
2023-03-22render filter option dropdownmehekj
2023-03-22removed gitlike and branch stuff. updated fortawesome. added Z ordering ↵bobzel
buttons. moved ctrl-t/alt-t to edit text title into formattedTextBox
2023-03-20fixed 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-20drag and drop to swap columnsmehekj
2023-03-20cleaned up pointer events so that nested documents can be selected directly ↵bobzel
without selecting their container. fixed following link to video timeline marker. fixed focusing on groups. added didMove to DocFocusOptions to restore ability to do toggle on/off of target. fixed lockingPosition of ink strokes. fixed clicking on inkstrokes in groups to use visiblePainted instead of all for pointer events.
2023-03-18Add operations counterMohammad Amoush
2023-03-17fixed clicking and dragging stackedTimeline anchors. updated followLink ↵bobzel
parameters
2023-03-17fixed scriptingbox to remove script if text is empty. fixed scripting with ↵bobzel
capturedvariables not to cache scripts with lists of captured documents. fixed runtime warnings with stackedTimelined and AudioBox
2023-03-17cleaned up highlighting styles a bit. fixed stackedTimeline screen to local xf.bobzel
2023-03-17fixed copy paste to clone links if both anchors are copied. adjusted API ↵bobzel
for clone to have a cloneLinks field.
2023-03-16added importing and exporting of assets (images, pdfs, etc) to collection ↵bobzel
importer/exporter
2023-03-16fixed export/import collectoingeireann
2023-03-16Merge branch 'master' into pres-trail-sophiegeireann
2023-03-15fixed up Clone() and export/import collection to work with links, ↵bobzel
presentations, and contexts better.
2023-03-15column drag in progressmehekj
2023-03-15Merge branch 'master' into UI_Update_Eric_MaEric
2023-03-15yuhEric
2023-03-14simplified Deserialize code. streamlined currentUserUtils to need fewer ↵bobzel
compiled functions by parameterizing more functions. .
2023-03-14Merge branch 'master' into schema-mehekmehekj
2023-03-14single filter through search addedmehekj
2023-03-11changed links from being a computed field on documents to being accessed by ↵bobzel
a function call on LinkManager
2023-03-10fited notetaking view to create headers if they don't exist when switching ↵bobzel
from another view. Also fixed fitWidth typo for collections
2023-03-10fixed resetting panZoom transition after focusbobzel
2023-03-10fixed image anchors to save zoom/pan info and to focus() on content when ↵bobzel
following anchors. fixed progresivized items in trails to not allow dragging items out or dropping new items in.
2023-03-09added reordering of progressivized docsbobzel
2023-03-08made startIndex for progressivize an option. change progressivize slide# ↵bobzel
display
2023-03-08some cleanup of presBox properties panels. fixes for undoing some slider ↵bobzel
actions.
2023-03-08switched filters from being a document to just being a UIbobzel
2023-03-08from last -- progressivize for images/videos/etc.bobzel