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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7040   10 years Don-vip tests/build update: * update Jacoco to version 0.7.0 * compile …
(edit) @7023   10 years Don-vip remove deprecated/unused method
(edit) @7022   10 years Don-vip see #8465 - enable and fix more warnings
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6981   10 years Don-vip fix some sonar issues
(edit) @6926   10 years Don-vip fix #9817 - NPE when painting way with a single node
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6713   10 years Don-vip fix #5886 - cascaded very old style multipolygon not rendered properly
(edit) @6380   11 years Don-vip update license/copyright information
(edit) @6362   11 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6219   11 years Don-vip fix NoSuchElementException when purging a way member of a multipolygon
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6172   11 years Don-vip fix #8849: * Used scaled down (16x16 pixels) of large (.svg) images if …
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6122   11 years bastiK fixed #8934 - Text-halo-color and text-halo-radius Properties are not …
(edit) @6113   11 years Don-vip fix some compilation warnings
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6035   11 years akks Allow customization of highlight width (mappaint.highlight.*) + wider …
(edit) @6010   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5927   11 years bastiK add missing license information
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5835   11 years stoecker Javadoc fixes
(edit) @5812   11 years bastiK mapcss: add phase for repeat-image
(edit) @5801   11 years bastiK mapcss: new map element 'repeat-image' similar to 'pattern-image', but …
(edit) @5754   11 years Don-vip fix #8486 - Render "work in progress" tags (note, fixme) as tagged …
(edit) @5705   11 years bastiK mapcss: rework of eval expressions; significant performance …
(edit) @5657   11 years Don-vip fix #8276 - untagged ways not rendered in wireframe mode
(edit) @5652   11 years Don-vip fix #8276 - Fix display of highlighted ways in wireframe mode
(edit) @5590   11 years bastiK suppress some warnings (unchecked cast mostly)
(edit) @5571   12 years Don-vip fix #7979 - fix ArrayIndexOutOfBoundsException when rendering ways …
(edit) @5464   12 years Don-vip Rework Properties a bit to simplify management of Color properties
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5431   12 years Don-vip fix #7864 - desaturate the colors for inactive areas to alpha of 0.33f
(edit) @5426   12 years stoecker fix #7950 - broken build
(edit) @5421   12 years stoecker fix javadoc, remove unused code
(edit) @5410   12 years Don-vip see #7934 - Prevents NPEs with null EastNorth, override …
(edit) @5403   12 years bastiK fixed #7841 - Flying street name labels
(edit) @5375   12 years Don-vip fix again indentation (sorry for this bad Eclipse configuration, won't …
(edit) @5374   12 years Don-vip fix #7907 - NPE when rendering way name at low zoom
(edit) @5351   12 years bastiK see #7847 - avoid rendering artefacts for ways with missing nodes in …
(edit) @5348   12 years Don-vip see #7864 - Improvements in rendering of primitives in inactive layers …
(edit) @5217   12 years bastiK mapcss: change z-index handling In contrast to previous default …
(edit) @5206   12 years bastiK applied #7624 - Allow MapCSS to style right and left side casings …
(edit) @5176   12 years Don-vip fix #7593 - IllegalPathStateException when attempting to purge an item …
(edit) @5054   12 years bastiK see #6797: load map images in background, in case they are loaded over …
(edit) @5045   12 years Don-vip fix #7456 - alpha value out of range
(edit) @4952   12 years xeen fix #6891
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4871   12 years akks Fix #7316 - don't display segment numbers for inactive data layers
(edit) @4822   12 years bastiK make identity of map icons depend on the name and not the image data …
(edit) @4732   12 years Don-vip fix #7195 - Area fill of multipolygon not moved back when multipolygon …
(edit) @4724   12 years jttt Fix some of errors found by FindBugs
(edit) @4683   12 years Don-vip fix #7173 - Unexpected Exception when purging a way in a Multipolygon
(edit) @4667   12 years Don-vip fix #7162 - undoing multipolygon changes causes exception (NPE)
(edit) @4649   12 years Don-vip see #7131 and #6987 - Let Multipolygon cache handle incomplete relations
(edit) @4639   12 years Don-vip see #7110 and #6987 - Create a new ArrayList to hold Nodes in PolyData
(edit) @4636   12 years Don-vip see #7113 and #6987 - NPE after Split Way - Undo
(edit) @4631   12 years Don-vip see #7110 and #6987 - Use getUniqueId() to handle newly created …
(edit) @4630   12 years Don-vip see #6987 - final (?) performance tweaks on multipolygon cache
(edit) @4629   12 years Don-vip see #6987 - optim: moving a node belonging to a MP only resets …
(edit) @4628   12 years Don-vip see #6987 - fixed rendering bug on selection change + optim (MP cache …
(edit) @4627   12 years Don-vip Major performance improvements in multipolygons rendering
(edit) @4626   12 years Don-vip see #7101 and #6987 - Avoid Data consistency error in multipolygon …
(edit) @4624   12 years Don-vip see #6987 - multipolygon cache aware of projection change
(edit) @4623   12 years Don-vip see #6987 - multipolygon cache aware of events requiring cache refresh …
(edit) @4388   13 years bastiK fixed #6701 - Crash on extreme zoom in
(edit) @4327   13 years xeen updates visual appearance of highlights and adds them to select and …
(edit) @4319   13 years bastiK mappaint: split NodeElemStyle into icon/symbol part and text part
(edit) @4317   13 years bastiK fix last commit
(edit) @4316   13 years bastiK mapcss: add line offset
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4196   13 years bastiK remove unnecessary warnings when starting with fresh preferences
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4174   13 years bastiK fixed #6505 - Wireframe mode not remembered across restart
(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) @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
Note: See TracRevisionLog for help on using the revision log.