| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-30 | Merge branch 'master' into sally-changes | bobzel | |
| 2020-11-29 | redesigned settings popup | Sally Chen | |
| 2020-11-25 | fixed run-time error when resetting the DB | bobzel | |
| 2020-11-24 | prevent possible crash on empty text box hypertext link. prevent Webbox's ↵ | bobzel | |
| from updating .text field every time loaded. avoided slow incremental updating of LinkDB by awaating document anchors when linkdb is setup. | |||
| 2020-11-14 | fixed height of autoHeight masonry (tools panel was messed up showing ↵ | bobzel | |
| nothing). fixed drag to hide the dragged feedback before hit testing which prevented dragging buttons from working. removed 'dropAction' from removeDropProperties on buttons | |||
| 2020-11-11 | turned off selection highlighting in TreeView because it is way too ↵ | bobzel | |
| inefficient. more fixes to laying out fitWidth and other documents in ContentFittingDocViews. testing against GridViews and TreeViews things seem to work. | |||
| 2020-11-10 | fixed Slides to be Colllections (not text) and fixed dockingView to display ↵ | bobzel | |
| collections properly. | |||
| 2020-11-09 | fixed autoHeight for formattedTextSidebars when the text document has been ↵ | bobzel | |
| scaled. cleaned up link groups. fixed pushpins that don't focus on target (e.g., a si m ple pushpin on a PDF). | |||
| 2020-11-09 | added fullScreen alias option for opening documents so that opened document ↵ | bobzel | |
| can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly). | |||
| 2020-11-06 | fixed web pages to scroll and update scrollTop when in annotation mode. ↵ | bobzel | |
| fixed pointer events on custom text view headers. | |||
| 2020-11-03 | fixed LinkManager to cache links correctly. fixes issue with linkButton not ↵ | bobzel | |
| showing the correct number. | |||
| 2020-10-29 | fixed images not having a height when imported | bobzel | |
| 2020-10-27 | Performance updates for up/down arrows | Geireann Lindfield Roberts | |
| Only calls resetSelection when necessary | |||
| 2020-10-25 | changed title to be gray when an undo batch has not completed. useful for ↵ | bobzel | |
| debugging mostly. | |||
| 2020-10-22 | added more caching for linkManager queries. | bobzel | |
| 2020-10-22 | added alert for uknown filetype uploads | bobzel | |
| 2020-10-20 | fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show ↵ | bobzel | |
| sidebar. | |||
| 2020-10-20 | fixed getFirstDocumenView() to choose a visible document view over the first ↵ | bobzel | |
| one in its list which may be in a hidden tab. | |||
| 2020-10-18 | documents that are not in current collection open in new tab instead of on right | Geireann Lindfield Roberts | |
| 2020-10-18 | dragging has optional dropEvent argument | Geireann Lindfield Roberts | |
| + Changes presStatus -> enum | |||
| 2020-10-16 | updated user initialization code to not generate server traffic when ↵ | bobzel | |
| creating a new account. set user accounts to update their cache 2.5s after login. | |||
| 2020-10-16 | fixed RTF so that you can scroll smoothly in a presentation. | bobzel | |
| 2020-10-16 | fixed compile warn ings. | bobzel | |
| 2020-10-15 | fixed warnings | bobzel | |
| 2020-10-14 | fixed focusDocument in freeform views to work with annotation ↵ | bobzel | |
| overlays(mostly) - still an issue when original image is in a frame that doen't match its dimensions | |||
| 2020-10-13 | fixed jumpToDocument where target is in a collection that isn't shown to ↵ | bobzel | |
| display the doc in the colleciton without addinga an extra tab for the target. doc itself. | |||
| 2020-10-12 | updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵ | bobzel | |
| of just using UpdatingFromServer | |||
| 2020-10-12 | split getEffectiveAcl code for determining if a field can be modified out ↵ | bobzel | |
| into getPropAcl. | |||
| 2020-10-12 | fixed computedFn()'s to be used correctly in several places. fixed major ↵ | bobzel | |
| memory leak in PDFs | |||
| 2020-10-12 | switched fonticonbox and colelctionsubview to test GetEffectiveAcl to ↵ | bobzel | |
| determine if document is available (instead of hack of testing 'author'). made GetEffectiveAcl a computedFn. No longer create a pushpin when an annotation that's linked to text is dragged off a PDF. fixed undo of pushpin navigation (used to call finish() twice). fixed pushpin navigation to conistenly pan & sensibly toggle target | |||
| 2020-10-10 | fixed docFilters to use up one string field, not 3. makes adding/removing ↵ | bobzel | |
| to lists incrementally work with new server code. | |||
| 2020-10-10 | cached groups user is in for efficiency which avoids th whole screen ↵ | bobzel | |
| redrawing when a group is added. | |||
| 2020-10-10 | split LinkDatbase into its own field in the user's registry. fixed sharing ↵ | bobzel | |
| to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry | |||
| 2020-10-10 | fixes to issues with updating interactively whe groups change. fixes for ↵ | bobzel | |
| multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet. | |||
| 2020-10-09 | backward compatibiilty with groupName | bobzel | |
| 2020-10-09 | from last | bobzel | |
| 2020-10-09 | fixed updating groups to take effect immediately | bobzel | |
| 2020-10-09 | less broken, but still not working | bobzel | |
| 2020-10-09 | trying to get group updates to work automatically | bobzel | |
| 2020-10-09 | simplified setting group users | bobzel | |
| 2020-10-09 | fixed sharing to share with new user added during session. | bobzel | |
| 2020-10-08 | load entire DB in one message. | bobzel | |
| 2020-10-08 | made computedFn's out of getRlatedLinks calls | bobzel | |
| 2020-10-08 | removed unneeded call that slows down the dialog | bobzel | |
| 2020-10-08 | fixes for getting pdfs and previews to scroll properly | bobzel | |
| 2020-10-08 | changed sharing manager to update users in one action, not multiple and only ↵ | bobzel | |
| once per session if the user list doesn't change | |||
| 2020-10-07 | fixed following links to set the scollTop of PDFs corretion. Fixed ↵ | bobzel | |
| following links to rich text anchors to scroll and highlight properly. fixed pushpin behavior to only toggle off when the target is in sight. | |||
| 2020-10-07 | Merge pull request #847 from browngraphicslab/acls_uv | bobzel | |
| can add -> can augment in sharingmanager | |||
| 2020-10-07 | fixed following links to not center outer document if originating anchor is ↵ | bobzel | |
| in that document. fixed scroling to happen instantly if it's already scrolled there. fixed clicking on pdf text anchor to select the pdf. | |||
| 2020-10-07 | fixed portals to zoom in place. fixed following links to not focus on ↵ | bobzel | |
| context if starting anchor is in the same context. maded pushpins call finished() | |||
