summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2010-09-30libsane leaks and threading crashesCaolán McNamara
2010-09-28fontdialog: Convert switch with only 1 case to an if ()Sebastian Spaeth
This is a switch statement that only ever checks 1 case and has no default action, so make it an if(). Remove some commented out code in the switch while taking the git blame anyway. Signed-off: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-09-28Replace the "Help Support" menu item by the "License Information" oneFridrich Štrba
2010-08-24ooo33gsl07: #i114002# add missing license headersPhilipp Lohmann [pl]
2010-08-03CWS-TOOLING: integrate CWS mib17Ivo Hinkelmann
2010-07-27mib17: rebase to DEV300_m84Daniel Rentz
2010-07-27mib17: #i110822# Fixed named parameter handling in automation bridgeAndreas Bregas
2010-07-08mib17: #162917# let basic byte use one byte, let olebridge convert sequence ↵Mikhail Voytenko
to safearray correctly
2010-07-06mib17: #162858# allow to transport COM objects without TypeInfo as beforeMikhail Voytenko
2010-06-29mib17: #i110821# Hot fix to avoid regressionAndreas Bregas
2010-06-25mib17: #i110821# COM default member supportAndreas Bregas
2010-06-22CWS-TOOLING: integrate CWS jl152obo
2010-06-22jl152 merge with DEV300_m83Joachim Lingner
2010-06-21CWS-TOOLING: integrate CWS vcl112obo
2010-06-15CWS-TOOLING: integrate CWS unoawtobo
2010-06-14CWS-TOOLING: integrate CWS dv12obo
2010-06-07jl152 merge with DEV300_m80Joachim Lingner
2010-06-04vcl112: #i112119# check return value (thanks cmc!)Philipp Lohmann [pl]
2010-06-04CWS-TOOLING: integrate CWS dba33fIvo Hinkelmann
Notes: split repo tag: components_ooo/DEV300_m81
2010-06-03unoawt: merged in latest changes from CWS slidecopy (rebase to m80)Frank Schoenheit [fs]
2010-06-02jl152#i77196# better handling of extensions with unaccepted licenseDirk Voelzke
2010-05-27CWS-TOOLING: integrate CWS fwk138Vladimir Glazunov
2010-05-25unoawt: onFinish does not need this parameter, it's always called with RET_OKFrank Schoenheit [fs]
2010-05-25unoawt: completely separated the controller functionality of a wizard page ↵Frank Schoenheit [fs]
from the wizard page itself, by moving the canAdvance method from OWizardPage to the IWizardPage interface, which in this course has been renamed to IWizardPageController. This will later on allow to have implementations where the TabPage is provided by an external component (e.g. as UNO Service), but the controlling of those pages is still intercepted and handled internally.
2010-05-20sb120: merged in DEV300_m78sb
2010-05-20unoawt: UNO API for generic wizards, wrapping around the existing C++ ↵Frank Schoenheit [fs]
RoadmapWizard
2010-05-06dv12#i88957# improved handling of downloading new versionsDirk Voelzke
2010-04-27Merge to DEV300_m77Mikhail Voytenko
2010-04-27sb120: #i111182# disabled failing tests for nowsb
2010-04-22dv12: merge with DEV300_m77Dirk Voelzke
2010-04-22dv12: merge with DEV300_m76Dirk Voelzke
2010-05-11CWS-TOOLING: integrate CWS npower14miscfixesIvo Hinkelmann
2010-04-20dv12: Merge with DEV300_m63Jens-Heiner Rechtien
2010-04-16dba33f: merge with m76-branchFrank Schoenheit [fs]
2010-04-14masterfix: #i110833# patch applied to prevent a build error without GTKKurt Zenker
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien
2010-04-14nativeb: #i110754#: rebranding nspluginDirk Voelzke
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb
2010-03-31nativea: #161909# Exchange names and URLsCarsten Driesner
2010-04-13fwk140: #i110747# integrate the patchMikhail Voytenko
2010-04-28fwk141: #i111191# do not use RegDeleteKeyEx for 32-bit libraryMikhail Voytenko
2010-05-03CWS-TOOLING: integrate CWS nspluginglobalIvo Hinkelmann
2010-04-14CWS nspluginglobal: merge commitMathias Bauer
2010-04-14CWS nspluginglobal: #i49590#: warning fixedMathias Bauer
2010-04-14nspluginglobal: ifdef UNIX -> LINUX and add missing ifdefsRene Engelhard
2010-04-14nspluginglobal: remove unsed variable for WaE builds...Rene Engelhard
2010-04-13nspluginglobal: add patch to make mozilla plugin work when registered globallyRene Engelhard
2010-03-23fwk138: #i105549# integrate the patchMikhail Voytenko
2010-03-22npower14miscfixes: merge with DEV300_m75Andreas Bregas
2010-03-15dba33f: #i110036#: when creating new controls or grid columns, set ↵Frank Schoenheit [fs]
MouseWheelBehavior to NEVER