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) @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 …
(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
Note: See TracRevisionLog for help on using the revision log.