summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/dtrans
AgeCommit message (Expand)Author
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-07-29Avoid an unnecessary static initialisationTor Lillqvist
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-17The PICT format was formally deprecated already in OS X v10.4Tor Lillqvist
2013-06-16Resolves: #i122420# Re-activated the internal OpenOfficeToSystemFlavorArmin Le Grand
2013-06-14s/rtl_copyMemory/memmoveTor Lillqvist
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-06-05use uno::Reference#clear() method...Noel Grandin
2013-05-24Resolves: #i120481# Add registered transferable flavor...Andre Fischer
2013-04-19remove unused component_canUnload functionsMatúš Kukan
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-26(author=pl) fix for transporting OOo types through OSX system clipboardHerbert Dürr
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann
2013-03-22blind try to fix MacOs buildingJulien Nabet
2013-03-22get rid of two-argument compareToAsciiChristian Lohmaier
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2013-02-20typo: allways -> alwaysAndras Timar
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin
2013-01-15fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin
2012-12-10Fix error: no matching function for call to 'sal_n_array_size'Tor Lillqvist
2012-11-13Avoid global static dataStephan Bergmann
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann
2012-09-2064-bit fixesTor Lillqvist
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini
2012-08-08remove include comments and boxesThomas Arnhold
2012-08-01Add own declaration for the since long deprecated KillPicture()Tor Lillqvist
2012-07-28No KillPicture() in the 10.7 SDK, so just leak for now...Tor Lillqvist
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-05-29nuke unused typedefTakeshi Abe
2012-04-25isOUStringType still used (from dbgutil code)Stephan Bergmann
2012-04-24WaE: unused functionsTor Lillqvist
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-02-27there is no Sequence::isEmpty()Ivan Timofeev
2012-02-27Replace getLength() with isEmpty() where appropriateChr. Rossmanith
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-10-24SystemFlavor NSStrings should not be constKristian Rietveld
2011-09-28Make deprecation warnings non-fatal even in a -Werror compilationTor Lillqvist
2011-09-28WaE: drop some unused variablesTor Lillqvist
2011-09-28WaE: NSPICTPboardType is deprecated in 10.6 and laterTor Lillqvist
2011-09-28Fix syntax error that earlier compiler versions didn't mindTor Lillqvist
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
2011-03-24vcl2gnumake: solve some merge problemsPhilipp Lohmann [pl]
2011-03-23vcl2gnumake: rebase to DEV300m103Philipp Lohmann [pl]
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold