summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2011-01-18gridsort: respect the collator got in the service ctorFrank Schoenheit [fs]
2011-01-18gridsort: introduce XSortableGridDataModel::removeColumnSortFrank Schoenheit [fs]
2011-01-18gridsort: #163172# added UNO API support for sorting grid data. Implementatio...Frank Schoenheit [fs]
2011-01-18gridsort: GCC WaEFrank Schoenheit [fs]
2011-01-16gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]
2011-01-16gridsort: adjust column indexes when inserting columnsFrank Schoenheit [fs]
2011-01-16gridsort: add disposal checks and some rudimentary mutex lockingFrank Schoenheit [fs]
2011-01-14gridsort: XMutableGridData: renamed updateRow to updateRowData for consistenc...Frank Schoenheit [fs]
2011-01-14gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more e...Frank Schoenheit [fs]
2011-01-14gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an inte...Frank Schoenheit [fs]
2011-01-13gridsort: reworked the notification system for inserted/removed rowsFrank Schoenheit [fs]
2011-01-12gridsort: removed the XGridDataModel.removeRows flavour which took an arbitra...Frank Schoenheit [fs]
2011-01-12gridsort: reworked the color model for grid controls. Now supporting more tha...Frank Schoenheit [fs]
2011-01-11gridsort: XGridControl: add methods to retrieve the current row/colFrank Schoenheit [fs]
2011-01-11gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introdu...Frank Schoenheit [fs]
2011-01-11gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column h...Frank Schoenheit [fs]
2011-01-11gridsort: removed XGridControl::setTooltip. It had a rather strange semantics...Frank Schoenheit [fs]
2011-01-10gridsort: removed XGridColumn::setIndex - don't really want to have something...Frank Schoenheit [fs]
2011-01-10gridsort: XGridDataModel: moved modifying functionality into XMutableGridData...Frank Schoenheit [fs]
2011-01-10gridsort: toolkit depends on qadevOOo for quite a few revisions now - reflect...Frank Schoenheit [fs]
2011-01-07gridsort: do not retrieve all row headers at once, this doesn't scale. Instea...Frank Schoenheit [fs]
2011-01-07gridsort: alllow removing columns from a grid control column modelFrank Schoenheit [fs]
2011-01-07gridsort: added XGridColumnModel::createColumnFrank Schoenheit [fs]
2011-01-07gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), tooFrank Schoenheit [fs]
2011-01-07gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/Col...Frank Schoenheit [fs]
2011-01-07gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it weren...Frank Schoenheit [fs]
2011-01-06gridsort: XGridDataModel: do not provide access to all data at once, instead ...Frank Schoenheit [fs]
2011-01-06gridsort: removed XGridColumnModel::copyColumnFrank Schoenheit [fs]
2011-01-06gridsort: allow inserting columns into the column model while the control is ...Frank Schoenheit [fs]
2011-01-06gridsort: when removing a control due to a model change, ensure the control i...Frank Schoenheit [fs]
2011-01-06gridsort: correct registration for tthe GridColumn serviceFrank Schoenheit [fs]
2011-01-05gridsort: member names usually start with UpperCase - corrected this for Grid...Frank Schoenheit [fs]
2011-01-04gridsort: make build on unxlngi6Frank Schoenheit [fs]
2011-01-04gridsort: don't decide in the TableControl whether a cell content is a image ...Frank Schoenheit [fs]
2011-01-03gridsort: allow cloning grid columns, and the (default) grid data/column modelFrank Schoenheit [fs]
2011-01-03gridsort: removed methods from ITableModel which exposed implementation detai...Frank Schoenheit [fs]
2010-12-23gridsort: do not allow NULL/VOID for a grid's columnd/data model - nothing wo...Frank Schoenheit [fs]
2010-12-23gridsort: re-factoring the column-resizing thingie, step 1Frank Schoenheit [fs]
2010-12-17gridsort: UnoTreeControl should use the base classes ctor taking a factoryFrank Schoenheit [fs]
2010-12-17gridsort: renamed XGridDataModel::add/removeDataListener to add/removeGridDat...Frank Schoenheit [fs]
2010-12-17gridsort: renamed XGridColumn::add/removeColumnListener to add/removeGridColu...Frank Schoenheit [fs]
2010-12-17gridsort: let XGridColumnModel::getColumn throw an IndexOutOfBoundsException ...Frank Schoenheit [fs]
2010-12-17gridsort: removed XGridColumn::updateColumnFrank Schoenheit [fs]
2010-12-17gridsort: more refactoring of the relationship (especially with respect to li...Frank Schoenheit [fs]
2010-12-07gridsort: introduced container listeners at the grid model, reworked and fixe...Frank Schoenheit [fs]
2010-12-07gridsort: no reason to burden each and every client with creating a default D...Frank Schoenheit [fs]
2010-12-07gridsort: re-enabled those testsFrank Schoenheit [fs]
2010-12-06gridsort: give the UnoControl(Model/Base) classes a ctor taking a service fac...Frank Schoenheit [fs]
2010-11-08CWS-TOOLING: integrate CWS dba34aVladimir Glazunov
2010-10-21CWS changehid: resync to m90Mathias Bauer