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) @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. …
(edit) @3431   14 years bastiK added purge action (some testing would be welcome)
(edit) @3430   14 years jttt Check for null coordinate when adding node to dataset
(edit) @3426   14 years stoecker see #5303 - some cleanup patches from matthew Bell - partially applied only
(edit) @3423   14 years stoecker fix #5221 - patch by Upliner - errors in conflict manager
(edit) @3422   14 years stoecker fix #4401 - upload error - patch by Upliner
(edit) @3416   14 years jttt Add Dataset.add/removeSelectionListener methods, change eclipse …
(edit) @3414   14 years jttt Fix #5089 Error at upload
(edit) @3408   14 years jttt Show only actions that can work on all selected layers in …
(edit) @3401   14 years jttt Fix #5255 filter: wrong info about the amount of filtered objects.
(edit) @3398   14 years bastiK reduce number of warnings
(edit) @3384   14 years jttt Support Copy&Paste in relation editor
(edit) @3382   14 years jttt Fix #4928 Moving of objects adds offset to down and right
(edit) @3379   14 years jttt Fixed #5255 filter: strange info about a negative amount of filtered …
(edit) @3378   14 years jttt Fix #2662 Auto-save
(edit) @3377   14 years mjulius Don't set the modified flag when merging a semantically equal …
(edit) @3371   14 years jttt Fix #5018 DataIntegrityProblemException: Primitive must be part of the …
(edit) @3367   14 years jttt Fix filters
(edit) @3362   14 years stoecker fix #5182 - Conflict system simplification - patch by Upliner
(edit) @3359   14 years jttt Fix #5197 Combining relation members corrupts relation (SVN 3358)
(edit) @3356   14 years bastiK added filter tests
(edit) @3355   14 years jttt Simplify/optimize filters implementation
(edit) @3354   14 years jttt Fix #5193 josm got very slow recently (reverted fix for #5018)
(edit) @3352   14 years jttt Fix #5018 DataIntegrityProblemException: Primitive must be part of the …
(edit) @3348   14 years jttt Thread safe Dataset and OsmPrimitive, read/write lock for dataset
(edit) @3347   14 years jttt Use RelationMember[] array as storage in Relation
(edit) @3346   14 years bastiK fixed: header of filter dialog shows wrong numbers (always 0)
(edit) @3342   14 years jttt Cleanup/organize OsmPrimitive
(edit) @3341   14 years stoecker added some more uninteresting keys - fixes #5174
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @3329   14 years stoecker improve painting of disabled multipolygons
(edit) @3322   14 years stoecker fix #5078 - regressions in drawing code - please test if everything …
(edit) @3317   14 years stoecker allow to search incomplete elements again
Note: See TracRevisionLog for help on using the revision log.