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) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16488   4 years simon04 fix #19281, see #19174 - Use Objects.hash where it is not used (patch …
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16290   4 years Klumbumbus fix #18094 - Display addr:unit and addr:flats in the MapView too.
(edit) @16253   4 years simon04 fix #18468 - MapCSS: add support for text-rotation
(edit) @16252   4 years simon04 fix #18961 - ColorHelper: harmonize color functions
(edit) @16186   4 years Don-vip fix #18871 - fix performance regression - padded icons requests made …
(edit) @16153   4 years simon04 fix #18941 - MapImage.getImageResource: wait for image to load
(edit) @16062   4 years simon04 see #18871 - fix MapCSSRendererTest.testRender[way-repeat-image]
(edit) @16060   4 years simon04 see #18871 - ImageProvider.getPadded: fix/improve performance
(edit) @15586   4 years Don-vip code cleanup
(edit) @15210   5 years Don-vip see #17853 - add missing preference change listener
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14193   6 years Don-vip spotbugs - IC_INIT_CIRCULARITY
(edit) @14095   6 years Don-vip fix error_prone warnings
(edit) @13919   6 years Don-vip rendering of IPrimitives
(edit) @13662   6 years Don-vip use of IPrimitive interface
(edit) @13661   6 years Don-vip use of IPrimitive interface
(edit) @13657   6 years Don-vip fix #16212 - NPE
(edit) @13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
(edit) @13368   6 years bastiK see #15747 - safer way to get center coordinates of image
(edit) @13301   6 years Don-vip see #15747 - add debug info
(edit) @13252   6 years Don-vip see #15654 - fix icon flickering (regression from r13250)
(edit) @13250   6 years Don-vip fix #15654 - repair asynchronous fetching of icons (regression from …
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13013   7 years Don-vip fix #15446 - robustness against negative dashes-offset
(edit) @12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12854   7 years bastiK see #15229 - fix checkstyle warnings
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12756   7 years Don-vip see #15229 - see #15182 - move RotationAngle from gui.util to tools
(edit) @12722   7 years bastiK see #9995 - fix blurry GUI-icons and map view for Java 9 HiDPI mode
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12539   7 years Don-vip PMD - enable naming rules
(edit) @12506   7 years michael2402 Fix #15006: Make text-offset-y work on long line segments.
(edit) @12492   7 years Don-vip simplify equals
(edit) @12490   7 years Don-vip simplify equals
(edit) @12477   7 years michael2402 See #15006: Fix sign issue (wrong direction) for text-offset-y on …
(edit) @12476   7 years michael2402 Fix #15006: Separate offset handling for ways, areas and node. Handle …
(edit) @12381   7 years michael2402 More documentation for the gui.mappaint package
(edit) @12332   7 years Don-vip sonar - squid:RightCurlyBraceStartLineCheck - A close curly brace …
(edit) @12303   7 years michael2402 Javadoc for package org.openstreetmap.josm.gui.mappaint.styleelement
(edit) @12285   7 years Don-vip remove some deprecated code, unused by now
(edit) @12259   7 years bastiK see #14794 - javadoc
(edit) @12088   7 years Don-vip checkstyle
(edit) @12082   7 years bastiK minor fixes to ensure unmodifiable StyleElement classes
(edit) @11932   7 years Don-vip sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @11814   7 years Don-vip sonar - squid:UnusedPrivateMethod
(edit) @11813   7 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @11811   7 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @11810   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11809   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11797   7 years bastiK see #14495 - fix immutable class non-constant field (by removing it)
(edit) @11763   7 years michael2402 Make NodeElement#toString() hide image angle if no image is provided.
(edit) @11760   7 years michael2402 See #10176: Make area icon position setable by user.
(edit) @11757   7 years michael2402 Remove old PositionForAreaStrategy java file, since it was moved.
(edit) @11755   7 years Don-vip see #14528 - typos
(edit) @11754   7 years michael2402 Throw UnsupportedOperationException if implementation does not support …
(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 …
Note: See TracRevisionLog for help on using the revision log.