summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2013-10-27Tweak how the resize handles look and make it easier to grab themTor Lillqvist1-16/+28
2013-10-27client end takes care of server versionSiqi LIU17-47/+60
2013-10-25Add a few sources from vclTor Lillqvist1-0/+14
2013-10-23More work on selection handling in iOSTor Lillqvist1-30/+18
2013-10-22Add a fileTor Lillqvist1-0/+2
2013-10-22emantic name changing fro LO_LDFLAGS to LINK_LDFLAGSRoi Illouz2-5/+5
2013-10-22Created an automatic lib linkage with no copy to source treeRoi Illouz2-1035/+15
2013-10-22Try to handle selection resizing in a more "correct" wayTor Lillqvist1-34/+21
2013-10-22Bin verbose loggingTor Lillqvist1-8/+0
2013-10-22Intermediate commit of experimental iOS app hackingTor Lillqvist1-15/+21
2013-10-20Fix breakpoint support for XcodeRoi Illouz2-11/+15
2013-10-20fix save several file on by reseting the xstorable on closePtyl Dragon1-0/+1
2013-10-19added save to ios app and removed keyboard on openPtyl Dragon6-8/+53
2013-10-19fileacc is not a separate component any moreTor Lillqvist1-2/+0
2013-10-18ios tile testing app donePtyl Dragon16-20/+342
2013-10-18More text selection WIP hackingTor Lillqvist1-41/+76
2013-10-18Add dummy touch_ui_selection_start()Tor Lillqvist1-1/+15
2013-10-18Work in progress: Text selection handling for iOSTor Lillqvist3-13/+198
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza2-2/+1
2013-10-17The Emacs mode for Objective-C is called "ObjC"Tor Lillqvist101-101/+101
2013-10-17added for infrastructure for ios tile testing appPtyl Dragon18-0/+478
2013-10-17infrastructure for ios tile testing appPtyl Dragon21-239/+332
2013-10-17added draw tile signature and select all fixptyl@cloudon.com2-3/+1
2013-10-17Make the MobileLibreOffice project work better in a srcdir!=builddir scenarioTor Lillqvist3-3/+4
2013-10-16Use ln -f to avoid warnings about existing filesTor Lillqvist1-1/+1
2013-10-16Drop the set -xTor Lillqvist1-1/+1
2013-10-16Make libc++ optional for iOS and use the right library in the Xcode projectsTor Lillqvist3-8/+5
2013-10-16For clarity, prefix the LO-specific Xcode configuration variables with LO_Tor Lillqvist3-11/+17
2013-10-16Adapt to changed directory structure in fundamentalrcTor Lillqvist1-1/+1
2013-10-16No "registry" directly at top app level any moreTor Lillqvist1-2/+0
2013-10-16No mlo_select_all(), probably left out accidentally from Ptyl's commitTor Lillqvist1-0/+2
2013-10-16Use libc++ here, too, as we now do for the LO codeTor Lillqvist2-12/+12
2013-10-16Add dummy touch_ui_keyboard_visible()Tor Lillqvist1-0/+7
2013-10-16Ignore the lib_link and resource_link dirsTor Lillqvist1-0/+2
2013-10-16Adapt library names and paths to current build systemTor Lillqvist1-41/+21
2013-10-16Linking changes: Adapt to changes in build systemTor Lillqvist1-5/+1
2013-10-16Adapt to recent changes in solver/instdir/workdir structureTor Lillqvist1-1/+1
2013-10-16Use OUTDIR and INSTDIR in the shell scriptTor Lillqvist1-1/+1
2013-10-16Add OUTDIRTor Lillqvist1-0/+1
2013-10-16Adapt to changed <touch/touch.h> APITor Lillqvist2-2/+4
2013-10-16Use WORKDIR instead of hardcoding unxiosr.proTor Lillqvist1-4/+4
2013-10-16There is no "make" mode at least in my EmacsTor Lillqvist1-1/+1
2013-10-16We want config_host, not config_buildTor Lillqvist2-3/+3
2013-10-16Set ARCHS = armv7 otherwise Xcode complains for me about armv7sTor Lillqvist2-0/+4
2013-10-16Generate the ios/lo.xcconfig at configure timeTor Lillqvist2-0/+20
2013-10-16Remove file that contained pathname specific to one developer's machineTor Lillqvist1-8/+0
2013-10-15Add the new iOS app project filesptyl@cloudon.com122-0/+9702
2013-10-15Add outmap.cxxTor Lillqvist1-0/+2
2013-10-15Require at least iOS 6.1Tor Lillqvist1-4/+4
2013-10-13Hacking on iOS keyboard handlingTor Lillqvist2-2/+21