- eb15ac8 android: Avoid throwing exceptions through the bridges. by Jan Holesovsky · 6 years ago
- 40b469fd Fix typo and dots by Andrea Gelmini · 6 years ago
- dd49483 Use correct directory for some data files on iOS: share/filter, not filter by Tor Lillqvist · 7 years ago
- d418eae tdf#126966: The share/palette folder was missing from the iOS app by Tor Lillqvist · 7 years ago
- b6fd78a Fix typos by Andrea Gelmini · 7 years ago
- ecd3a48 Fix typos by Andrea Gelmini · 7 years ago
- fbc038c an uno -> a uno by Caolán McNamara · 7 years ago
- 1156f98 an is used before a vowel sound by Caolán McNamara · 7 years ago
- 2ead533 lok: allow paste content to popup dialog by Henry Castro · 7 years ago
- 7811a0e tdf#124449: We need also share/gallery for the iOS app by Tor Lillqvist · 7 years ago
- fd2f43e Just include all fonts from instdir/share/fonts in the iOS app by Tor Lillqvist · 7 years ago
- 6edbf60 tdf#124168: The share/template folder is needed in the iOS app by Tor Lillqvist · 7 years ago
- 6088eeb We need share/theme_definitions in the iOS app by Tor Lillqvist · 7 years ago
- 2538dc8 I had forgotten to add these files to git by Tor Lillqvist · 7 years ago
- 9f83738 Current ICU version is 63 by Tor Lillqvist · 7 years ago
- c2216d2 Drop unnecessary gb_DEBUG_CFLAGS by Stephan Bergmann · 7 years ago
- dcd4add Mention this file is outdated by Tor Lillqvist · 7 years ago
- 6fcf55e Prepare to bundle the Liberation fonts with the iOS app by Tor Lillqvist · 7 years ago
- 27e517b Fill buildid in versionrc for iOS with the git HEAD hash by Tor Lillqvist · 7 years ago
- 4122e02 We need share/liblangtag, too by Tor Lillqvist · 7 years ago
- 0f68e45 Do put a BRAND_SHARE_RESOURCE_SUBDIR setting into fundamentalrc for iOS by Tor Lillqvist · 7 years ago
- b0bcd15 Alignment (whitespace) cleanup by Tor Lillqvist · 7 years ago
- 1a6caad The image zipfiles should be in share/config, it seems by Tor Lillqvist · 7 years ago
- a626bdd gbuild: rename value OS=IOS to OS=iOS by Michael Stahl · 7 years ago
- 97be927 Handle also css::ucb::NameClashException>(aException by Tor Lillqvist · 7 years ago
- c49d918 Look for the generated native-code.h where it now is by Tor Lillqvist · 7 years ago
- 9a37352 It seems to work even without calling temporaryHackToInvokeCallbackHandlers()? by Tor Lillqvist · 7 years ago
- 944ef72a Avoid superfluous directory level by Tor Lillqvist · 7 years ago
- 1d279e9 Move the iOS CGBitmapContextCreate() call do doc_paintTile() by Tor Lillqvist · 7 years ago
- 6b77a74 Make LibreOfficeLight build again by Tor Lillqvist · 7 years ago
- 8122551 The UnitTest app needs the MobileCoreServices framework by Tor Lillqvist · 7 years ago
- 5b37c49 Add more vcl sources for easier breakpointing by Tor Lillqvist · 8 years ago
- 272cfc8 Add sources in vcl/headless for easier breakpointing by Tor Lillqvist · 8 years ago
- 29b0e31 Add more source files from vcl for breakpointing convenience by Tor Lillqvist · 8 years ago
- 61f1d15 Add files from vcl/quartz for easy breakpointing by Tor Lillqvist · 8 years ago
- baddd90 LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memory by Tor Lillqvist · 8 years ago
- 51591ae More hacking on the tilebench part of the UnitTest app by Tor Lillqvist · 8 years ago
- 68de102 Start on the iOS unit test app by Tor Lillqvist · 8 years ago
- 4578671 Need to handle css::uno::RuntimeException too now by Tor Lillqvist · 8 years ago
- 7d6be61 Re-think cppu::throwException() and the C++/UNO bridge on iOS by Tor Lillqvist · 8 years ago
- 14a58a5 Return share/config/soffice.cfg as it was, as I think the code expects by Tor Lillqvist · 8 years ago
- 6056974 Don't copy files into the source directory, use workdir by Tor Lillqvist · 8 years ago
- 59b9fc4 Put the lib names one per line to match what ld's -filelist expects by Tor Lillqvist · 8 years ago
- e3bac83 Run bin/ios-all-static-libs and put its output in a file by Tor Lillqvist · 8 years ago
- 037737f Fix typo by Tor Lillqvist · 8 years ago
- a922f56 Add --enable-ios-libreofficelight-app option to build stuff for janI's app by Tor Lillqvist · 8 years ago
- 6a37bb0 Bump version number in ICU data file name by Tor Lillqvist · 8 years ago
- 1d3de59 Use $(ICU_MAJOR) instead of hard coded (Upgrade to ICU 62.1) by Eike Rathke · 8 years ago
- b9dde4a We use ICU 61 now by Tor Lillqvist · 8 years ago
- 25fdc07 Removed executable permission on data files by Andrea Gelmini · 8 years ago
- ac65efa iOS, update source to xcode 9.3 swift 4.1 by jan Iversen · 8 years ago
- 0df72d8 iOS, remove copy of source code to instdir by jan Iversen · 8 years ago
- 1caf3b93 iOS, solved corrupted stack in cpp -> uno by jan Iversen · 8 years ago
- a414d36 iOS, updated xcode project file by jan Iversen · 8 years ago
- 4f4137d iOS, change example.odt -> welcome.odt by jan Iversen · 8 years ago
- 652749a iOS, moved resources from share to direct. by jan Iversen · 8 years ago
- 97d03a1 iOS, updated resource paths. by jan Iversen · 8 years ago
- 6b08a0c iOS, made example.odt local to ios by jan Iversen · 8 years ago
- b8431e0 iOS, allow "make" call in ios directory by jan Iversen · 8 years ago
- fc956e4 iOS, SAL_LOG added to debug builds by jan Iversen · 8 years ago
- f81f63a iOS, added missing document state in callback by jan Iversen · 8 years ago
- 2db0c3e iOS, add tango theme to avoid vcl problem. by jan Iversen · 8 years ago
- f17d0ff iOS, correctly build release/debug versions by jan Iversen · 8 years ago
- 1ed8f225 iOS, removed OTHER_LDFLAGS by jan Iversen · 8 years ago
- 8258b42 iOS, allow x86 release builds by jan Iversen · 8 years ago
- 1bd8cd2 iOS, simplified lib ref and copy to device by jan Iversen · 8 years ago
- f7cdb48 iOS, launchScreen size update by jan Iversen · 8 years ago
- 4d184c2 iOS, removed buildConfiguration Simulator by jan Iversen · 8 years ago
- 3611447 iOS, removed schemes by jan Iversen · 8 years ago
- c50cd86 iOS, new launch screen by jan Iversen · 8 years ago
- 671e67d iOS: linker changes for on device by Jon Nermut · 8 years ago
- 2cbcaa5 iOS, add support for PDF by jan Iversen · 8 years ago
- e2739816 iOS, update intro screen by jan Iversen · 8 years ago
- 121d321 iOS, removed unused libraries by jan Iversen · 8 years ago
- bf0117c iOS, simplified dylib build by jan Iversen · 8 years ago
- 376ba90 iOS, corrected directory creation. by jan Iversen · 8 years ago
- e0e19de iOS, allow orientations for all devices by jan Iversen · 8 years ago
- 508e973 Fix typos by Andrea Gelmini · 8 years ago
- 810dfda iOS: implement tabs for spreadsheets by Jon Nermut · 8 years ago
- 331b971 iOS, performance update by jan Iversen · 8 years ago
- a468fef iOS: keep track of doc part by Jon Nermut · 8 years ago
- a41ec55 iOS: Fix debugging in xcode by making include path non-recursive by Jon Nermut · 8 years ago
- cc2b9a2 iOS, remove double [bootstrap] by jan Iversen · 8 years ago
- 8b23cd3 Resolves: rhbz#1535541 fdo#88004 mimetypes are .macroEnabled not .macroenabled by Caolán McNamara · 8 years ago
- e2ef736 iOS, directory creation as part of setup by jan Iversen · 8 years ago
- 0c6cfea iOS: add a temporarily exposed function that calls CallbackFlushHandler::Invoke in order to manually flush the callback queue. To be reverted once the callback problem is solved. by Jon Nermut · 8 years ago
- bccb5c5 iOS, avoid racing conflict in dependencies by jan Iversen · 8 years ago
- 80799ed iOS: keep track of the keyboard, and scroll the next search result into view. Reimplement RenderCache (+2 squashed commits) by Jon Nermut · 8 years ago
- 08bad4b iOS, actived SAL_INFO + SAL_WARN in debug by jan Iversen · 8 years ago
- e16668e iOS, typo by jan Iversen · 8 years ago
- 3502049 iOS, static library depeneds on setup by jan Iversen · 8 years ago
- 7325989 iOS changed reference to native-code.h by jan Iversen · 8 years ago
- 3c8ebbd iOS, debugged callback by jan Iversen · 8 years ago
- f64ae9b iOS, updated README by jan Iversen · 8 years ago
- dacb12d iOS, split .a and .dylib generation by jan Iversen · 8 years ago
- b617915 iOS, Correct BRAND_* in rc by jan Iversen · 8 years ago
- a5eea68 iOS, add .py dependency to native-code.h by jan Iversen · 8 years ago
- e25d7cc iOS, removed hook reference by jan Iversen · 8 years ago
- 1346de3 Fix typos by Andrea Gelmini · 8 years ago
- dd51c58 iOS, Rendering document. by jan Iversen · 8 years ago