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) @3822   13 years bastiK move painting code to AreaElemStyles
(edit) @3817   13 years bastiK make turn restriction rendering work again
(edit) @3814   13 years bastiK fixed #5873 - Custom styles are not used. If more than 1 rule applies …
(edit) @3805   13 years bastiK some renaming (to make future commits easier to read)
(edit) @3804   13 years bastiK paint primitives that are selected and member of a selected relation …
(edit) @3803   13 years bastiK Don't merge all mappaitn style rules into one StyleSet, but keep them …
(edit) @3799   13 years bastiK move inner class to separate file
(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) @3653   13 years bastiK applied #5627 (patch by bilbo) - Speedup of node drawing
(edit) @3647   13 years bastiK typo
(edit) @3612   14 years stoecker add XML checking for mappaint files
(edit) @3405   14 years bastiK changed drawing of highlighted, selected and disabled ways to adapt …
(edit) @3319   14 years stoecker see #2281 - line color not always initialized
(edit) @3315   14 years stoecker fix wrong paint handling of unclosed areas
(edit) @3301   14 years bastiK draw dashes of disabled ways in inactive color
(edit) @3291   14 years stoecker fix #4414 - draw selected relation and selected elements a bit different
(edit) @3222   14 years jttt Fix #4396 Priorities for style elements working only partially
(edit) @3191   14 years bastiK fixed #4909 - draw direction arrows only at ways head is inverted …
(edit) @3180   14 years bastiK applied #4876 - make size of tagged nodes configurable (patch by petschge)
(edit) @3159   14 years bastiK fixed #2801 - Display junction nodes with a different style à la Potlatch
(edit) @3116   14 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2922   14 years mjulius Fix NPE when styles where not found
(edit) @2906   14 years mjulius remove OsmPrimitive.entrySet() using keySet()/get() or getKeys() instead
(edit) @2890   14 years bastiK Reverse Arrows for 'oneway=-1' and similar (see #2387). More …
(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) @2713   14 years stoecker removed obsolete code (re-add when necessary)
(edit) @2679   14 years jttt Fixed #4230 NPE when searching for name$:[a-z] in Iceland.osm
(edit) @2675   14 years jttt MapPaintVisitor - delegate drawing to styles, MapPaintVisitor should …
(edit) @2659   14 years jttt Minor fixes in mappaint code
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2392   14 years bastiK Objects on inactive osm-layers should be painted in a shade of gray. …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1971   15 years stoecker improved custom style selection box
(edit) @1924   15 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(edit) @1747   15 years stoecker close #2874 (NPE), improved external style handling
(edit) @1743   15 years stoecker added much improved preferences for external styles and presets
(edit) @1696   15 years stoecker fixed mappaint area style handling for closed ways a little bit again
(edit) @1695   15 years stoecker fix #2767 - some area-style-ways are not displayed properly
(edit) @1635   15 years stoecker fix #2667 - patch by Daeron - Add support for dash patterns in mappaint
(edit) @1629   15 years stoecker close #2426 - now mappaint handles area types which require closed …
(edit) @1583   15 years stoecker close #2535 - patch by podolsir - NPE for missing icon, update …
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1340   15 years ulfl add a mappaint "dashedcolour", which controls the background color of …
(edit) @1333   15 years ulfl some improvements in mappaints elemstyles.xml handling: - add console …
(edit) @1313   15 years stoecker fix #2047
(edit) @1295   15 years ulfl turn restriction display in mappaint (very experimental) will only …
(edit) @1241   15 years stoecker moved style name into style file
(edit) @1240   15 years stoecker cleanup style handling
(edit) @1235   15 years ulfl first set of performance optimizations: - don't call Main.pref.get() …
(edit) @1233   15 years ulfl change the settings to load custom mappaint styles and icons. Details …
(edit) @1222   15 years stoecker some cleanup in preferences handling
(edit) @1204   15 years stoecker fixed NPE
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1192   15 years stoecker fixed display bug for areas with boolean type (e.g. building=yes)
(edit) @1190   15 years stoecker added first part of multipolygon drawing
(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) @990   16 years stoecker closed bug #1476 - invisible tram lines
(edit) @987   16 years stoecker added internal support for multiple styles
(edit) @947   16 years stoecker fixed minor display bug in mappaint
(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) @801   16 years stoecker allow configurable mappaint colors
(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.