source: josm/trunk/src/org/openstreetmap/josm/gui/layer/ImageryLayer.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18972   11 months taylor.smock See #23465: Add additional javadoc comments This also fixes some …
(edit) @17862   4 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
(edit) @16895   4 years Klumbumbus see #15240 - Change some png icons to svg: - imagery_menu, …
(edit) @16553   5 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @15371   5 years Don-vip fix #18160 - Ask layers for source, don't hardcode source for layer …
(edit) @14757   6 years Don-vip fix #17276 - catch and ignore ImagingOpException when applying image …
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @13967   7 years Don-vip fix #14120 - remove deprecated methods …
(edit) @13733   7 years wiktorn Imagery definition refactor Extend imagery definitions by: - allowing …
(edit) @13244   7 years michael2402 Fix java warnings.
(edit) @13243   7 years michael2402 See #15310: Replace use of dx/dy in bookmark loading/storing code.
(edit) @13214   7 years Don-vip fix #15673 - display tile URL as clickable link in "show tile info" + …
(edit) @12782   7 years Don-vip see #15229 - see #15182 - move ImageProcessor from gui.layer to tools
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12460   8 years bastiK see #14794 - javadoc
(edit) @12093   8 years bastiK fixed #14734 - Handling imagery offsets when reprojecting
(edit) @12085   8 years bastiK fix compile (see #14734)
(edit) @11868   8 years bastiK see #7427 - add javadoc for getNativeProjections() + move it one class up
(edit) @11863   8 years Don-vip see #7427 - sonar - squid:S1449 - Locale should be used in String …
(edit) @11858   8 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11785   8 years bastiK Imagery: remove fade setting (superseded by layer opacity), see #7427
(edit) @11651   8 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
(edit) @11581   8 years stoecker see #13470 - hopefully finally drop last remaining HTML imagery part
(edit) @10934   8 years Don-vip see #13503 - add more debug info
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10571   8 years Don-vip fix #13172 - Move ImageryLayer.d[xy] to the settings (patch by …
(edit) @10547   8 years Don-vip fix #13159 - Move image processors out of imagery layer (patch by …
(edit) @10467   9 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10420   9 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10304   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @10303   9 years Don-vip sonar - squid:S2164 - Math should not be performed on floats
(edit) @10300   9 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10179   9 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10173   9 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10142   9 years Don-vip fix #12752 - Add more image filters (patch by michael2402, modified)
(edit) @9983   9 years Don-vip remove unused code
(edit) @9949   9 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(edit) @9078   9 years Don-vip sonar - Immutable Field
(edit) @9070   9 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8832   9 years simon04 fix #11942 - Make gamma correction more robust to mysterious image types
(edit) @8733   9 years simon04 fix #11836 - Zoom out with Gamma adjusted on imagery causes Exception
(edit) @8729   9 years simon04 fix #10417 - Selectable Gamma value for background imagery
(edit) @8723   9 years simon04 see #11713 - use new interface ImageProcessor where applicable
(edit) @8625   9 years bastiK applied #11713 - JOSM raster layers filters plugin development (patch …
(edit) @8568   10 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8540   10 years Don-vip fix remaining checkstyle issues
(edit) @8530   10 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8444   10 years Don-vip remove extra whitespaces
(edit) @8393   10 years Don-vip see #11447 - partial revert of r8384
(edit) @8384   10 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7463   10 years Don-vip fix #10392 - rework of MenuScroller to replace static scrollCount …
(edit) @7425   10 years Don-vip fix #3916 - WMS: Improve exception handling. Proper message is now …
(edit) @7291   11 years Don-vip fix #10207 - fix menu scroller for multi monitors systems
(edit) @6340   11 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6336   11 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5963   12 years Don-vip fix #5790 - No layer information for Imagery Sources
(edit) @5808   12 years akks fix #8549, patch by Zverikk: Remove [deprecated] imagery offset server …
(edit) @5513   12 years jttt Fix #7980: Out of Heap Memory
(edit) @5464   12 years Don-vip Rework Properties a bit to simplify management of Color properties
(edit) @5462   12 years Don-vip fix #6723 - Cannot change Imagery fade color from Imagery settings
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5391   12 years bastiK add session support for imagery layers
(edit) @5390   12 years bastiK use individual imagery icons in layer list
(edit) @5186   13 years Don-vip fix tabs introduced in last commit with spaces
(edit) @5185   13 years Don-vip fix #7575 - Non-scrollable menu for Imagery offset
(edit) @4162   14 years stoecker fix #4140 - make colors in conflict dialog configurable
(edit) @4126   14 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4065   14 years jttt Improved wms cache - files saved in original format (no need to …
(edit) @3878   14 years Upliner Add support for ScanEx IRS tilesource (patch by glebius)
(edit) @3852   14 years Upliner Offset server bugfixes and debug info
(edit) @3847   14 years Upliner Initial support for Komzpa's osmosnimki imagery offset server
(edit) @3808   14 years jttt wmslayer - when overlapping is enabled, keep (and cache) only visible …
(edit) @3737   14 years Upliner make possible to place imagery offset action to the top toolbar and …
(edit) @3733   14 years Upliner Offset bookmarks: don't create submenus when only 1 choice is …
(edit) @3729   14 years Upliner fix #5709 - amendments in sharpen algorithms
(edit) @3720   14 years bastiK added missing svn:eol-style
(edit) @3719   14 years bastiK added missing license information
(add) @3715   14 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
Note: See TracRevisionLog for help on using the revision log.