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) @5045   14 years Don-vip fix #7456 - alpha value out of range
(edit) @4952   14 years xeen fix #6891
(edit) @4932   14 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4871   14 years akks Fix #7316 - don't display segment numbers for inactive data layers
(edit) @4822   14 years bastiK make identity of map icons depend on the name and not the image data …
(edit) @4732   14 years Don-vip fix #7195 - Area fill of multipolygon not moved back when multipolygon …
(edit) @4724   14 years jttt Fix some of errors found by FindBugs
(edit) @4683   14 years Don-vip fix #7173 - Unexpected Exception when purging a way in a Multipolygon
(edit) @4667   14 years Don-vip fix #7162 - undoing multipolygon changes causes exception (NPE)
(edit) @4649   14 years Don-vip see #7131 and #6987 - Let Multipolygon cache handle incomplete relations
(edit) @4639   14 years Don-vip see #7110 and #6987 - Create a new ArrayList to hold Nodes in PolyData
(edit) @4636   14 years Don-vip see #7113 and #6987 - NPE after Split Way - Undo
(edit) @4631   14 years Don-vip see #7110 and #6987 - Use getUniqueId() to handle newly created …
(edit) @4630   14 years Don-vip see #6987 - final (?) performance tweaks on multipolygon cache
(edit) @4629   14 years Don-vip see #6987 - optim: moving a node belonging to a MP only resets …
(edit) @4628   14 years Don-vip see #6987 - fixed rendering bug on selection change + optim (MP cache …
(edit) @4627   14 years Don-vip Major performance improvements in multipolygons rendering
(edit) @4626   14 years Don-vip see #7101 and #6987 - Avoid Data consistency error in multipolygon …
(edit) @4624   14 years Don-vip see #6987 - multipolygon cache aware of projection change
(edit) @4623   14 years Don-vip see #6987 - multipolygon cache aware of events requiring cache refresh …
(edit) @4388   14 years bastiK fixed #6701 - Crash on extreme zoom in
(edit) @4327   14 years xeen updates visual appearance of highlights and adds them to select and …
(edit) @4319   14 years bastiK mappaint: split NodeElemStyle into icon/symbol part and text part
(edit) @4317   14 years bastiK fix last commit
(edit) @4316   14 years bastiK mapcss: add line offset
(edit) @4310   14 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4196   14 years bastiK remove unnecessary warnings when starting with fresh preferences
(edit) @4191   14 years stoecker remove old debug stuff
(edit) @4174   14 years bastiK fixed #6505 - Wireframe mode not remembered across restart
(edit) @4129   14 years stoecker speedup GPX drawing due to better clipping
(edit) @4126   14 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4100   14 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(edit) @4087   14 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4074   14 years bastiK mapcss: performance improvement for parent selector (by Gubaer)
(edit) @4065   14 years jttt Improved wms cache - files saved in original format (no need to …
(edit) @4042   14 years bastiK fixed #6218 - horizontal lines with larger dataset (openjdk does not …
(edit) @4040   14 years bastiK fixed #6210 - Selected a way rendered on top of unselected nodes
(edit) @4006   14 years bastiK mapcss: new LinePattern style element similar to mapnik's …
(edit) @4005   14 years bastiK mapcss: MapPaintVisitor rework (more flexibility with z-index)
(edit) @4004   14 years bastiK applied #6149 - Multipolygon - Extended functionality (patch by Gubaer)
(edit) @4002   14 years bastiK fixed #6112 - Regression: Clicking outer way of multipolygon no longer …
(edit) @3996   14 years bastiK turn off segment arrow by default
(edit) @3994   14 years mjulius fix #6113 - removing "mandatory" arrows on some types of ways Since …
(edit) @3987   14 years bastiK mapcss: improvements in text label selection, performance and typo …
(edit) @3979   14 years bastiK mapcss: add text-halo-radius
(edit) @3968   15 years bastiK applied #6035 (patch by jcollie) - Add extra polygon shapes to MapCSS …
(edit) @3964   15 years bastiK fix bug: with setting "Draw only outline of areas" the text labels of …
(edit) @3907   15 years bastiK fixed #5962 - segment numbers for oneway ways not shown
(edit) @3900   15 years bastiK improve potlatch 2 style
(edit) @3899   15 years bastiK mapcss: small fix
(edit) @3896   15 years bastiK allow a stylesource to override the background color. This may not be …
(edit) @3895   15 years bastiK turn antialiasing on by default (except wireframe)
(edit) @3889   15 years bastiK fixed #5673 - "oneway" arrows on ways should be painted in different …
(edit) @3888   15 years bastiK mapcss: several small fixes
(edit) @3880   15 years bastiK mapcss: text along line
(edit) @3879   15 years bastiK mapcss: improve shape & area style generation
(edit) @3871   15 years bastiK mapcss: font attributes & text alignment
(edit) @3867   15 years bastiK mapcss: parser improvements
(edit) @3865   15 years bastiK mapcss: basic support for node shapes and some fine tuning
(edit) @3862   15 years bastiK mapcss: fill-image
(edit) @3860   15 years bastiK LineElemStyle refactoring (more caching and additional properties)
(edit) @3859   15 years bastiK mapcss: dashes
(edit) @3858   15 years bastiK mapcss: support for opacity & icon-image
(edit) @3857   15 years bastiK forgot to add image
(edit) @3841   15 years jttt Fixed #5895 JOSM 3838 latest didn't work
(edit) @3836   15 years bastiK mappaint restructuring aimed at mapcss support: * area- and line style …
(edit) @3831   15 years bastiK move restriction drawing code to mappainter
(edit) @3825   15 years bastiK move some code
(edit) @3824   15 years bastiK Separate styles from style generation. This may seem a little over the …
(edit) @3822   15 years bastiK move painting code to AreaElemStyles
(edit) @3804   15 years bastiK paint primitives that are selected and member of a selected relation …
(edit) @3803   15 years bastiK Don't merge all mappaitn style rules into one StyleSet, but keep them …
(edit) @3800   15 years bastiK fix last commit
(edit) @3799   15 years bastiK move inner class to separate file
(edit) @3691   15 years framm - add preference to draw outlines for polygons only, overriding any …
(edit) @3685   15 years bastiK fixed #5245 - strange lines in wireframe view (activate clipping …
(edit) @3653   15 years bastiK applied #5627 (patch by bilbo) - Speedup of node drawing
(edit) @3594   15 years bastiK applied #5500 (patch by cmuelle8) - improve SelectAction and …
(edit) @3565   15 years bastiK Draw ways as a continuous line and not each segment separately. This …
(edit) @3440   15 years jttt Fix #5333 "Merge selection" tool is broken
(edit) @3398   15 years bastiK reduce number of warnings
(edit) @3329   15 years stoecker improve painting of disabled multipolygons
(edit) @3322   15 years stoecker fix #5078 - regressions in drawing code - please test if everything …
(edit) @3316   15 years stoecker removed remaining paint error handling
(edit) @3307   15 years stoecker see #5078 - untagged ways are drawn with multipolygon style again, …
(edit) @3291   15 years stoecker fix #4414 - draw selected relation and selected elements a bit different
(edit) @3269   15 years stoecker also render names when they are in the multipolygon relation itself
(edit) @3265   15 years jttt Fix #5049
(edit) @3243   15 years bastiK fixed #4935 - Wireframe painting broken for high zoom
(edit) @3222   15 years jttt Fix #4396 Priorities for style elements working only partially
(edit) @3201   15 years stoecker fix #4766 (exception), don't display virtual nodes for disabled …
(edit) @3185   15 years bastiK fixed typo (see #4876 - Size of tagged nodes no longer configureable)
(edit) @3180   15 years bastiK applied #4876 - make size of tagged nodes configurable (patch by petschge)
(edit) @3167   15 years jttt Added mappaint performance test
(edit) @3165   15 years bastiK change tagged node color in wire frame view
(edit) @3164   15 years bastiK fixed #4820 (change node paint style like in [3159], but for wireframeview)
(edit) @3159   15 years bastiK fixed #2801 - Display junction nodes with a different style à la Potlatch
(edit) @3126   15 years jttt Use QuadBuckets in SimplePaintVisitor
(edit) @3116   15 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3102   16 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
Note: See TracRevisionLog for help on using the revision log.