0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 26, 2025 — Aug 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a couple of javadoc entries. More... over 23 years ago
Added several new facilities in menus. More... over 23 years ago
bug. More... over 23 years ago
Updated overview, incorporating additions and observations derived from the IVOA meeting; included diagram More... over 23 years ago
Initial version More... over 23 years ago
Draws legend. More... over 23 years ago
Fixed a bug; was appending to existing .install rather than starting a new one. More... over 23 years ago
Improved plot window; can now plot multiple subsets at once. More... over 23 years ago
Handling of no-namespace attributes corrected, and regression tests extended. Now: If an element is in no namespace, only no-namespace attributes are processed; if an element is in the HDX namespace, both HDX-namespace and no-namespace attributes are processed; if an element is an HDX element because the hdxname architectural attribute was present, then only HDX-namespace attributes are processed. That clear? More... over 23 years ago
1. Added support for (ill-defined) WDC format in new 'formats' package. 2. Overhauled TableViewer class and especially its ColumnInfoWindow. More... over 23 years ago
Dates are now reported in years AD in the PlotBox. More... over 23 years ago
Added invocation of TOPCAT for table nodes. More... over 23 years ago
Fixed a couple of bugs I had introduced with HDXDataNode. More... over 23 years ago
Added HDXDataNode. More... over 23 years ago
Supply newly-created Source to TextViewer More... over 23 years ago
Modified the way of getting XML from the NDX in accordance with new HDX recommendations. Still doesn't work. More... over 23 years ago
Added entry for r0-5. More... over 23 years ago
More defensive programming for weirdy FITS images. More... over 23 years ago
Minor changes. More... over 23 years ago
Changed name of driver class. More... over 23 years ago
Got the boolean (TFORM='L') encoding wrong. More... over 23 years ago
Changes permitting editing of table cells. This has been done in something of a rush to fit in with schedules for demos at various meetings. Some of it ought to be rewritten in a more extensible/OO fashion at some point. More... over 23 years ago
Changes to documentation. More... over 23 years ago
Invoke BridgeNdx.getHdxResourceType() before calling HdxResourceType.match(<ndx>). If we don't do this, then the latter can return NONE if BridgeNdx's initialiser hasn't registered the Ndx type yet. More... over 23 years ago
Undeclared HdxException. More... over 23 years ago
Fix to BridgeNdx means that the assertEquals(astNormalize(...),...) now works correctly. So that part of the test is re-enabled in assertNdxEqual, and debuging code in testHdxXML finally removed. More... over 23 years ago
toXML no longer throws HdxException (though it's still deprecated) -- breaks other things which I don't want to attempt to fix More... over 23 years ago
Rename TestCase constants from NO_... to IGNORE_... More... over 23 years ago
- Test for whitespace/comments in expected string as well as actual - test assertDOMEquals(InputStream,...), which was broken More... over 23 years ago
- Added assertDOMEquals(URL,Node,String,int) - pass flags argument to assertDOMEquals(InputStream,Node,String,int) on to the assertDOMEquals(Node,Node,String,int) which it calls - expanded assertion-failed message for mismatched Nodes More... over 23 years ago