summaryrefslogtreecommitdiff
path: root/toolkit/source/helper
AgeCommit message (Collapse)Author
2011-03-28CWS-TOOLING: integrate CWS fwk167Ivo Hinkelmann
2011-03-21fwk167: Rebase to DEV300m103Carsten Driesner
2011-03-04Automated merge with file:///d:\tools\master\oooOcke Janssen
2011-02-28fwk167: #i70217 No need to assert if the same instance is set. Don't create ↵Carsten Driesner
a fresh VCLXDialog instance if has been created in the window ctor
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-14dba34c: pulled and merged DEV300.m100Frank Schoenheit [fs]
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner
2011-02-03merge from masterOcke Janssen [oj]
2011-02-03pulled and merged DEV300.m99Frank Schoenheit [fs]
2011-02-01CWS-TOOLING: integrate CWS dba34bVladimir Glazunov
2011-01-28Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300Ocke Janssen [oj]
2011-01-25gridsort: pulled CWS dba34bFrank Schoenheit [fs]
2011-01-21accfixes: just some exports in toolkitMalte Timmermann [mt]
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-14removetooltypes01: #i112600# Remove tool types from binfilter, starmath, ↵Carsten Driesner
svx, toolkit and xmloff
2011-01-12gridsort: reworked the color model for grid controls. Now supporting more ↵Frank Schoenheit [fs]
than two alternating colors, having more reasonable defaults for the colors (VOID instead of some hard-coded values, which thus are unusable). Also, introduced new property UseGridLines controlling whether or not to paint the table grid.
2011-01-07dba34c: pulled/merged latest changes from CWS dba34bFrank 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 ↵Frank Schoenheit [fs]
GridData/ColumnModel, but to the GridControlModel
2011-01-07gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it ↵Frank Schoenheit [fs]
weren't, it wouldn't belong into this module
2011-01-06removetooltypes01: rebase to DEV300_m96Mikhail Voytenko
2011-01-06gridsort: correct registration for tthe GridColumn serviceFrank Schoenheit [fs]
2011-01-05dba34b: merged DEV300m96Frank Schoenheit [fs]
2010-12-23gridsort: do not allow NULL/VOID for a grid's columnd/data model - nothing ↵Frank Schoenheit [fs]
would work then. (Both are already default-initited to some empty model in the grid model's ctor, for quite a few revisions)
2010-12-07gridsort: re-enabled those testsFrank Schoenheit [fs]
2010-12-06gridsort: give the UnoControl(Model/Base) classes a ctor taking a service ↵Frank Schoenheit [fs]
factory, so we have access to the factory which created us, and don't need to resort to the process'es service factory
2010-12-01dba34b: #i113555# when a button's URL points to a document-local target, ↵Frank Schoenheit [fs]
properly export this to PDF
2010-11-19gnumake2: removing old dmake file in migrated modulesBjoern Michaelsen
2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from ↵Xiaofei Zhang
xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework
2010-11-05removetooltypes01: #i112600# remove tooltypes from toolkit, svtools and ↵Xiaofei Zhang
framework
2010-11-02tabcontrol: changes regarding version and servicesMihaela Kedikova
2010-10-14tabcontrol: merge with DEV300_m89Mihaela Kedikova
2010-10-07dba34b: outsourced the Throbber_Impl from toolkit to VCL, promoted to a ↵Frank Schoenheit [fs]
'real' control
2010-10-06dba34b: #i112779# new 'animated images' UNO control, superseding the ↵Frank Schoenheit [fs]
(X)SimpleAnimation and Throbber controls
2010-09-22sb129: merged in DEV300_m88sb
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb
2010-09-02tabcontrol: fix some compile errorsOcke Janssen [oj]
2010-08-27tabcontrol: #i113362# impl tabcontrol in awtOcke Janssen [oj]
2010-08-12tabcontrol: new source code for tabcontrol addedMihaela Kedikova
2010-08-04mib18: #163185# avoid crash when document is closed and a modal dialog is activeMikhail Voytenko
2010-07-21CWS-TOOLING: integrate CWS unoawt2Jens-Heiner Rechtien
2010-06-21CWS-TOOLING: integrate CWS gridcontrol04obo
2010-06-18unoawt2: get rid of the ImageConsumer/Producer connection between ↵Frank Schoenheit [fs]
image-rendering controls and their models - this channel doesn't correctly transport transparency. The connection via the 'Graphic' property works absolutely fine here.
2010-06-15CWS-TOOLING: integrate CWS unoawtobo
2010-06-14CWS-TOOLING: integrate CWS dv12obo
2010-06-11unoawt: added UnoControlListBoxModel::ItemSeparatorPos, specifying the ↵Frank Schoenheit [fs]
position where to draw a separator between two items
2010-06-10unoawt: ListBoxControl::updateFromModel: also set the SelectedItems ↵Frank Schoenheit [fs]
property, after we just set a new item list via itemListChanged
2010-06-04gridcontrol04: fixes for #i111279#, #i111957#, #i112114#Mihaela Kedikova