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) @6380   10 years Don-vip update license/copyright information
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6361   10 years Don-vip Sonar/Findbugs - Unused formal parameter
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6356   10 years Don-vip fix #9261 - do not consider objects tagged only with area as tagged
(edit) @6349   10 years Don-vip fix #9234 - For identified users, notifies periodically (every 5 …
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6305   11 years Don-vip fix #9093 - teach validator about "subarea" and "land_area" roles of …
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6285   11 years Don-vip Sonar/Findbugs - Make some classes final if they define a clone() …
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6235   11 years Don-vip Sonar - fix recently introduced issues
(edit) @6233   11 years Don-vip fix #9084 - Add KSJ tags to discardable keys
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6231   11 years Don-vip Sonar - Avoid instantiating Integer objects. Call Integer.valueOf() …
(edit) @6229   11 years Don-vip Sonar - Avoid throwing NullPointerException
(edit) @6226   11 years Don-vip fix #9057 - see #8987 - fix Coordinate.hashCode() broken in r6162
(edit) @6223   11 years Don-vip Sonar - fix various violations
(edit) @6219   11 years Don-vip fix NoSuchElementException when purging a way member of a multipolygon
(edit) @6215   11 years Don-vip fix #9042 - Robustness to invalid .osm files containing null coordinates
(edit) @6204   11 years Don-vip fix #9024 - fix problems introduced in r6203
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6181   11 years Don-vip see #9002 - fix QuadBuckets
(edit) @6178   11 years Don-vip fix #9002 - QuadBuckets improvements (patch by shinigami)
(edit) @6172   11 years Don-vip fix #8849: * Used scaled down (16x16 pixels) of large (.svg) images if …
(edit) @6171   11 years Don-vip fix #8986 - Data loading/bbox index counting optimization (patch by …
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6140   11 years Don-vip fix #8951 - fix clearing of primitive metadata
(edit) @6137   11 years Don-vip fix warning
(edit) @6122   11 years bastiK fixed #8934 - Text-halo-color and text-halo-radius Properties are not …
(edit) @6113   11 years Don-vip fix some compilation warnings
(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) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6090   11 years akks see #8902 - long literals readability 4321l => 4321L (patch by shinigami)
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6059   11 years Don-vip fix #8858 - Add SK53_bulk:load to discardable keys
(edit) @6035   11 years akks Allow customization of highlight width (mappaint.highlight.*) + wider …
(edit) @6010   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5996   11 years Don-vip fix #8771 - <changeset> with no ID rejected
(edit) @5935   11 years Don-vip fix #8679, fix #8680 - correct handling of incomplete nodes without …
(edit) @5927   11 years bastiK add missing license information
(edit) @5926   11 years bastiK clean up imports
(edit) @5925   11 years bastiK replace tabs by spaces
(edit) @5919   11 years Don-vip see #8635 - correct management of incomplete nodes
(edit) @5914   11 years Don-vip fix #8635 - Consider nodes without coordinates as incomplete
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5890   11 years akks Minor Javadoc fixes and adding @Override annotations
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5847   11 years Don-vip Search: fix invalid results for nodes: operator with closed ways
(edit) @5835   11 years stoecker Javadoc fixes
(edit) @5818   11 years stoecker javadoc fixes
(edit) @5812   11 years bastiK mapcss: add phase for repeat-image
(edit) @5801   11 years bastiK mapcss: new map element 'repeat-image' similar to 'pattern-image', but …
(edit) @5798   11 years Don-vip Do not trigger selectionChanged events when selecting the same …
(edit) @5783   11 years Don-vip fix #8517 - Sort validator results (based on patch by windu.2b)
(edit) @5754   11 years Don-vip fix #8486 - Render "work in progress" tags (note, fixme) as tagged …
(edit) @5724   11 years Don-vip fix #4664 - warn when reverting a way with direction defined by tag
(edit) @5705   11 years bastiK mapcss: rework of eval expressions; significant performance …
(edit) @5694   11 years Don-vip fix #8394 - improve javadoc + remove deprecated debug method
(edit) @5687   11 years Don-vip fix #8238 - Consider highway=motorway_link as a directional tag …
(edit) @5676   11 years Don-vip fix #8346 - Multipolygon paint style not updated on tag change
(edit) @5674   11 years jttt Move IdHash to Storage class and rename to PrimitiveIdHash to make it …
(edit) @5657   11 years Don-vip fix #8276 - untagged ways not rendered in wireframe mode
(edit) @5652   11 years Don-vip fix #8276 - Fix display of highlighted ways in wireframe mode
(edit) @5613   11 years Don-vip see #6178 - Change Relation.removeMembersFor(Collection) signature for …
(edit) @5608   11 years stoecker don't hardcode created_by for DuplicateRelation validator test, …
(edit) @5590   11 years bastiK suppress some warnings (unchecked cast mostly)
(edit) @5589   11 years bastiK drop unnecessary properties for upload to the OSM API in order to save …
(edit) @5578   11 years simon04 fix #7262 - allow searching for position in way. The search keyword …
(edit) @5571   11 years Don-vip fix #7979 - fix ArrayIndexOutOfBoundsException when rendering ways …
(edit) @5569   11 years Don-vip fix #7405 - TIGER tags sometimes changed unnecessarily when combined
(edit) @5552   11 years bastiK fixed #7941 - Splitting a way doesn't redraw mapcss styled nodes to …
(edit) @5531   12 years stoecker fix #8109 - drop some yh: tags automatically
(edit) @5497   12 years bastiK applied #7915 - Automatically discard some TIGER tags on upload (based …
(edit) @5495   12 years Don-vip see #7906 - Remove ODbL/CT stuff
(edit) @5490   12 years Don-vip fix #8015 - proper warnings for closed ways with area-style keys that …
(edit) @5473   12 years stoecker fix typo
(edit) @5464   12 years Don-vip Rework Properties a bit to simplify management of Color properties
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5452   12 years Don-vip Code refactorisation on EDT calls
(edit) @5442   12 years bastiK filter: improved multipolygon handling (fixes #5149, see #6160)
(edit) @5440   12 years Don-vip fix #7716 - History shows same version number, wrong date, user, and …
(edit) @5437   12 years bastiK fixed #7948 - inverted filter "child type:way" disables untagged nodes …
(edit) @5431   12 years Don-vip fix #7864 - desaturate the colors for inactive areas to alpha of 0.33f
(edit) @5426   12 years stoecker fix #7950 - broken build
(edit) @5423   12 years bastiK doc + cosmetics (see #7948)
(edit) @5421   12 years stoecker fix javadoc, remove unused code
(edit) @5417   12 years stoecker some Javadoc fixes
(edit) @5410   12 years Don-vip see #7934 - Prevents NPEs with null EastNorth, override …
(edit) @5408   12 years Don-vip see #7934 - Only throw DataIntegrityProblemException for *visible* …
(edit) @5403   12 years bastiK fixed #7841 - Flying street name labels
Note: See TracRevisionLog for help on using the revision log.