source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8149   8 years stoecker fix #11257 - Remove apache.commons.codecs - patch by Florian Schaefer
(edit) @8148   8 years bastiK applied #11249 - Remove some unneccessary variable boxing (patch by …
(edit) @8141   8 years bastiK applied #11231 - MapCSS: Use PriorityQueue instead of sorting an …
(edit) @8140   8 years bastiK mappaint: turn off anti-aliasing for area drawing (small performance …
(edit) @8133   8 years bastiK see #11227 - MapCSS: rendering slow because of frequent preferences lookup
(edit) @8132   8 years Don-vip fix #11162 - update to metadata-extractor 2.7.2
(edit) @8131   8 years Don-vip fix #11220 - Search within selection shows incorrect number of matches
(edit) @8130   8 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(edit) @8129   8 years Don-vip fix Sonar issue findbugs:OS_OPEN_STREAM - Bad practice - Method may …
(edit) @8128   8 years Don-vip fix Sonar issue squid:S2446 - "notifyAll" should be used
(edit) @8127   8 years Don-vip fix Sonar issue squid:S2111 - "BigDecimal(double)" should not be used
(edit) @8126   8 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8118   8 years Klumbumbus see #10868 - set default value of advanced pref osm.notes.daysClosed
(edit) @8116   8 years Don-vip fix #11206 - NPE
(edit) @8115   8 years Don-vip fix #11192 - missing notes translations
(edit) @8114   8 years Don-vip fix #11197 - don't select filtered ways with double-click selection mode
(edit) @8113   8 years bastiK fixed #11201 - don't create TextLayout for zero length string
(edit) @8111   8 years bastiK fixed #11194 - Bangla script not rendered correctly on main map area
(edit) @8110   8 years bastiK see #11194 - fix rendering of Bangla script (among others) when there …
(edit) @8106   8 years Klumbumbus fix #11152 - improve validator message.
(edit) @8103   8 years bastiK fixed #11163 - map symbols of an inactive (for editing) data layer …
(edit) @8102   8 years stoecker fix #11155 - don't add subdir slash multiple times - why do the recent …
(edit) @8101   8 years stoecker add https to valid internal plugin links, so we can switch in the future
(edit) @8100   8 years stoecker fix #10581 - rewrite old URL's to JOSM server
(edit) @8099   8 years Don-vip see #10989 - add support for more languages on recent version of …
(edit) @8097   8 years stoecker see #10684, see #10688 - fix image scaling for mappaint
(edit) @8096   8 years stoecker fix typo
(edit) @8095   8 years stoecker see #10684 - add proper overlay interface for ImageProvider()
(edit) @8093   8 years stoecker javadoc fixes
(edit) @8092   8 years stoecker some javadoc
(edit) @8091   8 years stoecker proper handling of language infor for maps name and description
(edit) @8087   8 years bastiK MapCSS: new @supports rule Implementation should be mostly compatible …
(edit) @8086   8 years bastiK MapCSS: add support for dynamic subparts This feature is not useful …
(edit) @8085   8 years bastiK fixed #10216 Offsetting node icon in MapCSS also: rework of rendering …
(edit) @8084   8 years bastiK add svn:eol-style=native for svgsalamander
(edit) @8083   8 years bastiK update svgsalamander to r200
(edit) @8081   8 years Don-vip fix #10882 - fix focus issues properly
(edit) @8079   8 years Don-vip fix #11123 - IllegalArgumentException when resizing window with active …
(edit) @8078   8 years Don-vip fix #10930 - different selections in mapview and notes dialog list …
(edit) @8075   8 years Don-vip fix #10882 - dynamic resize of search box for low resolutions
(edit) @8074   8 years bastiK #11090 - do not load plugins unless dependencies can be loaded (or are …
(edit) @8073   8 years Don-vip fix some Sonar issues
(edit) @8072   8 years Don-vip fix #10882 - Implement search box for main menu (modified patch from …
(edit) @8071   8 years Don-vip fix #10960 - Add note API search dialog (modified patch by ToeBee). …
(edit) @8070   8 years Don-vip see #10930 - deprecate notes plugin
(edit) @8069   8 years Don-vip fix #11074 - Cannot collapse geotagged images dialog
(edit) @8068   8 years Don-vip fix #11076 - robustness to unsupported WMS rectifier imagery types
(edit) @8067   8 years stoecker version off by one
(edit) @8066   8 years stoecker version off by one
(edit) @8065   8 years stoecker display imagery description in preferences dialog tooltip
(edit) @8064   8 years Don-vip fix #11105 - DataIntegrityProblemException when undo drawing
(edit) @8061   8 years bastiK see #11096 - strip .png
(edit) @8056   8 years bastiK fixed #11096 - png -> svg
(edit) @8047   8 years bastiK see #11096 - fix png -> svg
(edit) @8045   8 years Klumbumbus fix #6363 - downgrade "Style for inner way equals multipolygon" …
(edit) @8041   8 years bastiK applied #11059 - New method unflagNewGpsData(), modified infoText …
(edit) @8038   8 years Don-vip fix #11093 - workaround for Java bug JDK-6322854 in JosmTextField. Use …
(edit) @8036   8 years bastiK fixed #11096 - replace png icons with svg version if available
(edit) @8030   8 years bastiK see #11090 - refresh plugin info after download & before loading
(edit) @8029   8 years bastiK see #11090 - new option for LayerChangeListener to get an initial …
(edit) @8024   8 years bastiK see #11090 - make sure plugin preference tab is shown after runtime load
(edit) @8020   8 years bastiK see #11090 - make sure modifications to the current MapFrame are done …
(edit) @8018   8 years bastiK fix compile error from [8017]
(edit) @8017   8 years bastiK see #11090 - basic support for plugin loading at runtime. This is …
(edit) @8015   8 years bastiK fixed #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @8014   8 years bastiK see #10989 - added 3 more scripts (Syriac, Thaana, Malayalam)
(edit) @8006   8 years bastiK see #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @8005   8 years Don-vip fix #11064 - disable undo/redo feature for table cell editors
(edit) @8002   8 years Don-vip fix #11046 - add Redo action, bound to Ctrl-Y in JosmTextField. Don't …
(edit) @8000   8 years Don-vip fix #11046 - bind Undo action to Ctrl-Z in JosmTextField
(edit) @7999   8 years Don-vip fix #11061 - Remote API imagery cookies parameter is not handled …
(edit) @7995   8 years Don-vip fix #11047 - changeset: no length check for the source field
(edit) @7989   8 years Don-vip fix #11026 - NPE when joining areas (regression from r7987)
(edit) @7987   8 years Don-vip update presets lang, update Groovy, remove deprecated stuff, fix some …
(edit) @7986   8 years Don-vip fix #10945 - restore warning at INFO level when relations all have the …
(edit) @7983   8 years Don-vip fix #10987 - EDT violation during GeoImageLayer merge
(edit) @7982   8 years Don-vip see #11008 - fix changeset manager help button
(edit) @7981   8 years Don-vip fix #10995 - lower "Unnamed junction" warning to info level
(edit) @7980   8 years Don-vip fix #11005 - javadoc update (patch by double-m)
(edit) @7966   8 years bastiK fixed #10934 - JOSM>Imagery menu order and contents - Don't use hidden …
(edit) @7961   8 years Don-vip signature change to allow better flexibility for plugins
(edit) @7958   8 years bastiK applied #10856 - add jump to position of a note in notes dialog (patch …
(edit) @7956   8 years bastiK fixed #10962 - Photo orientation should not be ignored for thumbnails
(edit) @7954   8 years stoecker see #10854 - fix typos
(edit) @7951   8 years Don-vip fix some Sonar issues
(edit) @7949   8 years Don-vip fix #10933 - keep the same selection in selection dialog after cliking …
(edit) @7948   8 years Don-vip fix #10939 - handle line wrapping in changeset discussion comments
(edit) @7947   8 years Don-vip fix #10945 - allow several associatedStreet relations if they share …
(edit) @7946   8 years Don-vip fix #10953 - handle "incomplete but new" relations
(edit) @7945   8 years Don-vip see #10953 - fix crash and EDT violation
(edit) @7941   8 years Don-vip fix #10949 - fix false positives in relation checker for multipolygons …
(edit) @7937   8 years bastiK add subversion property svn:eol=native
(edit) @7936   8 years bastiK add support for projection EPSG:25828 to EPSG:25838 (ETRS89 / UTM) - …
(edit) @7935   8 years bastiK applied #10920, applied #10854 - Move 'Toggle image thumbnail preview' …
(edit) @7933   8 years Don-vip fix #10927 - simple UI improvement for History dialog
(edit) @7932   8 years Don-vip see #10938 - take noname=yes into account in validator tests
(edit) @7931   8 years Don-vip fix #10941 - fix handling of rows attribute for multiselect preset item
(edit) @7921   8 years Don-vip fix #10921 - NPE
(edit) @7918   8 years Don-vip see #10903 - forbids to edit deleted relations
(edit) @7912   8 years bastiK applied #10894 - Show photo direction arrow for thumbnail (patch by …
Note: See TracRevisionLog for help on using the revision log.