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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5968   11 years stoecker fix broken text
(edit) @5966   11 years akks fix #8723: left click on position in status bar now opens lat/lon …
(edit) @5965   11 years akks see #8652 (patch by cmuelle8, part 1, modified): add "toggle panels" …
(edit) @5964   11 years Don-vip fix #5618 - Use full list of ISO 3166 country codes from JDK for …
(edit) @5963   11 years Don-vip fix #5790 - No layer information for Imagery Sources
(edit) @5959   11 years Don-vip fix #8714 - time span of opened gpx file not correct
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5957   11 years Don-vip New interface MapFrameListener to allow core classes to listen to …
(edit) @5956   11 years Don-vip fix #8701 - Do not include OS details in changeset created_by tag
(edit) @5954   11 years akks fix #3484: allow setting keyboard shortcuts for specific presets and …
(edit) @5952   11 years Don-vip fix #8610 - wrong area computation, new preference …
(edit) @5951   11 years Don-vip fix #8697 - Disable restart action with JVMs that do not provide …
(edit) @5939   11 years stoecker fix version
(edit) @5938   11 years Don-vip see #8685 - fix fragments handling
(edit) @5936   11 years stoecker fix #8685 - wiki browser links not working
(edit) @5933   11 years Don-vip fix #8667 - NPE with plugins returning invalid preferences (scripting)
(edit) @5932   11 years Don-vip fix #5680 - IndexOutOfBoundsException when resolving a conflict on …
(edit) @5931   11 years Don-vip fix #8664 - Display preset icon as preset dialog's frame icon
(edit) @5929   11 years Don-vip fix #8677 - NPE in VersionHistoryPanel when undoing/redoing changeset …
(edit) @5927   11 years bastiK add missing license information
(edit) @5926   11 years bastiK clean up imports
(edit) @5925   11 years bastiK replace tabs by spaces
(edit) @5923   11 years Don-vip fix #8655 - Removed unecessary toString() calls on Strings (patch by …
(edit) @5916   11 years stoecker fix version number
(edit) @5915   11 years stoecker use 3 step wiki loading fallback, cleanup handling of language fallbacks
(edit) @5912   11 years Don-vip fix #8638 - Presets: Allow editing of multiselect values in wrong order
(edit) @5911   11 years Don-vip fix #8639 - Handle purged primitives in validator errors
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5907   11 years Don-vip fix #8642 - Fix NPE when deleting osm data layer with active validator …
(edit) @5903   11 years stoecker fix javadoc
(edit) @5901   11 years Don-vip Do not use Main.map.mapView instead of mv parameter in paint()
(edit) @5899   11 years stoecker fix javadoc
(edit) @5898   11 years Don-vip see #8606 - Set User-Agent for JMapViewer connections
(edit) @5897   11 years Don-vip see #8582 - Use Main.removeLayer() everywhere
(edit) @5895   11 years Don-vip fix #8613 - workaround for JDK bug 7027598/7100524/7169912 (set drop …
(edit) @5891   11 years stoecker fix javadoc
(edit) @5890   11 years akks Minor Javadoc fixes and adding @Override annotations
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5888   11 years Don-vip code cleanup
(edit) @5887   11 years Don-vip see #8606 - Fix user-agent used with JEditorPage.setPage() or …
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5884   11 years Don-vip see #4429 - Get popup menu from PopupMenuLauncher + fix javadoc
(edit) @5883   11 years Don-vip fix #8585 - update MOTD when updating Java version (wrong copy/paste, …
(edit) @5882   11 years Don-vip fix #8585 - update MOTD when updating Java version
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5878   11 years Don-vip fix weird autocompletion typo
(edit) @5875   11 years Don-vip fix #8614 - Mapcss in zip-file doesn't work if there's xml-files also …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5871   11 years Don-vip fix #8611 (audio slower broken) + update all audio javadoc
(edit) @5870   11 years Don-vip fix #8610 - Wrong display of areas (based on patch by Cobra)
(edit) @5869   11 years Don-vip fix #8609 - NPE
(edit) @5868   11 years stoecker see #8606 - use JOSM agent also for WebStart, join help browser and …
(edit) @5866   11 years Don-vip fix #8605 - Presets: Tags deleted when using Multiselect on an …
(edit) @5865   11 years stoecker fix user agent handling a bit (applet code now sets user agent
(edit) @5863   11 years stoecker javadoc fixes
(edit) @5862   11 years Don-vip fix #8380 - NPE in OsmPrimitivRenderer
(edit) @5861   11 years Don-vip Remote control: start/stop HTTP server without restarting JOSM
(edit) @5859   11 years akks see #8274, #8601 : cancel now works while parsing OSM
(edit) @5858   11 years Don-vip warning with invalid plugin preferences
(edit) @5857   11 years Don-vip fix #8561 - Integrate restart plugin into core. Asks for restart when …
(edit) @5856   11 years akks fix #8601: Cancel-button doesn't cancel while downloading history
(edit) @5854   11 years bastiK fixed #7648 - GPS-Download in JOSM in specific area not possible
(edit) @5847   11 years Don-vip Search: fix invalid results for nodes: operator with closed ways
(edit) @5843   11 years akks fix #8508: correct pasting of tags copied from properties table by Ctrl-C
(edit) @5842   11 years Don-vip Upload dialog: allow plugins to add custom components
(edit) @5841   11 years Don-vip fix #8593 - MapCSS: robustness to invalid regex patterns
(edit) @5839   11 years Don-vip see #8570 - close more streams
(edit) @5836   11 years stoecker javadoc fixes
(edit) @5835   11 years stoecker Javadoc fixes
(edit) @5832   11 years stoecker i18n update and javadoc fixes
(edit) @5831   11 years Don-vip see #8571 - Include command-line arguments in status report
(edit) @5829   11 years Don-vip fix javadoc + minor refactorization/code cleanup
(edit) @5826   11 years Don-vip fix #8575 - NPE
(edit) @5825   11 years akks fix #8574: relation list dialog side buttons din not work Сontext menu …
(edit) @5821   11 years Don-vip see #7846 - Large code refactorization in management of popup menus to …
(edit) @5817   11 years stoecker fix javadoc
(edit) @5816   11 years stoecker javadoc fixes
(edit) @5815   11 years akks Improved filtering tracks by date: more convenient (see #8416) allow …
(edit) @5812   11 years bastiK mapcss: add phase for repeat-image
(edit) @5811   11 years bastiK mapcss: add width+height properties for repeat-image
(edit) @5810   11 years bastiK fix initialization NPE (for sessions)
(edit) @5808   11 years akks fix #8549, patch by Zverikk: Remove [deprecated] imagery offset server …
(edit) @5807   11 years akks see #8552: Move Imagery offset action to the top of Imagery menu
(edit) @5806   11 years Don-vip fix #8547 for good
(edit) @5805   11 years Don-vip fix #8547 - Wrong length of way (minus 1) displayed in status line
(edit) @5803   11 years akks Do not delete custom menu items from ImageryMenu when it is refreshed, …
(edit) @5801   11 years bastiK mapcss: new map element 'repeat-image' similar to 'pattern-image', but …
(edit) @5800   11 years akks Properties toggle dialog: allow to select and copy/delete multiple …
(edit) @5799   11 years akks Membership tabled in properties toggle dialog supports multiselect …
(edit) @5797   11 years Don-vip fix #8488 - Do not use Helvetica font when it is not available
(edit) @5796   11 years Don-vip fix #8533 - AWT dead lock when hiding splash screen and opening main …
(edit) @5795   11 years Don-vip fix #8530 - Robustness to presets defining keys without value
(edit) @5793   11 years akks Big refactoring of relation context menu actions, removing duplicate …
(edit) @5792   11 years Don-vip code style - fix non-static access to static member
(edit) @5791   11 years Don-vip see #8530 - workaround for NPE when loading "Steps properties" presets …
(edit) @5790   11 years akks fix #8426: add_tags in remote control: better changed tags detection, …
(edit) @5789   11 years Don-vip fix #8529 - NPE at PropertiesDialog$PasteValueAction.actionPerform
(edit) @5786   11 years akks Download primitive dialog: window width limit, buffer size limit for …
(edit) @5785   11 years akks Forgotten file
(edit) @5784   11 years akks Auto adjust column width in remote control add_tags table. (noticed by …
Note: See TracRevisionLog for help on using the revision log.