0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged millscript-10_1_2 version updates from millscript-10_1_0 branch More... over 19 years ago
Updated EscapeExceptions to output details of the alert that lead to the escape More... over 19 years ago
Added an unexpected end of file alert utility method More... over 19 years ago
Added support for testing the end of a stream Removed unused 4-byte int read method More... over 19 years ago
Fixed COLINFO record syntax, we weren't skiping the last 2 unused bytes More... over 19 years ago
Improved error message when tokenizing a record fails with data left over More... over 19 years ago
Fixed a bug in the colour palette offset that caused it to try and read too many colour records More... over 19 years ago
Fixed the character set names in the Font record syntax More... over 19 years ago
Added support for CHART3DDATAFORMAT, CHARTAREA, CHARTAREAFORMAT, CHARTARROW, CHARTARROWHEAD, CHARTRELPOS, CHARTATTACHEDLABEL, CHARTAXESSET, CHARTAXIS, CHARTAXISLINE, CHARTBAR, CHARTBEGIN, CHARTCHART, CHARTCHART3D, CHARTCHARTFORMAT, CHARTCHARTLINE, CHARTCHARTSIZE, CHARTDATAFORMAT, CHARTDATATABLE, CHARTDEFAULTTEXT, CHARTDROPBAR, CHARTEND, CHARTESCHERFORMAT, CHARTEXTRANGE, CHARTFONT, CHARTFONTBASE, CHARTFORMAT, CHARTFORMATLINK, CHARTFORMATRUNS, CHARTFRAME, CHARTLABELRANGE, CHARTLEGEND, CHARTLEGENDENTRY, CHARTLINE, CHARTLINEFORMAT, CHARTMARKERFORMAT, CHARTMULTILINK, CHARTOBJECTLINK, CHARTPICFORMAT, CHARTPIE, CHARTPIEEXT, CHARTPIEEXTSETT, CHARTPIEFORMAT, CHARTPIVOTREF, CHARTPLOTAREA, CHARTPLOTGROWTH, CHARTPOS, CHARTPROPERTIES, CHARTRADARAREA, CHARTRADARLINE, CHARTRELPOSITION, CHARTSCATTER, CHARTSERERRORBAR, CHARTSERGROUP, CHARTSERIES, CHARTSERIESFORMAT, CHARTSERIESLIST, CHARTSERINDEX, CHARTSERPARENT, CHARTSERTRENDLINE, CHARTSOURCELINK, CHARTSTRING, CHARTSURFACE, CHARTTEXT, CHARTTICK, CHARTTRCELLCONTENT, CHARTTRHEADER, CHARTTRINFO, CHARTTRINSERT, CHARTTRINSERTTAB, CHARTTRMOVERANGE, CHARTUNITS, CHARTUSEDAXESSETS and CHARTVALUERANGE records More... over 19 years ago
Merged millscript-10_1_1 version updates from millscript-10_1_0 branch More... over 19 years ago
Removed the getCurrentRecordData and associated methods. The getCurrentRecordData method should never have been used as it didn't increment the offset into the current record, thus breaking any consistency checking. More... over 19 years ago
Added support for AUTODEC, BEGINPREF, CELLMERGING, DCONBIN, DDEENABLED, DRAGDROP, ENDPREF, INFOOPTS, LH, MENUKEY, MENUUND, MOVESEL, NOTEOFF, PROJEXTSHEET, PROT4REV, PROT4REVPASS, REVERT, SCREENTIP, SHORTMENUS, SHOWFORMULA, SHOWSCROLL, STATUSBAR, TOOLBAR, TXO, USERBVIEW, USERSVIEWBEGIN, USERSVIEWEND, WEBQRYSETTINGS, WEBQRYTABLES, WNDESK and XL5MODIFY records More... over 19 years ago
Fixed QSI and REFRESHALL record identiers. More... over 19 years ago
Renamed a few records with expanded names More... over 19 years ago
Added extra entries in the record table for records with multiple identifiers More... over 19 years ago
Fixed CODENAME record identier. More... over 19 years ago
Removed duplicate BUILTINFMTCOUNT entries, with on sharing the same identifier as the FORMATCOUNT record More... over 19 years ago
Fixed ADDMENU record identier, was mistakenly the same as the MMS one. More... over 19 years ago
Added support for SXBOOLEAN, SXDATETIME, SXDB, SXDBEX, SXDI, SXDOUBLE, SXEMPTY, SXERROR, SXEX, SXFDBTYPE, SXFIELD, SXFILT, SXFMLA, SXFORMAT, SXFORMULA, SXGROUPINFO, SXIDSTM, SXINDEXLIST, SXINTEGER, SXIVD, SXLI, SXNAME, SXNUMGROUP, SXPAIR, SXPI, SXRULE, SXSELECT, SXSTRING, SXTBL, SXTBPG, SXTBRGITEM, SXVD, SXVDEX, SXVI, SXVIEW and SXVS records More... over 19 years ago
Added unimplemented support for QSI, RECIPNAME, REFRESHALL, SCENARIO, SCENMAN, SOUND, SUB, TABID, TABIDCONF, TEMPLATE and UDDESC records More... over 19 years ago
Added unimplemented support for MMS, MSOD, MSODGROUP, MSODSEL, OBJ, OBJPROJ, OLESIZE, PARAMQRY, PLS, PRINTSIZE and PUB records More... over 19 years ago
Added unimplemented support for EDG, FILESHARING2, FILTERMODE, FNGROUPCOUNT, FNGROUPNAME, FONT2, FORMATCOUNT, IMDATA, LHNGRAPH, LHRECORD and LPR records More... over 19 years ago
Fixed endian neutral decoding of stream values More... over 19 years ago
Added unimplemented support for ADDIN, ADDMENU, AUTOFILTER, AUTOFILTERINFO, CODENAME, COORDLIST, DCON, DCONNAME, DELMENU, DOCROUTE, INTERFACEEND and INTERFACEHDR records More... over 19 years ago
Fixed charset names to match java.nio canonical names More... over 19 years ago
We now have an Unrecognised record for just that, instead of causing an internal fault for unrecognised records Fixed a bug in the readBytesInto method which added a fixed 118 to the current record offset, rather than incrementing it by the number of bytes read! More... over 19 years ago
Added a check to ensure a record is supported by the current BIFF version More... over 19 years ago
Added a check to ensure that we have a record syntax for the current record More... over 19 years ago
Removed the static inner classes used to hold record options, they didn't make the code any easier More... over 19 years ago
Added a safety check to ensure that there is no unhandled record data left in the buffer after tokenizing each record More... over 19 years ago