source: josm/trunk/src/org/openstreetmap/josm/data/osm/visitor

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1254   15 years ulfl mappaint major performance improvements: - cache mappaint style and …
(edit) @1251   15 years ulfl add a profiler also to the SimplePaintVisitor, so can compare details …
(edit) @1250   15 years ulfl isPolygonVisible() shouldn't return true, if width and height are both …
(edit) @1240   15 years stoecker cleanup style handling
(edit) @1236   15 years stoecker removed some double code
(edit) @1235   15 years ulfl first set of performance optimizations: - don't call Main.pref.get() …
(edit) @1226   15 years stoecker fixed bug #1963, fix by markb _ ordern _ com
(edit) @1223   15 years stoecker fixed #1990
(edit) @1222   15 years stoecker some cleanup in preferences handling
(edit) @1221   15 years stoecker cleanup color handling
(edit) @1216   15 years ulfl enable "draw.segment.relevant_directions_only" by default, it's: a) …
(edit) @1215   15 years ulfl add a mappaint.profiler option, it enables console output of the …
(edit) @1208   15 years ulfl fix #1834: display names even for simple nodes without an icon fix …
(edit) @1205   15 years stoecker fix bug #1949 and some other minor issues
(edit) @1202   15 years stoecker finished multipolygon rendering - please test
(edit) @1200   15 years stoecker add error handling for multipolygon drawing
(edit) @1197   15 years stoecker fixed bug #1939
(edit) @1196   15 years stoecker partly fix #1720. Patch by Russ Nelson
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1193   15 years stoecker fixed typo
(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) @1077   16 years framm codestyle cosmetics
(edit) @1071   16 years framm Support for changeset uploads in 0.6. Error handling is not fully done …
(edit) @1019   16 years stoecker allow localized name display. close #1586
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @998   16 years stoecker make mappaint font configurable
(edit) @992   16 years stoecker added mappaint fontsize. closes bug #1577
(edit) @990   16 years stoecker closed bug #1476 - invisible tram lines
(edit) @987   16 years stoecker added internal support for multiple styles
(edit) @976   16 years stoecker fix bug #1561 and #5160
(edit) @955   16 years stoecker increase virtual node size a bit again
(edit) @950   16 years stoecker use the mappaint.node.virtual-size as planned
(edit) @948   16 years stoecker allow to use zoom from plugins
(edit) @885   16 years stoecker added multi-style mappaint support. Closes #1186
(edit) @880   16 years stoecker killed the area color in r874
(edit) @874   16 years stoecker allow to combine mappaint line and area styles.
(edit) @863   16 years stoecker changed drawing areas a lot
(edit) @862   16 years stoecker fixed line style problem with segment numbers
(edit) @860   16 years stoecker fixed segment number display
(edit) @857   16 years stoecker changed design of virtual nodes
(edit) @856   16 years stoecker disable anti-aliasing for in default mode
(edit) @855   16 years stoecker fixed area border display
(edit) @813   16 years stoecker support of Garmin time stamps in GPX import. patch by Roland Ramthun
(edit) @809   16 years framm - fix a problem that would sometimes not draw nodes in recently added …
(edit) @808   16 years stoecker fixed virtual nodes a bit
(edit) @805   16 years stoecker Added virtual nodes in select mode. Closes #595.
(edit) @804   16 years stoecker cleanup color preferences a lot
(edit) @786   16 years stoecker I18N
(edit) @775   16 years stoecker cleanup of mappaint patches. Closes #1404. Patch by Jörg Henne.
(edit) @768   16 years framm - mappaint modifications by Joerg Henne <j.henne@…>; now …
(edit) @760   16 years gebner Implement BoundingXYVisitor.visit(Relation). This makes zoom to …
(edit) @759   16 years gebner Draw relations in wireframe mode. This will just draw an outline …
(edit) @757   16 years stoecker reduce double draws. Closes #734
(edit) @756   16 years stoecker i18n fix I overlooked
(edit) @755   16 years stoecker better sorting of selected elements and relation list, reenabled …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @637   16 years framm - fixed more NPEs
(edit) @636   16 years framm - better fix for NPE when drawing segment order numbers; closes #741
(edit) @634   16 years framm - attempt to fix NPE on paint
(edit) @631   16 years framm - polygon drawing performance increases by Daniel Naber …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @610   16 years framm - fix "getting started" screen for low resolutions - fix …
(edit) @608   16 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @599   16 years ramack - mappaint draws direction arrow for the selected way always now
(edit) @597   16 years ramack - implement ticket #671: add option to draw only interesting direction …
(edit) @596   16 years framm - fix direction arrow drawing for ways in mappaint mode, patch by …
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @580   16 years (none) mappaint.useRealWidth=true looks a bit nicer, but often gets in the …
(edit) @529   16 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(edit) @511   16 years framm - modified NameVisitor to show a relation's name tag (or ref tag if no …
(edit) @505   16 years gebner NameVisitor: Name incomplete primitives, add number of nodes to ways.
(edit) @499   16 years gebner SimplePaintVisitor: Fix segment number rendering.
(edit) @498   16 years gebner Remove unused member OsmPrimitive.shown.
(edit) @496   16 years gebner MergeVisitor: Only parse dates if needed. Reported by Petr Nejedly.
(edit) @493   16 years gebner Offscreen filtering; draw direction arrows on selection. Patch by Petr …
(edit) @490   16 years gebner MergeVisitor.match: Only match objects by content if they're not …
(edit) @486   16 years framm - built-in mappaint. mappaint plugin no longer required and will be …
(edit) @481   16 years gebner Oops. Or-expressions do short-circuiting, so you'd better not reverse …
(edit) @479   16 years gebner Simplify the merge visitor.
(edit) @478   16 years gebner Speed up merging. - Don't scan our dataset for every primitive we …
(edit) @467   17 years gebner NameVisitor: handle incomplete nodes
(edit) @427   17 years gebner CollectBackReferencesVisitor: Don't count deleted relations as reference.
(edit) @407   17 years gebner Add incompleteness checks.
(edit) @384   17 years framm - limit lat/lon decimal places to 7
(edit) @383   17 years gebner Fix warnings reported by -Xlint.
(edit) @371   17 years gebner Clean up the MergeVisitor.
(edit) @369   17 years gebner Fix bug #392.
(edit) @367   17 years framm - changed appearance of tagged nodes (now: dot with square around it) …
(edit) @366   17 years gebner Handle merging of incomplete ways. Fixes #392.
(edit) @362   17 years framm - alleviated #388 by parsing the timestamps only when they are needed.
(edit) @358   17 years gebner Beginnings of the implementation of ticket #11.
(edit) @357   17 years gebner Add incompleteness checks for nodes.
(edit) @354   17 years gebner Fix NameVisitor for circular ways, it counted a node occuring twice as …
(edit) @343   17 years gebner Merge 0.5.
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/data/osm/visitor
(edit) @319   17 years imi - removed MinML2 dependency (use javax.xml) - fixed reorder action …
Note: See TracRevisionLog for help on using the revision log.