summaryrefslogtreecommitdiff
path: root/ios/shared
AgeCommit message (Expand)Author
2015-01-28remove unused typedefsNoel Grandin
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-10-08We should know what our name isTor Lillqvist
2014-01-01Use native-code.py generated code also for iOS.Matúš Kukan
2013-12-28OSL_DEBUG_LEVEL is defined in the flags in lo.xcconfigTor Lillqvist
2013-12-23Add arm64 to VALID_ARCHSTor Lillqvist
2013-12-19Deduplicate more components.Matúš Kukan
2013-12-19bin few commentsMatúš Kukan
2013-12-19Deduplicate writer component factories.Matúš Kukan
2013-12-19Deduplicate a lot of common components.Matúš Kukan
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
2013-12-18Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan
2013-12-18Deduplicate some foo_component_getFactory declarations.Matúš Kukan
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan
2013-12-17These get defined through lo.xcconfig nowTor Lillqvist
2013-12-13Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-12-09Add types.rdb (formerly known as udkapi.rdb) to MobileLibreOfficeTor Lillqvist
2013-11-22Use hidden visibility as in the LO code here, tooTor Lillqvist
2013-11-22Use the CLANG_CXX_LIBRARY from lo.xcconfigTor Lillqvist
2013-11-21I think we need to restrict ARCHS to armv7Tor Lillqvist
2013-11-15measuring the time it takes to render a tilePtyl Dragon
2013-11-15Adjust parameter defaults to give pleasant resultTor Lillqvist
2013-11-15Keep tile top-left corner fixed, don't center itTor Lillqvist
2013-11-15Tweak default values of tunables and use larger default step sizeTor Lillqvist
2013-11-15Reduce NSLog verbiage a bitTor Lillqvist
2013-11-15fix less than 1 step limitPtyl Dragon
2013-11-15changed testing app UI to be more clear what it doesPtyl Dragon
2013-11-15added linking of width and heightPtyl Dragon
2013-11-15in progress of linkinh width and heightPtyl Dragon
2013-11-15Saving the graphics state around touch_lo_draw_tile() seems unnecessaryTor Lillqvist
2013-11-15No Y flip needed hereTor Lillqvist
2013-11-15UISteppers now go down as wellPtyl Dragon
2013-11-15tiledrendering new stepper ui for torPtyl Dragon
2013-11-15Use actual executable path in the fake argvTor Lillqvist
2013-11-15added units MLODpxes and MLORipsPtyl Dragon
2013-11-15touch_lo_get_content_size() returns CGSize nowTor Lillqvist
2013-11-15ready for integration with CATiledLayerPtyl Dragon
2013-11-151st implementation of touch_lo_get_content_sizePtyl Dragon
2013-11-15refactored mlo_uno to be in lo C++ conventionsPtyl Dragon
2013-11-15for torPtyl Dragon
2013-11-15now iOS draws something (upside down)Ptyl Dragon
2013-11-15now showing blank tilePtyl Dragon
2013-11-01Dummy implementation of touch_ui_dialog_modal()Tor Lillqvist
2013-10-31Fixe project for Xcode5 iOS7 new solver changesRoi Illouz
2013-10-30added stub for void touch_ui_selection_none in MLOGestureEnginePtyl Dragon
2013-10-29New CustomTarget, move Xcode setup to MakefileRoi Illouz
2013-10-20Fix breakpoint support for XcodeRoi Illouz
2013-10-20fix save several file on by reseting the xstorable on closePtyl Dragon
2013-10-19added save to ios app and removed keyboard on openPtyl Dragon