| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-06 | changed following links to open up icons all the way down to the target ↵ | bobzel | |
| document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events. | |||
| 2022-05-05 | fix some bugs and start position. ready for demo :) | Michael Foiani | |
| 2022-05-04 | fix infinite pause/play bug with a stopper, but still very buggy | Michael Foiani | |
| 2022-05-04 | Stopping on interaction will pause the presenation and the video. | Michael Foiani | |
| 2022-05-04 | Pause works with presentation now. | Michael Foiani | |
| 2022-05-04 | Condense code. | Michael Foiani | |
| 2022-05-04 | Get play and pause to work. There is a bug with getting double called that ↵ | Michael Foiani | |
| was causing choppiness. | |||
| 2022-05-04 | Added the presentation mode back in. However, pres isn't being recreated ↵ | Michael Foiani | |
| smoothly after being stored in the db. | |||
| 2022-05-04 | updated to subtracting timestamps for better smoothness | Michael Foiani | |
| 2022-05-04 | Get storing pres data working, but is choppy due to mobx usage. | Michael Foiani | |
| 2022-04-29 | changed the way labelBox splits words to allow .&- added icon for webBox | bobzel | |
| 2022-04-29 | fixed creating collection icons to capture pfs (and other things with canvases) | bobzel | |
| 2022-04-29 | more cleanup | bobzel | |
| 2022-04-29 | cleaned up creation of icon templates. fixed labelBox to support padding ↵ | bobzel | |
| and to work with multiple lines and min font sizes. | |||
| 2022-04-28 | added basic code for subgrouping transcribed text | Naafiyan Ahmed | |
| 2022-04-28 | Merge branch 'master' into recording-jenny | Jenny Yu | |
| 2022-04-28 | fixed feedback dragging link button. fixed warnings. added some assymetric ↵ | bobzel | |
| linkRelationships. | |||
| 2022-04-28 | made sharing menu a developer feature. made link relationships support ↵ | bobzel | |
| non-symmetry | |||
| 2022-04-28 | fixes for pushpin links to anchors on pdfviews | bobzel | |
| 2022-04-27 | fixed following links (jumpToDocument) to work properly with markers and ↵ | bobzel | |
| hidden flags in nested arrangements. pushpin behaviors had been broken for scrolling to a location within a text document and hiding the document if no scroll was needed. unhiding hidden images/pdfs wasn't working when following a pushpin to an annotation on them. | |||
| 2022-04-27 | fixed following pushpin links to text selections to toggle the text box ↵ | bobzel | |
| (since markers don't have a hidden flag for toggling). fixed pdf next/prev page and # pages. fixed pdf selections to not include <br>'s which apparently have the wrong bounds. | |||
| 2022-04-24 | from last | bobzel | |
| 2022-04-20 | Merge branch 'presentmode-mfoiani' into recording-jenny | Michael Foiani | |
| Merge with jenny for video recording. | |||
| 2022-04-14 | fix: fixed panning with finger interaction | Naafiyan Ahmed | |
| 2022-04-14 | Create smooth record and playback of tracking. | Michael Foiani | |
| 2022-04-14 | fixed following links to documents in iconified collections/text to ↵ | bobzel | |
| deiconify. fixed ctrl-x to cut (not iconify). changed lightboxview to add to future docs when stepping into. added placeholder for indicating how many documents are left in lightbox future | |||
| 2022-04-14 | fixed pushpin behavior when there are multiple links to the pushpin (they ↵ | bobzel | |
| all toggle). changed lightboxview to allow stepping into links when doc has no contents. | |||
| 2022-04-13 | added images to treeView bullets for docs with icons. fixed following ↵ | bobzel | |
| pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates. | |||
| 2022-04-12 | Merge branch 'inkocr-mehek' into inking-naafi-mehek | mehekj | |
| 2022-04-12 | cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵ | bobzel | |
| whatever's being dragged. | |||
| 2022-04-11 | fixes to header to be transparent for icons. layout fixes for doc ↵ | bobzel | |
| decoratoins title row. groups are not semi transnparent anymore to avoid mixBlendMode confusion | |||
| 2022-04-11 | fixed sendtoback menu and functionality. fixed mixedblendmode for groups. ↵ | bobzel | |
| fixed orange highlighting when docs are toggled hidden. fixed placement of linking button. | |||
| 2022-04-11 | got pdf's to generate icons when iconifying. | bobzel | |
| 2022-04-11 | lots of layout fixes to groups, labels, ink to support iconification better. ↵ | bobzel | |
| simpliifed documentdecorations. fixed display artifacts related to things not showing up when dragging, or otherwise not getting a halo of nested freeform colletions. | |||
| 2022-04-11 | making layout icons work better. | bobzel | |
| 2022-04-07 | added RecordingView | geireann | |
| 2022-04-07 | added grouping and write mode vs pen mode | Naafiyan Ahmed | |
| 2022-04-05 | added basic grouping when exiting pen mode | Naafiyan Ahmed | |
| 2022-04-05 | fixes to allow dragging golden layout windows to be aborted with 'esc'. ↵ | bobzel | |
| some code cleanup as well to avoid rebuilding golden layout when tabs are closed. Fixes for undo and goldenlayout | |||
| 2022-04-04 | fixed autolink. fixed the pileup view to animate properly and activate ↵ | bobzel | |
| without selection. added a 'dataTransition" prop to DocumentView to allow collections to animate changes in the size of documents. | |||
| 2022-04-01 | fixed up document focus to take a collectkon so that the treeView can focus ↵ | bobzel | |
| on the matching alias when multiple aliases are shown in different collections. | |||
| 2022-03-31 | fixed initialization of myPublishedDocs to be a simple list. | bobzel | |
| 2022-03-31 | added autoLinks to formattedTextBoxes. Set auto link target by titling ↵ | bobzel | |
| documents with a prefix '@'. | |||
| 2022-03-28 | enabled dragging documents onto tab bar without shift. modified link pivot ↵ | bobzel | |
| document to automatically update when links are added and be a stacking view | |||
| 2022-03-24 | fixed videoBox play issue. cleaned up global referencing a bit. | bobzel | |
| 2022-03-22 | Stop drag in present mode if element isn't specifically selected to drag. | Michael Foiani | |
| 2022-03-22 | fixed temporal media merge that had reverted a lot of things. | bobzel | |
| 2022-03-17 | removed buxton importer stuff. removed libxmljs needed by buxtonimporter ↵ | geireann | |
| which was breaking npm install | |||
| 2022-03-07 | got rid of include cycles for Scripting globals to make hot updates work better. | bobzel | |
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
