summaryrefslogtreecommitdiffstats
path: root/vcl/ios
Commit message (Expand)AuthorAgeFilesLines
* More text selection WIP hackingTor Lillqvist2013-10-181-18/+22
* Tiles: Documentation of the parameters.Jan Holesovsky2013-10-171-1/+1
* added draw tile signature and select all fixptyl@cloudon.com2013-10-171-0/+13
* New iOS client codeptyl@cloudon.com2013-10-151-4/+4
* Minor refactoring of iOS codeTor Lillqvist2013-10-131-15/+17
* iOS experimental app support for selection marking via long press gestureptyl@cloudon.com2013-10-111-0/+28
* Fix for iOS scroll by pixels, and pinch to zoomptyl@cloudon.com2013-10-091-3/+14
* in iOS avoid copying covered windows to screentsahi glik2013-09-121-3/+11
* Sync IOS screen invalidate to end of painttsahi glik2013-09-121-2/+17
* Turn basebmp::Format into a proper enumStephan Bergmann2013-07-121-1/+1
* 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