1. a7c3dd1 Refactored topo view server-side for better separation of concerns. by Thomas Vachuska · 9 years ago
  2. 3f03d4a GUI -- Added updateLink and removeLink event handling. by Simon Hunt · 9 years ago
  3. bb282f5 GUI -- Added updateDevice event handling. by Simon Hunt · 9 years ago
  4. f67722a GUI -- tweaked couple of topo force layout parameters. by Simon Hunt · 9 years ago
  5. 7cd48f3 GUI -- store ref to node/link selection in backing data. by Simon Hunt · 9 years ago
  6. 4830d39 Added server-side code to create host-to-host intent. Still WIP. by Thomas Vachuska · 9 years ago
  7. db3695a Merge "GUI -- augmented hash parsing to include flags (after '?'), which are passed into view callbacks as a boolean map. - moved event test files into sub directories - prepared topo2.js for scenario choice via hash context and 'local' (and 'debug') flag. - added 'simple' scenario: 2 switches, 1 link, and 2 hosts. - augmented topo event dispatch for yet-to-be-implemented event handlers. - implemented addHost() event handler." by Thomas Vachuska · 9 years ago
  8. 56d5185 GUI -- augmented hash parsing to include flags (after '?'), which are passed into view callbacks as a boolean map. by Simon Hunt · 9 years ago
  9. 70c16ad Adding "id" to the link messages to the GUI. by Thomas Vachuska · 9 years ago
  10. 690e5f6 Adding GUI server-side code. by Thomas Vachuska · 9 years ago
  11. 5f36d34 GUI -- Fixed empty or null label issue (cycle labels) by Simon Hunt · 9 years ago
  12. 65368e3 GUI -- Added global key bindings mechanism by Thomas Vachuska · 9 years ago
  13. d1be50d Adding multi-selection to the GUI and sketching out GUI/Server interactions. by Thomas Vachuska · 9 years ago
  14. 50128c0 GUI -- Some cleanup in topo.js by Simon Hunt · 9 years ago
  15. d472c6e Hooking up GUI server & client via web-socket. by Thomas Vachuska · 9 years ago
  16. 7d638d3 Initial sketch of the GUI web-socket mechanics. by Thomas Vachuska · 9 years ago
  17. 1a9eff9 GUI -- Test events: unpinned the first node; increased a few link widths. by Simon Hunt · 9 years ago
  18. 99c1384 GUI - reworked to allow for event-based topology building, in preparation for web-socket connection to the server. by Simon Hunt · 9 years ago
  19. 929f77b Set boolean to true for live data. by Simon Hunt · 9 years ago
  20. 2fe26ac test (added lines) by Simon Hunt · 9 years ago
  21. c7ee066 GUI -- Major Work-In-Progress by Simon Hunt · 9 years ago
  22. 934c3ce GUI -- Simplified setRadio() api. Other minor cleanup. Added test topology data files. by Simon Hunt · 9 years ago
  23. a09b927 GUI -- Removed out of date comment. by Simon Hunt · 9 years ago
  24. 0df1b1d GUI -- Added key handler mechanism. by Simon Hunt · 9 years ago
  25. 142d003 GUI -- Starting migration of topology view to the updated framework. WIP. by Simon Hunt · 9 years ago
  26. db9eb07 GUI -- Added sample view to demonstrate radio buttons. by Simon Hunt · 9 years ago
  27. 8914d8b GUI -- two module template flavors: DIV and SVG. by Simon Hunt · 9 years ago
  28. e7f4bb0 GUI -- Reworking sample view to be more interesting. by Simon Hunt · 9 years ago
  29. 2524891 Restructuring GUI code - implementing view life-cycles. by Simon Hunt · 9 years ago
  30. 195cb38 Restructuring GUI code - first pass - WIP. by Simon Hunt · 9 years ago
  31. 1bd9ccf Fixed cut'n'paste error in topo details response. by Simon Hunt · 9 years ago
  32. dc3fa08 Cleanup CSS by Simon Hunt · 9 years ago
  33. ac52575 Fixed bug whereby port labels did not fade in filtered views. by Simon Hunt · 9 years ago
  34. 5f99849 Fixed a defect in GUI details fly-out (it would not appear) by Thomas Vachuska · 9 years ago
  35. 3c29c14 Added port numbers to port labels. Still needs fine tuning, but good enough for the demo. by Simon Hunt · 9 years ago
  36. 69a8d21 Adding port labels to links. WIP. by Simon Hunt · 9 years ago
  37. ee66e61 Added 'B' keystroke to toggle background image visibility. by Simon Hunt · 9 years ago
  38. 8cd66a5 Added background image of a us-map as a provisional eye-candy. by Thomas Vachuska · 9 years ago
  39. b4d9d4c Added 'useLiveData' configuration switch. by Simon Hunt · 9 years ago
  40. a491131 Added more sample data. by Simon Hunt · 9 years ago
  41. 7317137 Minor format change to network.js by Simon Hunt · 9 years ago
  42. c3d86ae Added link port information to topology data. by Thomas Vachuska · 9 years ago
  43. 7c7aafb Added ports to link data in sample json. by Simon Hunt · 9 years ago
  44. 1de6601 Tweaked GUI files to clean-up the look and feel and to add a few enhancements. by Thomas Vachuska · 9 years ago
  45. e972ea5 Added GUI integration for device & host properties. by Thomas Vachuska · 9 years ago
  46. cc26756 Added sample switch data, and augmented selection logic to fetch the detail data from the server. by Simon Hunt · 9 years ago
  47. c586e21 Added fly-in detail pane. by Simon Hunt · 9 years ago
  48. f967d51 Added styling to unpinned nodes. by Simon Hunt · 9 years ago
  49. 9a16c82 Pin nodes at end of mousedrag. by Simon Hunt · 9 years ago
  50. 6f376a3 Changed hosts to small circles (rather than labeled rectangles), and updated collision prevention code appropriately. by Simon Hunt · 9 years ago
  51. ce2474a Revised copyright message. by Thomas Vachuska · 9 years ago
  52. 4f1a60c Revised copyright message. by Thomas Vachuska · 9 years ago
  53. d35961b Added keydown handler. by Simon Hunt · 9 years ago
  54. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 9 years ago
  55. 5cd0e8f Fixed node geometry so that [x,y] is now at the center of the rectangle. (Added debug circles). by Simon Hunt · 9 years ago
  56. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 9 years ago
  57. 598924e Sketched out TopologyResource for the new GUI. by Thomas Vachuska · 9 years ago
  58. 19cb098 Another step forward with the UI. by Simon Hunt · 9 years ago
  59. 2c9e0c2 Another step forward with the UI. by Simon Hunt · 9 years ago
  60. 1c21989 Added geometry lib script, and implemented collision prevention of nodes. by Simon Hunt · 9 years ago
  61. ae968a6 Oops. Added missing .png's and fixed a couple of errors in network.js. by Simon Hunt · 9 years ago
  62. 1c5f8b6 Added code to adjust node rectangle size based on text label size, plus a little more for the icon. by Simon Hunt · 9 years ago
  63. 68ae665 Added 32x32 icons to nodes (place holder images for now). by Simon Hunt · 9 years ago
  64. 3ab76a8 Added basic drag and select behavior to nodes. by Simon Hunt · 9 years ago
  65. 0b05d4a Initial (v.rough) draft of ONOS UI. by Simon Hunt · 9 years ago
  66. 8bca74f Added d3 and jquery libs to index.html by Simon Hunt · 9 years ago
  67. 1f60124 Preparing gui module. by tom · 9 years ago
  68. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago
  69. 82e7257 Converted all package.html files to package-info.java for easier package documentation. by tom · 10 years ago
  70. 5ac5188 Moved the samples to a separate package. by tom · 10 years ago
  71. 0eb04ca Added cubby-holes for new projects. by tom · 10 years ago