source: josm/trunk/src/org/openstreetmap/josm/data/osm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9552   8 years Klumbumbus fix #10290 - remove wadi direction arrows; see #12404 - improve …
(edit) @9545   8 years Don-vip fix javadoc errors/warnings
(edit) @9539   8 years simon04 fix #10290 - Improve ReverseWayNoTagCorrector It evaluates its own …
(edit) @9538   8 years simon04 see #10290 - Consider waterway=canal as not directional, …
(edit) @9536   8 years simon04 Refactoring (make Tag implement the Tagged interface)
(edit) @9519   8 years simon04 fix #7090 - Upload dialog allow select another user open changeset
(edit) @9487   8 years Don-vip see #12376 - checkstyle
(edit) @9480   8 years Don-vip fix #12376 - Multipolygon test hangs (patch by cmuelle8), regression …
(edit) @9468   8 years simon04 fix #8804 - Add version info to conflict dialog
(edit) @9460   8 years Don-vip javadoc
(edit) @9372   8 years simon04 Checkstyle
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9351   8 years simon04 Refactoring: use Fork/Join Tasks for parallel execution
(edit) @9348   8 years simon04 see #12083 - When activating an erroneous filter, name the filter with …
(edit) @9284   8 years bastiK refactor some code from StyleCache into separate classes (see #9891)
(edit) @9278   8 years bastiK move ElemStyle classes to new package, rename to (Style)Element
(edit) @9268   8 years simon04 Avoid unnecessary creation of empty map when copying keys Relates to …
(edit) @9267   8 years simon04 fix #12272 - Fix access to the AbstractPrimitive#keys (patch by …
(edit) @9246   8 years Don-vip javadoc update
(edit) @9243   8 years Don-vip javadoc update
(edit) @9239   8 years Don-vip javadoc update
(edit) @9213   8 years Don-vip fix #12253 - NPE
(edit) @9212   8 years Don-vip checkstyle 6.14 + tune xml validation settings in Eclipse project
(edit) @9203   8 years Don-vip add more unit tests, javadoc
(edit) @9113   8 years bastiK javadoc
(edit) @9102   8 years bastiK fixed #12182 - Plus sign (add node on way) renders different depending …
(edit) @9101   8 years bastiK fixed #12155 - North-Pole-Node seems to destroy the Map in JOSM
(edit) @9099   8 years bastiK mapcss partial fill: move threshold parameter ([9063]) into the mapcss …
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @9082   8 years bastiK mapcss partial fill: remove [9061] code & turn it on again (see #12104)
(edit) @9079   8 years Don-vip update to CheckStyle 6.13
(edit) @9077   8 years bastiK mapcss: partial fill - fix linecap (see #12104)
(edit) @9076   8 years bastiK mapcss: partial fill - fix for [9063] - use scale instead of circum …
(edit) @9075   8 years Don-vip pmd - Useless qualified this usage in the same class
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @9071   8 years bastiK mappaint partial fill: turn off margin on both sites for unclosed area …
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9065   8 years Don-vip checkstyle
(edit) @9063   8 years bastiK mapcss: partial fill - if partial fill would only leave a small gap in …
(edit) @9061   8 years bastiK mappaint partial fill: render unclosed areas differently (margin on …
(edit) @9059   8 years Don-vip checkstyle
(edit) @9032   8 years bastiK mapcss / partial fill: multipolygon inners now closed loop without …
(edit) @9019   8 years Don-vip fix #12112 - Use java.util.Properties to read REVISION file in the …
(edit) @9017   8 years bastiK mapcss: fix partial fill for incomplete multipolygons (see #12104)
(edit) @9016   8 years bastiK mapcss: minor improvement for drawing of unclosed areas (see #12104)
(edit) @9008   8 years bastiK see #12104 - mapcss: partial filling of areas (fill-extent) for fill-image
(edit) @9005   8 years bastiK see #12104 - mapcss: add option for partial filling of areas (inspired …
(edit) @9002   8 years bastiK mappaint: added Einstein-pref to set text antialiasing hint (see …
(edit) @8994   8 years bastiK fixed #12025 - text along line rendering for bi-directional text
(edit) @8993   8 years Don-vip fix #12060 - NPE
(edit) @8990   8 years simon04 fix #12052 - Splitting a self intersecting way does not highlight the …
(edit) @8968   8 years Don-vip update javadoc
(edit) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8927   8 years Don-vip fix #11998 - add two new protected boolean members to simplify …
(edit) @8901   9 years Don-vip fix #11969 - Add yh:WIDTH to tags.discardable
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(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) @8812   9 years simon04 see #11916 - Search: allow to use MapCSS selectors
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8767   9 years Klumbumbus remove oneway arrows of deprecated tag waterway=rapids
(edit) @8742   9 years simon04 fix #11834 - KeyValueVisitor: also provide primitive to the visitor
(edit) @8740   9 years simon04 fix #11834 - Use visitor pattern for key/value lookup (patch by …
(edit) @8739   9 years simon04 see #11833 - Attempt to fix infinite loop in MultipolygonCache (thanks …
(edit) @8735   9 years simon04 fix #11839 - AbstractPrimitive: getKeys() is accessing this.keys …
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8709   9 years simon04 see #11827 - fix NPE introduced in r8708
(edit) @8708   9 years simon04 see #11827 - see #11653 - Revert r8566 till its impacts are fully …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8652   9 years Don-vip fix #11767 - Use Arrays.copyOf in OsmPrimitive#put(String, String)
(edit) @8632   9 years Don-vip update Checkstyle to 6.8.1, update Eclipse project, fix checkstyle issues
(edit) @8616   9 years bastiK applied #11714 - StyledMapRenderer javadoc (patch by michael2402)
(edit) @8614   9 years bastiK applied #11708 - Removed redundant code from StyledMapRenderer (patch …
(edit) @8595   9 years Don-vip fix #11681 - NPE in tagging presets initialization
(edit) @8594   9 years Klumbumbus see #11600 see #11393 - fix r8591
(edit) @8591   9 years Klumbumbus fix #11600 see #11393 - (re)add default direction arrows for …
(edit) @8588   9 years Don-vip fix #11657 - User.createOsmUser() memory optimization
(edit) @8582   9 years Don-vip checkstyle
(edit) @8580   9 years Klumbumbus see #11600 see #11393 - try to fix r8579
(edit) @8579   9 years Klumbumbus fix #11600 see #11393 - don't assume oneway=yes without oneway on …
(edit) @8574   9 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8566   9 years Don-vip fix #11653 - AbstractPrimitive.getKeys optimization (patch by shinigami)
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8533   9 years Don-vip findbugs
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(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) @8496   9 years simon04 fix #11505 - Download objects: load a range of OSM objects (modified …
(edit) @8474   9 years Don-vip fix #11177 - Notes: upload before deleting layer doesn't work
(edit) @8473   9 years Don-vip fix #11533 - proper use of Storage class in NoteData
(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) @8460   9 years Don-vip simplify usage of Way.firstNode()
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8444   9 years Don-vip remove extra whitespaces
Note: See TracRevisionLog for help on using the revision log.