summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-31Add lo_dlclose()Tor Lillqvist
2012-01-31Log time taken by dlopen()Tor Lillqvist
2012-01-31Set TMPDIR for osl_getTempDirURL()Tor Lillqvist
2012-01-31putenv() does seem to be process-wideTor Lillqvist
2012-01-31No need to wait for debugger here on Android, this code does seem to workTor Lillqvist
2012-01-30android: add start of keycode mappingMichael Meeks
2012-01-30android: ask for RGBA visual, and flip images the right way up.Michael Meeks
2012-01-28android: add debug hooks through app.cxx, comment chunks and add a dialogMichael Meeks
without the dialog, the main window never appears to get shown.
2012-01-28android: unwind horrific event dispatching bug causing all the grief.Michael Meeks
2012-01-27Drop accidental #includeTor Lillqvist
2012-01-27We don't use Library_vclplug_svp on Android any moreTor Lillqvist
2012-01-27Tweak the st_mode returned by lo_apk_lstat() to match reality betterTor Lillqvist
2012-01-27android: try blitting a big texture to the screen instead; fails.Michael Meeks
2012-01-27android: un-successful attempt to use eglLockSurfaceKHRMichael Meeks
is this method even implemented for android, seems to be a no-op.
2012-01-27android: add EGL and pixel redrawing modes + start of 565 conversionMichael Meeks
2012-01-27android: attach as daemon with given JNI version, and don't exit.Michael Meeks
2012-01-27android: push the redraw-needed command into the app thread & waitMichael Meeks
2012-01-26Add APP_CMD_FOO symbolic printoutTor Lillqvist
2012-01-26Use lo-bootstrap as the log tagTor Lillqvist
2012-01-26Add reply to question in comment;)Tor Lillqvist
2012-01-26Include the separate tag argument in the __android_log_print() callsTor Lillqvist
It's the *third* argument that is the printf-style format string.
2012-01-26android: get at least something onto the screenMichael Meeks
2012-01-26Call the JavaVM's AttachCurrentThread(), can't hurt...Tor Lillqvist
2012-01-26Move the sleep earlier, and log itTor Lillqvist
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks
2012-01-25android: add missing deployment componentMichael Meeks
2012-01-25android: add first cut of frame contents blitting, and error dialogMichael Meeks
2012-01-25android: missing header piecesMichael Meeks
2012-01-25android: move event handling to members of SalInstanceMichael Meeks
rename app -> mpApp and initial handling of frames, we will need a mini window-manager in here, most likely.
2012-01-25WaE: unwind possible undefined warningsMichael Meeks
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist
Instead of introducing a global variable, use the already existing saved android_app pointer in lo-bootstrap.c, and just add a function to retrieve it from there. Store it in the AndroidSalInstance. Reanme osl/detail/android.h back to android_native_app_glue.h, which is the name of that file in NDK/sources. "android.h" sounded to me too grand, as if it was some universal Android header. But if we do start to modify the android_native_app_glue stuff heavily, then it indeed makes sense to call it something else. Until then, revert also some whitespace changes to android_native_app_glue.c for it to be as close as possible to the "upstream" one in the NDK, for clarity.
2012-01-25WaE: int and long confusionTor Lillqvist
2012-01-25Let's skip scp2 for non-desktop OSes for nowTor Lillqvist
2012-01-25android: more vcl pieces, wake/yield/loop bits and test patternMichael Meeks
2012-01-25android: cleanup osl security code for empty home / username fieldsMichael Meeks
2012-01-25android: add versionrc generation for desktopMichael Meeks
2012-01-25Add a note to the toplevel Makefile where to actually edit stuff.Jan Holesovsky
2012-01-25Allow killing 'make docs' by Ctrl-c.Jan Holesovsky
2012-01-25optimized zoom to use more common intervalsTim Hardeck
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point.
2012-01-25Fix file not found: cairocanvas.uno.so in smoketestoo_nativeRiccardo Magliocchetti
2012-01-25Put font embedding disable to correct unit testThorsten Behrens
2012-01-25Clean up (don't bind retval temporaries to references).Stephan Bergmann
2012-01-25Revert "fix rendering of metafiles embedded in emf+"Radek Doulik
This reverts commit f7b6cd87f78b786b59984e5b3c8a5a78f0ed7a94.
2012-01-25Add notice that the android/qa/simple directory has not been maintainedTor Lillqvist
2012-01-25Marking ImplDrawModeToColor as const.Muthu Subramanian
Missed it while reviewing commit: f9c09fbbb32f3808e2ef2eaa7148e10a130ccd20
2012-01-25Reduced duplicate code detected by simian.Christina Rossmanith
2012-01-25Removing unused code (basegfx).Alexander Bergmann
2012-01-24DataPilot to PivotTable in function names.Kohei Yoshida
From now on we'll stick with the 'pivot table' terminology...
2012-01-25WaE: unused parameter 'nType'Tor Lillqvist
2012-01-24Adapt reference svg to not contain embedded fonts anymore.Thorsten Behrens