Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | remove svn:executable properties from more source files | Herbert Dürr | |
2012-02-15 | remove svn:executable properties from make and pack files | Herbert Dürr | |
2012-01-13 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-12 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-12 | 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-03-16 | gridfixes: copied #i112562#'s fix from CWS gridcontrol06 herein | Frank Schoenheit [fs] | |
2011-02-17 | CWS-TOOLING: integrate CWS gridsort | Ivo Hinkelmann | |
2011-02-15 | accfixes: merged to m100 | Malte Timmermann [mt] | |
2011-02-15 | gridsort: post-rebase fixes | Frank Schoenheit [fs] | |
2011-02-14 | gridsort: pulled and merged DEV300_m100 | Frank Schoenheit [fs] | |
2011-02-08 | CWS gnumake3: pull in cws removetooltypes01 | Mathias Bauer | |
2011-01-22 | accfixes: removed include of obsolete header file | Malte Timmermann [mt] | |
2011-01-17 | gridsort: ClearSelection -> SelectAllRows (forgot this client during a ↵ | Frank Schoenheit [fs] | |
previous change) | |||
2011-01-14 | gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an ↵ | Frank Schoenheit [fs] | |
internal implementation detail, and in fact some clients (the A11Y API implementation) exploited this, e.g. by simply adding elements to the array, without the owner (the TableControl/_Impl) ever noticing it. Replaced that with a working API. In this course, removed XGridSelection::getMin/MaxSelectionIndex. Pretty useless IMO, unused, and ugly to implement. | |||
2011-01-14 | gridsort: replaced RemoveSelectedRow by ClearSelection - the first ↵ | Frank Schoenheit [fs] | |
implementation was buggy, anyway, and ClearSelection is the same as SelectAll( false ) (which was the only use case) | |||
2011-01-13 | removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong ↵ | Carsten Driesner | |
in accessibility | |||
2010-11-10 | removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from ↵ | Xiaofei Zhang | |
xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework | |||
2010-07-22 | CWS-TOOLING: integrate CWS tl81_OOO330 | Jens-Heiner Rechtien | |
2010-07-21 | CWS-TOOLING: integrate CWS unoawt2 | Jens-Heiner Rechtien | |
2010-07-06 | unoawt2: removed unused file | Frank Schoenheit [fs] | |
2010-07-01 | cws tl81: merge with DEV300_m84 | Thomas Lange [tl] | |
2010-06-23 | cws tl81: #i112363# patch for accessibility crash | Thomas Lange [tl] | |
2010-06-21 | CWS-TOOLING: integrate CWS vcl112 | obo | |
2010-06-15 | calctabcolor: rebased to DEV300_m82. | Kohei Yoshida | |
2010-06-03 | slidecopy: merge after copying in CWS renaissance2 | Frank Schoenheit [fs] | |
2010-06-03 | vcl112: #i111983# remove unused code (thanks cmc !) | Philipp Lohmann [pl] | |
2010-06-03 | slidecopy: merged latest DEV300.m80 changes | Frank Schoenheit [fs] | |
2010-06-01 | cws renaissance2: rebase m80 | Christian Lippka | |
2010-05-21 | CWS-TOOLING: integrate CWS gridcontrol_03 | Kurt Zenker | |
Notes: split repo tag: components_ooo/DEV300_m79 | |||
2010-05-11 | rebased to DEV300_m77. | Kohei Yoshida | |
2010-04-28 | #i107213# use toolbox item window as parent for popup menu | Christian Lippka | |
2010-04-28 | slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro] | Frank Schoenheit [fs] | |
2010-04-27 | gridcontrol_03: merge with DEV300_m77 | Mihaela Kedikova | |
2010-04-27 | #i107213# notify a11y api if a toolbar popup window is opened | Christian Lippka | |
2010-04-26 | slidecopy: corrected parenthood of the ToolPanelDecks's A11Y object - had a ↵ | Frank Schoenheit [fs] | |
cyclic ancestor chain before ... | |||
2010-04-12 | slidecopy: merge | Frank Schoenheit [fs] | |
2010-04-09 | slidecopy: merge CWS wth MWS-m76 | Frank Schoenheit [fs] | |
2010-04-07 | slidecopy: VCLEVENT_LISTBOX_ENTRY_EXPANDED/COLLAPSED => ↵ | Frank Schoenheit [fs] | |
VCLEVENT_ITEM_EXPANDED/COLLAPSED (to allow re-using it in the tool panel drawer items) | |||
2010-04-07 | slidecopy: additional assertion when creating the XAccessible for the panel | Frank Schoenheit [fs] | |
2010-04-06 | slidecopy: silence warning 'bout unused parameters | Frank Schoenheit [fs] | |
2010-04-01 | slidecopy: event notifications for inserted/removed panels | Frank Schoenheit [fs] | |
2010-04-01 | slidecopy: the A11Y API for the PanelTabBar now also includes the scroll buttons | Frank Schoenheit [fs] | |
2010-04-01 | slidecopy: improved A11Y API implementations for the ToolPanelDeck | Frank Schoenheit [fs] | |
items left: - A11Y representation of the scroll buttons of the PanelTabBar - AccessibleToolPanelTabBar event notifications - consolidate AccessibleToolPanelDeck/TabBar/Item? | |||
2010-04-01 | slidecopy: initial version of the A11Y API for the tool panel deck's tab ↵ | Frank Schoenheit [fs] | |
layouter. Effectively, the implementation showed that the current appraoch of the Deck having n+1 children (n panel selector items, plus one active panel) doesn't work. So, a next step will be a re-factoring so that the PanelDeck has 1+x children, where x children are provided by the layouter. | |||
2010-04-01 | slidecopy: #i10000# (unxlngi6) | Frank Schoenheit [fs] | |
2010-03-30 | slidecopy: more A11Y implementations for the ToolPanelDeck | Frank Schoenheit [fs] | |
2010-03-30 | slidecopy: A11Y for the ToolPanelDeck VCL control | Frank Schoenheit [fs] | |
2010-03-23 | gridcontrol_03: merge with DEV300_m75 | Mihaela Kedikova | |