source: josm/trunk/src/org/openstreetmap/josm/tools/ImageProvider.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8324   9 years Don-vip squid:S1133 - remove deprecated code
(edit) @8323   9 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8286   9 years Don-vip fix sonar squid:S1444 - "public static" fields should always be constant
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8149   9 years stoecker fix #11257 - Remove apache.commons.codecs - patch by Florian Schaefer
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8102   9 years stoecker fix #11155 - don't add subdir slash multiple times - why do the recent …
(edit) @8097   9 years stoecker see #10684, see #10688 - fix image scaling for mappaint
(edit) @8096   9 years stoecker fix typo
(edit) @8095   9 years stoecker see #10684 - add proper overlay interface for ImageProvider()
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7805   9 years bastiK see #10836 - svg salamander not thread safe when parsing the svg xml
(edit) @7804   9 years bastiK see #10836 - synchronize in case of multithreading issue in svgsalamander
(edit) @7803   9 years bastiK see #10836 - catch all errors in SVG library
(edit) @7748   9 years Don-vip fix some Sonar issues recently introduced
(edit) @7731   9 years Don-vip see #10684 - fix javadoc
(edit) @7706   9 years stoecker don't crash when data image url is broken
(edit) @7695   9 years Don-vip fix #10695 - NPE
(edit) @7694   9 years stoecker image size fixes
(edit) @7693   9 years stoecker see #10684 - no double loading of images, cleanup action icons - menu …
(edit) @7689   9 years stoecker and another typo
(edit) @7688   9 years stoecker typo
(edit) @7687   9 years stoecker see #10684, see #10688 fix icon scaling a bit
(edit) @7595   10 years stoecker see #10479 - fix transparency also for 'data:' loading mode
(edit) @7499   10 years Don-vip fix #10479 - handle transparency for paletted images
(edit) @7495   10 years Don-vip fix #10479 - proper handling of transparent files
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7313   10 years Don-vip fix #10267 - WMS robustness against JPEG files with invalid metadata …
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7134   10 years Don-vip fix #10030 - wms support broken in r7132
(edit) @7132   10 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(edit) @7090   10 years Don-vip code refactoring to avoid classes in methods (cause problems for code …
(edit) @7089   10 years Don-vip see #8465 - Use of new Java 7 zip constructors allowing to specify a …
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7075   10 years Don-vip Robustness to allow to run more unit tests in headless mode
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7024   10 years Don-vip sonar - Variables should not be declared and then immediately returned …
(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) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6987   10 years Don-vip sonar - fix some more issues
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6814   10 years Don-vip fix #8234 - remove duplicated/unused icons + javadoc
(edit) @6809   10 years bastiK fixed #9674 - Support for escaping special characters
(edit) @6747   10 years bastiK #8581 - Embedded SVG leads to very high memory consumption
(edit) @6615   10 years Don-vip fix compilation warnings + minor code refactorization
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6283   11 years Don-vip Sonar/Findbugs - Bad practice - Method might ignore exception
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6235   11 years Don-vip Sonar - fix recently introduced issues
(edit) @6172   11 years Don-vip fix #8849: * Used scaled down (16x16 pixels) of large (.svg) images if …
(edit) @6151   11 years bastiK #8972 - Receiving nullpointer exception when loading map style whose …
(edit) @6148   11 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5946   11 years stoecker fix #7658 - don't load icons from user relative paths (require …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5863   11 years stoecker javadoc fixes
(edit) @5830   11 years Don-vip fix #8577 - Exception with empty SVG as image
(edit) @5762   11 years stoecker remove some deprecated and unused stuff
(edit) @5543   11 years bastiK fixed #8162 - Handling of SVG in ICONS for <combo> <list_entry> </combo>
(edit) @5540   11 years jttt thread safety in ImageProvider
(edit) @5275   12 years bastiK doc improvements
(edit) @5056   12 years bastiK typo
(edit) @5055   12 years bastiK remove unnecessary overloading (probably breaks external code)
(edit) @5054   12 years bastiK see #6797: load map images in background, in case they are loaded over …
(edit) @5033   12 years Don-vip Allow plugins to specify additional classLoaders when loading an image
(edit) @5027   12 years Don-vip Allow to load an optional icon without warning on System.err
(edit) @4961   12 years stoecker see #1576 - switch ImageResource complete to BufferedImage, fix last …
(edit) @4960   12 years stoecker mv jump to action from G to key J
(edit) @4938   12 years xeen use ImageIO instead of Toolkit’s createImage. PNGs without alpha …
(edit) @4893   12 years stoecker remove deprecation
(edit) @4870   12 years bastiK fixed #7312 - Image not completely loaded when rotating image
(edit) @4822   12 years bastiK make identity of map icons depend on the name and not the image data …
(edit) @4820   12 years bastiK extend image sanitize options
(edit) @4818   12 years bastiK cache folder: 2 more
(edit) @4721   12 years bastiK use builder pattern for ImageProvider (see #7192)
(edit) @4713   12 years simon04 see #7182 - Individual Icons for Imagery Background
(edit) @4712   12 years bastiK limit the maximum size of the image, but keep the aspect ratio (see #7182)
(edit) @4506   13 years bastiK fixed #6816 - attribution for wmslayer (see [o26806])
(edit) @4403   13 years bastiK applied #6137 - provide osm wiki image retrieval in ImageProvider …
(edit) @4271   13 years bastiK extend image caching and add support for scaled svg images (see #6560)
(edit) @4261   13 years bastiK fixed #6615 - Error with licensechange plugin - missing error.gif?
(edit) @4256   13 years bastiK see #6560 - basic svg support, includes kitfox svgsalamander, r 98, patched
(edit) @4255   13 years bastiK minor refactoring
(edit) @3874   13 years bastiK use classloader to find projections from plugins
(edit) @3862   13 years bastiK mapcss: fill-image
(edit) @3512   14 years bastiK fixed #5373 - JOSM can't delete old and replace by new plugins (JOSM …
(edit) @3447   14 years stoecker tpo
(edit) @3446   14 years stoecker close #5318 - don't report failed image loading as fatal error
(edit) @3403   14 years bastiK some extensions to exteded dialog; modified the warning dialog box for …
(edit) @3365   14 years bastiK see #5220 - Timestamp and GPS tags fail to load from HTC Tattoo images
(edit) @2990   14 years jttt Fix some eclipse warnings
Note: See TracRevisionLog for help on using the revision log.