summaryrefslogtreecommitdiff
path: root/vcl/aqua
AgeCommit message (Expand)AuthorFilesLines
2013-05-14Fix return type of SalYieldMutex::tryToAcquire() to match declarationTor Lillqvist1-3/+3
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann2-6/+6
2013-05-10protect SalFrameView's isOpaque() method by an isAlive() checkHerbert Dürr1-1/+7
2013-05-10Related: #i112873# check native widget's control value type...Herbert Dürr1-5/+2
2013-04-19remove unused component_canUnload functionsMatúš Kukan3-3/+0
2013-04-19fdo#31082 cursor visible during impress presentationjorendc1-0/+1
2013-04-15AquaA11yTextAttributesWrapper: trigraphs confuse llvm-g++ 4.2.1Michael Stahl1-1/+1
2013-04-10fix the A11Y text attribute color in AquaHerbert Dürr1-21/+22
2013-04-09Related: fdo#62287 make it impossible to use a dead AquaSalFrameCaolán McNamara1-2/+8
2013-04-09Related: #i120237# cache the updated frame reference in AquaSalGraphicsHerbert Dürr1-1/+8
2013-04-09Resolves: #i120237# workaround a crash on OSX...Herbert Dürr1-3/+4
2013-04-08GetGlyphOutlines is unusedTor Lillqvist1-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák19-135/+125
2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist2-28/+0
2013-04-07Add comments to some questionable codeTor Lillqvist1-1/+14
2013-04-07Log the ImplLayoutArgs parameter in AdjustLayout().Tor Lillqvist1-5/+7
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+7
2013-03-27Need <vcl/syswin.hxx> for WINDOWSTATE_*Tor Lillqvist1-0/+1
2013-03-27No need for two sets of names for the same exttextinput flag bitsTor Lillqvist1-4/+4
2013-03-27No need for two sets of names for the same frame/window state bitsTor Lillqvist1-16/+16
2013-03-26(author=pl) fix for transporting OOo types through OSX system clipboardHerbert Dürr2-6/+58
2013-03-25vcl: fix typoMichael Stahl1-1/+1
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann5-32/+12
2013-03-22blind try to fix MacOs buildingJulien Nabet1-1/+1
2013-03-22get rid of two-argument compareToAsciiChristian Lohmaier1-1/+1
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist13-45/+14
2013-03-20Improve previous __BIG_ENDIAN__ fixStephan Bergmann1-1/+2
2013-03-20-Werror,-WundefStephan Bergmann1-1/+1
2013-03-19SetSalColor() and GetSalColor() are unusedTor Lillqvist2-43/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold3-14/+14
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold8-30/+29
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