summaryrefslogtreecommitdiff
path: root/vcl/aqua
AgeCommit message (Expand)AuthorFilesLines
2013-03-18SalData::drainThreadAutoreleasePool() is unusedTor Lillqvist1-25/+0
2013-03-12Polishing 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10Chr. Rossmanith1-1/+1
2013-03-12maybe fix MacOSX buildEike Rathke1-2/+2
2013-03-12fix incorrectly applied patchLuboš Luňák1-1/+1
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-6/+6
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold2-2/+2
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-1/+1
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-20typo: allways -> alwaysAndras Timar1-1/+1
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin2-18/+6
2013-01-30Remove unused DeInitSalMainStephan Bergmann1-6/+0
2013-01-30Setting env vars in aqua's InitSalMain should long be unnecessaryStephan Bergmann1-48/+0
2013-01-29Do not call putenv with a temporary string argumentStephan Bergmann1-10/+6
2013-01-28Sprinkle some SAL_INFO debugging outputTor Lillqvist1-9/+53
2013-01-23More informative warning messagesTor Lillqvist1-3/+3
2013-01-20Fix fallout from my earlier vcl changes todayTor Lillqvist1-2/+0
2013-01-19AquaSalBitmap and IosSalBitmap were identical so unifyTor Lillqvist5-918/+13
2013-01-19De-duplication of CoreText code and headers for OS X and iOSTor Lillqvist4-1467/+0
2013-01-19Use SAL_INFO instead of home-grown msgs_debugTor Lillqvist4-57/+50
2013-01-15fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin2-4/+4
2013-01-15WaE: nil is not a BOOLNorbert Thiebaud1-1/+1
2013-01-15cosmetic cleanup (trailing spaces)Norbert Thiebaud1-30/+30
2013-01-08More fallout from the ImplFontAttributes privatisationTor Lillqvist1-32/+32
2013-01-08Mac follow-up on privatisation of ImplDevFontAttribNorbert Thiebaud1-49/+49
2013-01-03fdo#58963: Revert "fdo#39983: Support Mac OS X 10.7 full-screen mode"Tor Lillqvist2-95/+0
2012-12-21Try harder to fix build against 10.4 SDKTor Lillqvist1-3/+3
2012-12-21Try to fix build against 10.4 SDKTor Lillqvist1-0/+6
2012-12-21fdo#39983: Support Mac OS X 10.7 full-screen modeTor Lillqvist2-0/+91
2012-12-18fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks1-10/+27
2012-12-10Fix error: no matching function for call to 'sal_n_array_size'Tor Lillqvist1-1/+1
2012-12-10WaE: narrowing from int/long to float in initializer list (-Wc++11-narrowing)Tor Lillqvist14-49/+50
2012-11-29Fix missing place after a11y API change.Thorsten Behrens1-1/+1
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens1-2/+2
2012-11-28Remove useless method SetBackgroundBitmapMarcos Paulo de Souza1-5/+0
2012-11-22and one more GetLocale leftoverEike Rathke1-1/+1
2012-11-22AllSettings LanguageTag also in aqua-only filesEike Rathke1-1/+1
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin2-5/+5
2012-11-13Avoid global static dataStephan Bergmann2-30/+24
2012-11-12re-base on ALv2 code. Includes:Michael Meeks8-97/+136
2012-11-09There is no mnTrailingSpaceWidth here?Tor Lillqvist1-2/+0
2012-11-07Resolves: fdo#56198 collect scrollbar click preference settingsCaolán McNamara1-3/+3
2012-11-06Fix some file modesStephan Bergmann1-0/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks27-608/+418
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann2-5/+4
2012-10-02Fix fdo#55142 - use proper output offsets.Sergey Farbotka1-1/+1
2012-10-02Revert "Fix fdo#55142 - wrong character pos calculation on mac."Thorsten Behrens1-27/+2
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-19/+3
2012-09-26Silly workaround for fdo#55156Tor Lillqvist1-0/+4
2012-09-26Fix crash on Mac when a11y in use, and avoid infinite loop, fdo#47275Tor Lillqvist2-2/+20
2012-09-21Fix fdo#55142 - wrong character pos calculation on mac.Sergey Farbotka1-2/+27