Commit Graph

810 Commits

Author SHA1 Message Date
Tom MacWright d8d65c4784 Transition stroke active class colors. Refs #287 2012-12-17 12:35:06 -05:00
Tom MacWright d5fa942f55 Update lodash, use deep cloning to fix #284 2012-12-17 12:31:19 -05:00
John Firebaugh e8147fdd29 Add d3.latedrag.js to package 2012-12-15 09:45:32 -08:00
John Firebaugh d66915e356 Update mocha and include mocha-phantomjs fix
Fixes #289, see:
https://github.com/metaskills/mocha-phantomjs/pull/30
https://github.com/visionmedia/mocha/pull/691
2012-12-15 09:37:06 -08:00
John Firebaugh e627616603 Fix float comparison 2012-12-15 09:37:06 -08:00
Saman Bemel-Benrud 2c3c4cc652 resolve conflict. 2012-12-14 19:58:15 -05:00
Saman Bemel-Benrud 9348068224 forgot to uncomment thing 2012-12-14 19:56:48 -05:00
Saman Bemel-Benrud 8c364091a3 refining cursor behavior. 2012-12-14 19:54:55 -05:00
John Firebaugh ad0efa4931 Place -> Point
We decided to use geometric terms for the modes.
2012-12-14 14:39:38 -08:00
Tom MacWright d28abaa378 Merge branch 'master' of github.com:systemed/iD 2012-12-14 17:06:17 -05:00
Tom MacWright c32a1e8fdc New limit of 10,000 features. Fixes #283 2012-12-14 17:06:04 -05:00
Saman Bemel-Benrud 9ab37f612d Merge branch 'master' of github.com:systemed/iD 2012-12-14 16:30:47 -05:00
Saman Bemel-Benrud 37c79c0500 basic cursor stuff. 2012-12-14 16:30:31 -05:00
Tom MacWright 94c7e17b81 Fix tabindex 2012-12-14 15:34:21 -05:00
Tom MacWright 24b6e8adb2 Just an area tag. Fixes #282 2012-12-14 15:04:54 -05:00
Tom MacWright 97637c0cf5 Fix saving empty tag from inspector 2012-12-14 14:55:31 -05:00
Tom MacWright 9887e9c1bf Fix global leaks 2012-12-14 14:51:26 -05:00
Tom MacWright de9416e85f Merge branch 'master' of github.com:systemed/iD 2012-12-14 14:51:15 -05:00
Tom MacWright e20a35d7c9 Append notice to supersurface. Fixes #266 2012-12-14 14:51:05 -05:00
Saman Bemel-Benrud 9603a9d7a6 Merge branch 'master' of github.com:systemed/iD 2012-12-14 14:48:47 -05:00
Saman Bemel-Benrud faf87c6e2f first pass at cursor designs. 2012-12-14 14:48:35 -05:00
Tom MacWright 09b20ffe94 Fix inspector for things with no tags 2012-12-14 14:41:21 -05:00
Tom MacWright ae9ebda78b Add accuracy handles for areas as well. 2012-12-14 14:38:13 -05:00
Tom MacWright 9844bf1d31 Fix saving keys. Fixes #280 2012-12-14 14:36:09 -05:00
Tom MacWright 704b9a78a4 Fixup local editors. Fixes #275 2012-12-14 14:32:04 -05:00
Tom MacWright e9540bf281 Avoid barriers as well 2012-12-14 14:25:14 -05:00
Tom MacWright 3803d28d74 Improve area-closed logic. Fixes #237 2012-12-14 14:20:17 -05:00
Tom MacWright b5065d81c4 Fix way node dragging. Fixes #279 2012-12-14 13:51:36 -05:00
Tom MacWright 1abffc6f8a Finish areas on double-click. Fixes #272 2012-12-14 13:45:53 -05:00
Tom MacWright 66f58ac96b Fix regressions in 9743ee282b - .hint() is
not meant to be chainable.
2012-12-14 13:42:53 -05:00
Saman Bemel-Benrud 5da434497b resolved conflict. 2012-12-14 12:17:49 -05:00
Saman Bemel-Benrud a78b10a765 map marker style adjustments, more work to inspector. 2012-12-14 12:10:02 -05:00
Tom MacWright a1383d01b0 Add npm package 2012-12-14 11:30:13 -05:00
John Firebaugh 070ee74ff6 Remove unused 2012-12-13 17:43:51 -08:00
John Firebaugh 9eb4552573 Revert unintended changes in c93cd4 2012-12-13 17:43:51 -08:00
John Firebaugh 209b87f7e8 Extract MoveWay action 2012-12-13 17:39:07 -08:00
John Firebaugh ee3f5cc768 Move -> MoveNode, in preparation for MoveWay 2012-12-13 17:39:07 -08:00
John Firebaugh 15c5f5d866 Follow rename 2012-12-13 17:39:07 -08:00
John Firebaugh 150dcf471e Chain 2012-12-13 17:39:07 -08:00
John Firebaugh 304a9c3603 Add symbol for delete key 2012-12-13 17:39:07 -08:00
John Firebaugh c37aa11408 Start testing modes 2012-12-13 17:39:06 -08:00
John Firebaugh d192d8bed5 Smaller test data 2012-12-13 17:39:06 -08:00
John Firebaugh c5dbebc063 Move keybinding to map 2012-12-13 17:39:06 -08:00
John Firebaugh a58a07277a Simplify d3.keybinding
Remove window.__onfocus property; it triggers mocha's leak detection.
Calculate modifiers using the even properties instead.
2012-12-13 17:39:06 -08:00
Tom MacWright 4a5663df92 Show local editing users 2012-12-13 18:28:16 -05:00
Tom MacWright c4298dd135 Simplify inspector 2012-12-13 17:34:23 -05:00
Tom MacWright 9461fe794c Fix dragging selected features. Fixes #271 2012-12-13 17:00:34 -05:00
Tom MacWright 47ea2d82a6 Indentation and jshint 2012-12-13 16:45:05 -05:00
Saman Bemel-Benrud 6007cbd605 Merge branch 'master' of github.com:systemed/iD 2012-12-13 16:02:07 -05:00
Saman Bemel-Benrud 30f8367d07 more styling to inspector. 2012-12-13 16:01:57 -05:00