source: josm/trunk/src/org/openstreetmap/josm/io/GpxWriter.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9231   8 years Don-vip javadoc update
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @7518   10 years Don-vip fix #10489 - Add additional attributes to GPX Export for nodes + GPX …
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6334   10 years Don-vip Sonar/Findbugs - Format string should use %n rather than \n
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5684   11 years bastiK add session support for marker layers (see #4029) The data is …
(edit) @5681   11 years bastiK some simple refactoring
(edit) @5679   11 years bastiK fixed #2900 - Saving and reopening of downloaded gpx segments displays …
(edit) @5397   12 years bastiK fix element ordering when writing gpx (see #7927)
(edit) @5393   12 years bastiK beautify gpx output
(edit) @2907   14 years jttt Gpx refactoring - GpxTrack and GpxTrackSegment is now interface, …
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2327   14 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @1975   15 years Gubaer applied #3264: patch by plaicy: Cleanup unchecked in FileDrop and GpxWriter
(edit) @1947   15 years stoecker close #3226 - patch by Daeron - improve align in circle
(edit) @1724   15 years stoecker some more changes and bug fixes related to new projection stuff - GPX …
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1612   15 years stoecker fix classcast exception
(edit) @1601   15 years stoecker fix #2547 - patch by Henrik Niehaus - Audio/picture markers no longer …
(edit) @1574   15 years stoecker close #2214 - patch by Henrik Niehaus - GPX export metadata handling
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1164   15 years stoecker close bug #1624
(edit) @1114   15 years framm - fix character encoding issue when saving GPX files on windows …
(edit) @872   16 years ramack GpxWriter does not close the stream it writes to after it has …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @457   16 years framm - comment cosmetics
(edit) @444   16 years framm - patch for better GPX file support by Raphael Mack …
(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/io/GpxWriter.java
(edit) @298   17 years imi - added license description to head of each source file
Note: See TracRevisionLog for help on using the revision log.