0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug Fix for 1337249. Fixed insertColumns and removeColumns. More... almost 16 years ago
Added isVisible method More... over 18 years ago
Added cloneView More... over 18 years ago
Row/Column selection and resize features. More... almost 19 years ago
Maven build file More... almost 19 years ago
Added print button More... almost 19 years ago
Added circular reference checking More... almost 19 years ago
Added checks to rowMax and colMax to see if they exceed the bounds of the JGrid. This appears to only be the case when printing. More... almost 19 years ago
Changed drawing of grid lines, so that that the bottom and right gridline is painted for rowMax and colMax More... about 19 years ago
Updated printing to use print package from JGrid More... about 19 years ago
Removed from JSpread. Will be moved into a new CVS module. More... about 19 years ago
Removed use of JNumberField. Changed insert/remove of rows/columns to use the ResizableGrid interface More... about 19 years ago
Changed workbook codec to use the serialization of the grid models. More... about 19 years ago
The map implementation of GridModel. This is version 1.4 of DefaultGridModel. More... about 19 years ago
Replaced with an array implementation. The existing implementation has been moved into SparseGridModel More... about 19 years ago
Fixed setGridModel to attach JGrid as listener to new model More... about 19 years ago
Added setRowModel and setColumModel methods More... about 19 years ago
Added support for serialization More... about 19 years ago
Fixed create method More... about 19 years ago
Fixed set model methods to repaint after the model is changed. More... about 19 years ago
*** empty log message *** More... about 19 years ago
Changed comparison of style to defaultStyle to use reference equals (==). This is to ensure that if a cell's style is a different instance from the default style it will still be a different instance when decoding. More... about 19 years ago
Updated to store default style of a sheet More... about 19 years ago
Added method to get/set the default style of the sheet More... about 19 years ago
Added method to set the default style More... about 19 years ago
Added isAtomic method More... about 19 years ago
Improved the code to save space with atomic spans and default style More... about 19 years ago
Added internal isCellSpan method More... about 19 years ago
Added equals and hashCode methods More... about 19 years ago
Added implementation of equals and hashCode More... about 19 years ago