Age | Commit message (Expand) | Author |
2011-01-24 | gridsort: re-did the column resizing | Frank Schoenheit [fs] |
2011-01-19 | gridsort: release our mutex before calling into the delegator (in particular ... | Frank Schoenheit [fs] |
2011-01-19 | gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov... | Frank Schoenheit [fs] |
2011-01-18 | gridsort: respect the collator got in the service ctor | Frank Schoenheit [fs] |
2011-01-18 | gridsort: introduce XSortableGridDataModel::removeColumnSort | Frank Schoenheit [fs] |
2011-01-18 | gridsort: #163172# added UNO API support for sorting grid data. Implementatio... | Frank Schoenheit [fs] |
2011-01-18 | gridsort: GCC WaE | Frank Schoenheit [fs] |
2011-01-16 | gridsort: made the row title a row heading, being an Any instead of a string | Frank Schoenheit [fs] |
2011-01-16 | gridsort: adjust column indexes when inserting columns | Frank Schoenheit [fs] |
2011-01-16 | gridsort: add disposal checks and some rudimentary mutex locking | Frank Schoenheit [fs] |
2011-01-14 | gridsort: XMutableGridData: renamed updateRow to updateRowData for consistenc... | Frank Schoenheit [fs] |
2011-01-14 | gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more e... | Frank Schoenheit [fs] |
2011-01-14 | gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an inte... | Frank Schoenheit [fs] |
2011-01-13 | gridsort: reworked the notification system for inserted/removed rows | Frank Schoenheit [fs] |
2011-01-12 | gridsort: removed the XGridDataModel.removeRows flavour which took an arbitra... | Frank Schoenheit [fs] |
2011-01-12 | gridsort: reworked the color model for grid controls. Now supporting more tha... | Frank Schoenheit [fs] |
2011-01-11 | gridsort: XGridControl: add methods to retrieve the current row/col | Frank Schoenheit [fs] |
2011-01-11 | gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introdu... | Frank Schoenheit [fs] |
2011-01-11 | gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column h... | Frank Schoenheit [fs] |
2011-01-11 | gridsort: removed XGridControl::setTooltip. It had a rather strange semantics... | Frank Schoenheit [fs] |
2011-01-10 | gridsort: removed XGridColumn::setIndex - don't really want to have something... | Frank Schoenheit [fs] |
2011-01-10 | gridsort: XGridDataModel: moved modifying functionality into XMutableGridData... | Frank Schoenheit [fs] |
2011-01-07 | gridsort: do not retrieve all row headers at once, this doesn't scale. Instea... | Frank Schoenheit [fs] |
2011-01-07 | gridsort: alllow removing columns from a grid control column model | Frank Schoenheit [fs] |
2011-01-07 | gridsort: added XGridColumnModel::createColumn | Frank Schoenheit [fs] |
2011-01-07 | gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), too | Frank Schoenheit [fs] |
2011-01-07 | gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/Col... | Frank Schoenheit [fs] |
2011-01-07 | gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it weren... | Frank Schoenheit [fs] |
2011-01-06 | gridsort: XGridDataModel: do not provide access to all data at once, instead ... | Frank Schoenheit [fs] |
2011-01-06 | gridsort: removed XGridColumnModel::copyColumn | Frank Schoenheit [fs] |
2011-01-06 | gridsort: allow inserting columns into the column model while the control is ... | Frank Schoenheit [fs] |
2011-01-06 | gridsort: when removing a control due to a model change, ensure the control i... | Frank Schoenheit [fs] |
2011-01-05 | gridsort: member names usually start with UpperCase - corrected this for Grid... | Frank Schoenheit [fs] |
2011-01-04 | gridsort: make build on unxlngi6 | Frank Schoenheit [fs] |
2011-01-04 | gridsort: don't decide in the TableControl whether a cell content is a image ... | Frank Schoenheit [fs] |
2011-01-03 | gridsort: allow cloning grid columns, and the (default) grid data/column model | Frank Schoenheit [fs] |
2011-01-03 | gridsort: removed methods from ITableModel which exposed implementation detai... | Frank Schoenheit [fs] |
2010-12-23 | gridsort: do not allow NULL/VOID for a grid's columnd/data model - nothing wo... | Frank Schoenheit [fs] |
2010-12-23 | gridsort: re-factoring the column-resizing thingie, step 1 | Frank Schoenheit [fs] |
2010-12-17 | gridsort: UnoTreeControl should use the base classes ctor taking a factory | Frank Schoenheit [fs] |
2010-12-17 | gridsort: renamed XGridDataModel::add/removeDataListener to add/removeGridDat... | Frank Schoenheit [fs] |
2010-12-17 | gridsort: renamed XGridColumn::add/removeColumnListener to add/removeGridColu... | Frank Schoenheit [fs] |
2010-12-17 | gridsort: let XGridColumnModel::getColumn throw an IndexOutOfBoundsException ... | Frank Schoenheit [fs] |
2010-12-17 | gridsort: removed XGridColumn::updateColumn | Frank Schoenheit [fs] |
2010-12-17 | gridsort: more refactoring of the relationship (especially with respect to li... | Frank Schoenheit [fs] |
2010-12-07 | gridsort: introduced container listeners at the grid model, reworked and fixe... | Frank Schoenheit [fs] |
2010-12-07 | gridsort: no reason to burden each and every client with creating a default D... | Frank Schoenheit [fs] |
2010-12-07 | gridsort: re-enabled those tests | Frank Schoenheit [fs] |
2010-12-06 | gridsort: give the UnoControl(Model/Base) classes a ctor taking a service fac... | Frank Schoenheit [fs] |
2010-11-08 | CWS-TOOLING: integrate CWS dba34a | Vladimir Glazunov |