- 03 Eyl, 2015 1 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
(cherry picked from commit 796b2d6b) Conflicts: vcl/opengl/gdiimpl.cxx Change-Id: I0620cd29695d792320c6e3209dff84822485d883 Reviewed-on: https://gerrit.libreoffice.org/18287Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
- 02 Eyl, 2015 26 kayıt (commit)
-
-
Ashod Nakashian yazdı
In paint bucket mode the user can undo by right-clicking. Undoing, however, is only possible after the first paint op. After undoing is enabled, the user can undo indefinetely by righ-clicking. This is not consistent and can be confusing. This patch tracks the changes done after entering the paint bucket mode, and allows the user to undo them using right-clicking until they reach the first operation before entering this context. Because the user can undo/redo using other means, the patch takes it into account and will reset its tracking to accomodate this. Ultimately, the user is able to make any changes in paint bucket mode and undo them all by right-clicking, but no further than that. Change-Id: I93380fb60db83aee37a1d324218ba6ab1700a2e5 Reviewed-on: https://gerrit.libreoffice.org/16951Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit d0489d08) Reviewed-on: https://gerrit.libreoffice.org/18257Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Meeks yazdı
Fixes regression from otherwise a nice cleanup in: d2009225 Also get polarity of debug logging only with a context right. Change-Id: Id322471f01e5656e758aefc57b0d4d5ad073ec54 Reviewed-on: https://gerrit.libreoffice.org/18282Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Caolán McNamara yazdı
Change-Id: I4c53d4bce9a69d79e34bdd634c296d9b495e1904 (cherry picked from commit 137cf765) Reviewed-on: https://gerrit.libreoffice.org/18273Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Jan Holesovsky yazdı
It can change based on the _toolbar_ size. The toolbar itself is fine though; it may depend on the menubar size, but that should be constant. Change-Id: Id2c68c89f4ec0774bc74b8c4a5b9a5e59e22137f Reviewed-on: https://gerrit.libreoffice.org/18279Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Meeks yazdı
Change-Id: Ie6b824953b8ad19fd1b6a146cb6bf52bbb152ef7 Reviewed-on: https://gerrit.libreoffice.org/18277Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Michael Meeks yazdı
Change-Id: Iec7cb6504a389972d8187954d5ed7aff94f2e01c Reviewed-on: https://gerrit.libreoffice.org/18272Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Tomaž Vajngerl yazdı
Radio buttons and check boxes can't be cached with current framework as they have an additional rendering state provided in additional data. Refactor code to control which controls can be cached in one place only. Change-Id: I095a01cbf5dde013247d70ada89020f64c8c6510 (cherry picked from commit 54962518) Reviewed-on: https://gerrit.libreoffice.org/18271Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Andras Timar yazdı
Change-Id: I5d8df5c0d55e8dfd7c978b16b2b220c127f3dac9 Reviewed-on: https://gerrit.libreoffice.org/18226Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com> (cherry picked from commit cc88a88c) Reviewed-on: https://gerrit.libreoffice.org/18270Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
The problem was UniscribeLayout::DrawCachedGlyphs() counted the total advance value unconditionally from mpGlyphAdvances, while UniscribeLayout::FillDXArray() (which provides advance values to e.g. Writer) only used mpGlyphAdvances in case of NULL mpJustifications. Fix this by first checking mpJustifications in UniscribeLayout::DrawCachedGlyphs(), too. With this, e.g. typing "x" in Writer 10 times will not result in a "misplaced" cursor caret. Change-Id: I16c7a258ff77b25c5121b9b974e72ad6efe5e9fc (cherry picked from commit 53a40c43) Reviewed-on: https://gerrit.libreoffice.org/18268Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Michael Meeks yazdı
Change-Id: I1c40df21a1b1b6d0637f399cf29ca4f49a81d183 Reviewed-on: https://gerrit.libreoffice.org/18264Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Michael Meeks yazdı
Shader compilation can take a while the first time; best not to disable GL at that point. Have more of a hair trigger at other times. Also explicitly exit if we appear to have hung in std::abort handling. Conflicts: vcl/source/opengl/OpenGLHelper.cxx Change-Id: I45f0873672f950fb3baba0ca859d854a0bb25064 Reviewed-on: https://gerrit.libreoffice.org/18265Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
It turns out that in this case we miss repainting if we go via invaliation-then-paint instead of direct painting when double-buffering is not enabled. Related commits: - beb4aa21 (SwViewShell::ImplEndAction: avoid direct paint, 2015-06-29) and c9175a1b (SwViewShell::ImplEndAction: avoid direct PaintDesktop(), 2015-07-03) globally avoided direct paints - 222f10e7 (tdf#93096 sw: fix selection with keyboard outside current view, 2015-08-18) restored direct paint when non-double-buffering for the second commit, this one does the same for the first Change-Id: Ida0c6917a8cdec74209bd64813c7876d4fa61b8a Signed-off-by:
László Németh <laszlo.nemeth@collabora.com>
-
Christian Lohmaier yazdı
this fixes the template only - the actual autocorrect entries for en-US will be processed on next translation merge Change-Id: Ib898897e448914ca334d7c34a45e18f787a8aa14 (cherry picked from commit b14680fb)
-
Maxim Monastirsky yazdı
Change-Id: I92620cb1439bd13efcdbafcdc584abd8d7bb4345 (cherry picked from commit e38c4105) Reviewed-on: https://gerrit.libreoffice.org/18245Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jan Holesovsky yazdı
Change-Id: I1c1287a29067c053565c49c0ce96918a2d27d87f Reviewed-on: https://gerrit.libreoffice.org/18260Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Stephan Bergmann yazdı
Change-Id: Idfc691a92d0cba72289699609cb99bce35aaade9 (cherry picked from commit f3f42bce)
-
Caolán McNamara yazdı
Change-Id: I3cdb647e1a057be5bb4b32d119ee5bcbbedf7473 (cherry picked from commit ad6d83de) Reviewed-on: https://gerrit.libreoffice.org/18169Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Caolán McNamara yazdı
Change-Id: Ib77ce1b95db2dc4396f4fd2fdcff4c0344b20c9e (cherry picked from commit 0c191e2b) Reviewed-on: https://gerrit.libreoffice.org/18179Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: I19e96b882a5cc8991035a8275aebd4ff586bf9f3 (cherry picked from commit 57e7f486)
-
Tor Lillqvist yazdı
More useful param type for arg that ultimately ends up as const GLVoid *pixels arg to glTexImage2D Change-Id: I69ba2f1dd397fa103f3f59638bec727add3caed7 (cherry picked from commit 086aec27) (cherry picked from commit 84eafb6a)
-
Tor Lillqvist yazdı
Change-Id: Ic2230e1d1f54e27d4189fc56b525a7e76ddab649 (cherry picked from commit a5493ee2)
-
Tor Lillqvist yazdı
Change-Id: I39d63811d154b849708f1254642fd0eb04a9848b
-
Michael Meeks yazdı
Change-Id: Ic75801d7ad941ba802ffe418d5c666b1e7b0e94f Reviewed-on: https://gerrit.libreoffice.org/18202Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Mike Kaganski yazdı
When an array of EMF+ has extra bytes in the end, that are less than 12, they should not be treated as another EMF+ record, but simply ignored. Change-Id: I34701c00916812c8a6a4b69730f602da81719b35 Reviewed-on: https://gerrit.libreoffice.org/18110Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com> (cherry picked from commit daecb93a) Reviewed-on: https://gerrit.libreoffice.org/18200Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Marco Cecchetti yazdı
Added a C++ and a GLSL implementation of a 64-bit CRC algorithm. Changed hardcoded checksum value in ooxmlimport unit test (testN777345). Change-Id: I16bb985a14866775efda49e21fe033ff64645896 Reviewed-on: https://gerrit.libreoffice.org/18254Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Jan Holesovsky yazdı
Change-Id: I840e8bb2d2ccae869c330bb32dba484b4a835a51 Reviewed-on: https://gerrit.libreoffice.org/18248Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
- 01 Eyl, 2015 13 kayıt (commit)
-
-
Katarina Behrens yazdı
To match formulas, 'formula is' condition should be used instead Change-Id: I37a9a2680c49bffcb8b25a11faedc1421cfa2d00 Reviewed-on: https://gerrit.libreoffice.org/18126Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-on: https://gerrit.libreoffice.org/18159Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Caolán McNamara yazdı
Change-Id: Iefe943794e005f03b2a6ea5fc642b8c3d21b3334 (cherry picked from commit 858257d4) Reviewed-on: https://gerrit.libreoffice.org/18173Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Caolán McNamara yazdı
Change-Id: I27bb289288d319a93201e9c3d703114924ca258c (cherry picked from commit daf1578d) Reviewed-on: https://gerrit.libreoffice.org/18177Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Maxim Monastirsky yazdı
Change-Id: I09a5019a98b529ba11f07392906a3e0fb7bc1bac (cherry picked from commit c511b279) Reviewed-on: https://gerrit.libreoffice.org/18243Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Miklos Vajna yazdı
For one, aPos.Y() is meant to be the baseline position of the text. Based on the MSDN documentation and <https://www-user.tu-chemnitz.de/~ygu/petzold/ch05c.htm>, that means if we want to get top position, we have to only extract tmAscent and not tmInternalLeading. For another, ImplWinFontEntry::AddChunkOfGlyphs() adds a border of 2 pixels both horizontally and vertically, which means that then we need to undo that when counting the vertical position, too. Change-Id: I4ac8e881ea5910662674c2a1b53ece943487ccd9 (cherry picked from commit b1a918ae) Reviewed-on: https://gerrit.libreoffice.org/18244Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Michael Meeks yazdı
Change-Id: I21726d0dd052fdc87e8dd36ff7122518325f6313 Reviewed-on: https://gerrit.libreoffice.org/18242Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Caolán McNamara yazdı
since commit 74ef8a41 Author: Maxim Monastirsky <momonasmon@gmail.com> Date: Sun Dec 7 01:18:06 2014 +0200 Introduce ParaspaceIncrease/Decrease commands in Writer and Calc Change-Id: I53dab158160ed9840404e60917fbb8725517bcd3 (cherry picked from commit 34ebb26d) Reviewed-on: https://gerrit.libreoffice.org/18241Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Caolán McNamara yazdı
Change-Id: Ice9a860ca839d37308b5c2f2eb639852fefe1d15 (cherry picked from commit dcb0738b) Reviewed-on: https://gerrit.libreoffice.org/18240Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Michael Meeks yazdı
Also start gl tests in vcldemo: $ SAL_FORCEGL=1 vcldemo --gltests Change-Id: I8f0022770d57cd60c830659e3f7fcc0721320a10 Reviewed-on: https://gerrit.libreoffice.org/18135Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Julien Nabet yazdı
Related to http://cgit.freedesktop.org/libreoffice/core/commit/?id=e38f63d861715fb56f41af82b897c2128ea20b38 Change-Id: I4ede777207fe42dede6e82c7399189354f182f6a Reviewed-on: https://gerrit.libreoffice.org/17924Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> (cherry picked from commit ad8e2baf) Reviewed-on: https://gerrit.libreoffice.org/17991Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Michael Meeks yazdı
Change-Id: I52158729d240ca3cb9e7977bc6d1f5acb14437ad Reviewed-on: https://gerrit.libreoffice.org/18134Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Yousuf Philips yazdı
Change-Id: I49352d85378fa45a07c8ccd402f17e3178e6dabc Reviewed-on: https://gerrit.libreoffice.org/18139Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 30211d1e) Reviewed-on: https://gerrit.libreoffice.org/18234Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Jan Holesovsky yazdı
Change-Id: I1582443cf6799dd73a3909660d524eaacbc2d909 Reviewed-on: https://gerrit.libreoffice.org/18237Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-