summaryrefslogtreecommitdiff
path: root/vcl/ios
AgeCommit message (Expand)AuthorFilesLines
2013-10-17added draw tile signature and select all fixptyl@cloudon.com1-0/+13
2013-10-15New iOS client codeptyl@cloudon.com1-4/+4
2013-10-13Minor refactoring of iOS codeTor Lillqvist1-15/+17
2013-10-11iOS experimental app support for selection marking via long press gestureptyl@cloudon.com1-0/+28
2013-10-09Fix for iOS scroll by pixels, and pinch to zoomptyl@cloudon.com1-3/+14
2013-09-12in iOS avoid copying covered windows to screentsahi glik1-3/+11
2013-09-12Sync IOS screen invalidate to end of painttsahi glik1-2/+17
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann1-1/+1
2013-06-26There is already the AddTempDevFont() in coretextTor Lillqvist1-7/+0
2013-04-19Add pan gesture handlingTor Lillqvist1-0/+11
2013-04-16More orientation experimentation and hackingTor Lillqvist1-0/+9
2013-04-16Try to propagate display size change to LOTor Lillqvist1-1/+25
2013-04-14Add lo_keyboard_input()Tor Lillqvist1-0/+11
2013-04-13Add experimental lo_keyboard_did_hide() implementationTor Lillqvist1-0/+15
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7
2013-04-07Bin some not longer interesting NSLoggingTor Lillqvist1-18/+0
2013-03-31Revert "Try redrawing in multiple phases to avoid blocking the UI thread too ...Tor Lillqvist1-36/+12
2013-03-31Try redrawing in multiple phases to avoid blocking the UI thread too longTor Lillqvist1-12/+36
2013-03-30Unbreak use of pthread condition variablesTor Lillqvist1-10/+74
2013-03-30Render the "headless" frames to the UI view in the LO threadTor Lillqvist1-30/+48
2013-03-30IosSalInstance::BlitFrameToBuffer() and RedrawWindows() are unneeded nowTor Lillqvist1-49/+0
2013-03-30Draw the frame virtual device bitmaps directly to the destination CGContextTor Lillqvist1-4/+30
2013-03-30Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist1-8/+7
2013-03-30Add lo_tap()Tor Lillqvist1-0/+17
2013-03-26Improve the blitting, use memcpy for each rowTor Lillqvist1-8/+8
2013-03-26Introduce temporary lo_set_view_size() hack like on Android and call itTor Lillqvist1-0/+8
2013-03-26Don't exit intentionallyTor Lillqvist1-10/+5
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist21-6258/+458
2013-03-21avoid Wundef / fix endian detectionLuboš Luňák1-1/+2
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold4-17/+16
2013-03-18Don't do any own auto-cleanup of aurorelease pools on iOS when a thread endsTor Lillqvist1-21/+1
2013-03-18SalData::drainThreadAutoreleasePool() is unusedTor Lillqvist1-24/+0
2013-03-16mnSystemVersion not usedTor Lillqvist1-1/+0
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin1-10/+3
2013-01-30Remove unused DeInitSalMainStephan Bergmann1-6/+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 Lillqvist10-1559/+82
2013-01-19Use SAL_INFO instead of home-grown msgs_debugTor Lillqvist4-57/+50
2013-01-19Fix iOS bit-rot and unify with OS X CoreText codeTor Lillqvist4-173/+192
2013-01-15fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin2-4/+4
2013-01-06I don't think InitSalMain() needs to do anything on iOSTor Lillqvist1-40/+1
2012-12-23WaE: non-constant-expression cannot be narrowedTor Lillqvist6-24/+24
2012-11-28Remove useless method SetBackgroundBitmapMarcos Paulo de Souza1-5/+0
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin1-4/+4
2012-11-13Avoid global static dataStephan Bergmann1-5/+2
2012-11-12Another attempt at fixing icu linkage as externals.Michael Meeks1-0/+1
2012-11-12Un-break accidental mis-merge, or somethingTor Lillqvist1-22/+0
2012-11-12re-base on ALv2 code. Includes:Michael Meeks14-287/+219