summaryrefslogtreecommitdiff
path: root/vcl/ios
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-07Bin some not longer interesting NSLoggingTor Lillqvist
2013-03-31Revert "Try redrawing in multiple phases to avoid blocking the UI thread too ...Tor Lillqvist
2013-03-31Try redrawing in multiple phases to avoid blocking the UI thread too longTor Lillqvist
2013-03-30Unbreak use of pthread condition variablesTor Lillqvist
2013-03-30Render the "headless" frames to the UI view in the LO threadTor Lillqvist
2013-03-30IosSalInstance::BlitFrameToBuffer() and RedrawWindows() are unneeded nowTor Lillqvist
2013-03-30Draw the frame virtual device bitmaps directly to the destination CGContextTor Lillqvist
2013-03-30Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist
2013-03-30Add lo_tap()Tor Lillqvist
2013-03-26Improve the blitting, use memcpy for each rowTor Lillqvist
2013-03-26Introduce temporary lo_set_view_size() hack like on Android and call itTor Lillqvist
2013-03-26Don't exit intentionallyTor Lillqvist
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist
2013-03-21avoid Wundef / fix endian detectionLuboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18Don't do any own auto-cleanup of aurorelease pools on iOS when a thread endsTor Lillqvist
2013-03-18SalData::drainThreadAutoreleasePool() is unusedTor Lillqvist
2013-03-16mnSystemVersion not usedTor Lillqvist
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin
2013-01-30Remove unused DeInitSalMainStephan Bergmann
2013-01-19AquaSalBitmap and IosSalBitmap were identical so unifyTor Lillqvist
2013-01-19De-duplication of CoreText code and headers for OS X and iOSTor Lillqvist
2013-01-19Use SAL_INFO instead of home-grown msgs_debugTor Lillqvist
2013-01-19Fix iOS bit-rot and unify with OS X CoreText codeTor Lillqvist
2013-01-15fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin
2013-01-06I don't think InitSalMain() needs to do anything on iOSTor Lillqvist
2012-12-23WaE: non-constant-expression cannot be narrowedTor Lillqvist
2012-11-28Remove useless method SetBackgroundBitmapMarcos Paulo de Souza
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin
2012-11-13Avoid global static dataStephan Bergmann
2012-11-12Another attempt at fixing icu linkage as externals.Michael Meeks
2012-11-12Un-break accidental mis-merge, or somethingTor Lillqvist
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
2012-11-09There is no mnTrailingSpaceWidth here?Tor Lillqvist
2012-11-06Unbreak compilation of the iOS vcl codeTor Lillqvist
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-18Don't access broken service mgr during bootstrap failureStephan Bergmann
2012-09-04Workaround for crash on iOSTor Lillqvist
2012-09-03fix ClearDevFontList -> ClearDevFontCache typoCaolán McNamara
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara
2012-08-27Undefined variable mnTrailingSpaceWidthTor Lillqvist
2012-08-02Bin unused function for nowTor Lillqvist
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen
2012-07-01vcl: CTRL_FIXEDBORDER is dead since ef877aab7eIvan Timofeev
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud
2012-06-11Remove unused InterceptChildWindowKeyDownThomas Arnhold