source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author
(edit) @6950   10 years Don-vip

see #9875 - implement fallback via advanced preference jdk.tls.enableSNIExtension to re-enable SNI if needed

(edit) @6949   10 years Don-vip

see #9667 - fix unit test

(edit) @6948   10 years stoecker

i18n update

(edit) @6947   10 years Don-vip

presets lang update

(edit) @6946   10 years Don-vip

fix #9875 - disable jsse.enableSNIExtension

(edit) @6945   10 years Don-vip

see #8654 - refactor Mac OSX packaging ant task

(edit) @6944   10 years Don-vip

fix #3764 - should fix UI problem in tag correction dialog (cannot reproduce)

(edit) @6943   10 years Don-vip

see #8465 - Ask Mac/Debian/Ubuntu users to update their Java 6 version to Java 7

(edit) @6942   10 years Don-vip

fix #5922, see #8431 - value of createcircle.nodecount not always applied (patch by Balaitous)

(edit) @6941   10 years Don-vip

fix #9720 - Remote control: listen also in HTTPS

(edit) @6940   10 years Don-vip

fix #9820 - validator: fix regression from r6862 in overlapping ways test

(edit) @6939   10 years Don-vip

fix #9864 - add "Add/Edit/Delete" entries to tags/memberships contextual menus. Can be disabled with properties.menu.add_edit_delete`.

(edit) @6938   10 years Don-vip

see #9864 - fix regression from r6752: restore actions in toggle dialogs title bar contextual menu

(edit) @6937   10 years Don-vip

fix #9866 - validator - wrong roundabout test for highway *_links

(edit) @6936   10 years Don-vip

fix #9870 - exception when trying to view history of new nodes from their parent way history dialog

(edit) @6935   10 years Don-vip

see #3764 - special handling for Nimbus

(edit) @6934   10 years Don-vip

fix #7423 - Align nodes in circle results are unstable (patch by Balaitous)

(edit) @6933   10 years Don-vip

fix #8431 - improve "align in circle" action (patch by Balaitous):

  • by default nodes are evenly distributed
  • to prevent evenly distribution of a node, user have to explicitly select it
(edit) @6932   10 years Don-vip

fix #3764 - add stylesheet for html ordered and unordered lists, for use in error messages

(edit) @6931   10 years simon04

Preference: Allow to toggle selection of plugins also by clicking on the name

Make this feature from r6741 actually work

(edit) @6930   10 years simon04

Add WMS: filter unsupported image formats, preselect jpeg or png

(edit) @6929   10 years Don-vip

fix #9856 - fix "area is unnecessary" test

(edit) @6928   10 years Don-vip

fix #9757 - validator warning for wrong multiple values (patch by naoliv)

(edit) @6927   10 years Don-vip

fix #9667 - Verify addresses interpolation range/values via MapCSS (patch by simon04)

(edit) @6926   10 years Don-vip

fix #9817 - NPE when painting way with a single node

(edit) @6925   10 years Don-vip

see #3764 - fix layout of bug report window

(edit) @6924   10 years Don-vip

fix #9845 - validator: fix "power line without voltage" test

(edit) @6923   10 years Don-vip

fix #9854 - validator: fix "area is unnecessary" test

(edit) @6922   10 years stoecker

add version in javadoc

(edit) @6921   10 years Don-vip

fix #9850 - MapCSSParser.jj does not build in Eclipse on Linux/Mac

(edit) @6920   10 years Don-vip

fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by default + other HTTPS links where applicable + update CONTRIBUTION

(edit) @6919   10 years Don-vip

fix #8431, fix #9839 - fix issues with "align nodes in circle" action (patch by Balaitous)

(edit) @6918   10 years Don-vip

presets lang update

(edit) @6917   10 years Don-vip

fix #9841 - access OSM tiles in HTTPS in slippy map chooser

(edit) @6916   10 years Don-vip

fix #9842 - exclude natural=gorge from Unclosed way test

(edit) @6915   10 years Don-vip

fix #9846 - history browser: right click link to user page broken

(edit) @6914   10 years Don-vip

fix #9843 - typo in route preset

(edit) @6913   10 years akks

see #9832: move tags from ways to the multipolygons created by Shift-J

(edit) @6912   10 years Don-vip

Refactor duplicated code

(edit) @6911   10 years Don-vip

see #3764 - disables "all bold" stuff by default. UI problems remain to fix

(edit) @6910   10 years Don-vip

remove unneeded class (other duplicated similar classes to be refactored later to a new one)

(edit) @6909   10 years bastiK

fixed #9818 - colour of building outline changed in 6896

(edit) @6908   10 years Don-vip

see #9784 - UTF8 encoding of strings used in CRC2 computation

(edit) @6907   10 years Don-vip

fix #9810 - fix HTML code in remote control 500 response

(edit) @6906   10 years Don-vip

refactor duplicated code - impacts some plugins (reverter, roadsigns, cmdline)

(edit) @6905   10 years stoecker

see #9778 - delay initialisation of plugin download URL

(edit) @6904   10 years akks

Large GPS points were not centered for draw.rawgps.large.size>3

(edit) @6903   10 years Don-vip

fix #9790 - No poles or towers with underground power lines

(edit) @6902   10 years Don-vip

fix #9791 - IllegalArgumentException when clicking an imagery link from HOT

(edit) @6901   10 years Don-vip

see #3764 - make UI messages copy-able (patch by simon04)

(edit) @6900   10 years stoecker

see #9778 - force fixed string for XML name base

(edit) @6899   10 years bastiK

see #9784 - md5 hashcode in mapcss

(edit) @6898   10 years stoecker

see #9778 - fix brain damage

(edit) @6897   10 years stoecker

see #9778 - use TLS for JOSM website access

(edit) @6896   10 years bastiK

mapcss: add support for @media expressions
includes part of the style sheet under certain condition
e.g. min josm version.

There is a major limitation: the intire file is still parsed.
So if new syntax is introduced, it will still generate
a parsing error for old josm version even if the new code
is wrapped in an @media section.

(edit) @6895   10 years bastiK

applied #9228 - Set transparency of circle from HDOP value (by simon04; slightly extended)

(edit) @6894   10 years bastiK

applied #9605 - Align Nodes in Line moves outer node instead of middle one (patch by Balaitous)

(edit) @6893   10 years bastiK

applied #6819 - Align nodes in line should respect straight crossing lines (patch by Balaitous)

(edit) @6892   10 years bastiK

applied #9223 - Allow align in circle for multiple ways (patch by Balaitous)

Note: See TracRevisionLog for help on using the revision log.