source: josm/trunk/src/org/openstreetmap/josm/tools/Geometry.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9108   8 years Don-vip checkstyle
(edit) @9099   8 years bastiK mapcss partial fill: move threshold parameter ([9063]) into the mapcss …
(edit) @9063   8 years bastiK mapcss: partial fill - if partial fill would only leave a small gap in …
(edit) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @9059   8 years Don-vip checkstyle
(edit) @9038   8 years Don-vip fix #12118 - NPE
(edit) @8928   8 years Don-vip javadoc fixes
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(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) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8387   9 years Don-vip fix some Findbugs warnings
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(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) @8303   9 years Balaitous fix #7421 - Circle created from way heads always clockwise * If 3 …
(edit) @8127   9 years Don-vip fix Sonar issue squid:S2111 - "BigDecimal(double)" should not be used
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7828   9 years Don-vip fix #10855 - fix NPE - better handling of nodes without coordinates
(edit) @7792   9 years bastiK see #10286 - fix numerical rounding problems
(edit) @7776   9 years akks fix #10821: ImproveWayAccuracy produced self-intersecting ways remove …
(edit) @7509   10 years stoecker remove tabs
(edit) @7392   10 years Don-vip code cleanup, javadoc update
(edit) @7193   10 years bastiK added right- and left-hand traffic database (new mapcss …
(edit) @7145   10 years simon04 see #10037 - Improve node-inside-multipolygon matching by handling …
(edit) @7072   10 years Don-vip fix #9988 - NPE in Geometry.getCentroid()
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6934   10 years Don-vip fix #7423 - Align nodes in circle results are unstable (patch by Balaitous)
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6869   10 years Don-vip fix #9731 - fix a bunch of problems occuring when validating …
(edit) @6841   10 years Don-vip see #9680 - Boost multipolygon computation performance by caching Areas
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6607   10 years simon04 see #9516 - MapCSS: add basic support for a "contains" expression The …
(edit) @6566   10 years simon04 fix #9494 - Advanced object info: add "Center of bounding box", and …
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6230   11 years Don-vip Sonar - Don't create instances of already existing BigInteger ZERO
(edit) @6113   11 years Don-vip fix some compilation warnings
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6049   11 years akks see #8851: fix some bugs in joining areas and adding intersections …
(edit) @6007   11 years Don-vip fix #8794 - NumberFormatException in Geometry.getCentroid()
(edit) @5980   11 years Don-vip see #8631 - Sanity checks in geometry functions dealing with …
(edit) @5698   11 years bastiK fix problem with making multisplitpanelayout persistent (avoid loop …
(edit) @5647   11 years Don-vip fix #8305 - Validator: don't check distance for incomplete house …
(edit) @5542   11 years Don-vip fix #8118 - IllegalPathStateException when running validator (building …
(edit) @5522   12 years Don-vip fix #7034, fix #8067 - Rework "Building inside Building" test from scratch
(edit) @5313   12 years Don-vip fix #7829 - Division by zero in Geometry.getCentroid()
(edit) @5275   12 years bastiK doc improvements
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5125   12 years Don-vip Make polygon centroid computation a public method in Geometry class
(edit) @4846   12 years simon04 see #7184 - Added ImproveWayAccuracy plugin to josm core. This plugin …
(edit) @4344   13 years stoecker fix #5257 - patch by simon04 - fix way order validator checks
(edit) @4134   13 years bastiK see #67 - new parallel way drawing mode (patch by Ole Jørgen Brønner)
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4085   13 years bastiK applied #6308 (patch by Ole Jørgen Brønner) - Filter/search by …
(edit) @3939   13 years stoecker hopefully fix #5427
(edit) @3650   13 years bastiK applied #5599 (patch by extropy) - Join areas speed improvement
(add) @3636   13 years bastiK see #5577 (patch by extropy) - Move some methods and make them public …
Note: See TracRevisionLog for help on using the revision log.