summaryrefslogtreecommitdiff
path: root/svtools/inc
AgeCommit message (Collapse)Author
2014-07-14Resync to trunk, windows non-pro buildaoo/aw080Armin Le Grand
2014-03-23aw080 resync to trunk, win build working, no checks yetArmin Le Grand
2013-11-27resync to trunk (after accessibility integration)Armin Le Grand
2013-07-27resync to trunk (close to AOO400)Armin Le Grand
2012-11-26mv ooo to top-levelJoe Schaefer
2012-06-18i119418 - Some Improvements in the About DialogAriel Constenla-Haile
Notes: ignore: obsolete
2012-02-15remove svn:executable properties from source filesHerbert Dürr
2012-02-02#118828# New ColorPicker, thanks go to Christian Lippka for offering it ↵Armin Le Grand
under Apache License.
2012-01-03fix for #118525#: Using primitives for chart sub-geometry visualisationArmin Le Grand
2011-12-19Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to ↵Armin Le Grand
trunk, first version of Svg stable and done
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-10-12i113141 - fpicker: gtk Save As dialog should show all appropriate formats by ↵Pedro Giffuni
default
2011-04-13CWS-TOOLING: integrate CWS gridfixes_OOO340Kurt Zenker
2011-04-01gridfixes: re-enable the mouse listeners which got lost in a previous ↵Frank Schoenheit [fs]
change. Do this by making the TableControl a CompoundControl, so VCL cares for everything which is needed. Consequently, get rid of the manual notification of the respective VCLEVENT_*'s, and everything related to it
2011-03-28ka102: rebased to DEV300_m104ka
2011-03-22gridfixes: #i117398# allow to specify selection-related colors in table/grid ↵Frank Schoenheit [fs]
control models (VCL/UNO)
2011-03-16gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinFrank Schoenheit [fs]
2011-03-08gridfixes: when the table controls does not have the focus, use a different ↵Frank Schoenheit [fs]
color to paint the selection, to be consistent with all our other controls
2011-03-07gridfixes: #i117265# use a NumberFormatter for converting cell values to ↵Frank Schoenheit [fs]
text. This means using the Locale setup in the Options, and allows for more value types (like Date/Time) to be supported
2011-02-17ka102: rebased to DEV300_m100ka
2011-02-17CWS-TOOLING: integrate CWS gridsortIvo Hinkelmann
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]
2011-02-08CWS gnumake3: pull in cws removetooltypes01Mathias Bauer
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner
2011-02-04ka102: SVG import implementationka
2011-02-03CWS gnumake3: resync to m99Mathias Bauer
2011-02-03pulled and merged DEV300.m99Frank Schoenheit [fs]
2011-01-28undoapi: pulled and merged DEV300.m98Frank Schoenheit [fs]
2011-01-25gridsort: pulled and merged DEV300m98Frank Schoenheit [fs]
2011-01-25gridsort: pulled CWS dba34bFrank Schoenheit [fs]
2011-01-24gridsort: adjusted ITableModel documentation to the new realitiesFrank Schoenheit [fs]
2011-01-24gridsort: re-did the column resizingFrank Schoenheit [fs]
- introduced XGridColumn.Flexibility, determining to which degree the column is resized during auto-column-resizing - removed XGridColumn.PreferredWidth - there really is no need for this anymore now - documented the relationship between XGridColumn.Flexibility and XGridColumn.Resizeable - re-implemented TableControl_Impl::impl_ni_updateColumnWidths, with (hopefully) less magic
2011-01-24removetooltypes01: #i112600# adjust rebase for windowsMikhail Voytenko
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-21accfixes: added more accessibility information and fixed tab orders in ↵Malte Timmermann [mt]
multiple dialogs (svtools module)
2011-01-19gnumake3: mergeing changes from DEV300_m97, fixing jars for svl complex ↵Bjoern Michaelsen
test, deliver globlmn.hrc for now, adding component registration for svx libraries, still misses gengal and friends when packing
2011-01-19gridsort: introduce XGridColumn::DataModelIndex. this allows for column ↵Frank Schoenheit [fs]
removal/insertion at the GridColumnModel, without the need to touch the GridDataModel
2011-01-19gridsort: render indicator for current column sortFrank Schoenheit [fs]
2011-01-18gridsort: #163172# added UNO API support for sorting grid data. ↵Frank Schoenheit [fs]
Implementation still unfinished. Things missing in the SortableGridData implementation - add as listener to the delegator, so we're notified of changes - translate and multiplex those changes - do own notifications (XGridDataListener.dataChanged) when the sort order changed - (possibly) update the sort order when the data in the current sort-column changed
2011-01-18gridsort: initial support for sorting the table data (unfinished)Frank Schoenheit [fs]
What's there is a IMouseFunction implementation which cares for sorting the ITableModel's data, by the column whose header was clicked. This is dependent on the model declaring support for sorting, by exposing a ITableSort interface. Missing pieces: - no UNO equivalent, yet (neither as design nor as implementation) - visualization of the current sort order/column
2011-01-17gridsort: outsourced the column-resizing functionality into a dedicated class.Frank Schoenheit [fs]
Less cluttering in the InputHandler implementation this way. Same outsourcing is still to happen to the row selection functionality. The upcoming feature of column sorting will be a IMouseFunction implementation, too.
2011-01-17gridsort: delegated the column resize functionality to the ↵Frank Schoenheit [fs]
DefaultInputHandler implementation
2011-01-16gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]
2011-01-16gridsort: GCC WaEFrank Schoenheit [fs]
2011-01-14gridsort: moved tabledatawindow from svtools/inc/svtools to ↵Frank Schoenheit [fs]
svtools/source/table - this is not a public file, after all
2011-01-14removetooltypes01: #i112600# fix TRUE/FALSE autodoc tagsMikhail Voytenko