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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4145   13 years stoecker see #6213 - do more file closes hopefully fixing some update problems …
(edit) @4138   13 years stoecker show way length in status when only one way is selected (side effect: …
(edit) @4134   13 years bastiK see #67 - new parallel way drawing mode (patch by Ole Jørgen Brønner)
(edit) @4131   13 years stoecker fix #6087 - don't fix validation stuff, which is not fixable
(edit) @4129   13 years stoecker speedup GPX drawing due to better clipping
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4113   13 years stoecker fix #6233 - better sorting for upload dialog
(edit) @4108   13 years stoecker fix #6405 - patch by bilbo - wms cache accepting absolute filenames
(edit) @4104   13 years bastiK see #6233 (patch by brycenesbitt) - Updated elements not sorted in …
(edit) @4103   13 years bastiK fixed #6395 - "Paste Tags" (Ctrl+Shift+V) now completely broken
(edit) @4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(edit) @4099   13 years bastiK Move common code for OsmPrimitive & PrimitiveData to abstract …
(edit) @4098   13 years bastiK extract common functionality of OsmPrimitive & PrimitiveData to an …
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4082   13 years bastiK applied #6347 (patch by glebius) - WmsCache.java doesn't compile
(edit) @4077   13 years jttt Fix #6320 imagery: Concurrent Modification Exception using jahoo sat
(edit) @4075   13 years framm fix typo in "AggregatePrimitivesVisitor" class name
(edit) @4074   13 years bastiK mapcss: performance improvement for parent selector (by Gubaer)
(edit) @4073   13 years jttt Fix #6161 Validating a file
(edit) @4071   13 years framm use STATUS_UNDECIDED for users who have not recorded a decision
(edit) @4070   13 years jttt Fix #6275 Sort relations numerically
(edit) @4067   13 years jttt Better message (no stacktrace) when wms cache index file doesn't exist yet
(edit) @4066   13 years framm add a member variable to User class for storing relicensing status, …
(edit) @4065   13 years jttt Improved wms cache - files saved in original format (no need to …
(edit) @4064   13 years bastiK applied #6250 (patch by akks) - move selection history to dataset
(edit) @4059   13 years stoecker fix #6241 - add checks to breaking long running tests
(edit) @4058   13 years stoecker see #6241 - patch by akks - improve long lasting validator check
(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) @4051   13 years stoecker fix #5642 - patch by bilbo - improve validator checks
(edit) @4048   13 years stoecker fix #6022 - better crossing way tests - patch by bilbo
(edit) @4043   13 years stoecker fix #6153 - spelling fixes
(edit) @4042   13 years bastiK fixed #6218 - horizontal lines with larger dataset (openjdk does not …
(edit) @4040   13 years bastiK fixed #6210 - Selected a way rendered on top of unselected nodes
(edit) @4037   13 years bastiK NPE precaution
(edit) @4035   13 years stoecker fix validator texts and degrade strange suspicous tag/value message
(edit) @4034   13 years stoecker see #6102 - partial fix for nearby node checks
(edit) @4031   13 years framm change "CT" column in user list to show a grey check mark for those …
(edit) @4026   13 years stoecker fix #6213 - license info wrong
(edit) @4025   13 years stoecker see #6213 - improve error handling
(edit) @4023   13 years stoecker improve validator user interface
(edit) @4016   13 years Upliner fix #5863 add ability to cancel changes in Imagery providers list
(edit) @4014   13 years Upliner fix #6177 NPE when using sharpen with Yahoo imagery
(edit) @4006   13 years bastiK mapcss: new LinePattern style element similar to mapnik's …
(edit) @4005   13 years bastiK mapcss: MapPaintVisitor rework (more flexibility with z-index)
(edit) @4004   13 years bastiK applied #6149 - Multipolygon - Extended functionality (patch by Gubaer)
(edit) @4002   13 years bastiK fixed #6112 - Regression: Clicking outer way of multipolygon no longer …
(edit) @4000   13 years stoecker fix typo
(edit) @3996   13 years bastiK turn off segment arrow by default
(edit) @3994   13 years mjulius fix #6113 - removing "mandatory" arrows on some types of ways Since …
(edit) @3987   13 years bastiK mapcss: improvements in text label selection, performance and typo …
(edit) @3979   13 years bastiK mapcss: add text-halo-radius
(edit) @3978   13 years bastiK fix reload of imagery sources
(edit) @3974   13 years bastiK see #6088 - ImageryInfo.url is null (added additional check)
(edit) @3968   13 years bastiK applied #6035 (patch by jcollie) - Add extra polygon shapes to MapCSS …
(edit) @3966   13 years Upliner use abs in offset conversion re #6049
(edit) @3965   13 years mjulius fix #6074 - Update failure It is not an error if a primitive on the …
(edit) @3964   13 years bastiK fix bug: with setting "Draw only outline of areas" the text labels of …
(edit) @3962   13 years Upliner fix #6049 auto-update scale factor of Mercator offset bookmarks
(edit) @3961   13 years mjulius fix issue of default list of imagery providers being duplicated when …
(edit) @3953   13 years bastiK fixed #6040 - JOSM doesn't display mappaint colours and style for …
(edit) @3951   13 years stoecker fix multipolygon validator tests
(edit) @3950   13 years stoecker fix #5889 - increase warning level for unconnected nodes
(edit) @3946   13 years stoecker readd stuff which should not have been removed
(edit) @3944   13 years stoecker remove broken dead code
(edit) @3943   13 years bastiK fixed #6040 - JOSM doesn't display mappaint colours and style for …
(edit) @3938   13 years stoecker fix applet preferences, move XML code to Preferences, as we may want …
(edit) @3934   13 years framm Changed the way in which JOSM handles imagery layer blacklisting. …
(edit) @3923   13 years bastiK fixed #6007 - runs out of memory on validater cross ways check (TODO: …
(edit) @3922   13 years stoecker correct mercator projection scaling factor
(edit) @3910   13 years stoecker apply #5209 - reduce repeated signaling
(edit) @3908   13 years bastiK new preference type (list of structs). Should be more flexible when …
(edit) @3907   13 years bastiK fixed #5962 - segment numbers for oneway ways not shown
(edit) @3905   13 years stoecker fix #5964
(edit) @3900   13 years bastiK improve potlatch 2 style
(edit) @3899   13 years bastiK mapcss: small fix
(edit) @3896   13 years bastiK allow a stylesource to override the background color. This may not be …
(edit) @3895   13 years bastiK turn antialiasing on by default (except wireframe)
(edit) @3889   13 years bastiK fixed #5673 - "oneway" arrows on ways should be painted in different …
(edit) @3888   13 years bastiK mapcss: several small fixes
(edit) @3880   13 years bastiK mapcss: text along line
(edit) @3879   13 years bastiK mapcss: improve shape & area style generation
(edit) @3878   13 years Upliner Add support for ScanEx IRS tilesource (patch by glebius)
(edit) @3874   13 years bastiK use classloader to find projections from plugins
(edit) @3872   13 years stoecker see #5532 - add missing addProjectsions() function nobody seems able …
(edit) @3871   13 years bastiK mapcss: font attributes & text alignment
(edit) @3867   13 years bastiK mapcss: parser improvements
(edit) @3865   13 years bastiK mapcss: basic support for node shapes and some fine tuning
(edit) @3862   13 years bastiK mapcss: fill-image
(edit) @3860   13 years bastiK LineElemStyle refactoring (more caching and additional properties)
(edit) @3859   13 years bastiK mapcss: dashes
(edit) @3858   13 years bastiK mapcss: support for opacity & icon-image
(edit) @3857   13 years bastiK forgot to add image
(edit) @3848   13 years bastiK Experimental mapcss support. All *.java files in the …
(edit) @3845   13 years stoecker fix #5899 - added icons
(edit) @3844   13 years stoecker see #5899 - support different display of closed ways and areas
(edit) @3843   13 years bastiK first version of mapstyle dialog; still hidden because its unfinished …
(edit) @3841   13 years jttt Fixed #5895 JOSM 3838 latest didn't work
(edit) @3840   13 years stoecker switch to internal base64 again
(edit) @3839   13 years jttt Fix #5893 Null Pointer Exception while loding custom presets at start …
Note: See TracRevisionLog for help on using the revision log.