summaryrefslogtreecommitdiff
path: root/touch
AgeCommit message (Collapse)AuthorFilesLines
2012-12-30add runtime deps for custom targetsDavid Tardon1-1/+1
Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
2012-12-21fix for my UNO commitsNoel Grandin1-1/+1
that'll teach me to update code I can't compile Change-Id: Idc6f82ad4baccff4479639ffd316c521a2156888
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-6/+3
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-11-28ridljar etc.: javamaker invocations must rm -r targetdirMichael Stahl1-0/+1
... because otherwise types that have been removed from the input rdb still end up in the resulting jar file. Change-Id: Ia73ecffcc9d831f2627ac0fcc5f57acf1f52a799
2012-10-24fdo#46808, renamet awt::XToolkit2 to XToolkitExperimental..Noel Grandin1-3/+3
..because we want to use the name for the new merged interface for the Toolkit service. Change-Id: Ib1e193c7d04729f6420ee6984231fd50181e59d3
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-22touch: add missing dep on types.rdbMatúš Kukan1-2/+2
Change-Id: I7a11a2c00abef0ed1f0945f7809fba79f1f3533b
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-06-18touch depends on sal, toolkit depends on touchTor Lillqvist1-1/+1
Change-Id: I77e108391b48a9dc50491f8e76de8f277f92dfc6
2012-06-18Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist1-1/+1
Pass on to VirtualDevice where used to set the MapMode of the device appropriately. Adapt DocumentLoader, use to scale the page rendering to exactly fit the virtual device. Change-Id: I4b0bc67e12114d3d9d493ff1aca2ef5d2cc78912
2012-06-18ByteBufferWrapper tweaksTor Lillqvist2-0/+38
operator() gets called in a Java GC thread. A JNIEnv* saved in the constructor (which is called from the UI thread) is not valid in other threads (although for now, Dalvik notices, warns, and works around it). So don't bother keeping the JNIEnv*. Instead fetch one when needed. Move the method implementations from inline in the header to libotouch's android.cxx. Change-Id: I7de6fc54bb8d9a59146576d6e8c325fe917393ee
2012-06-14fix build.lst contentDavid Tardon1-1/+2
Change-Id: I11c45830f6a322876041f6beda9e31fde110a2a7
2012-06-12More hackingTor Lillqvist1-26/+40
Note that this Document class is work in progress and the code hasn't ever been run yet even. Not used by the DocumentLoader test appp currently. Change-Id: Ibb285d455f31d9bda43133f3a289fc4564b83d47
2012-06-12Do use separate width and heightTor Lillqvist1-5/+7
Change-Id: I1bae38bf312ebc0186266be0dad3604e3f940aef
2012-06-12udkapi and offapi are not "internal"Tor Lillqvist1-1/+4
Change-Id: Id06783a999707ced3fe860fe23a6c48ccc40d9c4
2012-06-12Add Android-specific sal/ByteBufferWrapper.hxx headerTor Lillqvist2-0/+44
Used for impedance matching between Java's direct ByteBuffer and the boost::shared_array used by basebmp. Not sure yet how well this will actually work. I'm afraid leaks might be possible in exception throwing cases. Change-Id: I74fc57aaf46b2dd9f227043bd9045d4815a5ed40
2012-06-07Clarify ideas a bit, DocumentRenderCallback service not neededTor Lillqvist4-35/+22
Change-Id: I0a91a45dace5d2a35daadf1c9233ab68bee8701e
2012-06-05Work in progress: Add "touch" module for Android and iOS stuffTor Lillqvist17-0/+583
Change-Id: I10652743194d44d8465ddf8079f6b4458e6710f9