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) @11021   8 years Don-vip clear image provider cache before/after integration tests. The …
(edit) @10895   8 years Don-vip see #13232 - remove/exclude unused classes
(edit) @10768   8 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10746   8 years Don-vip see #11390, see #11924 - replace javax.xml.bind.DatatypeConverter
(edit) @10741   8 years Don-vip see #11924 - XMLReaderFactory has been deprecated in Java 9, see …
(edit) @10731   8 years simon04 fix #13276 - icon flashes when zooming Do never load local images …
(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) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10616   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) @10580   8 years Don-vip see #11390 - switch to Java 8
(edit) @10485   8 years stoecker style fix
(edit) @10484   8 years stoecker see #9995 - don't expose GuiSizesHelper for image purpose
(edit) @10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10433   8 years Don-vip checkstyle
(edit) @10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10410   8 years stoecker do not use full archive name, but only hashCode for cache name
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10403   8 years stoecker see #12966 - don't mix caching of resource and zip-archive images
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10362   8 years stoecker javadoc and style fixes
(edit) @10359   8 years stoecker see #9995 - overlooked part of the code
(edit) @10358   8 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10140   8 years bastiK fixed #12748 - Error dialog after deleting a new inserted node
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9949   8 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(edit) @9827   8 years Don-vip checkstyle, javadoc
(edit) @9705   8 years simon04 fix #12409 - Refactor ImageProvider.ImageSizes
(edit) @9691   8 years simon04 fix #12452 - icons in relation list display low priority icons Prefer …
(edit) @9637   8 years stoecker fix coverity 1349920 and 1349921
(edit) @9454   8 years Don-vip checkstyle + add basic unit test
(edit) @9284   8 years bastiK refactor some code from StyleCache into separate classes (see #9891)
(edit) @9278   8 years bastiK move ElemStyle classes to new package, rename to (Style)Element
(edit) @9265   8 years simon04 see #7089 see #11968 - Obtain icons from presets for nodes/relations …
(edit) @9253   8 years stoecker see #10684 - use squared toolbar buttons always, move side button …
(edit) @9147   8 years simon04 Use HTTPS for some wiki requests
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @8992   8 years Don-vip reduce log level from warning to debug for cursors not loaded in …
(edit) @8903   9 years Don-vip fix #11968 - Show node icons from style in selection list and relation …
(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) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8412   9 years Don-vip ExecutorService field doesn't ever get shutdown
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(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 …
Note: See TracRevisionLog for help on using the revision log.