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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13037   6 years Don-vip fix #15481 - Silence FileNotFoundException
(edit) @13021   6 years bastiK make Preferences more generic (see #15229, closes #15451) * extract …
(edit) @13013   7 years Don-vip fix #15446 - robustness against negative dashes-offset
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12986   7 years Don-vip fix #14132 - MapCSS crossing operator must check layer attribute first
(edit) @12971   7 years bastiK see #15273 - fix: cache field should not be static
(edit) @12968   7 years bastiK see #15273 - fix backgroundColorCache invalidation
(edit) @12967   7 years Don-vip see #15273 - fix initialization of MapPaintStyles (NPE)
(edit) @12966   7 years bastiK use RenderingHelper in MapCSSRendererTest; move …
(edit) @12964   7 years bastiK see #15273 - more straightforward way to set up the styles for rendering
(edit) @12963   7 years bastiK see #15273 - extract rendering code to new class
(edit) @12936   7 years bastiK fixed #15413 - String "Expected integer number => 0" looks wrong
(edit) @12907   7 years bastiK see #15273, see #15229 - fix tests and Jenkins warnings
(edit) @12906   7 years bastiK see #15273, see #15229 - add command line module for rendering run …
(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) @12832   7 years bastiK see #15229 - fix checkstyle warning
(edit) @12831   7 years bastiK see #15229 - extract GUI from StyleSetting class
(edit) @12825   7 years Don-vip see #15229 - see #15182 - make FileWatcher generic so it has no more …
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(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) @12700   7 years bastiK fixed #15203 - Wrong "Area style way is not closed" message for …
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12651   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12649   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(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) @12544   7 years Don-vip fix java warnings - Use grouping parenthesis to make the operator …
(edit) @12541   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @12539   7 years Don-vip PMD - enable naming rules
(edit) @12533   7 years Don-vip sonar - fix recent minor code style issues
(edit) @12514   7 years Don-vip see #15035 - add new at(lat,lon) MapCSS selector function
(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) @12410   7 years Don-vip fix #14945 - InvalidPathException at startup when invalid URL is …
(edit) @12381   7 years michael2402 More documentation for the gui.mappaint package
(edit) @12379   7 years michael2402 Document the gui.mappaint.mapcss package
(edit) @12378   7 years michael2402 Document the gui.mappaint package
(edit) @12342   7 years michael2402 Change MapPaintStyles listener to use a ListenerList
(edit) @12341   7 years michael2402 Move common style update code to new method in map paint styles.
(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) @12290   7 years Don-vip sonar - squid:S1199 - Nested code blocks should not be used
(edit) @12285   7 years Don-vip remove some deprecated code, unused by now
(edit) @12259   7 years bastiK see #14794 - javadoc
(edit) @12218   7 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @12174   7 years michael2402 Map paint style: Invalidate the affected layers instead of triggering …
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12088   7 years Don-vip checkstyle
(edit) @12082   7 years bastiK minor fixes to ensure unmodifiable StyleElement classes
(edit) @12031   7 years Don-vip add Node.getParentWays()
(edit) @12026   7 years stoecker see #10529 - drop code completely
(edit) @11932   7 years Don-vip sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @11908   7 years stoecker see #10529 - don't display outer-way-style multipolygons by default - …
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(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) @11799   7 years bastiK fix "Area style way is not closed" validation test
(edit) @11797   7 years bastiK see #14495 - fix immutable class non-constant field (by removing it)
(edit) @11781   7 years michael2402 Update StyleCacheTest: Clear the style cache before each test. Add …
(edit) @11779   7 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(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) @11756   7 years Don-vip fix #14425 - Improve Wikipedia tag validators (patch by nyurik, modified)
(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) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(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.
Note: See TracRevisionLog for help on using the revision log.