Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-14 | Resync to trunk, windows non-pro buildaoo/aw080 | Armin Le Grand | |
2014-03-23 | aw080 resync to trunk, win build working, no checks yet | Armin Le Grand | |
2013-11-27 | resync to trunk (after accessibility integration) | Armin Le Grand | |
2013-07-27 | resync to trunk (close to AOO400) | Armin Le Grand | |
2012-11-26 | mv ooo to top-level | Joe Schaefer | |
2012-06-18 | i119418 - Some Improvements in the About Dialog | Ariel Constenla-Haile | |
Notes: ignore: obsolete | |||
2012-02-15 | remove svn:executable properties from source files | Herbert Dürr | |
2012-02-02 | #118828# New ColorPicker, thanks go to Christian Lippka for offering it ↵ | Armin Le Grand | |
under Apache License. | |||
2012-01-03 | fix for #118525#: Using primitives for chart sub-geometry visualisation | Armin Le Grand | |
2011-12-19 | Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to ↵ | Armin Le Grand | |
trunk, first version of Svg stable and done | |||
2011-11-30 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-30 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-06 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-06 | Update headers to Alv2 headers | Andrew Rist | |
2011-10-12 | i113141 - fpicker: gtk Save As dialog should show all appropriate formats by ↵ | Pedro Giffuni | |
default | |||
2011-04-13 | CWS-TOOLING: integrate CWS gridfixes_OOO340 | Kurt Zenker | |
2011-04-01 | gridfixes: 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-28 | ka102: rebased to DEV300_m104 | ka | |
2011-03-22 | gridfixes: #i117398# allow to specify selection-related colors in table/grid ↵ | Frank Schoenheit [fs] | |
control models (VCL/UNO) | |||
2011-03-16 | gridfixes: copied #i112562#'s fix from CWS gridcontrol06 herein | Frank Schoenheit [fs] | |
2011-03-08 | gridfixes: 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-07 | gridfixes: #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-17 | ka102: rebased to DEV300_m100 | ka | |
2011-02-17 | CWS-TOOLING: integrate CWS gridsort | Ivo Hinkelmann | |
2011-02-15 | accfixes: merged to m100 | Malte Timmermann [mt] | |
2011-02-14 | gridsort: pulled and merged DEV300_m100 | Frank Schoenheit [fs] | |
2011-02-08 | CWS gnumake3: pull in cws removetooltypes01 | Mathias Bauer | |
2011-02-07 | removetooltypes01: Rebase to DEV300m99 | Carsten Driesner | |
2011-02-04 | ka102: SVG import implementation | ka | |
2011-02-03 | CWS gnumake3: resync to m99 | Mathias Bauer | |
2011-02-03 | pulled and merged DEV300.m99 | Frank Schoenheit [fs] | |
2011-01-28 | undoapi: pulled and merged DEV300.m98 | Frank Schoenheit [fs] | |
2011-01-25 | gridsort: pulled and merged DEV300m98 | Frank Schoenheit [fs] | |
2011-01-25 | gridsort: pulled CWS dba34b | Frank Schoenheit [fs] | |
2011-01-24 | gridsort: adjusted ITableModel documentation to the new realities | Frank Schoenheit [fs] | |
2011-01-24 | gridsort: re-did the column resizing | Frank 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-24 | removetooltypes01: #i112600# adjust rebase for windows | Mikhail Voytenko | |
2011-01-21 | removetooltypes01: Rebase to DEV300m98 | Carsten Driesner | |
2011-01-21 | accfixes: added more accessibility information and fixed tab orders in ↵ | Malte Timmermann [mt] | |
multiple dialogs (svtools module) | |||
2011-01-19 | gnumake3: 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-19 | gridsort: introduce XGridColumn::DataModelIndex. this allows for column ↵ | Frank Schoenheit [fs] | |
removal/insertion at the GridColumnModel, without the need to touch the GridDataModel | |||
2011-01-19 | gridsort: render indicator for current column sort | Frank Schoenheit [fs] | |
2011-01-18 | gridsort: #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-18 | gridsort: 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-17 | gridsort: 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-17 | gridsort: delegated the column resize functionality to the ↵ | Frank Schoenheit [fs] | |
DefaultInputHandler implementation | |||
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: GCC WaE | Frank Schoenheit [fs] | |
2011-01-14 | gridsort: moved tabledatawindow from svtools/inc/svtools to ↵ | Frank Schoenheit [fs] | |
svtools/source/table - this is not a public file, after all | |||
2011-01-14 | removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags | Mikhail Voytenko | |