- 25 May, 2015 9 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ica20e033d5cde8a0c18eff51c63c66e6a3845fd0
-
Noel Grandin yazdı
Change-Id: I91a583fe7d4195ee6bc73b4854f757517b38408b
-
Noel Grandin yazdı
Change-Id: I2712a0901049885502cade31f9757f712048bb33
-
Tomaž Vajngerl yazdı
Change-Id: If46d0409e9aceed9c35cea818271699abdf407e1
-
Tomaž Vajngerl yazdı
Change-Id: I29dcc22a6840e7104bdf68d050b616c8e06226fa
-
Tomaž Vajngerl yazdı
Change-Id: I6cc22677000459a5f19bfb207007f5c246f187e0
-
Tomaž Vajngerl yazdı
Change-Id: Ia010aa7daf14fcaeee5d46cc4e5b8ed21e00efcf
-
László Németh yazdı
Replacing immediately (without pressing space or enter) and inside words, too. For example, fixing tdf#55292 – complete input method for n-dash, m-dash – is possible now by :--: -> n-dash, :---: -> m-dash AutoCorrect replacements. Change-Id: I54462d7482838523a47b844da6a84f08a1518b07
-
Adolfo Jayme Barrientos yazdı
Change-Id: Iee62ae710487df67016e48664585bfdff8ccaf75
-
- 24 May, 2015 24 kayıt (commit)
-
-
Matteo Casalin yazdı
Change-Id: I9c61e8b1d8552be25c3c78757b280b388cb98694
-
Matteo Casalin yazdı
Change-Id: I84a9e136b9c463ae794f5ddcbb211707672f170d
-
Matteo Casalin yazdı
But keep the test itself, just to play safe Change-Id: I0b58fa8ea25fbb577a3f9c1f2dbf0ad6d5004e2c
-
Matteo Casalin yazdı
Change-Id: Ie88af20e20f788c0d8b53f99da3decd98dec5078
-
Stanislav Horacek yazdı
Project: help 3cd6599bead7b1266daf69733f86b54f3e7d5557 fix typos Change-Id: I79f3463c1815b0db318483eaa3faae3d6ba1e54f Reviewed-on: https://gerrit.libreoffice.org/15886Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Julien Nabet yazdı
Change-Id: I90f2119d5b43e5d6efa18561a1b04d1c0178950e
-
Caolán McNamara yazdı
Change-Id: I8c9e970d5c5931de1a7526cbff3de626ef30bd74
-
Thorsten Behrens yazdı
The adjective was used as the German meaning, which translates to maybe or possibly. Change-Id: Iaf5b38f628b23796829a1c4bd3919d4e13b874f0
-
Thorsten Behrens yazdı
Change-Id: I8daf6d155c631cbdb850a6af95c92a578905d6e6
-
Thorsten Behrens yazdı
Change-Id: I7f75833bfec2cde140ded1dfe60aed2684905b0a
-
Thorsten Behrens yazdı
Change-Id: I0fd55ea6c775d771e001c0db78bb72c50e9b81cf
-
Thorsten Behrens yazdı
The drawinglayer attributes signal defaultness by object identity, not value equalness. That should fix a number of subtle cache and redraw problems. Change-Id: I049ffda228a48db71cef108571805c6e41e4b149
-
Thorsten Wagner yazdı
Adjustments to character positions less than one pixel are ignored. These adjustments are probably introduced by lossy conversions between integer based and float based coordinates. DXArray elements are adjusted to integers avoiding cummulated rounding differences. Change-Id: I65d476301247251a7d329b14adb70be367538c97 Reviewed-on: https://gerrit.libreoffice.org/15633Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Khaled Hosny <khaledhosny@eglug.org>
-
Caolán McNamara yazdı
Change-Id: I940b70648ede6239930ba36e755994e7749b2d0b
-
Caolán McNamara yazdı
Change-Id: I873063a8cf52652ca8d3c871170beeb4585de8f1
-
Caolán McNamara yazdı
Change-Id: I1f2a94cdcd4329af68d946ff0a74ddec4ac1c590
-
Julien Nabet yazdı
test mpBrowser1 if not NULL + reorder the disposeAndClear calls (must be reverse order compared to the order of Create calls) Change-Id: Ia5481430791d9ab73e63d49a0ef0d5e0a6016605
-
Jan Holesovsky yazdı
Change-Id: I91bfb4ea4672ff09482679f8fcf18a65e5a6ee3c
-
Jan Holesovsky yazdı
This partially fixes rendering of comboboxes. Change-Id: I243f63a0cd83bb435876d3954a073df0acd54c58
-
Jan Holesovsky yazdı
Change-Id: Ic7101ab7cbaa7fd5f6b073a73ef0c0088b1af4c6
-
Jan Holesovsky yazdı
Change-Id: I0b63ee7fd30c9b6f67b9770386ba1904eea0e678
-
Jan Holesovsky yazdı
Change-Id: I5e05b08e30930740be0fdbb18169bf350e2eab9f
-
Jan Holesovsky yazdı
Change-Id: I4e787356bd17fcaffdbe0dc51a549b359f416766
-
Jan Holesovsky yazdı
Change-Id: I4230412ccc389b8ba6768229b569d7075e7ac466
-
- 23 May, 2015 7 kayıt (commit)
-
-
Michael Meeks yazdı
Change-Id: I7990cbddc8c664da5ec6521cf8e036ca67d5ce0e
-
Stanislav Horacek yazdı
Change-Id: I5c7c2c5bb0ce615d4dda8a634517b627b7d49df6 Reviewed-on: https://gerrit.libreoffice.org/15871Reviewed-by:
Joren De Cuyper <jorendc@libreoffice.org> Tested-by:
Joren De Cuyper <jorendc@libreoffice.org>
-
Michael Meeks yazdı
The previous code would only invoke Window:: methods by the time we hit the destructor; do the same to avoid fixing more scattered crashers for now. Change-Id: Ibdcd1290309bb7fc31a44d534c52d357da022591 Reviewed-on: https://gerrit.libreoffice.org/15880Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Meeks yazdı
Change-Id: Ib3571fc6d2aa9343bcfd2d6a5bdbd6b1d193c0f1 Reviewed-on: https://gerrit.libreoffice.org/15883Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Miklos Vajna yazdı
See SectPageInformation::mnColsx on the libreoffice-3-6 branch + the spec agrees, too. Change-Id: I6f70a125f8d962621f319e3e75e2865e5f126859
-
Michael Meeks yazdı
Change-Id: Ia43d66230ef3118d2f23c2e6ba8eb0a081ab6b93 Reviewed-on: https://gerrit.libreoffice.org/15878Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Julien Nabet yazdı
Change-Id: I4dde46c81b36b318710e32c8f420dff8d9c2e655 Reviewed-on: https://gerrit.libreoffice.org/15879Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-