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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(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) @4065   13 years jttt Improved wms cache - files saved in original format (no need to …
(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) @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) @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) @3964   13 years bastiK fix bug: with setting "Draw only outline of areas" the text labels of …
(edit) @3907   13 years bastiK fixed #5962 - segment numbers for oneway ways not shown
(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) @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) @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) @3800   13 years bastiK fix last commit
(edit) @3799   13 years bastiK move inner class to separate file
(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) @3653   13 years bastiK applied #5627 (patch by bilbo) - Speedup of node drawing
(edit) @3594   14 years bastiK applied #5500 (patch by cmuelle8) - improve SelectAction and …
(edit) @3565   14 years bastiK Draw ways as a continuous line and not each segment separately. This …
(edit) @3440   14 years jttt Fix #5333 "Merge selection" tool is broken
(edit) @3398   14 years bastiK reduce number of warnings
(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) @3316   14 years stoecker removed remaining paint error handling
(edit) @3307   14 years stoecker see #5078 - untagged ways are drawn with multipolygon style again, …
(edit) @3291   14 years stoecker fix #4414 - draw selected relation and selected elements a bit different
(edit) @3269   14 years stoecker also render names when they are in the multipolygon relation itself
(edit) @3265   14 years jttt Fix #5049
(edit) @3243   14 years bastiK fixed #4935 - Wireframe painting broken for high zoom
(edit) @3222   14 years jttt Fix #4396 Priorities for style elements working only partially
(edit) @3201   14 years stoecker fix #4766 (exception), don't display virtual nodes for disabled …
(edit) @3185   14 years bastiK fixed typo (see #4876 - Size of tagged nodes no longer configureable)
(edit) @3180   14 years bastiK applied #4876 - make size of tagged nodes configurable (patch by petschge)
(edit) @3167   14 years jttt Added mappaint performance test
(edit) @3165   14 years bastiK change tagged node color in wire frame view
(edit) @3164   14 years bastiK fixed #4820 (change node paint style like in [3159], but for wireframeview)
(edit) @3159   14 years bastiK fixed #2801 - Display junction nodes with a different style à la Potlatch
(edit) @3126   14 years jttt Use QuadBuckets in SimplePaintVisitor
(edit) @3116   14 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3102   14 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
(edit) @3095   14 years jttt Changes in multipolygon handling (see #4661), cosmetics
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2987   14 years bastiK fixed #4289 - rendering goes crazy at high zoom levels, fixed #4424 - …
(edit) @2982   14 years jttt Calculate bbox for relations, use it in mappaint.
(edit) @2978   14 years jttt Fix #4521
(edit) @2954   14 years mjulius fixes #4491 - Exception after typo in oneway tag
(edit) @2948   14 years jttt Multipolygon with multiple outer polygons optimization - test bbox …
(edit) @2890   14 years bastiK Reverse Arrows for 'oneway=-1' and similar (see #2387). More …
(edit) @2845   14 years mjulius fix messages for data
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2793   14 years jttt Fixed #4329: Multipolygon painting broken
(edit) @2788   14 years jttt Move most of multipolygon handling from MapPaintVisitor to the new …
(edit) @2762   14 years jttt Remove error checks form MapPaintVisitor that are already done in validator
(edit) @2725   14 years stoecker close #4279 - use previous node size defaults
(edit) @2722   14 years stoecker fixed #4278 - nagging warnings
(edit) @2706   14 years stoecker fix #4234 - fix anti-aliasing - patch by Upliner
(edit) @2686   14 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2679   14 years jttt Fixed #4230 NPE when searching for name$:[a-z] in Iceland.osm
(edit) @2678   14 years jttt Minor cleanup in multipolygon code
(edit) @2675   14 years jttt MapPaintVisitor - delegate drawing to styles, MapPaintVisitor should …
(edit) @2671   14 years jttt Make MapPaintVisitor independent of SimplePaintVisitor
(edit) @2668   14 years jttt Fixed #4207 getCurrentDataSet() returns null after adding new layers …
(edit) @2667   14 years jttt Split MapPaintVisitor into two classes - MapPainter do the actual …
(edit) @2666   14 years jttt Minor mappaint cleanup, use constants for colors
(edit) @2664   14 years jttt Fix color in inactive mode
(edit) @2663   14 years jttt Simplified MapPaintVisitor (removed current* global state)
(edit) @2659   14 years jttt Minor fixes in mappaint code
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2604   14 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
Note: See TracRevisionLog for help on using the revision log.