Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | web: fight against react-router | Maximilian Hils | 2014-12-12 | 5 | -9/+81 | |
| | ||||||
* | web: implement filters | Maximilian Hils | 2014-12-12 | 4 | -25/+1799 | |
| | ||||||
* | web: add filter grammar | Maximilian Hils | 2014-12-11 | 1 | -0/+93 | |
| | ||||||
* | web: add file menu stub | Maximilian Hils | 2014-12-10 | 1 | -9/+83 | |
| | ||||||
* | web: implement settings store, modularize store | Maximilian Hils | 2014-12-10 | 7 | -104/+147 | |
| | ||||||
* | web: take viewport resize into account | Maximilian Hils | 2014-12-10 | 3 | -6/+28 | |
| | ||||||
* | web: add event store, fix all those bugs | Maximilian Hils | 2014-12-10 | 13 | -272/+182 | |
| | ||||||
* | generalize store | Maximilian Hils | 2014-12-09 | 2 | -110/+114 | |
| | ||||||
* | always use the app dispatcher | Maximilian Hils | 2014-12-09 | 6 | -76/+91 | |
| | ||||||
* | web: various improvements | Maximilian Hils | 2014-11-29 | 6 | -29/+84 | |
| | ||||||
* | event log: virtual scrolling | Maximilian Hils | 2014-11-28 | 4 | -37/+68 | |
| | ||||||
* | web: add virtualscroll mixin | Maximilian Hils | 2014-11-28 | 2 | -48/+71 | |
| | ||||||
* | web: various fixes, add clear button | Maximilian Hils | 2014-11-28 | 6 | -33/+72 | |
| | ||||||
* | web: virtual scrolling | Maximilian Hils | 2014-11-28 | 3 | -48/+95 | |
| | ||||||
* | web: fixes | Maximilian Hils | 2014-11-27 | 2 | -13/+21 | |
| | ||||||
* | format code | Maximilian Hils | 2014-11-27 | 12 | -148/+153 | |
| | ||||||
* | web++ | Maximilian Hils | 2014-11-27 | 11 | -166/+193 | |
| | ||||||
* | introduce revised views, port over changes from multiple_views branch | Maximilian Hils | 2014-11-26 | 4 | -98/+194 | |
| | ||||||
* | beef up event log | Maximilian Hils | 2014-09-22 | 6 | -22/+100 | |
| | ||||||
* | web: perf improvements | Maximilian Hils | 2014-09-22 | 6 | -15/+31 | |
| | ||||||
* | web: various improvements | Maximilian Hils | 2014-09-21 | 4 | -43/+105 | |
| | ||||||
* | web: minor fixes | Maximilian Hils | 2014-09-20 | 1 | -7/+9 | |
| | ||||||
* | web: display flow connection info | Maximilian Hils | 2014-09-19 | 6 | -80/+233 | |
| | ||||||
* | web: flow icons | Maximilian Hils | 2014-09-19 | 3 | -5/+51 | |
| | ||||||
* | start to fill detailpane | Maximilian Hils | 2014-09-19 | 4 | -8/+125 | |
| | ||||||
* | basic splitter -> kick-ass splitter | Maximilian Hils | 2014-09-18 | 2 | -7/+26 | |
| | ||||||
* | add splitter | Maximilian Hils | 2014-09-18 | 4 | -2/+85 | |
| | ||||||
* | web: detailpane impl | Maximilian Hils | 2014-09-18 | 8 | -106/+239 | |
| | ||||||
* | fix #361 | Maximilian Hils | 2014-09-18 | 1 | -1/+1 | |
| | ||||||
* | flowtable: add selection indicator, add keyboard navigation | Maximilian Hils | 2014-09-18 | 5 | -104/+204 | |
| | ||||||
* | .jsx -> .jsx.js | Maximilian Hils | 2014-09-18 | 5 | -3/+6 | |
| | | | | | Rename jsx files to be compatible with Chrome Dev Tools and Workspace Mapping. | |||||
* | add features to the traffic table, introduce image spriting | Maximilian Hils | 2014-09-17 | 2 | -15/+63 | |
| | ||||||
* | implement FlowStore basics | Maximilian Hils | 2014-09-17 | 7 | -38/+228 | |
| | ||||||
* | connect eventlog events to ui | Maximilian Hils | 2014-09-17 | 9 | -36/+40 | |
| | ||||||
* | Introduce short form object state, and connect the ends to send data to web app | Aldo Cortesi | 2014-09-17 | 1 | -1/+9 | |
| | ||||||
* | formatting | Maximilian Hils | 2014-09-17 | 12 | -79/+82 | |
| | ||||||
* | Basic websocket connection, code cleanup. | Aldo Cortesi | 2014-09-17 | 1 | -14/+11 | |
| | ||||||
* | Slightly more verbose gulping, remove strict declarations for now. | Aldo Cortesi | 2014-09-16 | 3 | -3/+0 | |
| | ||||||
* | Convert to ES5 inheritance pattern | Aldo Cortesi | 2014-09-16 | 8 | -106/+115 | |
| | ||||||
* | We're not ready for ES6 | Aldo Cortesi | 2014-09-16 | 12 | -123/+121 | |
| | | | | Lets re-evaluate in June next year when it's actually released | |||||
* | ignore compiled files in diff | Maximilian Hils | 2014-09-16 | 3 | -4/+5 | |
| | ||||||
* | format javascript | Maximilian Hils | 2014-09-16 | 11 | -219/+237 | |
| | ||||||
* | web: implement EventLogStore | Maximilian Hils | 2014-09-16 | 11 | -91/+132 | |
| | ||||||
* | web: eventlog ui | Maximilian Hils | 2014-09-15 | 2 | -5/+10 | |
| | ||||||
* | client-side structure | Maximilian Hils | 2014-09-15 | 15 | -260/+373 | |
| | ||||||
* | Client-side cleanup | Aldo Cortesi | 2014-09-15 | 3 | -29/+28 | |
| | | | | | | - Remove grunt - Formatting and spacing. There shall be 4 spaces in a tab. Not 3. Not 5. And 2 is right out. | |||||
* | web: add flow stub | Maximilian Hils | 2014-09-14 | 2 | -26/+54 | |
| | ||||||
* | gulpfile: add tests and notify | Maximilian Hils | 2014-09-14 | 1 | -2/+0 | |
| | ||||||
* | update Gruntfile | Maximilian Hils | 2014-09-13 | 2 | -4/+1 | |
| | ||||||
* | web: start gui | Maximilian Hils | 2014-09-13 | 7 | -47/+246 | |
| |