source: josm/trunk/src/org/openstreetmap/josm/gui/mappaint

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6235   11 years Don-vip Sonar - fix recently introduced issues
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6211   11 years bastiK see #8997 - add more debug output in case of error
(edit) @6182   11 years Don-vip fix #8849 - allow map icons up to 24x24 pixels without rescaling
(edit) @6175   11 years Don-vip see #8902 - Small performance enhancements / coding style (patches by …
(edit) @6174   11 years Don-vip see #8849 - use scaled down version of images in recently added tags panel
(edit) @6172   11 years Don-vip fix #8849: * Used scaled down (16x16 pixels) of large (.svg) images if …
(edit) @6148   11 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6105   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6090   11 years akks see #8902 - long literals readability 4321l => 4321L (patch by shinigami)
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6075   11 years Don-vip fix #8823 - enable map paint styles switching with marker layers
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6034   11 years Don-vip fix #8823 - enable map paint styles switching with GPX layers
(edit) @5927   11 years bastiK add missing license information
(edit) @5926   11 years bastiK clean up imports
(edit) @5899   11 years stoecker fix javadoc
(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) @5841   11 years Don-vip fix #8593 - MapCSS: robustness to invalid regex patterns
(edit) @5812   11 years bastiK mapcss: add phase for repeat-image
(edit) @5811   11 years bastiK mapcss: add width+height properties for repeat-image
(edit) @5801   11 years bastiK mapcss: new map element 'repeat-image' similar to 'pattern-image', but …
(edit) @5774   11 years Don-vip fix #8490 - NPE
(edit) @5766   11 years Don-vip see #8490 - fix NPE
(edit) @5753   11 years Don-vip see #8485 - Don't throw IllegalArgumentException with buggy projections
(edit) @5714   11 years bastiK mapcss: fix split function
(edit) @5705   11 years bastiK mapcss: rework of eval expressions; significant performance …
(edit) @5702   11 years bastiK mapcss: separate opacity for way casing
(edit) @5701   11 years bastiK mapcss: small change in regexp expression function
(edit) @5699   11 years bastiK add a few more functions for mapcss eval expression
(edit) @5620   11 years bastiK applied #8273 - couldn't be escaped for mapcss regexp (patch by ij)
(edit) @5577   11 years bastiK fixed #8187 - eval(#colour) doesn't result in #colour value suitable …
(edit) @5571   11 years Don-vip fix #7979 - fix ArrayIndexOutOfBoundsException when rendering ways …
(edit) @5530   12 years bastiK see #7789 - Map icons sometimes disapear after an "Update Data" command
(edit) @5484   12 years Don-vip Recently added tags: correctly select one-char-length values, properly …
(edit) @5470   12 years Don-vip fix #7865 - Map icons should be less prominent when disabled or …
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(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) @5376   12 years Don-vip see #7907 - MapCSS fixes
(edit) @5342   12 years Don-vip mappaint: fix "real width" painting, broken since r5212 because of a …
(edit) @5275   12 years bastiK doc improvements
(edit) @5257   12 years simon04 see #7701 - NPE in MapImage
(edit) @5253   12 years simon04 fix #7709 - "Failed to locate image 'null'" after downloading a Map …
(edit) @5219   12 years bastiK mapstyles: add automatic reloading of local styles when they have been …
(edit) @5217   12 years bastiK mapcss: change z-index handling In contrast to previous default …
(edit) @5214   12 years bastiK mapcss: change semantics of casing-width: X; Previously it was an …
(edit) @5213   12 years simon04 typo (in r5212)
(edit) @5212   12 years bastiK minor coding style change
(edit) @5206   12 years bastiK applied #7624 - Allow MapCSS to style right and left side casings …
(edit) @5183   12 years simon04 fix #7585 - note rendered in favour of other tags
(edit) @5144   12 years Don-vip fix #7338 - closed ways with area=no rendered as area
(edit) @5141   12 years simon04 fix #7527 - View → Map Paint Styles gives ArrayOutOfBounds if …
(edit) @5110   12 years simon04 fix #7522 - fix "Fatal: failed to locate image" in MapPaintMenu
(edit) @5088   12 years simon04 fix #6895 - improve MapPaintMenu (add "Preference", keep menu open …
(edit) @5086   12 years simon04 fix #6895 - Add Map Paint Styles to View menu
(edit) @5074   12 years akks Fix NPE for disabled image loading, see #7498, #7491 (please check!)
(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) @4871   12 years akks Fix #7316 - don't display segment numbers for inactive data layers
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4823   12 years bastiK forgot to add (see #6797)
(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) @4721   12 years bastiK use builder pattern for ImageProvider (see #7192)
(edit) @4682   12 years simon04 fix #2746 - add validation: Way connected to Area
(edit) @4623   12 years Don-vip see #6987 - multipolygon cache aware of events requiring cache refresh …
(edit) @4621   12 years Don-vip fix #6987 - Crashing on osm file open -> Fix a performance problem …
(edit) @4606   12 years bastiK see #7072 - bug in mappaint zoom code
(edit) @4415   13 years bastiK fixed #6817 - mapcss stylesheet not rendered correctly in 4399
(edit) @4401   13 years bastiK mapcss: fix op name
(edit) @4327   13 years xeen updates visual appearance of highlights and adds them to select and …
(edit) @4319   13 years bastiK mappaint: split NodeElemStyle into icon/symbol part and text part
(edit) @4318   13 years bastiK mapcss: allow disabling the default point- and line styles
(edit) @4316   13 years bastiK mapcss: add line offset
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4305   13 years bastiK fixed #5950 - z-index does not affect casing
(edit) @4281   13 years bastiK mapcss: minor bugfix
(edit) @4280   13 years bastiK mapcss: fix zoom parsing
(edit) @4272   13 years bastiK mapcss: proper support for scaled icons (fixes #6560)
(edit) @4257   13 years stoecker fix #6603 - don't use optional javacc ant task
(edit) @4252   13 years bastiK removed autogenerated code - can be build without problems using …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4180   13 years bastiK fix bug in relation with mappaint/zoom
(edit) @4172   13 years stoecker remove unused icons, make connection timouts configurable and increase …
(edit) @4169   13 years stoecker fix #6498 - useRealWidth does not work with digit numbers
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4074   13 years bastiK mapcss: performance improvement for parent selector (by Gubaer)
(edit) @4069   13 years bastiK mapcss: add role based selection (collaborative work by Gubaer and me)
(edit) @4055   13 years bastiK #6246 - area edges painted above highway
(edit) @4040   13 years bastiK fixed #6210 - Selected a way rendered on top of unselected nodes
Note: See TracRevisionLog for help on using the revision log.