0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 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... almost 20 years ago
Updated EscapeExceptions to output details of the alert that lead to the escape More... almost 20 years ago
Added an unexpected end of file alert utility method More... almost 20 years ago
Added support for testing the end of a stream Removed unused 4-byte int read method More... almost 20 years ago
Fixed COLINFO record syntax, we weren't skiping the last 2 unused bytes More... almost 20 years ago
Improved error message when tokenizing a record fails with data left over More... almost 20 years ago
Fixed a bug in the colour palette offset that caused it to try and read too many colour records More... almost 20 years ago
Fixed the character set names in the Font record syntax More... almost 20 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... almost 20 years ago
Merged millscript-10_1_1 version updates from millscript-10_1_0 branch More... almost 20 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... almost 20 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... almost 20 years ago
Fixed QSI and REFRESHALL record identiers. More... almost 20 years ago
Renamed a few records with expanded names More... almost 20 years ago
Added extra entries in the record table for records with multiple identifiers More... almost 20 years ago
Fixed CODENAME record identier. More... almost 20 years ago
Removed duplicate BUILTINFMTCOUNT entries, with on sharing the same identifier as the FORMATCOUNT record More... almost 20 years ago
Fixed ADDMENU record identier, was mistakenly the same as the MMS one. More... almost 20 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... almost 20 years ago
Added unimplemented support for QSI, RECIPNAME, REFRESHALL, SCENARIO, SCENMAN, SOUND, SUB, TABID, TABIDCONF, TEMPLATE and UDDESC records More... almost 20 years ago
Added unimplemented support for MMS, MSOD, MSODGROUP, MSODSEL, OBJ, OBJPROJ, OLESIZE, PARAMQRY, PLS, PRINTSIZE and PUB records More... almost 20 years ago
Added unimplemented support for EDG, FILESHARING2, FILTERMODE, FNGROUPCOUNT, FNGROUPNAME, FONT2, FORMATCOUNT, IMDATA, LHNGRAPH, LHRECORD and LPR records More... almost 20 years ago
Fixed endian neutral decoding of stream values More... almost 20 years ago
Added unimplemented support for ADDIN, ADDMENU, AUTOFILTER, AUTOFILTERINFO, CODENAME, COORDLIST, DCON, DCONNAME, DELMENU, DOCROUTE, INTERFACEEND and INTERFACEHDR records More... almost 20 years ago
Fixed charset names to match java.nio canonical names More... almost 20 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... almost 20 years ago
Added a check to ensure a record is supported by the current BIFF version More... almost 20 years ago
Added a check to ensure that we have a record syntax for the current record More... almost 20 years ago
Removed the static inner classes used to hold record options, they didn't make the code any easier More... almost 20 years ago
Added a safety check to ensure that there is no unhandled record data left in the buffer after tokenizing each record More... almost 20 years ago