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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8113   10 years bastiK fixed #11201 - don't create TextLayout for zero length string
(edit) @8111   10 years bastiK fixed #11194 - Bangla script not rendered correctly on main map area
(edit) @8110   10 years bastiK see #11194 - fix rendering of Bangla script (among others) when there …
(edit) @8106   10 years Klumbumbus fix #11152 - improve validator message.
(edit) @8100   10 years stoecker fix #10581 - rewrite old URL's to JOSM server
(edit) @8093   10 years stoecker javadoc fixes
(edit) @8092   10 years stoecker some javadoc
(edit) @8091   10 years stoecker proper handling of language infor for maps name and description
(edit) @8085   10 years bastiK fixed #10216 Offsetting node icon in MapCSS also: rework of rendering …
(edit) @8071   10 years Don-vip fix #10960 - Add note API search dialog (modified patch by ToeBee). …
(edit) @8067   10 years stoecker version off by one
(edit) @8065   10 years stoecker display imagery description in preferences dialog tooltip
(edit) @8045   10 years Klumbumbus fix #6363 - downgrade "Style for inner way equals multipolygon" …
(edit) @7995   10 years Don-vip fix #11047 - changeset: no length check for the source field
(edit) @7987   10 years Don-vip update presets lang, update Groovy, remove deprecated stuff, fix some …
(edit) @7986   10 years Don-vip fix #10945 - restore warning at INFO level when relations all have the …
(edit) @7981   10 years Don-vip fix #10995 - lower "Unnamed junction" warning to info level
(edit) @7961   10 years Don-vip signature change to allow better flexibility for plugins
(edit) @7951   10 years Don-vip fix some Sonar issues
(edit) @7947   10 years Don-vip fix #10945 - allow several associatedStreet relations if they share …
(edit) @7941   10 years Don-vip fix #10949 - fix false positives in relation checker for multipolygons …
(edit) @7937   10 years bastiK add subversion property svn:eol=native
(edit) @7936   10 years bastiK add support for projection EPSG:25828 to EPSG:25838 (ETRS89 / UTM) - …
(edit) @7932   10 years Don-vip see #10938 - take noname=yes into account in validator tests
(edit) @7902   10 years Don-vip see #10696 - allow URLs without protocol
(edit) @7899   10 years Don-vip fix #10223 - false positive for "Missing pedestrian crossing information"
(edit) @7894   10 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
(edit) @7888   10 years Don-vip fix #10083 - exclude more keys from *:lanes test
(edit) @7885   10 years Don-vip see #9844 - code cleanup
(edit) @7884   10 years Don-vip fix #9844, fix #9992, fix #10133 - fix relation checker tests against …
(edit) @7881   10 years Don-vip fix regression caused by optimization done in r7879
(edit) @7879   10 years Don-vip optimize / ease debug the chek of assertions in MapCSSTagChecker
(edit) @7865   10 years Don-vip fix NPE, typo
(edit) @7864   10 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7856   10 years Don-vip catch Exception instead of Throwable
(edit) @7848   10 years Don-vip fix #3733 - SimilarNamedWays naïvely uses Levenshtein distance and …
(edit) @7841   10 years bastiK rework command line switches to set JOSM directories: …
(edit) @7834   10 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7831   10 years Don-vip see #10026 - use recommended preferences directory on OSX. Linux and …
(edit) @7829   10 years Don-vip see #6248, #10026 - use recommended cache directories on Windows and …
(edit) @7828   10 years Don-vip fix #10855 - fix NPE - better handling of nodes without coordinates
(edit) @7824   10 years Don-vip fix #10862 - proper validation of IDN (Internationalized Domain Name) …
(edit) @7817   10 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7816   10 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7801   10 years Don-vip fix some Sonar issues
(edit) @7798   10 years Don-vip see #10825 - always create nodes with coordinates
(edit) @7796   10 years Don-vip see #10825 - handle dataset properly in mapcss tagchecker verification …
(edit) @7783   10 years Don-vip fix #10816 - add various safeguards to make sure to not upload empty keys
(edit) @7782   10 years Don-vip fix #10826 - Add note sorting options (patch by ToeBee)
(edit) @7779   10 years Don-vip fix #10810 - update Apache Validator routines to latest version in …
(edit) @7759   10 years Don-vip fix #10798 - throw exception with invalid imagery types
(edit) @7752   10 years bastiK fixed #7841 - Flying street name labels on Mac (Behaviour is different …
(edit) @7743   10 years Don-vip fix #10775 - allow to sum all numeric values as conflict resolution of …
(edit) @7732   10 years Don-vip fix #10766 - Save notes to file (patch by ToeBee)
(edit) @7721   11 years Don-vip see #10743 - code refactoring to allow reuse of duplicated ways …
(edit) @7715   11 years Don-vip see #10701 - display discussion comments in changeset dialog
(edit) @7714   11 years Don-vip fix #9564 - NPE
(edit) @7713   11 years Don-vip fix #10710 - No zipfile support for custom validator rules
(edit) @7704   11 years Don-vip see #10701 - parsing support of changeset discussions
(edit) @7700   11 years Don-vip see #10701 - show changeset comments count in changeset dialog
(edit) @7699   11 years Don-vip fix #10700 - Add note upload functionality (patch by ToeBee)
(edit) @7698   11 years Don-vip fix #10696 - Provide a fix for website's with no scheme (patch by …
(edit) @7683   11 years Don-vip fix #10550 - fix another style cache issue of multipolygon members
(edit) @7682   11 years Don-vip fix style cache issue for multipolygon members when a multipolygon is …
(edit) @7675   11 years Don-vip see #10680 - detect invalid delete commands earlier
(edit) @7664   11 years Don-vip fix #10662 - Do not warn about unclosed ways with leisure=slipway
(edit) @7655   11 years stoecker support data: style URL's for icon in plugin list, see #10581, drop …
(edit) @7644   11 years Don-vip fix #10655 - WayConnectedToArea should not warn on leisure=slipway
(edit) @7621   11 years Don-vip fix #10615 - Inner ways of multipolygon not correctly displayed …
(edit) @7608   11 years Don-vip fix #10554 - Add notes dialog (patch by ToeBee)
(edit) @7599   11 years Don-vip fix #10582 - drop support of undocumented tag josm/ignore. New …
(edit) @7587   11 years Don-vip fix #10557 - node icon not updated properly after undoing/redoing …
(edit) @7583   11 years stoecker fix #10255 - don't issue style warnings for boundaries
(edit) @7580   11 years Don-vip fix #7166 - include second and milliseconds in filename of autosaved …
(edit) @7575   11 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7574   11 years Don-vip fix #10452 - new validator test to warn users about ways that exceed …
(edit) @7573   11 years stoecker see #10529 - fix wording
(edit) @7572   11 years bastiK see #10529 - fix "typo" in [7571]
(edit) @7571   11 years bastiK see #10529 - raise validator level from information to warning for …
(edit) @7570   11 years bastiK see #10529 - remove duplicate test (same as NO_STYLE_POLYGON)
(edit) @7569   11 years stoecker see #10529 - some better warnings for old style multipolygon tagging
(edit) @7565   11 years stoecker see #10529 - fix one validator test case for multipolygon
(edit) @7556   11 years Don-vip fix #8262 - Relation editor: filter autocompletion of roles by …
(edit) @7555   11 years Don-vip fix #10054 - Multipolygons as members not highlighted when relation is …
(edit) @7553   11 years bastiK see #10512 - better taginfo support
(edit) @7549   11 years Don-vip fix #10307 - improvements to rendering of relations in wireframe mode
(edit) @7536   11 years Don-vip fix #8430 - Download along: rework selection panel to allow smaller areas
(edit) @7527   11 years Don-vip see #10462 - more debug stuff, improve javadoc
(edit) @7523   11 years Don-vip fix #10398 - clarify warning about missing public_transport:version
(edit) @7518   11 years Don-vip fix #10489 - Add additional attributes to GPX Export for nodes + GPX …
(edit) @7509   11 years stoecker remove tabs
(edit) @7502   11 years Don-vip see #10483 - fix error message
(edit) @7501   11 years Don-vip fix #10483 - drastic improvement of data consistency test performance
(edit) @7500   11 years Don-vip see #10483 - print elapsed time of data consistency test + update javadoc
(edit) @7497   11 years Don-vip fix #10480 - False positive with lanes validation if source:lanes is …
(edit) @7489   11 years Don-vip fix #10393 - Validation of URLs and e-mails in relevant tags, using …
(edit) @7486   11 years Don-vip fix #10469 - Way tagged aeroway=taxiway causes warning in validator
(edit) @7478   11 years bastiK fixed #10446 - Strange Text all over display on Mac
(edit) @7477   11 years bastiK see #10446 - add switch to override glyph bug test and add debug …
(edit) @7476   11 years Don-vip fix NPE seen in continuous integration, reproducible in offline mode
Note: See TracRevisionLog for help on using the revision log.