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) @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) @4074   13 years bastiK mapcss: performance improvement for parent selector (by Gubaer)
(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) @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) @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) @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) @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) @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) @3968   13 years bastiK applied #6035 (patch by jcollie) - Add extra polygon shapes to MapCSS …
(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) @3953   13 years bastiK fixed #6040 - JOSM doesn't display mappaint colours and style for …
(edit) @3943   13 years bastiK fixed #6040 - JOSM doesn't display mappaint colours and style for …
(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) @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) @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) @3836   13 years bastiK mappaint restructuring aimed at mapcss support: * area- and line style …
(edit) @3831   13 years bastiK move restriction drawing code to mappainter
(edit) @3828   13 years framm make sure that relicensing agreement file is never older than 2 hours.
(edit) @3825   13 years bastiK move some code
(edit) @3824   13 years bastiK Separate styles from style generation. This may seem a little over the …
(edit) @3822   13 years bastiK move painting code to AreaElemStyles
(edit) @3804   13 years bastiK paint primitives that are selected and member of a selected relation …
(edit) @3803   13 years bastiK Don't merge all mappaitn style rules into one StyleSet, but keep them …
(edit) @3801   13 years bastiK generalize DatasetCollection.java (make OsmPrimitive a generic type …
(edit) @3800   13 years bastiK fix last commit
(edit) @3799   13 years bastiK move inner class to separate file
(edit) @3782   13 years jttt Fix #5814 middleclick on way getting drawn locks josm completely
(edit) @3776   13 years framm display re-licensing status in the user list, so mappers can …
(edit) @3731   13 years Upliner fix exception when copy-pasting invisible object "visible" property …
(edit) @3720   13 years bastiK added missing svn:eol-style
(edit) @3719   13 years bastiK added missing license information
(edit) @3704   13 years bastiK added multipoly plugin to josm core. authors: bilbo and Viesturs …
(edit) @3691   13 years framm - add preference to draw outlines for polygons only, overriding any …
(edit) @3685   13 years bastiK fixed #5245 - strange lines in wireframe view (activate clipping …
(edit) @3657   13 years bastiK fixed #5636 - Can't fully PURGE some boundary:administrative ways …
(edit) @3653   13 years bastiK applied #5627 (patch by bilbo) - Speedup of node drawing
(edit) @3650   13 years bastiK applied #5599 (patch by extropy) - Join areas speed improvement
(edit) @3636   13 years bastiK see #5577 (patch by extropy) - Move some methods and make them public …
(edit) @3630   13 years bastiK applied #5552 (patch by extropy) - Delete performance improvement
(edit) @3603   14 years jttt Fix iterator
(edit) @3594   14 years bastiK applied #5500 (patch by cmuelle8) - improve SelectAction and …
(edit) @3588   14 years jttt Dataset thread safety documentation (see #5525)
(edit) @3584   14 years jttt Fix #5525 Error when adding a node in the middle of a way
(edit) @3565   14 years bastiK Draw ways as a continuous line and not each segment separately. This …
(edit) @3557   14 years bastiK applied #5427 (patch by extropy) - Extrude leaves unnecessary nodes …
(edit) @3541   14 years bastiK fixed #5397 - Modified state is not reset after save/commit
(edit) @3530   14 years stoecker fix array preferences
(edit) @3515   14 years stoecker fixed #5431 - splitting way fails when outer-node is also inner node
(edit) @3505   14 years stoecker fix #5402 - creates different users for same name when no OSM id given
(edit) @3504   14 years bastiK reworked reverseWay and combineWay such that it can be used by other …
(edit) @3503   14 years bastiK fixed #5067 - crash while uploading
(edit) @3479   14 years jttt cosmetics
(edit) @3476   14 years jttt QuadBuckets optimization - keep children as fields instead of 4-item array
(edit) @3471   14 years jttt Fix #5379 Fixing duplicate nodes very slow when filter dock is open
(edit) @3468   14 years stoecker fix #5375 - build error
(edit) @3466   14 years stoecker see #5372 - fix missing style switch
(edit) @3458   14 years bastiK fixed #5365 - Deadlock when using tracer plugin
(edit) @3457   14 years bastiK fix IDE warnings (cosmetics)
(edit) @3453   14 years bastiK suppress some trivial warnings
(edit) @3440   14 years jttt Fix #5333 "Merge selection" tool is broken
(edit) @3432   14 years bastiK added a view consistency test - might be too strict, let's see. …
Note: See TracRevisionLog for help on using the revision log.