Age | Commit message (Collapse) | Author |
|
Change-Id: I5ea0e972eeb585870f309e7e73ba4b1ece5dfa6a
|
|
Change-Id: I8ef36169011b1ef9d4b163e1b019a44b2d5add03
|
|
Change-Id: Ia274259186e78848638a4c828c6acded1fcc86a9
|
|
Change-Id: Ifc6aa75417e9b43afd103079a6cd986e79f0c069
|
|
Change-Id: Ib1c2ba3546ed3a8fb60484257c0c8995be160908
|
|
Change-Id: I41592965590d53fbaa632cf01abed430427a9698
|
|
Change-Id: I3c2ad66dd181c33073f8393dc81d1f56a80d5a87
|
|
Change-Id: I414dae9b5de83d0e0f9c3195262995cf0f4fd3e2
|
|
Change-Id: I4fc92ef828d549d968692a5a33f8dbcded27f7bb
|
|
Change-Id: I7b7beddf7769d92152c483eacd957348717b4a22
|
|
Change-Id: Ifa0ebd05ed22a5c32b75b7c86e1910eab291fa55
|
|
Change-Id: I1ed3bee339855383c56e05bd3cb0031472ce6f55
|
|
Change-Id: Ia267546994c34cd6dc8e65cbb7e701c9b300816a
|
|
Change-Id: I33655eac7973b1824179b376417d6a402f922944
|
|
Change-Id: I3f6bd3687d8546f4ad24043294b3e6dd5eb8b294
|
|
Change-Id: I84a9c08e539c98408d49b2f4276fb547d2deefd7
|
|
and
coverity#1266463 Argument cannot be negative
coverity#1266466 Argument cannot be negative
Change-Id: I4e910fa189be3b6cb8e9a6163a0d24dfcc1ef7d8
|
|
Change-Id: I4f78617129de21f7088d6f0d8b781674faa6b45a
|
|
Change-Id: I6de5b1e4d363063ec5d9e471c40cf1f943468634
|
|
Change-Id: Ib6b3b33f4b45e3bb0ff35d9e82db46bf59c60916
|
|
Change-Id: I66beecf2e1bb721f6bd2b563cc04c02570a0a306
|
|
Change-Id: If16ef982e7d9ae85ee73fa21ef97b328714bf9b8
|
|
Change-Id: I50a6067b828cb5277f91aba697b419b8d0167efe
|
|
Change-Id: I9b924f7a6e5f216e1429259239ac598a10d1d5dd
|
|
Change-Id: I2cc0edfdc432f35233edef4d8fb2a60c34e1fc7f
|
|
Change-Id: Ia9a2ef623eeeed1d31bf62a18086b540dc394810
|
|
Change-Id: Ibcea87db4fcb9d8cd9d1370ea314ffbc7a8acc64
|
|
Change-Id: I443cc28b81508b32c49ba795583ed304729d3fa0
|
|
Change-Id: Ia96b29f291cf4dc97d2a4998850d641f16cb2a01
|
|
Change-Id: I443f73fab48f1b66b38e2c77af0fe89f99ee4cd0
Reviewed-on: https://gerrit.libreoffice.org/14142
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I04a91065526b49bacb72c7d4865440efc3b3f7d0
|
|
Change-Id: Ibfab6d3aadb126fc357fd2d15485dcde8ceefa94
|
|
There are two conflicting requirements here:
- if there was an invalidation event, and PaintTile() is called due to
that, then we're not interested in invalidation events generated by
PaintTile() itself.
- we do want other event types all the time like the cursor rectangle
Change SwViewShell::libreOfficeKitCallback(), so that it doesn't ignore
all callbacks when we're in the callback already, just the so far only
problematic type: tile invalidation.
Change-Id: Idcaedbbe0fe2b5b1aa9bafbfe33a81c8011fe148
|
|
Change-Id: I052c8dfb668cbc31ba03d9b68bc21be58fce0e2a
|
|
Change-Id: I98bf7c5ae4d31ab1a48321d1c5a3a4858cd3e00b
|
|
Change-Id: I11286f73d23b21ee1e35e332b64b8bb37f7aaae8
|
|
Change-Id: Ie8a712f3fa24d0ffeef3ef524c02e97acdb1237e
|
|
Change-Id: I17e48bd39b799dc41b8d0402652f70d33ba002d7
|
|
Change-Id: I1ca2242d2bc7ee7d2d48a4a5f5bcc6e77edfaa2d
|
|
Change-Id: I1c6f7bccda2392235242f5c26af1437f1365f728
|
|
Change-Id: Idda4769fc85a4059ba46706430f30ed247dddaa3
|
|
Follow gtktiledviewer's approach for keycodes: unless it's a special
key, ask the system to provide the Unicode equivalent and send that.
This makes typing work, except for special keys.
Change-Id: If9891ddfb0d52e1160099aa00580d1b261e71e61
|
|
Otherwise FSStorageFactory::createInstanceWithArguments() would throw,
resulting in a css::configuration::CorruptedConfigurationException
later, that makes LO throw up its hands in Desktop::Main() and say that
the instset is simply corrupted, there is no point in continuing
further.
Change-Id: I3a401ee77f4fbf1a42a09c5fedd7681b4f32e952
|
|
Change-Id: I5a3c014894fe74781cf050f3cd2ce2bcc0395cb3
|
|
Default to the package name that makes ndk-gdb happy in case
--enable-dbgutil is used (can be extended later to --enable-symbols /
--enable-debug as well, if necessary).
Change-Id: If9dc09f48c895a4a138c3911f129e84f001d5f43
|
|
Change-Id: I652a0c365c4a1413226cdd4dc7910e65ac2a5285
|
|
Change-Id: I4144d0ed42a50be4fa91f377f78a20c28fda36f6
|
|
This now also allows to specify the version number; now you want to use:
cd android/
make versionCode=<previous_version_num+1> key=<key_name> release-apk
Change-Id: I078e8dbbe671969fc3b228ac987cdb9a4a53b281
|
|
Change-Id: I9e9849d91dda0ff9361ef9a0023be18406b067d0
|
|
Change-Id: I18554052e543a8799ebb45727947a3466b1c793c
|