summaryrefslogtreecommitdiffstats
path: root/vcl/ios
Commit message (Expand)AuthorAgeFilesLines
* There is already the AddTempDevFont() in coretextTor Lillqvist2013-06-261-7/+0
* Add pan gesture handlingTor Lillqvist2013-04-191-0/+11
* More orientation experimentation and hackingTor Lillqvist2013-04-161-0/+9
* Try to propagate display size change to LOTor Lillqvist2013-04-161-1/+25
* Add lo_keyboard_input()Tor Lillqvist2013-04-141-0/+11
* Add experimental lo_keyboard_did_hide() implementationTor Lillqvist2013-04-131-0/+15
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-7/+7
* Bin some not longer interesting NSLoggingTor Lillqvist2013-04-071-18/+0
* Revert "Try redrawing in multiple phases to avoid blocking the UI thread too ...Tor Lillqvist2013-03-311-36/+12
* Try redrawing in multiple phases to avoid blocking the UI thread too longTor Lillqvist2013-03-311-12/+36
* Unbreak use of pthread condition variablesTor Lillqvist2013-03-301-10/+74
* Render the "headless" frames to the UI view in the LO threadTor Lillqvist2013-03-301-30/+48
* IosSalInstance::BlitFrameToBuffer() and RedrawWindows() are unneeded nowTor Lillqvist2013-03-301-49/+0
* Draw the frame virtual device bitmaps directly to the destination CGContextTor Lillqvist2013-03-301-4/+30
* Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist2013-03-301-8/+7
* Add lo_tap()Tor Lillqvist2013-03-301-0/+17
* Improve the blitting, use memcpy for each rowTor Lillqvist2013-03-261-8/+8
* Introduce temporary lo_set_view_size() hack like on Android and call itTor Lillqvist2013-03-261-0/+8
* Don't exit intentionallyTor Lillqvist2013-03-261-10/+5
* Re-work the vcl aspects of the iOS portTor Lillqvist2013-03-2121-6258/+458
* avoid Wundef / fix endian detectionLuboš Luňák2013-03-211-1/+2
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-194-17/+16
* Don't do any own auto-cleanup of aurorelease pools on iOS when a thread endsTor Lillqvist2013-03-181-21/+1
* SalData::drainThreadAutoreleasePool() is unusedTor Lillqvist2013-03-181-24/+0
* mnSystemVersion not usedTor Lillqvist2013-03-161-1/+0
* fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac2013-02-241-1/+1
* fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin2013-02-121-10/+3
* Remove unused DeInitSalMainStephan Bergmann2013-01-301-6/+0
* AquaSalBitmap and IosSalBitmap were identical so unifyTor Lillqvist2013-01-195-918/+13
* De-duplication of CoreText code and headers for OS X and iOSTor Lillqvist2013-01-1910-1559/+82
* Use SAL_INFO instead of home-grown msgs_debugTor Lillqvist2013-01-194-57/+50
* Fix iOS bit-rot and unify with OS X CoreText codeTor Lillqvist2013-01-194-173/+192
* fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin2013-01-152-4/+4
* I don't think InitSalMain() needs to do anything on iOSTor Lillqvist2013-01-061-40/+1
* WaE: non-constant-expression cannot be narrowedTor Lillqvist2012-12-236-24/+24
* Remove useless method SetBackgroundBitmapMarcos Paulo de Souza2012-11-281-5/+0
* Enforce use of accessors on gen.hxx structuresMatteo Casalin2012-11-201-4/+4
* Avoid global static dataStephan Bergmann2012-11-131-5/+2
* Another attempt at fixing icu linkage as externals.Michael Meeks2012-11-121-0/+1
* Un-break accidental mis-merge, or somethingTor Lillqvist2012-11-121-22/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-11-1214-287/+219
* There is no mnTrailingSpaceWidth here?Tor Lillqvist2012-11-091-2/+0
* Unbreak compilation of the iOS vcl codeTor Lillqvist2012-11-061-1/+25
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-0611-256/+157
* Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann2012-10-311-3/+2
* Don't access broken service mgr during bootstrap failureStephan Bergmann2012-09-181-6/+13
* Workaround for crash on iOSTor Lillqvist2012-09-041-0/+13
* fix ClearDevFontList -> ClearDevFontCache typoCaolán McNamara2012-09-031-1/+1
* Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara2012-09-031-0/+7