220 Commits (2914df4a370230205ab5f2fae96655fd1dace807)
 

Author SHA1 Message Date
  Mikael Capelle 0963f4a12f Use arc instead of only road type to find width and color for drawing. 6 years ago
  Mikael Capelle e15d04eda9 Close ProgressBarDialog on failure. 6 years ago
  Holt59 55e4f4dfdc Set default transform to ZoomAndPanListener to avoid bunch of exceptions. 6 years ago
  Holt59 6cc57631ad Rename binary readers, and separate the button in two. 6 years ago
  Holt59 a4e7a6f708 Fix issue with NodesInputPanel getting enable when clearing threads. 6 years ago
  Holt59 03a26ab083 Do not draw oneWay arc twice. 6 years ago
  Mikael Capelle bcb9faa6b2 Fix issue in ProgressBar when number of nodes/descs/arcs was less than 100. 6 years ago
  Holt59 575eb71e64 Fix issue with startAlgoButton when enabling the ShortestPathPanel. 6 years ago
  Holt59 592ef40e54 Remove debug output. 6 years ago
  Holt59 094840f152 Center progress bar on drawing. 6 years ago
  Holt59 823ed07770 Add observers to GraphReader. 6 years ago
  Holt59 7b2f3f3549 BasicDrawing now create a new image for each new graph to have better scaling. 6 years ago
  Holt59 43835e4837 Remove drawPoint, switch to PointSetOverlay. 6 years ago
  Holt59 42f38bb758 Switch JUnit 5 -> Junit 4. 6 years ago
  Holt59 7de61ac27e Fix visiblity issue with markers in NodesInputPanel. 6 years ago
  Holt59 1a664b8a3c Modify connection between MainWindow and the NotesInputPanel. 6 years ago
  Holt59 cfa374c12d UPdate .classpath. 6 years ago
  Holt59 791ea13d5e Add more info in status bar. 6 years ago
  Holt59 b3aaaf8d10 Update BinaryHeap tests. 6 years ago
  Holt59 20a64255aa Remove output. 6 years ago
  Holt59 05c4f0da2a Try to improve mapsforge auto file detection. 6 years ago
  Holt59 d4b1ef0481 Remove unused constructor of BasicPathOverlay. 6 years ago
  Holt59 1f06fc1eec Link inputs directly to MainWindow to avoid issue when loading new graph/redrawing. 6 years ago
  Holt59 b192bb4f07 Add info panel for SP solutions. 6 years ago
  Holt59 1cb11975a6 Remove main from ShortestPathPanel. 6 years ago
  Holt59 96ca2b3a8a Add path overlays functionality. 6 years ago
  Holt59 71202409b8 Rename some classes. 6 years ago
  Holt59 ae460ff454 Remove drawLine. Better overlay for BasicDrawing. 6 years ago
  Holt59 467253f9bb Re-organize code. 6 years ago
  Holt59 29051be12b Create OverlayTracker as a prent of MarkerTracker to allow tracking of other objects. 6 years ago
  Holt59 6bc633e5bb Add shortest path panel. 6 years ago
  Holt59 b6eb6d97ea Switch from int to byte for color in markers. 6 years ago
  Holt59 422a3267ca Add possibility to show/hide a marker after its creation without having to delete/recreate it. 6 years ago
  Holt59 9ae576a058 Fix size issue for point vs. marker. 6 years ago
  Holt59 fc44ad93c3 Remove unwanted output. 6 years ago
  Holt59 9acdc998b3 Improve overlay management for BasicDrawing. 6 years ago
  Holt59 481e30e80c Add way to track drawn Markers on map and delete/move them. Delete not implemented for BasicDrawing. 6 years ago
  Holt59 a9ab69965e Remove zoom limit in MapViewDrawing. 6 years ago
  Holt59 5ccdbc9417 Fix issue that was shrinking the drawing when redrawing. 6 years ago
  Holt59 0236798ef5 Fix isValid(). 6 years ago
  Holt59 f736bf3005 Add implementation of methods for Path (for testing purpose... ). 6 years ago
  Holt59 ccad590007 Switch ArrayList -> List. Fix ambiguous javadoc. 6 years ago
  Holt59 bc67e95f7f Switch from ArrayList to List in Graph. 6 years ago
  Holt59 374e5e5f5c Update javadoc for graph package. 6 years ago
  Holt59 adbb1f7e61 Fix javadoc for Point. 6 years ago
  Holt59 d00e012497 Enforce immutability via final and unmodifiableList. 6 years ago
  Holt59 7640fa34c7 Switch to static methods for creating paths from nodes. 6 years ago
  Holt59 26180b8d4d Remove top panel. 6 years ago
  Holt59 ca94ddf7ff Fix output stream in textarea. Add blocking actions. 6 years ago
  Holt59 0514c627b4 Rename abstract classes. 6 years ago