source: josm/trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11753   7 years Don-vip see #14528 - make code compile with Eclipse Neon.2 (4.6.2) Build id: …
(edit) @11752   7 years michael2402 Document OnLineStrategy better.
(edit) @11749   7 years Don-vip see #14528 - checkstyle
(edit) @11748   7 years michael2402 Move label / icon placement code to new package. Unify the handling of …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11731   7 years michael2402 Clean icon drawing code style.
(edit) @11730   7 years michael2402 Add a new style element for area icon styles. Use the same placement …
(edit) @11728   7 years michael2402 Partial revert of [11726]: Committed to much.
(edit) @11726   7 years michael2402 Don't use null to indicate a rotation of 0 degrees, simply set the …
(edit) @11724   7 years michael2402 Fix @since version (this should be all of them).
(edit) @11723   7 years michael2402 Fix @since version.
(edit) @11722   7 years michael2402 Do not include text label in area style - use a separate class and …
(edit) @11720   7 years stoecker typo
(edit) @11718   7 years michael2402 Allow renderer to draw area text / area icon even if no background was …
(edit) @11717   7 years michael2402 Add Javadoc comments to text label.
(edit) @11702   7 years Don-vip more usages of Utils.clamp
(edit) @11700   7 years michael2402 Do not hack default opacity into color setting. Use a opacity default …
(edit) @11692   7 years michael2402 Repsect alpha component of mapcss text/halo color, use opacity to multiply.
(edit) @11689   7 years Don-vip checkstyle
(edit) @11683   7 years Don-vip update to CheckStyle 7.6
(edit) @11674   7 years michael2402 Add Javadoc to icon drawing functions. Fix AreaElement#equals/hashCode.
(edit) @11670   7 years michael2402 See #10176: Make icon-image work for areas. Icon is displayed at …
(edit) @11615   7 years Don-vip add javadoc
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11285   7 years michael2402 More Javadoc for AreaElement
(edit) @11148   7 years michael2402 Fix #13636: Use clipping for images on a line (RepeatImageElement).
(edit) @11090   8 years simon04 fix #13743 - Draw segment order numbers on selected way
(edit) @10875   8 years Don-vip fix #13413 - Clean ImproveWayAccuracyAction, add new class …
(edit) @10840   8 years stoecker fix #13374 - patch by Michael Zangl
(edit) @10829   8 years Don-vip see #13306 - fix wrong version number
(edit) @10827   8 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10760   8 years Don-vip sonar - squid:S2153 - Boxing and unboxing should not be immediately …
(edit) @10754   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10721   8 years simon04 Remove too specific Utils functions
(edit) @10714   8 years simon04 see #11390 - Use CompletableFuture for async image loading
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10599   8 years Don-vip see #11390 - sonar - squid:S1610 - Java 8: Abstract classes without …
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10375   8 years Don-vip fix #12959 - Move state changes to MapViewState class (patch by …
(edit) @10374   8 years Don-vip fix #12957 - BoxTextElement and LineElement: More documentation and …
(edit) @10305   8 years Don-vip sonar - various code cleanup fixes
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10240   8 years Don-vip fix #12847 - NPE - regression of r10238
(edit) @10238   8 years Don-vip sonar - squid:S1873 - "static final" arrays should be "private"
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10198   8 years Don-vip add more unit tests
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9341   8 years bastiK mapcss: basic support for :selected pseudoclass (see #9891)
(edit) @9334   8 years Don-vip see #12282 - handle warnings for mappaint styles: - Log warnings that …
(edit) @9323   8 years bastiK fix bug in hashCode() (relatively harmless this time)
(edit) @9298   8 years bastiK fixed #12279 - JOSM hangs when opening a large file
(edit) @9284   8 years bastiK refactor some code from StyleCache into separate classes (see #9891)
(add) @9278   8 years bastiK move ElemStyle classes to new package, rename to (Style)Element
Note: See TracRevisionLog for help on using the revision log.