Skip to content
Snippets Groups Projects
  1. Dec 17, 2014
  2. Apr 22, 2014
  3. Apr 21, 2014
  4. Apr 17, 2014
  5. Feb 07, 2014
  6. Dec 27, 2013
  7. Oct 02, 2013
  8. Sep 28, 2013
  9. Jun 29, 2013
  10. Jun 17, 2013
    • Freeyorp's avatar
      Sync map.js for 2013-06-07 update · 5e102866
      Freeyorp authored
      This update triggered cascading map ID changes. This system needs
      rewriting to handle automatic adjustment of map IDs.
      
      Perhaps the logging format should be changed to log the stable ID?
      5e102866
    • Freeyorp's avatar
      makemap.sed handling for direct output · cd56e8f9
      Freeyorp authored
      This handles funky newlines and trims trailing junk, albeit in a not
      particularly elegant way.
      cd56e8f9
  11. Jun 04, 2013
    • Freeyorp's avatar
      Fix typo · d1d8ac8b
      Freeyorp authored
      Second range parameter is exclusive
      d1d8ac8b
  12. Jun 03, 2013
    • Freeyorp's avatar
      Show all defined records · 3435a1ed
      Freeyorp authored
      Rarely, 24 hour blocks will still contain undefined records.
      
      These are infrequent enough to not impede overall analysis (you can use
      mv.heap.def.filterAll(); dc.redrawAll() to confirm), but when loading in
      multiple datasets, can have a substantial number of records occurring
      before them.
      
      This should become a non-issue again when the scrubber keeps track of state
      outside of the logs being collated.
      3435a1ed
    • Freeyorp's avatar
      Don't center the bars on the date chart · 17a0c162
      Freeyorp authored
      17a0c162
  13. May 30, 2013
  14. May 28, 2013
    • Freeyorp's avatar
      Trellis external filtering and broadcasting · d7634e35
      Freeyorp authored
      This also adjusts the method for comparing filters, allowing a chart to
      define a "filterCompare" method that will be used to compare filters if
      available.
      This finally removes the date chart special case for setting filters.
      
      Array instance checking will now use foo instanceof Array instead of
      typeof(foo) == "array", which was unreliable (sometimes it's "object").
      
      Trellis chart brush containers will now redraw the brush when set
      externally.
      
      renderBrush no longer takes brushG as a parameter. I'm not sure what I
      was thinking when I made it so.
      
      The deselected area will not yet fade.
      
      The trellis chart still requires substantial refactoring and consistency
      fixes; I'm not sure that the parameter specifications are currently
      correct.
      d7634e35
    • Freeyorp's avatar
      Fix brush call, remove debugging output · 919ac3f8
      Freeyorp authored
      919ac3f8
    • Freeyorp's avatar
      Apply filters from trellis brushes · 4d89ed1f
      Freeyorp authored
      No broadcasting functionality yet.
      4d89ed1f
  15. May 27, 2013
  16. May 26, 2013
  17. May 25, 2013
    • Freeyorp's avatar
      Allow loading of zip files · 9d5f56cf
      Freeyorp authored
      .zip must be at the end of the file name.
      
      Progress bars are not fully descriptive in this mode yet
      
      This also alters the mv.loader interface.
      The onprogress callback now takes current and total.
      The each callback is now passed an after parameter, to be called when it's
      done.
      9d5f56cf
  18. May 16, 2013
Loading