Age | Commit message (Expand) | Author |
2013-07-12 | Turn basebmp::Format into a proper enum | Stephan Bergmann |
2013-06-26 | There is already the AddTempDevFont() in coretext | Tor Lillqvist |
2013-04-19 | Add pan gesture handling | Tor Lillqvist |
2013-04-16 | More orientation experimentation and hacking | Tor Lillqvist |
2013-04-16 | Try to propagate display size change to LO | Tor Lillqvist |
2013-04-14 | Add lo_keyboard_input() | Tor Lillqvist |
2013-04-13 | Add experimental lo_keyboard_did_hide() implementation | Tor Lillqvist |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-07 | Bin some not longer interesting NSLogging | Tor Lillqvist |
2013-03-31 | Revert "Try redrawing in multiple phases to avoid blocking the UI thread too ... | Tor Lillqvist |
2013-03-31 | Try redrawing in multiple phases to avoid blocking the UI thread too long | Tor Lillqvist |
2013-03-30 | Unbreak use of pthread condition variables | Tor Lillqvist |
2013-03-30 | Render the "headless" frames to the UI view in the LO thread | Tor Lillqvist |
2013-03-30 | IosSalInstance::BlitFrameToBuffer() and RedrawWindows() are unneeded now | Tor Lillqvist |
2013-03-30 | Draw the frame virtual device bitmaps directly to the destination CGContext | Tor Lillqvist |
2013-03-30 | Refactor the iOS Viewer app and rename it to "LibreOffice" | Tor Lillqvist |
2013-03-30 | Add lo_tap() | Tor Lillqvist |
2013-03-26 | Improve the blitting, use memcpy for each row | Tor Lillqvist |
2013-03-26 | Introduce temporary lo_set_view_size() hack like on Android and call it | Tor Lillqvist |
2013-03-26 | Don't exit intentionally | Tor Lillqvist |
2013-03-21 | Re-work the vcl aspects of the iOS port | Tor Lillqvist |
2013-03-21 | avoid Wundef / fix endian detection | Luboš Luňák |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-18 | Don't do any own auto-cleanup of aurorelease pools on iOS when a thread ends | Tor Lillqvist |
2013-03-18 | SalData::drainThreadAutoreleasePool() is unused | Tor Lillqvist |
2013-03-16 | mnSystemVersion not used | Tor Lillqvist |
2013-02-24 | fdo#38838 searched, replaced and removed String::CreateFromInt32(). | Jean-Noël Rouvignac |
2013-02-12 | fdo#46808, use constructor for datatransfer::MimeContentTypeFactory | Noel Grandin |
2013-01-30 | Remove unused DeInitSalMain | Stephan Bergmann |
2013-01-19 | AquaSalBitmap and IosSalBitmap were identical so unify | Tor Lillqvist |
2013-01-19 | De-duplication of CoreText code and headers for OS X and iOS | Tor Lillqvist |
2013-01-19 | Use SAL_INFO instead of home-grown msgs_debug | Tor Lillqvist |
2013-01-19 | Fix iOS bit-rot and unify with OS X CoreText code | Tor Lillqvist |
2013-01-15 | fdo#46808, Adapt SystemClipboard UNO service to new style | Noel Grandin |
2013-01-06 | I don't think InitSalMain() needs to do anything on iOS | Tor Lillqvist |
2012-12-23 | WaE: non-constant-expression cannot be narrowed | Tor Lillqvist |
2012-11-28 | Remove useless method SetBackgroundBitmap | Marcos Paulo de Souza |
2012-11-20 | Enforce use of accessors on gen.hxx structures | Matteo Casalin |
2012-11-13 | Avoid global static data | Stephan Bergmann |
2012-11-12 | Another attempt at fixing icu linkage as externals. | Michael Meeks |
2012-11-12 | Un-break accidental mis-merge, or something | Tor Lillqvist |
2012-11-12 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-11-09 | There is no mnTrailingSpaceWidth here? | Tor Lillqvist |
2012-11-06 | Unbreak compilation of the iOS vcl code | Tor Lillqvist |
2012-11-06 | re-base on ALv2 code. Includes (at least) relevant parts of: | Michael Meeks |
2012-10-31 | Get rid of vcl::unohelper::GetMultiServiceFactory | Stephan Bergmann |
2012-09-18 | Don't access broken service mgr during bootstrap failure | Stephan Bergmann |
2012-09-04 | Workaround for crash on iOS | Tor Lillqvist |
2012-09-03 | fix ClearDevFontList -> ClearDevFontCache typo | Caolán McNamara |