Skip to content
Snippets Groups Projects
  1. Jul 21, 2020
  2. Jul 15, 2020
    • Albert Gräf's avatar
      Fix some remaining issues with the touch interface. · ff7e9139
      Albert Gräf authored
      - Disable touch-scrolling in situations where it interferes with other
        actions, like operating a slider, or dragging objects or the selection
        rectangle in edit mode.
      
      - Truncate fractional touch coordinates which were causing glitches in the
        FUDI interface.
      
      - Make dragging of iemgui labels and scalar draggables work (kind of).
      
      TODO: Dragging (specifically in edit mode) can be a bit tricky in cases where
      it's difficult to hit the right spot to initiate the drag action. This
      *might* be solvable by making the algorithm identifying these spots a bit more
      lenient, and accept touches which are a bit off.
      
      Also, despite my best efforts, dragging iemgui label handles in edit mode
      still needs quite some faffing about when using touch: After clicking the
      iemgui object to make the handle appear, you first need to drag the handle a
      little (horizontally, vertically, or diagonally) to make the corresponding
      drag cursor appear, then release and touch the drag cursor *again* to drag the
      handle to its final destination (and the label along with it). It goes without
      saying that this seems overly complicated, but there doesn't seem to be an
      easy way to work around this in the GUI, as the whole process goes back and
      forth between GUI and engine in several steps in the current implementation.
      ff7e9139
    • Albert Gräf's avatar
    • spidercatnat's avatar
      Doubles scrollbar width · 21e07bfd
      spidercatnat authored and Albert Gräf's avatar Albert Gräf committed
      21e07bfd
    • spidercatnat's avatar
      Increases scrollbar width for touch UX · 13f5b3b3
      spidercatnat authored and Albert Gräf's avatar Albert Gräf committed
      13f5b3b3
    • spidercatnat's avatar
      Does not call dropdown_index_to_pd() if touchstart · b9150893
      spidercatnat authored and Albert Gräf's avatar Albert Gräf committed
      b9150893
    • spidercatnat's avatar
      Makes pulldowns work with touch events · b3817af5
      spidercatnat authored and Albert Gräf's avatar Albert Gräf committed
      b3817af5
    • spidercatnat's avatar
      Adds touch support · 8a01dde9
      spidercatnat authored and Albert Gräf's avatar Albert Gräf committed
      8a01dde9
  3. Jul 13, 2020
  4. Jul 12, 2020
  5. Jul 11, 2020
    • Jonathan Wilkes's avatar
      This adds the following: · 0eeeb22e
      Jonathan Wilkes authored
      * b_sym field to t_textbuf
      * 2nd inlet and "send" method for text define
      * text insert class
      * improve a stray evalfile error
      * show the [text] name (if it exists) in the title for the window
      * updates help doc accordingly
      0eeeb22e
  6. Jul 08, 2020
  7. Jul 07, 2020
  8. Jul 05, 2020
  9. Jul 03, 2020
  10. Jul 02, 2020
  11. Jul 01, 2020
  12. Jun 29, 2020
  13. Jun 26, 2020
  14. Jun 23, 2020
  15. Jun 21, 2020
  16. Jun 20, 2020
Loading