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