summaryrefslogtreecommitdiffstats
path: root/bundled
Commit message (Collapse)AuthorAgeFilesLines
* Writer: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai2018-04-101-1/+7
| | | | | | | | | | Need to get the viewid which moved our visible cursor, so we can check whether it positioned changed by the owner of the cursor or not. Change-Id: Ie7b1fafc8d8f11fba0c0b0d5f02d755e15284514 Reviewed-on: https://gerrit.libreoffice.org/52571 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
* calc: drop down button markerMarco Cecchetti2018-04-031-1/+10
| | | | | | | Change-Id: Ic069ad40e6749f43709760e7f4f0d96b39d5a4ce Reviewed-on: https://gerrit.libreoffice.org/51598 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
* calc: added support for hidden sheets and validation of cell contentMarco Cecchetti2018-04-031-0/+3
| | | | | | | Change-Id: I5db971b8826de7d5be2f88354925cd107082da77 Reviewed-on: https://gerrit.libreoffice.org/49112 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
* update bundled headers - clipboard_changedPranav Kant2018-03-211-0/+11
| | | | Change-Id: Idad3aef64acb01928f6f70010a0e9d7ed297aede
* postExtTextInputEvent -> postWindowExtTextInputEventPranav Kant2018-02-272-8/+8
| | | | Change-Id: If5612bffac612ca7f52c8eec242e5ad9984cd669
* Updated LibreOfficeKit headersAndras Timar2018-02-154-12/+19
| | | | Change-Id: I6da94250d81d1f62d8f2191660b37b960033f11c
* IME supportPranav Kant2018-02-083-3/+61
| | | | | | | Dialogs still need to be adapted to this. Only works for documents as of now. Change-Id: I0fb1114e279a9e563943f3f65dd5a577523e9841
* Update the bundled headers.Jan Holesovsky2017-12-192-3/+17
| | | | | | | | | | | Change-Id: Ie581a50d5c46be295127a8bf4ac813169682c9ce Reviewed-on: https://gerrit.libreoffice.org/46379 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 081401991e12817bdcc2aba6fcd8b029f3b7d53f) Reviewed-on: https://gerrit.libreoffice.org/46783 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
* calc: LOK_FEATURE_RANGE_ADDRESS (solving compatibility issue)Marco Cecchetti2017-12-161-1/+6
| | | | | | | | | | | | | | | | | In order to make cp-5.3 compatible with online 2.1.x we introduced a new enum which by default disables collecting the new range based header data implementation. This patch (re-)enable this feature on online 3.x Change-Id: Ieab4145df9d132810bd871b1a315fd2171ba0ab5 Reviewed-on: https://gerrit.libreoffice.org/46288 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 2a2c04651c3a935a793f7710118b5945f6966ab0) Reviewed-on: https://gerrit.libreoffice.org/46598 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
* Update bundled headersPranav Kant2017-12-044-107/+36
| | | | Change-Id: I15c60a5b9f6c61d5ab276fc08058f89bca272f4e
* calc: set outline stateMarco Cecchetti2017-12-012-0/+16
| | | | | | | | | | use a specific message from the client for set the visibility state of a group instead of hijacking the update row/column header message Change-Id: I69d66b30db0b4d8a0082cbd2524120491d4f97cb Reviewed-on: https://gerrit.libreoffice.org/45446 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
* Update bundled headersPranav Kant2017-11-093-17/+44
| | | | Change-Id: I3480b7465c19203699a68a148dde20dc7d36f47a
* Update bundled headersPranav Kant2017-10-305-129/+307
| | | | Change-Id: I292dac1d6c801914960b73e951b6565cc36df1e9
* Adapt bundled include to core includeMarco Cecchetti2017-09-261-1/+1
| | | | Change-Id: I3066a58545f85724fe07bf344d37ca6261312280
* ruler: added the ruler callback enum to the bundled includeMarco Cecchetti2017-09-041-1/+19
| | | | Change-Id: Ie8100b08897ce7f49b5108cea147bf9bfe6060ed
* calc: added an address input fieldMarco Cecchetti2017-05-111-1/+7
| | | | | | | Change-Id: Ic030724e392693847a195b5e53866b40ebad7435 Reviewed-on: https://gerrit.libreoffice.org/37359 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
* Calc: changed the way header are updated on row/col insertion/deletionMarco Cecchetti2017-04-211-1/+9
| | | | | | | | | | | | | Now when a row/col is inserted/removed or resized is the core to notify the client that current header is no more valid and a new header should be requested by the client to core. In this way core can notify the header invalidation to all views. Change-Id: Ia3c1872b73cfb3458cd0d35907291a9fc9eebd11 Reviewed-on: https://gerrit.libreoffice.org/36729 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
* wsd: update LibreOffice Kit headerAshod Nakashian2017-01-301-0/+31
| | | | | | | Change-Id: I792bcd6aa28de0d0916e3676b76ea87994cd685f Reviewed-on: https://gerrit.libreoffice.org/33668 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
* wsd: update LO Kit headersAshod Nakashian2017-01-233-33/+52
| | | | | | | Change-Id: Ia6905cf959dc284948e7ad43e9907ac0a2577545 Reviewed-on: https://gerrit.libreoffice.org/33420 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
* Apply the pre-branch rename script to re-organize the source.Michael Meeks2016-11-255-0/+1728