1. 5a0aec77 Add dummy touch_ui_dialog_modal() here, too by Tor Lillqvist · 12 years ago
  2. 9fabf25 Dummy implementation of touch_ui_dialog_modal() by Tor Lillqvist · 12 years ago
  3. 13c3ab5 Use actual executable path by Tor Lillqvist · 12 years ago
  4. 2757fce ios: convert usage of OUTDIR by Michael Stahl · 12 years ago
  5. aae312d Fixe project for Xcode5 iOS7 new solver changes by Roi Illouz · 12 years ago
  6. 95f112d added stub for void touch_ui_selection_none in MLOGestureEngine by Ptyl Dragon · 12 years ago
  7. dd5347ef Build targets instead of a scheme which doesn't exist in a clean tree by Tor Lillqvist · 12 years ago
  8. 84cfb9b New CustomTarget, move Xcode setup to Makefile by Roi Illouz · 12 years ago
  9. f0fb30e Get rid of some crack by Tor Lillqvist · 12 years ago
  10. c755095 Add a couple of source files by Tor Lillqvist · 12 years ago
  11. 71e1c79 Remove trailing whitespaces by Roi Illouz · 12 years ago
  12. 7de58c3 No more lib dir. Linking to original files by Roi Illouz · 12 years ago
  13. 876111a Fixup glitches in selection handle dragging and coordinate offsets by Tor Lillqvist · 12 years ago
  14. ee1f437 Bin some unnecessary NSLogging by Tor Lillqvist · 12 years ago
  15. 3705656 Tweak how the resize handles look and make it easier to grab them by Tor Lillqvist · 12 years ago
  16. 2f3b37b client end takes care of server version by Siqi LIU · 12 years ago
  17. a9759f7 Add a few sources from vcl by Tor Lillqvist · 12 years ago
  18. 54ef5bd More work on selection handling in iOS by Tor Lillqvist · 12 years ago
  19. 025bd0f Add a file by Tor Lillqvist · 12 years ago
  20. 073ee02 emantic name changing fro LO_LDFLAGS to LINK_LDFLAGS by Roi Illouz · 12 years ago
  21. d1c26cd Created an automatic lib linkage with no copy to source tree by Roi Illouz · 12 years ago
  22. 657a3a8 Try to handle selection resizing in a more "correct" way by Tor Lillqvist · 12 years ago
  23. 36fb293 Bin verbose logging by Tor Lillqvist · 12 years ago
  24. bdf2b50 Intermediate commit of experimental iOS app hacking by Tor Lillqvist · 12 years ago
  25. d8d0b83 Fix breakpoint support for Xcode by Roi Illouz · 12 years ago
  26. 6dd8449 fix save several file on by reseting the xstorable on close by Ptyl Dragon · 12 years ago
  27. 1034a2e added save to ios app and removed keyboard on open by Ptyl Dragon · 12 years ago
  28. 9b966d0 fileacc is not a separate component any more by Tor Lillqvist · 12 years ago
  29. 4219195 ios tile testing app done by Ptyl Dragon · 12 years ago
  30. 4d8f12f More text selection WIP hacking by Tor Lillqvist · 12 years ago
  31. 459e3a2 Add dummy touch_ui_selection_start() by Tor Lillqvist · 12 years ago
  32. 24f8446 Work in progress: Text selection handling for iOS by Tor Lillqvist · 12 years ago
  33. b538fc5 fdo#60698: Move fileaccess module to ucb by Marcos Paulo de Souza · 12 years ago
  34. ab5b6e3 The Emacs mode for Objective-C is called "ObjC" by Tor Lillqvist · 12 years ago
  35. 76a9ae8 added for infrastructure for ios tile testing app by Ptyl Dragon · 12 years ago
  36. ae549ad infrastructure for ios tile testing app by Ptyl Dragon · 12 years ago
  37. d8e8e6b added draw tile signature and select all fix by ptyl@cloudon.com · 12 years ago
  38. e3c4611 Make the MobileLibreOffice project work better in a srcdir!=builddir scenario by Tor Lillqvist · 12 years ago
  39. 22fbb71 Use ln -f to avoid warnings about existing files by Tor Lillqvist · 12 years ago
  40. a2f51cf Drop the set -x by Tor Lillqvist · 12 years ago
  41. 795dcf9 Make libc++ optional for iOS and use the right library in the Xcode projects by Tor Lillqvist · 12 years ago
  42. ea8028a For clarity, prefix the LO-specific Xcode configuration variables with LO_ by Tor Lillqvist · 12 years ago
  43. 1204d2f Adapt to changed directory structure in fundamentalrc by Tor Lillqvist · 12 years ago
  44. 0d9c32a No "registry" directly at top app level any more by Tor Lillqvist · 12 years ago
  45. 5b05778 No mlo_select_all(), probably left out accidentally from Ptyl's commit by Tor Lillqvist · 12 years ago
  46. de547cc Use libc++ here, too, as we now do for the LO code by Tor Lillqvist · 12 years ago
  47. 892ebc0 Add dummy touch_ui_keyboard_visible() by Tor Lillqvist · 12 years ago
  48. 0aca32e4 Ignore the lib_link and resource_link dirs by Tor Lillqvist · 12 years ago
  49. a359bc8 Adapt library names and paths to current build system by Tor Lillqvist · 12 years ago
  50. 4eddef4 Linking changes: Adapt to changes in build system by Tor Lillqvist · 12 years ago
  51. 4afeb5c Adapt to recent changes in solver/instdir/workdir structure by Tor Lillqvist · 12 years ago
  52. f42245a Use OUTDIR and INSTDIR in the shell script by Tor Lillqvist · 12 years ago
  53. 0cba01c Add OUTDIR by Tor Lillqvist · 12 years ago
  54. 93267ff Adapt to changed <touch/touch.h> API by Tor Lillqvist · 12 years ago
  55. a3ff47a Use WORKDIR instead of hardcoding unxiosr.pro by Tor Lillqvist · 12 years ago
  56. 3de8a0f There is no "make" mode at least in my Emacs by Tor Lillqvist · 12 years ago
  57. 389a61a We want config_host, not config_build by Tor Lillqvist · 12 years ago
  58. f222e8e Set ARCHS = armv7 otherwise Xcode complains for me about armv7s by Tor Lillqvist · 12 years ago
  59. 298c69d Generate the ios/lo.xcconfig at configure time by Tor Lillqvist · 12 years ago
  60. 848d066 Remove file that contained pathname specific to one developer's machine by Tor Lillqvist · 12 years ago
  61. 2b60f46 Add the new iOS app project files by ptyl@cloudon.com · 12 years ago
  62. 12947fd Add outmap.cxx by Tor Lillqvist · 12 years ago
  63. fe6e90d Require at least iOS 6.1 by Tor Lillqvist · 12 years ago
  64. 12b1ca3 Hacking on iOS keyboard handling by Tor Lillqvist · 12 years ago
  65. cbae2ba Reduce logging by Tor Lillqvist · 12 years ago
  66. e9f260b Minor refactoring of iOS code by Tor Lillqvist · 12 years ago
  67. 54be385 Redo the temporary hack for long touch: just simulate a double-click by Tor Lillqvist · 12 years ago
  68. ee0e92c Add some more source files by Tor Lillqvist · 12 years ago
  69. da69a3e iOS experimental app support for selection marking via long press gesture by ptyl@cloudon.com · 13 years ago
  70. 4e7495a Fix for iOS scroll by pixels, and pinch to zoom by ptyl@cloudon.com · 13 years ago
  71. 316ecfb Depend on more libraries by Tor Lillqvist · 12 years ago
  72. 0ef3218 This app is called "LibreOffice", not "Viewer" by Tor Lillqvist · 13 years ago
  73. d7094ab Adapt to instdir and solver changes lately by Tor Lillqvist · 13 years ago
  74. 93e020b popOverView modified for better touchability by Siqi LIU · 13 years ago
  75. fd2fb1b3 minor by Siqi LIU · 13 years ago
  76. be62c01 fdo#39674 fix some spelling by Thomas Arnhold · 13 years ago
  77. 8b162f2 we do not need .xcd files in solver by Matúš Kukan · 13 years ago
  78. b7d7e3d WaE: NSLog format errors when compiling as 64-bit code by Tor Lillqvist · 13 years ago
  79. 7622741 translation fix by Siqi LIU · 13 years ago
  80. f8cf0e8 adding some comments by Siqi LIU · 13 years ago
  81. 4c63fd10 Try to fix cross-compilation by Tor Lillqvist · 13 years ago
  82. 5905dfe gbuild: refactor LinkTarget representation by Michael Stahl · 13 years ago
  83. 6d29baf iOS datepicker background issues by Siqi LIU · 13 years ago
  84. b95acb2 higher resolution for menu icon by Siqi LIU · 13 years ago
  85. cd43332 fix iOS7 storyboard issues&popover position by Siqi LIU · 13 years ago
  86. 6f24eaf code cleanup and directory restructured by Siqi LIU · 13 years ago
  87. a3abd12 change setting bundle background to stay consistent by Siqi LIU · 13 years ago
  88. 3cb55e0 retain timer running state when auto-start then didAppear by Siqi LIU · 13 years ago
  89. 2fbee32 set default timer duration on first launch & bug fixes by Siqi LIU · 13 years ago
  90. 839c5df ad-hoc bug fixes to handle different notes format on Linux/OSX by Siqi LIU · 13 years ago
  91. 85430e4 stick menu button to right lower corner by Siqi LIU · 13 years ago
  92. e202503 libreoffice_logo used in about page, identical to the one used in android by Siqi LIU · 13 years ago
  93. 7bf6e41 licenses by Siqi LIU · 13 years ago
  94. 598615a countdown timer for iPad & license page by Siqi LIU · 13 years ago
  95. 1a41237 auto scroll to default time widget fix by Siqi LIU · 13 years ago
  96. 854c302 Adapt to OUTDIR->INSTDIR changes by Tor Lillqvist · 13 years ago
  97. 5fd86fb make this work also if BUILDDIR != SRCDIR by Matúš Kukan · 13 years ago
  98. 5397b49 Towards a working instdir for Mac OS X by Stephan Bergmann · 13 years ago
  99. 8a1f535 concentrate all config into one place by Siqi LIU · 13 years ago
  100. 94ad163 dark style button image by Siqi LIU · 13 years ago