source: josm/trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8097   9 years stoecker see #10684, see #10688 - fix image scaling for mappaint
(edit) @8085   9 years bastiK fixed #10216 Offsetting node icon in MapCSS also: rework of rendering …
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @7797   9 years Don-vip fix #10164 - handle dataset properly in mapcss icon fetching
(edit) @7563   10 years bastiK see #10529 - remove "very old" multipolygon style (area tags on both …
(edit) @7448   10 years bastiK see #10425 - fix [7447]: lock prevented mappaint code in …
(edit) @7447   10 years bastiK fixed #10425 - ConcurrentModificationException when auto update …
(edit) @7436   10 years Don-vip global use of Utils.copyArray()
(edit) @7276   10 years Don-vip fix #9518 - Automatically reload MapCSS tagchecker validator rules …
(edit) @7256   10 years bastiK fixed #10173 - Modification of styles without any data layer causes an …
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7198   10 years bastiK fix NPE when adding tag
(edit) @7185   10 years Don-vip see #9518 - Automatically reload local styles using new Java 7 …
(edit) @7143   10 years simon04 Log initialization time per mappaint style
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7030   10 years Don-vip see #8465 - use of try-with-resource
(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) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6867   10 years Don-vip fix #9715 - Set HTTP Accept header to expected MIME types when …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6174   11 years Don-vip see #8849 - use scaled down version of images in recently added tags panel
(edit) @6148   11 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5891   11 years stoecker fix javadoc
(edit) @5875   11 years Don-vip fix #8614 - Mapcss in zip-file doesn't work if there's xml-files also …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5399   12 years bastiK fixed #7929 - You can't add new tag
(edit) @5383   12 years Don-vip fix #7671 - Show last N used tags in "Add key/value" dialog for …
(edit) @5219   12 years bastiK mapstyles: add automatic reloading of local styles when they have been …
(edit) @5054   12 years bastiK see #6797: load map images in background, in case they are loaded over …
(edit) @4968   12 years Don-vip fix #7386 - Major rework of preferences GUI settings in order to speed …
(edit) @4960   12 years stoecker mv jump to action from G to key J
(edit) @4936   12 years bastiK remove old migration code; keep class structure for next migration …
(edit) @4820   12 years bastiK extend image sanitize options
(edit) @4721   12 years bastiK use builder pattern for ImageProvider (see #7192)
(edit) @4272   13 years bastiK mapcss: proper support for scaled icons (fixes #6560)
(edit) @4172   13 years stoecker remove unused icons, make connection timouts configurable and increase …
(edit) @4007   13 years bastiK see #6150 mapcss - extended functionality for instruction text: ... …
(edit) @3967   13 years bastiK MapCSS: an identifier literal at the right side of a declaration is …
(edit) @3930   13 years bastiK detect style type (xml or mapcss) by looking at the first …
(edit) @3896   13 years bastiK allow a stylesource to override the background color. This may not be …
(edit) @3893   13 years bastiK mapcss: some rework of Error Handling, (Multi)Cascade and icon loading
(edit) @3886   13 years bastiK mappaint: find images relative to the source file
(edit) @3876   13 years bastiK mapcss: support for more exotic constructs; make parser more robust: …
(edit) @3863   13 years bastiK extended mappaint style dialog
(edit) @3862   13 years bastiK mapcss: fill-image
(edit) @3858   13 years bastiK mapcss: support for opacity & icon-image
(edit) @3855   13 years bastiK Extended mappaint style dialog. No longer required to restart JOSM for …
(edit) @3853   13 years bastiK fixed loading of *.zip mappaint source
(edit) @3848   13 years bastiK Experimental mapcss support. All *.java files in the …
(edit) @3843   13 years bastiK first version of mapstyle dialog; still hidden because its unfinished …
(edit) @3827   13 years bastiK IconElemStyle: delay the loading of imagage icon until it is actually …
(edit) @3825   13 years bastiK move some code
(edit) @3805   13 years bastiK some renaming (to make future commits easier to read)
(edit) @3803   13 years bastiK Don't merge all mappaitn style rules into one StyleSet, but keep them …
(edit) @3796   13 years bastiK Changed the mappaint and tagging preset preference format from a list …
(edit) @3719   13 years bastiK added missing license information
(edit) @3647   13 years bastiK typo
(edit) @3612   14 years stoecker add XML checking for mappaint files
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2889   14 years stoecker close #4418 - support zip files for styles and presets
(edit) @2839   14 years framm fix messages
(edit) @2832   14 years Gubaer fixed NPE with new location for elemstyles.xml, see r2827
(edit) @2827   14 years stoecker moved elementstyles to data directory
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1743   15 years stoecker added much improved preferences for external styles and presets
(edit) @1241   15 years stoecker moved style name into style file
(edit) @1233   15 years ulfl change the settings to load custom mappaint styles and icons. Details …
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @991   16 years stoecker improved mappaint loader a lot
(edit) @987   16 years stoecker added internal support for multiple styles
(edit) @935   16 years stoecker fixed typo
(edit) @917   16 years stoecker minor fix
(edit) @885   16 years stoecker added multi-style mappaint support. Closes #1186
(edit) @874   16 years stoecker allow to combine mappaint line and area styles.
(edit) @851   16 years stoecker fixed style acces in case of external mappaint styles
(edit) @791   16 years stoecker don't try loading all the mappaint icons from disk
(edit) @790   16 years stoecker some cleanup in mappaint and presets
(edit) @736   16 years stoecker fixed the autocomplete issue (closes bug #1188). Not perfect but working
(edit) @735   16 years stoecker added boolean checks to mappaint element styles
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   16 years framm - ye grande eol style fixe
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @529   16 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(add) @486   16 years framm - built-in mappaint. mappaint plugin no longer required and will be …
Note: See TracRevisionLog for help on using the revision log.