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) @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
(edit) @5375   12 years Don-vip fix again indentation (sorry for this bad Eclipse configuration, won't …
(edit) @5374   12 years Don-vip fix #7907 - NPE when rendering way name at low zoom
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(edit) @5356   12 years Don-vip see #7847, see #7884 - Fix 2 NPE when dealing with nodes without …
(edit) @5351   12 years bastiK see #7847 - avoid rendering artefacts for ways with missing nodes in …
(edit) @5350   12 years Don-vip see #7847 - Reset nodes/members to null when deleting a way/relation …
(edit) @5349   12 years Don-vip see #7847 - Allow to reset Node coordinates to null (this is needed …
(edit) @5348   12 years Don-vip see #7864 - Improvements in rendering of primitives in inactive layers …
(edit) @5346   12 years Don-vip fix #7867, see #7505, see #7847 - Handle deleted nodes without …
(edit) @5339   12 years Don-vip see #7505 - Add toString() method on History objects to ease debugging
(edit) @5333   12 years Don-vip see #7505, see #7847 - Nodes without coordinates in dataset …
(edit) @5332   12 years Don-vip see #7505, see #7847 - Handle deleted nodes without coordinates in …
(edit) @5326   12 years framm handle deleted nodes without lat/lon. apply patches from ticket; …
(edit) @5298   12 years Don-vip see #4899, see #7266, see #7333: Resolved NPE in conflict manager when …
(edit) @5292   12 years Don-vip fix #7385 - Relation History not shown correctly when comparing changesets
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5251   12 years bastiK applied #7720 - fix for OsmServerBackreferenceReader
(edit) @5249   12 years simon04 fix #7733 - documentation (patch by Locked)
(edit) @5217   12 years bastiK mapcss: change z-index handling In contrast to previous default …
(edit) @5206   12 years bastiK applied #7624 - Allow MapCSS to style right and left side casings …
(edit) @5199   12 years simon04 fix #7546 - add validation warning `Superfluous turnrestriction as …
(edit) @5188   12 years simon04 fix #5983 - do not render incline like oneway
(edit) @5187   12 years Don-vip see #7567 - fix NPE with ways with incomplete nodes.
(edit) @5176   12 years Don-vip fix #7593 - IllegalPathStateException when attempting to purge an item …
(edit) @5171   12 years Don-vip history/osmChange handling: fix an issue when downloading osmChange …
(edit) @5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
(edit) @5132   12 years simon04 fix #7513 - Warn non-experts when combining ways with conflicting tags …
(edit) @5122   12 years Don-vip Add ProgressMonitor to DataSet.mergeFrom()
(edit) @5062   12 years Don-vip Fix DataSet.mergeFrom() not working with nested relations
(edit) @5059   12 years simon04 fix #6561 - fix several overflowing dialog texts
(edit) @5058   12 years simon04 fix #7201 - combining ways screws up the order of ref tags (handling …
(edit) @5054   12 years bastiK see #6797: load map images in background, in case they are loaded over …
(edit) @5045   12 years Don-vip fix #7456 - alpha value out of range
(edit) @5025   12 years Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
(edit) @4952   12 years xeen fix #6891
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4895   12 years stoecker remove deprecation
(edit) @4871   12 years akks Fix #7316 - don't display segment numbers for inactive data layers
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4822   12 years bastiK make identity of map icons depend on the name and not the image data …
(edit) @4796   12 years simon04 fix #6425 - remotecontrol: make download objects available (e.g., …
(edit) @4749   12 years jttt Fix #7201 combining ways screws up the order of ref tags
Note: See TracRevisionLog for help on using the revision log.