| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-07 | fixes for lightbox stepping into | bobzel | |
| 2021-03-29 | fixed text input after changes to active/selected | bobzel | |
| 2021-03-29 | still cleaning up all the active/selection code. | bobzel | |
| 2021-03-26 | extracted AudioWaveform out of AudioBox in order to use in ↵ | bobzel | |
| CollectionStackedTimelineView to share between audioBox and videoBox. | |||
| 2021-03-25 | cleaned up dragmanager a bit and fixed issues with document shifting on drop ↵ | bobzel | |
| when dragged via DocDecorations and | |||
| 2021-03-25 | fixed dragging documents so that the scroll position of pdfs/etc is ↵ | bobzel | |
| maintained during the drag | |||
| 2021-03-15 | fixed warnings. made savedAnnotations an ObservableMap. turned off ↵ | bobzel | |
| annotationLayer when there are no annotations - text is blurry on windows Chrome with mix-blend-mode overlay | |||
| 2021-03-13 | cleaned up dropping link button on collections / alternate annotation views ↵ | bobzel | |
| (eg pdf sidebar) - new docs are created only for internal drops within, say, a PDF. Otherwise links are made. | |||
| 2021-03-01 | final cleanups for simplified drag and drop of annotations. fixed some ↵ | bobzel | |
| issues rtf focus when creating notes in masonry view. fixed text sidebar. | |||
| 2021-02-25 | prevent annotation notes on PDFS from showing up in file system view. | bobzel | |
| 2021-02-25 | added 'proto' drag option for dropping proto of document. auto add of non ↵ | bobzel | |
| annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field. | |||
| 2021-02-23 | fixed backspace to delete text items in treeViews. simplified ↵ | bobzel | |
| UndoRunInTempBatch. fixed clicking on sort line for treeView to only recognize actual clicks. fixed stayInCollection with DocDecorations to not create a giant gray square. prevent server crash when db has bad data somehow. | |||
| 2021-01-20 | moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed ↵ | bobzel | |
| following links from text box huyperlinks when there are multiple different huypertext links on the document. | |||
| 2021-01-14 | simplified links to audio to always have a target Doc anchor. updated auto ↵ | bobzel | |
| links to audio when recording. fixed making text selection links. | |||
| 2020-12-15 | added real grouping | bobzel | |
| 2020-12-15 | fixed previous problems -- weird that you can't call componentWillUnmount. ↵ | bobzel | |
| also fixed dragging to show original unless hideSource is set | |||
| 2020-12-15 | simplifying dragging to make links by moving linkDocument to event, instead ↵ | bobzel | |
| of dragData. moved link anchor and caption styling to default style provider. CURRENTLY, typing text, brushing doc highlights along with a bunch of other things ARE BROKEN .. | |||
| 2020-12-14 | renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵ | bobzel | |
| DocumentViewInternal | |||
| 2020-12-14 | got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵ | bobzel | |
| ContentFittingDocView. fixed up web box selections. | |||
| 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-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-10-18 | dragging has optional dropEvent argument | Geireann Lindfield Roberts | |
| + Changes presStatus -> enum | |||
| 2020-09-30 | fixed dragging aliases using alias button. made dragging title of doc ↵ | bobzel | |
| decorations or alias button allow doc to be embedded | |||
| 2020-09-23 | fixed link rendering to be less computationally inefficient | bobzel | |
| 2020-09-16 | a bunch of changes to dragging/selection of ui buttons to turn off context ↵ | bobzel | |
| menus, remove close buttons on doc decoartions, fix the title region fo tabs, | |||
| 2020-09-16 | cleaned up TabDocView a bit | bobzel | |
| 2020-09-11 | changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵ | bobzel | |
| presentations for treeview outlines. | |||
| 2020-09-03 | fixed linking pdf selections to rtf selections. | bobzel | |
| 2020-09-02 | added an autoscroll option to settings to turn it off. | bobzel | |
| 2020-08-29 | added some link follow options to link Editor. Big overhaul of dockingView ↵ | bobzel | |
| to make things undoable and cleaner | |||
| 2020-08-13 | fixed import to use _chromeStatus and fixed drag behavior not to make a ↵ | bobzel | |
| delegate. | |||
| 2020-07-25 | made buttons turn into fonticons on iconify. droppin fonticons onto linear ↵ | Bob Zeleznik | |
| views keeps them as buttons. droppin buttons on linear view makes them fonticons. fixed ColletionMenu scripts to work with templates by usin self instead of this. fixed pointer events with text boxes for filterview & normal. fixed fieldKey deletin and addin | |||
| 2020-07-21 | fixed compile warnings | Bob Zeleznik | |
| 2020-07-21 | fixed up autoscrollin a bit. scrolls the correct collection and waits 250ms ↵ | Bob Zeleznik | |
| to start scrolling. | |||
| 2020-07-20 | fixed noAutoscroll functionality for creator icons | Bob Zeleznik | |
| 2020-07-17 | changed dropping menu items from collectionMenu to create fonticonbuttons if ↵ | Bob Zeleznik | |
| all parameters are filled in. . and buttons are placed in overlay layer. added labels to all fonticons usin title + added a tooltip field. turned off autoscroll of freeform view when dragign buttons (which will be in the overlay) | |||
| 2020-07-14 | proper fix for onClickHandlers so they don't invalidate things when they ↵ | Bob Zeleznik | |
| haven't changed. | |||
| 2020-07-14 | possible fix for dragging icons problem caused by setisdragging invalidating ↵ | Bob Zeleznik | |
| the dragged element | |||
| 2020-07-12 | fixed updating RichTextMenu with proper values for fontFamily, size, bullet, ↵ | Bob Zeleznik | |
| and alignment | |||
| 2020-07-08 | added dashDragging event | anika-ahluwalia | |
| 2020-06-29 | cleaned up undo handling on internal drag/drop | Bob Zeleznik | |
| 2020-06-27 | cleaned up a bunch of stuff related to TreeViews and link dots. added ↵ | Bob Zeleznik | |
| option for link dots to show up in tree views. changed titles in tree views to be truncatable. fixed edting of treeview titles when an alias is in the tree view as well. | |||
| 2020-06-25 | added link preview for blue buttons. | Bob Zeleznik | |
| 2020-06-24 | fixed warnings. fixed blockquote menu function. | Bob Zeleznik | |
| 2020-06-23 | fixed coloring links | Bob Zeleznik | |
| 2020-06-19 | fixed a bunch of minor bugs with pdf ui, text box selection, menus, etc. | Bob Zeleznik | |
| 2020-06-17 | fixed scrolling in left sidebar tools panel. changed docking data fieldto ↵ | Bob Zeleznik | |
| track all tabs ever created. changed tab colors. enabled of embedding into text documents with 'a' | |||
| 2020-06-14 | changed library to have catalog default to a schema view. fixed dragging ↵ | Bob Zeleznik | |
| to/from catalog to use 'same' and 'alias' as appropriate for dragging in/out. | |||
| 2020-06-14 | fixed dragging in tree views for Catalog to "copy" documents within the ↵ | Bob Zeleznik | |
| sidebar instead of aliasing them. | |||
| 2020-06-14 | lint/compile fixes. fixed entering/display of formulas in schema views. | Bob Zeleznik | |
