source: josm/trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11542   7 years stoecker null colors never worked in preferences and don't make much sense
(edit) @11462   7 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @10875   8 years Don-vip fix #13413 - Clean ImproveWayAccuracyAction, add new class …
(edit) @10853   8 years Don-vip see #13309 - fix most of deprecation warnings
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10115   8 years Don-vip fix coverity 1011666, 1011667, 1011836, 1011837, 1011838
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9572   8 years Don-vip fix #12417 - mapmodes did not listen to preferences change (patch by …
(edit) @9444   8 years simon04 see #12335 - Enable "Angle snapping", "Dual alignment" only in …
(edit) @9409   8 years simon04 fix #12335 - Disable "Angle snapping", "Dual alignment" when no edit …
(edit) @9231   8 years Don-vip javadoc update
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9059   8 years Don-vip checkstyle
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8839   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7668   9 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7592   10 years stoecker fix JavaDoc
(edit) @7247   10 years akks see #7991: patch by AlfonZ - minor fix to segment collapsion in …
(edit) @7232   10 years akks see #7991: more fixes to X DualAlign mode (fix exceptions, Alt-drag …
(edit) @7226   10 years akks see #7991:patch by AlfonZ mod. Show and correctly handle segment …
(edit) @7223   10 years akks Extrude mode: do not allow reversing the moved segment direction to …
(edit) @7217   10 years akks see #10104: refactor key press/release detection introducing …
(edit) @7216   10 years akks Add Dual Align mode for extruder (patch by AlfonZ, see #7991)
(edit) @7180   10 years Don-vip fix #9952 - set extrude.initial-move-threshold to 1px as default
(edit) @7009   10 years akks see #9952: added parameter extrude.initial-move-threshold (to tune …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6252   11 years stoecker fix #8798 - patch by AlfonZ - fix extruder
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6050   11 years akks fix #8470: drag nodes along segments in Extrude mode only when Ctrl …
(edit) @6037   11 years akks see #8470: extrude mode option - extrude.drag-nodes-without-ctrl
(edit) @6008   11 years Don-vip fix #8796 - Extruding a way with 3 or 4 nodes closes unexpectedly …
(edit) @5960   11 years Don-vip see #8710 - Inconsistent MapMode focus behaviour: fix core mapmodes
(edit) @5747   11 years akks Extrude mode: not add way modification command when it is not needed …
(edit) @5746   11 years akks see #8470: finish refactoring of Extrude mode, allow single node …
(edit) @5741   11 years akks Extrude mode refactoring (func. splitting, javadoc). Use constant …
(edit) @5506   12 years bastiK applied #7990 extruder: different curser icons for non-rectangled …
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4620   12 years Don-vip fix #7055 - NPE
(edit) @4327   13 years xeen updates visual appearance of highlights and adds them to select and …
(edit) @4142   13 years stoecker fix #6323 - patch by olejorgenb and Hojoe (modified and bug fixed by …
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3939   13 years stoecker hopefully fix #5427
(edit) @3919   13 years stoecker unify cursor handling, hopefully fix #5381
(edit) @3762   13 years stoecker fix help
(edit) @3754   13 years stoecker some cleanups in help page marking
(edit) @3682   13 years bastiK fixed #5670 - Nodes are not marked dirty when moved with area tool …
(edit) @3650   13 years bastiK applied #5599 (patch by extropy) - Join areas speed improvement
(edit) @3634   13 years bastiK applied #5560 (patch by extropy) - Extrude does not work with multiple …
(edit) @3631   13 years bastiK see #5560 (patch by extropy) - Extrude does not work with multiple …
(edit) @3557   14 years bastiK applied #5427 (patch by extropy) - Extrude leaves unnecessary nodes …
(edit) @3530   14 years stoecker fix array preferences
(edit) @3262   14 years bastiK extended command list dialog; added inspection panel
(edit) @3184   14 years bastiK fixed #4256 - Extrude snaps to a sparse grid (Changed the geometrical …
(edit) @3177   14 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2666   14 years jttt Minor mappaint cleanup, use constants for colors
(edit) @2450   14 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2432   14 years Gubaer fixed patch applied in in r2429 - didn't compile. Hope the downcasting …
(edit) @2429   14 years stoecker applied #3832 - patch by ris - improve extrude action
(edit) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1422   15 years stoecker close #1970. Patch by xeen
(edit) @1418   15 years stoecker fixed #2054
(edit) @1379   15 years stoecker apply #2127. patch by xeen
Note: See TracRevisionLog for help on using the revision log.