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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8038   9 years Don-vip fix #11093 - workaround for Java bug JDK-6322854 in JosmTextField. Use …
(edit) @8005   9 years Don-vip fix #11064 - disable undo/redo feature for table cell editors
(edit) @8002   9 years Don-vip fix #11046 - add Redo action, bound to Ctrl-Y in JosmTextField. Don't …
(edit) @8000   9 years Don-vip fix #11046 - bind Undo action to Ctrl-Z in JosmTextField
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7896   9 years Don-vip fix font problems with Khmer. Only tested on Java 8/Windows 7 right now.
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7863   9 years Don-vip fix #10470 - fix invalid recognition of items in AutoCompletionComboBox
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7632   10 years Don-vip see #10647 - fix NPE
(edit) @7631   10 years Don-vip fix #10647 - Shortcuts are activated while in dialogs
(edit) @7618   10 years Don-vip fix #10633 - fix disabled shortcuts after focusing relation filter, …
(edit) @7585   10 years Don-vip see #10024, see #10455 - use native file dialogs by default on OS X
(edit) @7578   10 years Don-vip fix #10024 - Add an option in Preferences/Look-and-Feel to use native …
(edit) @7539   10 years Don-vip fix #5957, fix #10458, see #10455: fix various focus/shortcuts issues: …
(edit) @7509   10 years stoecker remove tabs
(edit) @7505   10 years Don-vip fix #10461 - Preset UI: show which tags will be changed
(edit) @7375   10 years Don-vip fix #10362 - wrong layout in advanced tab of upload dialog (regression …
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7021   10 years Don-vip see #8465 - enable -Xlint:cast and fix associated warnings
(edit) @7015   10 years Don-vip see #8465 - fix generics for JComboBox/JList
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6935   10 years Don-vip see #3764 - special handling for Nimbus
(edit) @6932   10 years Don-vip fix #3764 - add stylesheet for html ordered and unordered lists, for …
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6911   10 years Don-vip see #3764 - disables "all bold" stuff by default. UI problems remain to fix
(edit) @6901   10 years Don-vip see #3764 - make UI messages copy-able (patch by simon04)
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6832   10 years akks see #4429: Copy/Paste context menu for comboboxes did not appear
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6789   10 years Don-vip fix #9637 - make status bar background/foregound colors configurable …
(edit) @6783   10 years Don-vip fix some Sonar issues
(edit) @6666   10 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6654   10 years simon04 fix #9514 fix #9484 fix #9502 - Upload dialog: make source field …
(edit) @6617   10 years Don-vip Replace non-working Sun bugtracker links to new OpenJDK one
(edit) @6603   10 years Don-vip fix some Sonar issues
(edit) @6553   10 years simon04 see #9414 - MapCSS-based tagchecker: allow to add custom files in …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6365   10 years Don-vip Sonar/Findbugs - fix of recent violations
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6342   10 years Don-vip various fixes
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6288   11 years Don-vip Sonar/Findbugs - Remove unneeded Vector usage
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6235   11 years Don-vip Sonar - fix recently introduced issues
(edit) @6221   11 years Don-vip Make some defensive copies of user-supplied arrays, move …
(edit) @6172   11 years Don-vip fix #8849: * Used scaled down (16x16 pixels) of large (.svg) images if …
(edit) @6101   11 years akks revert 6099: seems it was not the described bug
(edit) @6099   11 years akks see #8921: avoid setTooltipText(null) (gives NPE when tooltip is shown …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6040   11 years Don-vip fix #8827 - HTML rendering differ if run before or after having …
(edit) @6017   11 years Don-vip fix #8818 - NPE in JosmComboBox
(edit) @5965   11 years akks see #8652 (patch by cmuelle8, part 1, modified): add "toggle panels" …
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5927   11 years bastiK add missing license information
(edit) @5899   11 years stoecker fix javadoc
(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) @5881   11 years stoecker javadoc fixes
(edit) @5878   11 years Don-vip fix weird autocompletion typo
(edit) @5815   11 years akks Improved filtering tracks by date: more convenient (see #8416) allow …
(edit) @5778   11 years Don-vip fix #7848 - ConcurrentModificationException in DownloadPrimitivesTask
(edit) @5765   11 years Don-vip see #8494 - Refactor of OSM id text fields / changeset id text fields …
(edit) @5752   11 years Don-vip fix #8404 - workaround for JDK bug 6322854 (crash when inserting …
(edit) @5696   11 years Don-vip Disable single-char JOSM shortcuts when relation dialog filter …
(edit) @5572   11 years bastiK fixed #8184 - Map paint settings: wrong file filter for adding local …
(edit) @5561   11 years Don-vip fix #8145 - Forbids negative values in object id field of download …
(edit) @5558   11 years Don-vip fix #8168 - preset combo boxes - text is cut off
(edit) @5544   11 years bastiK applied #8169 - Fix lat/lon in bounding box panel (patch by simonsonc)
(edit) @5457   12 years Don-vip Restrict WMS "save as" and "load" dialogs to WMS FileFilter + refactor …
(edit) @5453   12 years Don-vip fix OsmPrimitiveTypesComboBox
(edit) @5451   12 years Don-vip fix #7978 - Merging nodes and upload were broken due to improper …
(edit) @5450   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5438   12 years Don-vip fix #6733 - File Open dialog incorrectly accepts folder selection …
(edit) @5429   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5354   12 years akks See #5984: Automatic pasting of IDs or URL into Download Object fields
(edit) @5310   12 years Don-vip fix #7750 - Conflict dialog: Really selects id:0 primitives without zooming
(edit) @5301   12 years Don-vip fix #4493, fix #7750 - conflict manager: select and zoom primitives …
(edit) @5297   12 years Don-vip fix #4493, fix #7750: conflict dialog, nodes and members tab: allow …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5226   12 years bastiK improvements for custom projection
(edit) @5211   12 years simon04 fix #7666 - Download object exception with invalid value
(edit) @4796   12 years simon04 fix #6425 - remotecontrol: make download objects available (e.g., …
(edit) @4459   13 years bastiK applied #6856 - Enable plugins to add actions in popup menus (patch by …
(edit) @4380   13 years simon04 fix #4609 - copy node coordinate to clipboard
(edit) @4081   13 years bastiK applied #6251 (patch by akks) - Download multiple objects on Ctrl-Shift-O
(edit) @4018   13 years bastiK applied #6187 - Search GUI improvements (patch by bilbo)
(edit) @3905   13 years stoecker fix #5964
Note: See TracRevisionLog for help on using the revision log.