| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-21 | no video ui for cropped videos | bobzel | |
| 2022-09-21 | added cropping for videos. made images render at full res when selected. | bobzel | |
| 2022-09-21 | fixed following links to toggle alias if it's displayed when actual target ↵ | bobzel | |
| isn't. changed cropping images to leave behind an outline not, a solid rectangle. double clicking on link buttons no longer opens them in lightbox view. | |||
| 2022-09-21 | restyled document decorations | Geireann Lindfield Roberts | |
| and changed novice mode to exclude `data` in treeView | |||
| 2022-09-20 | Merge remote-tracking branch 'origin/mehek-loading-fixes' | bobzel | |
| 2022-09-20 | display error instead of infinitely loading after refresh | mehekj | |
| 2022-09-20 | fixed pdf boxes to be active in lightboxview by fixing lightboxview docview ↵ | bobzel | |
| to be observable so that IsLightboxDoc's will invalidate. made webBox's content 'relative' so that linksButton is in correct place. changed text highlight color to orange for webboxes | |||
| 2022-09-19 | added pin with view for region to webBox | bobzel | |
| 2022-09-19 | if same youtube video is uploaded, reuse the existing file without ↵ | bobzel | |
| downloading again. removed failed uploads from parsed_files. change pinWithView to highlight the pinned view region. Give pinWithView collections an option to just pan or zoom to % of screen size. | |||
| 2022-09-15 | fixed crash in presbox | bobzel | |
| 2022-09-15 | fixed border highlight for animation effects. require shift-key for all ↵ | bobzel | |
| pinWithView operations | |||
| 2022-09-14 | fix so that scrollbars don't appear for autoHeight text views in a freeform ↵ | bobzel | |
| view. | |||
| 2022-09-14 | Merge branch 'master' into sharing-jenny | bobzel | |
| 2022-09-14 | made dashboard button hidden since we have dashboard view now. put viewType ↵ | bobzel | |
| 'docking' on proto so that all aliases will get it when nesting docking views. | |||
| 2022-09-14 | changed docking view thumbnails to be imagefields, not docs. allowed ↵ | bobzel | |
| docking view to be nested to avoid crashes before when they became nested. fixed dropping docs with dropAction of 'alias' to never remove them. fixed clearing startLink to not deselect when link is already started | |||
| 2022-09-14 | fixed auto sizing of text documents that are topLevel. restored scroll bars ↵ | bobzel | |
| to autoHeight text that is in a container (eg lightbox or tab) | |||
| 2022-09-14 | made video box controls appear when video is in overlay view | bobzel | |
| 2022-09-14 | fixed presbox mini player to allow mini player and full size player at the ↵ | bobzel | |
| same time and to be a playground field for sharing. distringuished preselementbox feedback for selected vs. activeItem using border. | |||
| 2022-09-13 | fixed ref to overlayX/y instead of x/y in audioBox and presElement | bobzel | |
| 2022-09-13 | Merge branch 'sharing-jenny' of https://github.com/brown-dash/Dash-Web into ↵ | Jenny Yu | |
| sharing-jenny | |||
| 2022-09-13 | fixed recording box styling | Jenny Yu | |
| 2022-09-13 | made overlayX/overlayY instead of re-using x/y in order that overlay docs ↵ | bobzel | |
| can be dragged in playground mode (for shared mini-player presentations) without necessarily allowing regular docs to be dragged in playground mode. | |||
| 2022-09-13 | make filterBox reuse filter if it is unsaved. | bobzel | |
| 2022-09-13 | cleanup | bobzel | |
| 2022-09-13 | made myTrails view navigate to docs the same way presBox does. | bobzel | |
| 2022-09-13 | fixed activePresentation to work properly with multiple dashboards. fixed ↵ | bobzel | |
| undoing PinDoc. | |||
| 2022-09-12 | Merge branch 'master' into sharing-jenny (break) | Jenny Yu | |
| 2022-09-12 | fixed exception from switch of myTrails to dashboard from userDoc | bobzel | |
| 2022-09-12 | fixed rotating UI for video boxes. fixed generating error response for ↵ | bobzel | |
| unsupported video/audio formats. | |||
| 2022-09-12 | fixed autosizing text with header tags. | bobzel | |
| 2022-09-12 | fixed h1 style for use in text boxes with #,## etc markdown. made %[tix!] ↵ | bobzel | |
| text tags reset user_mark to current time. | |||
| 2022-09-12 | made annotation pen available in lightbox. | bobzel | |
| 2022-09-11 | fixed fontFamily menu for ink strokes | bobzel | |
| 2022-09-11 | fixed crash when selecting ink strokes | bobzel | |
| 2022-09-08 | fixed maintaining selections after ctrl-a + setting a font property | bobzel | |
| 2022-09-08 | fixed font menu settings to be accurate of current selection. | bobzel | |
| 2022-09-08 | made presbox slide changes undoable | bobzel | |
| 2022-09-08 | added rotation to preselement saved parameters. | bobzel | |
| 2022-09-08 | fixed pinning viewScale | bobzel | |
| 2022-09-07 | fixed dragging stackedTimeline entries so that they appear during drag. ↵ | bobzel | |
| fixed cursors for video/pdf/stackedTimeline to be a little more clear. fixed initial corner resize of pdfs. fixed videobox marquee drag when viewScale is undefined. | |||
| 2022-09-06 | final cleanup of dragging rotated images. fixed loading of youtube videos ↵ | bobzel | |
| and displaying errors when the upload fails | |||
| 2022-09-01 | cleanup preselementbox a little. | bobzel | |
| 2022-09-01 | afixed loadingBox to show error message for unsupported videos. fixed video ↵ | bobzel | |
| uploading to generate errors for unsupported (Chrome) codecs. fixed videos that don't have codec support to still play audio and show duration. fixed dragging rotated documents to show and place the rotted document WYSIWYG | |||
| 2022-08-31 | made jitter rotation be an animatable field. | bobzel | |
| 2022-08-30 | fixed loadingDocument issues with overwriting height with NaN and setting ↵ | bobzel | |
| 'data' field unnecessarily and at the expense of being able to set it for replacement docs when using animation frames | |||
| 2022-08-29 | fixed centering link targets in zoomed images and scrolled docs. stopped ↵ | bobzel | |
| highlighting opacity=0 documents | |||
| 2022-08-29 | fixed being able to draw on web/pdfs. adjusted default margins of stacking ↵ | bobzel | |
| views. | |||
| 2022-08-29 | fixed background colors of pileup icons. | bobzel | |
| 2022-08-29 | Merge remote-tracking branch 'origin/naafi-document-loading-placeholder' | bobzel | |
| 2022-08-26 | cleaned up keyboard event activation for presBox | bobzel | |
