source: josm/trunk/src/org/openstreetmap/josm/data/osm/Way.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7091   10 years bastiK fixed #9716 - Mappaint style for osm object not updated when tags change
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6717   10 years Don-vip where applicable, replace System.arraycopy by Arrays.copyOf
(edit) @6639   10 years simon04 fix #9544 - Skip nodes outside of download area for …
(edit) @6491   10 years Don-vip fix #9440 - Consistent definition of ways treated as areas
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6140   11 years Don-vip fix #8951 - fix clearing of primitive metadata
(edit) @6105   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5847   11 years Don-vip Search: fix invalid results for nodes: operator with closed ways
(edit) @5694   11 years Don-vip fix #8394 - improve javadoc + remove deprecated debug method
(edit) @5552   11 years bastiK fixed #7941 - Splitting a way doesn't redraw mapcss styled nodes to …
(edit) @5490   12 years Don-vip fix #8015 - proper warnings for closed ways with area-style keys that …
(edit) @5408   12 years Don-vip see #7934 - Only throw DataIntegrityProblemException for *visible* …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5199   12 years simon04 fix #7546 - add validation warning `Superfluous turnrestriction as …
(edit) @5187   12 years Don-vip see #7567 - fix NPE with ways with incomplete nodes.
(edit) @5059   12 years simon04 fix #6561 - fix several overflowing dialog texts
(edit) @4682   12 years simon04 fix #2746 - add validation: Way connected to Area
(edit) @4671   12 years stoecker fix #7164 - patch by ij - bugs fixes and improvements for FollowLine …
(edit) @4431   13 years jttt Custom primitive name formatters via tagging presets
(edit) @4321   13 years bastiK applied #6659 - NPE in way length computation (patch by Don-vip)
(edit) @4138   13 years stoecker show way length in status when only one way is selected (side effect: …
(edit) @4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(edit) @4098   13 years bastiK extract common functionality of OsmPrimitive & PrimitiveData to an …
(edit) @4054   13 years stoecker fix last checkin a bit
(edit) @4053   13 years stoecker fix #6219 - don't create ways containing a double node
(edit) @3943   13 years bastiK fixed #6040 - JOSM doesn't display mappaint colours and style for …
(edit) @3844   13 years stoecker see #5899 - support different display of closed ways and areas
(edit) @3836   13 years bastiK mappaint restructuring aimed at mapcss support: * area- and line style …
(edit) @3630   13 years bastiK applied #5552 (patch by extropy) - Delete performance improvement
(edit) @3515   14 years stoecker fixed #5431 - splitting way fails when outer-node is also inner node
(edit) @3468   14 years stoecker fix #5375 - build error
(edit) @3348   14 years jttt Thread safe Dataset and OsmPrimitive, read/write lock for dataset
(edit) @3254   14 years jttt Check complete nodes with null coordinates are not added to the way
(edit) @3153   14 years jttt Return copy of bbox in Way.getBBox (to make sure internal copy won't …
(edit) @3117   14 years jttt Enable check for referenced deleted primitive by default
(edit) @3032   14 years jttt Throw DataIntegrityProblemException when deleted primitive is …
(edit) @2970   14 years jttt Throw DataIntergrityException also when Way/Relation with broken …
(edit) @2963   14 years jttt Throw DatasetIntegrityException when somebody is trying to add …
(edit) @2932   14 years mjulius bring PrimitiveData.getId() in line with OsmPrimitive.getId() remove …
(edit) @2741   14 years jttt Fixed #4261 Selection information is not updated after undo/redo, …
(edit) @2678   14 years jttt Minor cleanup in multipolygon code
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2609   14 years stoecker applied #4146 - patch by mjulius - fix downloading incomplete relation
(edit) @2591   14 years jttt Fix #4114 - NPE when zooming out after updating a partially downloaded …
(edit) @2587   14 years jttt Added Way.hasIncompletNodes(), Way.isIncomplete() now returns true …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2555   14 years stoecker fixed #4055 - patch my mjulius - fix object compare
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2458   14 years stoecker fixed #3936 - regression - deleting last/first node of closed way …
(edit) @2450   14 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2437   14 years jttt Cache bbox for Way
(edit) @2427   14 years jttt Added getBBox method to OsmPrimitive. Used it in QuadBuckets instead …
(edit) @2419   14 years jttt Reindex node or way in QuadBuckets after coordinates change
(edit) @2417   14 years Gubaer Had to update MergeVisitor as a consequence of the note in r2406 and …
(edit) @2410   14 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2407   14 years jttt Added support for referrers
(edit) @2405   14 years jttt Save reference to dataset in OsmPrimitive
(edit) @2404   14 years jttt Use Dataset.getPrimitiveById() instead of custom looking for primitive …
(edit) @2399   14 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2363   14 years jttt Better toString() for OsmPrimitive
(edit) @2305   14 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2284   15 years jttt Added PrimitiveData classes. Uses PrimitiveData as storage for …
(edit) @2252   15 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
(edit) @2204   15 years jttt Save way nodes as array instead of ArrayList to save memory
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2077   15 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1997   15 years Gubaer fixed #3328: show note= again at relations
(edit) @1990   15 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(edit) @1946   15 years Gubaer applied #3235: patch by Daeron: Visitor implementation doesn't belong …
(edit) @1934   15 years Gubaer added some javadoc
(edit) @1923   15 years Gubaer Enabled CopyList again. Disabling in #3194 was a false alarm.
(edit) @1915   15 years Gubaer temporary fix for #3194: Join node to way does not work since r1910 !! …
(edit) @1911   15 years Gubaer fixed #3193: No layer is left highlighted when the bottom most one is …
(edit) @1910   15 years jttt Way refactoring - finish replacing Way.nodes with the new api
(edit) @1900   15 years Gubaer Marked public field 'nodes' as deprecated. After refactoring by jttt …
(edit) @1862   15 years jttt Way refactoring - added method that will in future replace public …
(edit) @1762   15 years Gubaer added: improved tag editor grid in relation editor (borrowed code from …
(edit) @1690   15 years Gubaer new: MultiFetchServerObjectReader using APIs Multi Fetch method …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1611   15 years stoecker fix #2578 - exception on zero length ways
(edit) @1598   15 years framm * secured all methods in Way class against breakage when used with …
(edit) @1499   15 years stoecker close #2302 - patch by jttt - optimizations and encapsulation
(edit) @1463   15 years stoecker delete start/end node of closed way correctly
(edit) @1423   15 years stoecker fix #2177. added via ways to restrictions
(edit) @1400   15 years stoecker first patch for #1937. patch by xeen. In draw mode double clicking …
(edit) @1313   15 years stoecker fix #2047
(edit) @1270   15 years ulfl move two properties from OsmPrimitive to Way to save some memory (we …
(edit) @1264   15 years stoecker display errors for ways
(edit) @1253   15 years ulfl fix indent
(edit) @1200   15 years stoecker add error handling for multipolygon drawing
(edit) @1190   15 years stoecker added first part of multipolygon drawing
(edit) @1180   15 years stoecker fixed bug #1871, removed all deprecations
Note: See TracRevisionLog for help on using the revision log.