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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8375   9 years Don-vip code style - Method stores return result in local before immediately …
(edit) @8374   9 years Don-vip code style - Unnecessary Final Modifier
(edit) @8370   9 years Don-vip fix #11393 - treat oneway=reversible on highway=motorway_link
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8364   9 years Don-vip fix Findbugs violation - ICAST: Integral division result cast to double
(edit) @8348   9 years Don-vip use of Utils.getDurationString()
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8325   9 years Don-vip see #11405 - fix typo
(edit) @8323   9 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8320   9 years stoecker fix #11405 - warn about very long segments (>15km for now)
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   9 years Don-vip code cleanup
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8283   9 years stoecker some i18n code cleanups
(edit) @8257   9 years simon04 fix #11370 - "area" is not supported in validator asserts
(edit) @8237   9 years simon04 see #10529 - MapCSS: add :unclosed_multipolygon pseudo-class and …
(edit) @8224   9 years simon04 see #10980 - Note download: update already downloaded non-modified …
(edit) @8199   9 years simon04 see #10217 - Enable rotating icons with MapCSS The corresponding key …
(edit) @8194   9 years simon04 Download objects: prefill ids from copied objects The syntax from …
(edit) @8155   9 years bastiK applied #11250 - User#userMap is not synchronized (patch by michael2402)
(edit) @8140   9 years bastiK mappaint: turn off anti-aliasing for area drawing (small performance …
(edit) @8130   9 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8113   9 years bastiK fixed #11201 - don't create TextLayout for zero length string
(edit) @8111   9 years bastiK fixed #11194 - Bangla script not rendered correctly on main map area
(edit) @8110   9 years bastiK see #11194 - fix rendering of Bangla script (among others) when there …
(edit) @8085   9 years bastiK fixed #10216 Offsetting node icon in MapCSS also: rework of rendering …
(edit) @7995   9 years Don-vip fix #11047 - changeset: no length check for the source field
(edit) @7961   9 years Don-vip signature change to allow better flexibility for plugins
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7865   9 years Don-vip fix NPE, typo
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7828   9 years Don-vip fix #10855 - fix NPE - better handling of nodes without coordinates
(edit) @7816   9 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7798   9 years Don-vip see #10825 - always create nodes with coordinates
(edit) @7796   9 years Don-vip see #10825 - handle dataset properly in mapcss tagchecker verification …
(edit) @7783   9 years Don-vip fix #10816 - add various safeguards to make sure to not upload empty keys
(edit) @7782   9 years Don-vip fix #10826 - Add note sorting options (patch by ToeBee)
(edit) @7752   9 years bastiK fixed #7841 - Flying street name labels on Mac (Behaviour is different …
(edit) @7743   9 years Don-vip fix #10775 - allow to sum all numeric values as conflict resolution of …
(edit) @7732   9 years Don-vip fix #10766 - Save notes to file (patch by ToeBee)
(edit) @7715   9 years Don-vip see #10701 - display discussion comments in changeset dialog
(edit) @7714   9 years Don-vip fix #9564 - NPE
(edit) @7704   9 years Don-vip see #10701 - parsing support of changeset discussions
(edit) @7700   9 years Don-vip see #10701 - show changeset comments count in changeset dialog
(edit) @7699   9 years Don-vip fix #10700 - Add note upload functionality (patch by ToeBee)
(edit) @7683   9 years Don-vip fix #10550 - fix another style cache issue of multipolygon members
(edit) @7682   9 years Don-vip fix style cache issue for multipolygon members when a multipolygon is …
(edit) @7675   9 years Don-vip see #10680 - detect invalid delete commands earlier
(edit) @7621   10 years Don-vip fix #10615 - Inner ways of multipolygon not correctly displayed …
(edit) @7608   10 years Don-vip fix #10554 - Add notes dialog (patch by ToeBee)
(edit) @7587   10 years Don-vip fix #10557 - node icon not updated properly after undoing/redoing …
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7556   10 years Don-vip fix #8262 - Relation editor: filter autocompletion of roles by …
(edit) @7555   10 years Don-vip fix #10054 - Multipolygons as members not highlighted when relation is …
(edit) @7553   10 years bastiK see #10512 - better taginfo support
(edit) @7549   10 years Don-vip fix #10307 - improvements to rendering of relations in wireframe mode
(edit) @7527   10 years Don-vip see #10462 - more debug stuff, improve javadoc
(edit) @7509   10 years stoecker remove tabs
(edit) @7502   10 years Don-vip see #10483 - fix error message
(edit) @7501   10 years Don-vip fix #10483 - drastic improvement of data consistency test performance
(edit) @7500   10 years Don-vip see #10483 - print elapsed time of data consistency test + update javadoc
(edit) @7478   10 years bastiK fixed #10446 - Strange Text all over display on Mac
(edit) @7477   10 years bastiK see #10446 - add switch to override glyph bug test and add debug …
(edit) @7472   10 years bastiK typo
(edit) @7471   10 years bastiK fixed #10383 - nodes hidden by street name
(edit) @7459   10 years Don-vip fix #10419 - improved label placement inside areas (ex: …
(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) @7432   10 years Don-vip fix #10388 - Incomplete download of relation members
(edit) @7423   10 years Don-vip see #9680, see #4626 - multithreaded multipolygon creation
(edit) @7422   10 years Don-vip see #9680 - small multipolygon computation optimization (reduces time …
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7395   10 years Don-vip javadoc update/cleanup
(edit) @7392   10 years Don-vip code cleanup, javadoc update
(edit) @7386   10 years bastiK see #10043 - Mappaint: print name of street along residential
(edit) @7378   10 years bastiK see #10363 - show place=* icons on |z11- * special handling for …
(edit) @7356   10 years Don-vip fix #10206 - Check MapCSS validator assertions for local rules if new …
(edit) @7330   10 years Don-vip remove XML version of default map style. Moved to wiki for reference: …
(edit) @7295   10 years Don-vip see #10244 - ignore empty ways in Multipolygon.joinWays
(edit) @7294   10 years Don-vip fix #10242 - catch NoClassDefFoundError when …
(edit) @7237   10 years bastiK fixed #10130 - add mapcss expression to get number of tags new mapcss …
(edit) @7193   10 years bastiK added right- and left-hand traffic database (new mapcss …
(edit) @7145   10 years simon04 see #10037 - Improve node-inside-multipolygon matching by handling …
(edit) @7120   10 years Don-vip code refactoring/cleanup
(edit) @7111   10 years simon04 fix #9865 - Hide oneway arrows for aerialway=station
(edit) @7109   10 years Don-vip see #8671 - some code refactoring done in an unsuccessful attempt to …
(edit) @7108   10 years bastiK extend last commit
(edit) @7107   10 years bastiK mappaint: hold read lock on Dataset during painting, so modifications …
Note: See TracRevisionLog for help on using the revision log.