Skip to content
Snippets Groups Projects
  1. Jun 23, 2020
  2. Jun 22, 2020
  3. Jun 21, 2020
  4. Jun 20, 2020
  5. Jun 16, 2020
    • Jonathan Wilkes's avatar
      4b7b73cd
    • Jonathan Wilkes's avatar
      fix regression caused by unnecessarily unvis'ing gobjs in graph_vis · 7f1d2334
      Jonathan Wilkes authored
      This was initially part of an effort to prevent double binding to scalars
      for certain event callbacks. By unvis'ing all scalars in the graph this
      would ensure the symbol would get unbound.
      
      However, we're already doing that in canvas_map. So it appears this extra
      unvis'ing in graph_vis was unnecessary.
      
      However, it looks like the scalar in a gop will get unvis'd twice when
      destroying the gop canvas. No idea why that is, but if there's a regression
      perhaps one of the few people using scalar events will report a regression :)
      7f1d2334
  6. Jun 15, 2020
  7. Jun 11, 2020
  8. Jun 10, 2020
  9. Jun 09, 2020
    • Ivica Bukvic's avatar
      Proper fix for the nlet highlighting. Now allows for loose aiming and always... · 172aff49
      Ivica Bukvic authored
      Proper fix for the nlet highlighting. Now allows for loose aiming and always starts the patch cord at the center of the outlet. Inlets from which we currently cannot connect from are grey when highlighted, while ones you can initiate connection from are orange (both colors are themeable inside the css). Also, if trying to connect an impossible connection (signal to non-signal), when hovering over the non-signal inlet during the connection cycle, such an inlet will be also highlighted gray (grey? whatever...). Lastly, updated the highlighting animation--I am really not particularly interested in animation as it tends to slow down the interaction with the patch, so the animation is much shorter and more minimal. Potential value is leaving it as this to provide visibility of the nlet being highlighted when we are already over it with the cursor, which will otherwise occlude the nlet altogether. Another consideration with the currently committed highlight is that it is hollow inside which looks IMO distracting. Curved edges is also distracting since no other aspect of the UI (save for the customized data structures created by the user) is not curved.
      172aff49
    • Jonathan Wilkes's avatar
      Merge branch 'fix-bar-graph' · 242306e8
      Jonathan Wilkes authored
      242306e8
    • Jonathan Wilkes's avatar
  10. Jun 08, 2020
  11. Jun 07, 2020
  12. May 29, 2020
  13. May 25, 2020
  14. May 24, 2020
  15. May 23, 2020
Loading