Skip to content
Snippets Groups Projects
  1. Dec 14, 2016
  2. Dec 03, 2016
  3. Oct 26, 2016
  4. Jun 04, 2016
  5. Jun 03, 2016
  6. May 03, 2016
  7. Feb 15, 2016
  8. Jan 28, 2016
  9. Jan 24, 2016
  10. Dec 30, 2015
  11. Nov 13, 2015
  12. Oct 18, 2015
  13. Jul 13, 2015
  14. May 15, 2015
  15. May 09, 2015
  16. May 08, 2015
  17. Apr 19, 2015
  18. Apr 18, 2015
  19. Apr 17, 2015
  20. Apr 15, 2015
  21. Sep 29, 2014
  22. Sep 18, 2014
  23. Sep 16, 2014
  24. Aug 31, 2014
  25. Aug 30, 2014
  26. Aug 29, 2014
  27. Aug 23, 2014
  28. Aug 22, 2014
  29. Aug 01, 2014
  30. Jun 09, 2014
    • Ivica Bukvic's avatar
      *added recursive checking for when objects are selected to properly reselect... · 3f69774d
      Ivica Bukvic authored
      *added recursive checking for when objects are selected to properly reselect arrays nested inside GOP subpatches/abstractions. This is important because the implementation should work for any level of depth. Later consider making this a more universal check should such prove necessary (I think once we move away from redrawing the array every time a point is moved, all this will become moot)
      3f69774d
  31. May 23, 2014
  32. Mar 22, 2014
    • Ivica Bukvic's avatar
      *Jonathan Wilkes' 2 patches addressing: · 63df5d82
      Ivica Bukvic authored
      - nested plots display properly
      - plot is vis'd and unvis'd properly when deleting plot or struct
      - commented out ugly plot_displace hack-- multiple plots should work just fine
      - separated out garray dependencies into class "old_plot".  This way the changes I made don't affect garrays.  _Very_ ugly hack, but it was pretty simple to implement and will be easy to remove later.
      - no crashes when non-existent arrays are entered into a [struct] that has scalars hanging around
      - template_cancreate ported from 0.45
      - added a function to get the offending struct (to use with "Find last error").  Not using it yet, though.
      + For creating scalars using an object box:
      - scalar must have initial "float x float y" fields, in that order.  This means you can't accidentally type the name of the hidden garray structs and create a scalar.  (Nor any other structs that only have a "y" field, etc.)
      - broken object box returned if the struct has a bogus array template.  (Although currently I'm just refusing to create such a struct.)
      63df5d82
Loading