Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • jr/tsify/improve-properties-typing
  • jr/refactor/docenizer-naming
  • jr/tsify/mapfiles
  • mg/esm_yet_again
  • dependabot/npm_and_yarn/minimatch-and-mocha-3.1.2
  • mg/cgroupsv2
  • dkm/compile_binary_obj
  • rr/env-bars-draft
  • cmakebuildwithninja
  • cudacmake
  • asmlibs
  • jr/fix/support-asm-docs-default
  • dkm/objc
  • ewavrasmparse
  • rr/tiny-go
  • compiler-overrides
  • sg/fix/remove-require-in-ts
  • rr/highlight-pane-on-disabled-button
  • sg/refactor/asmdocs-out-of-compiler
  • gh-5268
  • gh-5266
  • gh-5265
  • gh-5263
  • gh-5258
  • gh-5257
  • gh-5256
  • gh-5255
  • gh-5254
  • gh-5252
  • gh-5250
  • gh-5248
  • gh-5245
  • gh-5243
  • gh-5241
  • gh-5240
  • gh-5239
  • gh-5237
  • gh-5235
  • gh-5233
40 results

types

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Jeremy Rifkin authored
    * Removed old code
    
    * Base functionality
    
    * Work on edge offsets
    
    * Setup interval trees for edges
    
    * linter things
    
    * Formatting
    
    * Added syntax highlighting
    
    * Cleanup and simplification. Improved handling of direct dropdown edges.
    
    * Basic zoom/pan
    
    * Remove old blocks from output
    
    * Fix distance calculation
    
    * Added function selector
    
    * Improved zoom behavior
    
    * figue 8 logic
    
    * Canvas scaling / repainting, updated colors
    
    * Don't truncate output, also removed some console.logs
    
    * Tweak to zoom system
    
    * Replaced canvas stuff with svg
    
    * Experimenting with adding shadows to edges
    
    * Removed shadows, was causing problems. Improved how blocks with lots of incident edges are handled.
    
    * Slightly improved edge system
    
    * some work on implementing segment priority system from cutter
    
    * Optimization to rendering process. I was worried the graph layout algorithm was causing the page to hang but it turns out it was adding elements to the page with +=
    
    * Removed need for storing the previous segment
    
    * refactor, splitting up some logic
    
    * Cleaned up logic and got horizontal edges working better
    
    * Remove vis-network dependency
    
    * Updated package-lock, removed @import vis-network css stuff, added a todo for myself
    
    * Cleaned up notes and error messages. Added comments. Clear the pane if there's no function to display
    
    * Added layout time information, implemented .resize
    
    * Light theme
    
    * State work and bug fix for dragiing
    
    * Re-dading lost dark theme changes
    
    * Added jquery import
    
    * Cleaned up console.logs
    
    * Added basic block count
    
    * Incorporated PR review comments; Fixed cypress (hopefully), added documentation, improved the dropdown, and fixed dropdown items not being cleared with an empty result.cfg
    
    * Ran format
    1294c3f9
    History