aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LabelBox.tsx
AgeCommit message (Collapse)Author
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging ↵bobzel
from piles.
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-06-06updated text properties to be prefixed with field 'text_'bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-03-24fixed 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-17cleaned up highlighting styles a bit. fixed stackedTimeline screen to local xf.bobzel
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added ↵bobzel
setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for
2023-01-20removed tour map from lightbox. added option to create anchors without ↵bobzel
adding thm as annotations. made zoom of text an option for pres and links
2022-12-16fixed problem with undo. regularized all linkfollowing anchor fields to ↵bobzel
start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-02fixed previously introduced bug where pin doc added pres to first tab ↵bobzel
collection. Highlight pres targets when following. fixed videoBox to play regions properly. adjusted labelBox for stackedTimeline views. fixed stacked timelines to not stop keyboard events which was preventing text notes from being created on video boxes.
2022-04-29another labelBox fix using zerowidth spaces!bobzel
2022-04-29another fix for Label's BigText to make multiline work better. fixed server ↵bobzel
bug for 'write after end' when servering web pages.
2022-04-29changed the way labelBox splits words to allow .&- added icon for webBoxbobzel
2022-04-29cleaned up creation of icon templates. fixed labelBox to support padding ↵bobzel
and to work with multiple lines and min font sizes.
2022-04-12cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵bobzel
whatever's being dragged.
2022-04-11lots 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-11making layout icons work better.bobzel
2022-03-22fixed temporal media merge that had reverted a lot of things.bobzel
2022-03-20Revert "Merge remote-tracking branch 'origin/speedups2' into ↵mehekj
temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63.
2022-03-17Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehekmehekj
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-09-30added back correct labeling of trimmed titles in audioboxbobzel
2021-09-27Merge branch 'master' into temporalmedia-mehekbobzel
2021-09-26fixed warnings, fixed bug following link w/auto play. plus refactorings.bobzel
2021-09-25fixed warningbobzel
2021-09-24label box minor tweak.bobzel
2021-09-24updated titling of LabelBox to show custom titles when they are set.bobzel
2021-09-24changed label boxes to fit their entire text by scaling their fontbobzel
2021-09-24changed label boxes to fit their entire text by scaling their fontbobzel
2021-09-24updated titling of LabelBox to show custom titles when they are set.bobzel
2021-09-22fixed up context menu for audio box labels .bobzel
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-25basic audio trim completemehekj
2021-02-27more cleanup of unused fields and minor fixes to things like the color ↵bobzel
picker's display of the selcted documents background color. also a fix for textbox autoresizing when dragged small
2021-02-25field info startbobzel
2021-01-22fixed up videoBox timeline. changed video annotations to use ↵bobzel
displayTimecode and undisplayTimecode
2021-01-14changed audio labels to allow text displaybobzel
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-10moved opacity and borderRounding into styleProviders. fixed contextMenu ↵bobzel
clcik from button bar
2020-08-04clean up labelBoxbobzel
2020-08-04more search cleanupbobzel
2020-08-03starting to cleanup searchbobzel
2020-08-03merge with new uiAndy Rickert
2020-08-02bug fixes found with sallyanika-ahluwalia
2020-07-31mergeAndy Rickert
2020-07-13switched context menus to be less hierarchical.Bob Zeleznik
2020-07-12fixed updating RichTextMenu with proper values for fontFamily, size, bullet, ↵Bob Zeleznik
and alignment
2020-06-22mergeAndy Rickert
2020-06-19fixed a bunch of minor bugs with pdf ui, text box selection, menus, etc.Bob Zeleznik