Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-05 | made pinning from topbar available for all docs. | bobzel | |
2023-04-05 | fixed dragging groups | bobzel | |
2023-04-05 | adjusted general context menu items to always appear last. cleaned up ↵ | bobzel | |
makeLink api, | |||
2023-04-04 | fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵ | bobzel | |
items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview | |||
2023-04-03 | fixed dragging doc out of schema and removing schema column sort | mehekj | |
2023-03-29 | fixed sizing of link count button. moved border paths and audio to style ↵ | bobzel | |
provider | |||
2023-03-28 | from last | bobzel | |
2023-03-28 | moved filter icon to style provider | bobzel | |
2023-03-28 | mostly code cleaning. small bugs | bobzel | |
2023-03-28 | numerous changes to try to simplify event handling in DocumentView - got rid ↵ | bobzel | |
of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable', | |||
2023-03-27 | fixed pointer events when not selected for MapBox | bobzel | |
2023-03-27 | fixed selections on PDFs | bobzel | |
2023-03-27 | changed longPress to always select and to show decorations. fixed ↵ | bobzel | |
single/double-click code and cleaned up behavior timeouts. fixed pointer events for tree view editing titles and using as powerpoint. | |||
2023-03-25 | fixed notetakingview pointer/wheel events. | bobzel | |
2023-03-24 | from last | bobzel | |
2023-03-24 | fixed showing keyValueBox when document opacity is 0 or it is hidden. fixed ↵ | bobzel | |
toggling link targets. fixed sorting and undoing schema view changes. | |||
2023-03-24 | from last | bobzel | |
2023-03-24 | fixed key value to allow strings to be entered without quotes | bobzel | |
2023-03-24 | overhaul of selection api so that schema and other views behave like ↵ | bobzel | |
freeform and use document views onClick for selection | |||
2023-03-23 | fixed dragging schema rows. fixed not being able to click row buttons ↵ | bobzel | |
unless schema view is active. | |||
2023-03-23 | fixed 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-23 | fixed schema view to not let its contents be active (selectable/draggable) ↵ | bobzel | |
unless schema itself is active. | |||
2023-03-23 | got rid of right resizer in schema view columns | bobzel | |
2023-03-23 | more adjustments to schema column resizing. | bobzel | |
2023-03-23 | fixed outer freefrom from scrolling when scrolling the new fields list in a ↵ | bobzel | |
SchemaView | |||
2023-03-23 | fixed setting filter value in schema view by clicking done | bobzel | |
2023-03-23 | updated 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-23 | Merge pull request #162 from brown-dash/schema-mehek | bobzel | |
new schema view | |||
2023-03-23 | fixed opening keyvalue for tabs and sidebar docs. added more topbar context ↵ | bobzel | |
menu buttons for freeform views. | |||
2023-03-23 | removed old code | mehekj | |
2023-03-23 | Merge branch 'master' into schema-mehek | mehekj | |
2023-03-23 | fixed link lines | mehekj | |
2023-03-23 | fixed nested collections to not grab pointerwheel events if not active | bobzel | |
2023-03-23 | changed showing keyvalue panes to not create a document, but to use the ↵ | bobzel | |
LayoutTemplateString. | |||
2023-03-23 | fixed 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-22 | Merge branch 'master' into collaboration-sarah | srichman333 | |
2023-03-22 | collaboration icons | srichman333 | |
2023-03-22 | shift enter shortcut to fill column | mehekj | |
2023-03-22 | visual changes to collaboration on doc and in PropertiesView | srichman333 | |
2023-03-22 | updated component library | mehekj | |
2023-03-22 | render filter option dropdown | mehekj | |
2023-03-22 | removed gitlike and branch stuff. updated fortawesome. added Z ordering ↵ | bobzel | |
buttons. moved ctrl-t/alt-t to edit text title into formattedTextBox | |||
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-20 | drag and drop to swap columns | mehekj | |
2023-03-20 | cleaned 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-18 | Add operations counter | Mohammad Amoush | |
2023-03-17 | fixed clicking and dragging stackedTimeline anchors. updated followLink ↵ | bobzel | |
parameters | |||
2023-03-17 | fixed 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-17 | cleaned up highlighting styles a bit. fixed stackedTimeline screen to local xf. | bobzel | |
2023-03-17 | fixed copy paste to clone links if both anchors are copied. adjusted API ↵ | bobzel | |
for clone to have a cloneLinks field. |