Skip to content
Snippets Groups Projects
  1. Oct 04, 2020
  2. Sep 30, 2020
  3. Sep 29, 2020
  4. Sep 28, 2020
  5. Sep 27, 2020
  6. Sep 26, 2020
    • Ivica Bukvic's avatar
      Fixed stray regressions reported by Joseph and Albert · 89d8eda5
      Ivica Bukvic authored
      * Label font is not any more erroneously affected by the resizing of the numbox
      
      * The width is now more conservative and accurate
      
      * When a new number was entered that exceeds the numbox width and was replaced by a + or a - and after it was refocused again with a shift pressed (thus entering the append mode), the + did not revert back to the entered number. Now it does (even though you only see the last n digits that fit the numbox--LATER: we may want to add a < or > at the beginning, letting the user know that there are more digits to the left. This however, with the current setup may not be as trivial as it seems, so we will keep it as-is for the time being until users report problems/dislike with the current mode of operation which is still way better than it used to be).
      89d8eda5
    • Albert Gräf's avatar
      Fix the Alt-click popup issue, part 2. · 5a3898d6
      Albert Gräf authored
      Following a discussion with Ico, make sure to apply the fix to actual
      canvas class objects only, so that we do not exit temporary run mode
      unless the user really clicked on a subpatch (or abstraction) object.
      5a3898d6
  7. Sep 25, 2020
    • Albert Gräf's avatar
      Fix the Alt-click popup issue. · ce993ba8
      Albert Gräf authored
      Fixes a residual regression with MR !528 (Findbox fixes) reported by
      Joseph Gastelais, which causes temporary run mode to stick when opening
      a subpatch using Alt-click (i.e., mouse click on the subpatch in
      temporary run mode). Resolved using Jonathan's fake keyup trick.
      ce993ba8
  8. Sep 24, 2020
    • Albert Gräf's avatar
      Cosmetic change to 'declare' error handling. · adf329a8
      Albert Gräf authored
      If the declare object detects an unrecognized argument which isn't an
      option symbol, it will print a weird-looking message complaining about
      an empty flag. This commit makes it print a proper warning about an
      unrecognized float argument instead.
      adf329a8
  9. Sep 23, 2020
  10. Sep 22, 2020
Loading