Age | Commit message (Expand) | Author | Files | Lines |
2011-01-27 | Some fixes to documentation (part 3) | Aurimas Fišeras | 114 | -494/+494 |
2011-01-27 | Some fixes to documentation (part 2) | Aurimas Fišeras | 183 | -488/+488 |
2011-01-27 | gridsort: minor changes to the new API: | Frank Schoenheit [fs] | 5 | -8/+8 |
2011-01-26 | gridsort: grid control related unit tests (first set, more to come) | Frank Schoenheit [fs] | 1 | -1/+1 |
2011-01-25 | gridsort: pulled and merged DEV300m98 | Frank Schoenheit [fs] | 32 | -530/+1097 |
2011-01-25 | CWS gnumake3: resync to m98 | Mathias Bauer | 1 | -1/+1 |
2011-01-25 | chart52: merge with DEV300_m98 | Ingrid Halama [iha] | 4 | -18/+14 |
2011-01-25 | gridsort: pulled CWS dba34b | Frank Schoenheit [fs] | 24 | -124/+940 |
2011-01-25 | Some fixes to documentation (part 1) | Aurimas Fišeras | 215 | -383/+383 |
2011-01-24 | chart52: #28670# make the legend within charts resizeable - part 2 | Ingrid Halama [iha] | 4 | -11/+11 |
2011-01-24 | gridsort: re-did the column resizing | Frank Schoenheit [fs] | 1 | -10/+37 |
2011-01-21 | Remove obsolete RCS lines. | Thomas Arnhold | 23 | -69/+0 |
2011-01-19 | gnumake3: mergeing changes from DEV300_m97, fixing jars for svl complex test,... | Bjoern Michaelsen | 15 | -56/+281 |
2011-01-19 | gridsort: document the relationship between soorting the data and notifying X... | Frank Schoenheit [fs] | 1 | -0/+8 |
2011-01-19 | gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov... | Frank Schoenheit [fs] | 1 | -0/+14 |
2011-01-19 | locales34: #i112431# adapt documentation to reality | Eike Rathke | 2 | -56/+114 |
2011-01-18 | gridsort: introduce XSortableGridDataModel::removeColumnSort | Frank Schoenheit [fs] | 4 | -7/+11 |
2011-01-18 | CWS-TOOLING: integrate CWS gridcontrol07 | Ivo Hinkelmann | 1 | -1/+1 |
2011-01-18 | gridsort: #163172# added UNO API support for sorting grid data. Implementatio... | Frank Schoenheit [fs] | 5 | -4/+232 |
2011-01-16 | gridsort: made the row title a row heading, being an Any instead of a string | Frank Schoenheit [fs] | 3 | -13/+15 |
2011-01-15 | chart46: merge with DEV300_m97 | Ingrid Halama [iha] | 33 | -129/+839 |
2011-01-14 | gridsort: XMutableGridData: renamed updateRow to updateRowData for consistenc... | Frank Schoenheit [fs] | 1 | -1/+12 |
2011-01-14 | gridsort: updateCell->updateCellData, setCellToolTip->updateCellToolTip; in b... | Frank Schoenheit [fs] | 1 | -4/+4 |
2011-01-14 | gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more e... | Frank Schoenheit [fs] | 2 | -1/+21 |
2011-01-14 | gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an inte... | Frank Schoenheit [fs] | 1 | -12/+0 |
2011-01-13 | gridsort: reworked the notification system for inserted/removed rows | Frank Schoenheit [fs] | 4 | -33/+38 |
2011-01-12 | gridsort: removed the XGridDataModel.removeRows flavour which took an arbitra... | Frank Schoenheit [fs] | 1 | -15/+0 |
2011-01-12 | gridsort: @raises is not recognized by autodoc, use @throws instead | Frank Schoenheit [fs] | 6 | -14/+14 |
2011-01-12 | gridsort: reworked the color model for grid controls. Now supporting more tha... | Frank Schoenheit [fs] | 1 | -12/+48 |
2011-01-12 | gridsort: XGridCell/Renderer are unused and useless | Frank Schoenheit [fs] | 3 | -111/+2 |
2011-01-11 | gridsort: XGridControl: add methods to retrieve the current row/col | Frank Schoenheit [fs] | 1 | -6/+20 |
2011-01-11 | gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introdu... | Frank Schoenheit [fs] | 1 | -2/+20 |
2011-01-11 | gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column h... | Frank Schoenheit [fs] | 1 | -0/+6 |
2011-01-11 | gridsort: removed XGridControl::setTooltip. It had a rather strange semantics... | Frank Schoenheit [fs] | 1 | -16/+1 |
2011-01-10 | gridsort: removed XGridColumn::setIndex - don't really want to have something... | Frank Schoenheit [fs] | 1 | -8/+8 |
2011-01-10 | gridsort: XGridDataModel: moved modifying functionality into XMutableGridData... | Frank Schoenheit [fs] | 7 | -110/+209 |
2011-01-07 | gridsort: do not retrieve all row headers at once, this doesn't scale. Instea... | Frank Schoenheit [fs] | 1 | -5/+15 |
2011-01-07 | gridsort: document ownership of the grid columns | Frank Schoenheit [fs] | 1 | -1/+6 |
2011-01-07 | gridsort: alllow removing columns from a grid control column model | Frank Schoenheit [fs] | 1 | -5/+16 |
2011-01-07 | gridsort: added XGridColumnModel::createColumn | Frank Schoenheit [fs] | 1 | -10/+18 |
2011-01-07 | gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), too | Frank Schoenheit [fs] | 2 | -4/+6 |
2011-01-07 | gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/Col... | Frank Schoenheit [fs] | 4 | -16/+23 |
2011-01-07 | gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it weren... | Frank Schoenheit [fs] | 3 | -72/+0 |
2011-01-06 | jsc340: i115337: correct since tags | Juergen Schmidt | 10 | -10/+9 |
2011-01-06 | gridsort: XGridDataModel: do not provide access to all data at once, instead ... | Frank Schoenheit [fs] | 1 | -8/+12 |
2011-01-06 | gridsort: removed XGridColumnModel::copyColumn | Frank Schoenheit [fs] | 1 | -7/+0 |
2011-01-05 | CWS-TOOLING: integrate CWS jl160 | Vladimir Glazunov | 2 | -0/+28 |
2011-01-05 | gridsort: member names usually start with UpperCase - corrected this for Grid... | Frank Schoenheit [fs] | 2 | -13/+13 |
2011-01-05 | dba34b: merged DEV300m96 | Frank Schoenheit [fs] | 12 | -55/+508 |
2011-01-05 | merge dev300m96 | Juergen Schmidt | 317 | -1039/+404 |