- 19 Kas, 2015 40 kayıt (commit)
-
-
Emmanuel Gil Peyrot yazdı
-
Samuel Mehrbrodt yazdı
These have been defined in the widgets Change-Id: If46a6862872286a454804846128bd8658f60af9b
-
Tomaž Vajngerl yazdı
Change-Id: Ib54fe6394173e905ef8c395ced86692290959369
-
Tomaž Vajngerl yazdı
Change-Id: I8fbff3f86a543a58259408914bb78f992ad65864
-
Tomaž Vajngerl yazdı
Change-Id: I9a3055fc60f738ab941816e40f4dd147deedafbe
-
Michael Stahl yazdı
Change-Id: Ie2339b31b1a2293183a29defb8a4944cb9eb61a8
-
Stephan Bergmann yazdı
Change-Id: Ib291151508756035fbfde1805ba48e746d96dd59
-
Miklos Vajna yazdı
Instead of invalidating the whole area, invalidate the sub-widget when the whole area of the sub-widget would be invalidated. With this, a test comment with enough comment to have a scrollbar results in 3 paintTile() calls instead of 11 ones (70% save). Change-Id: I2fe317549eefac9a63aaf50f5a9a242e15c4dc86
-
Miklos Vajna yazdı
E.g. when a Witer comment has long enough contents to get scrolled, the desktop case repaints its contents by vcl::Window::Scroll(), followed by a vcl::Window::Update(), i.e. vcl::Window::Invalidate() is not called. The result of this in case of tiled rendering is that no tile is repainted, so call vcl::Window::Invalidate() after scrolling manually. A generic VCL-level invalidate-after-scroll is not wanted, as the scrolling of the document contents and the main document window is not in sync when tiled rendering. Change-Id: I74296a0f0e52c92cf3db6aefa73f28bb2b202871
-
Stephan Bergmann yazdı
Change-Id: I2220ab194384fb397716bf3227d38716ba54f537
-
alexey.chemichev yazdı
Without this patch Windows Explorer shows different "Character count" for the same text saved with MSW an LO. Now both stats are explicitly exported this way: NonWhitespaceCharacterCount -> XML_Characters CharacterCount -> XML_CharactersWithSpaces Change-Id: I0a3b827629e88ab5e09aa8440e5f19e7fba2d831 Reviewed-on: https://gerrit.libreoffice.org/20058Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Maxim Monastirsky yazdı
Change-Id: I102c7c83bc335d8b5bf597ff0610e65147d4ec9b
-
Tor Lillqvist yazdı
Change-Id: Ie7bc589e11687db38057adbbb7bb803e425628cf
-
Tor Lillqvist yazdı
Hopefully fixes the Mac tb. Change-Id: I4786e060009e5232fc7d5ae200fec15334411c57
-
Samuel Mehrbrodt yazdı
Change-Id: Id5c749b3575e210bc4ef36603a7565ee96917dca
-
Miklos Vajna yazdı
Change-Id: Ia513821b43729951c7b097fea498f0e22b9d10ea
-
Tor Lillqvist yazdı
Change-Id: I66504a2275350f4c4fa6a615e30f5cd1c332d686
-
Tor Lillqvist yazdı
Change-Id: Ic37e2e89af0c5fec7f43cf07420549d8d57de393
-
Tor Lillqvist yazdı
Change-Id: I27cdec1418e22039cdb2e20b980d2e90eeca545c
-
Stephan Bergmann yazdı
Change-Id: Ie461bc10ee2f7d2329a23c86bdc922839bea7974
-
Stephan Bergmann yazdı
...and will not erroneously be removed a third time Change-Id: I7007dbd1d3a1762523c0ce54a04c37a5d2203a48
-
Stephan Bergmann yazdı
...broken with 53f16c39 "remove unused typedefs and inline use-once typedefs" Change-Id: I4b1343b98733ae998c7f9c594a86d65348402d28
-
Tor Lillqvist yazdı
Set the CFLAGS and LIBS for it in config_host.mk.in, and handle the SYSTEM_GLYPHY case properly in RepositoryExternal.mk. Change-Id: I56a7fe72b675b6dd4514bbd1739b53f5871ed36a
-
Samuel Mehrbrodt yazdı
Change-Id: I6597ae5569b29d09a8c44fc9a55b71166aa37b05
-
Tor Lillqvist yazdı
So don't link with it, to avoid pointlessly depending on the very new glyphy package in Debian. Change this back once needed, after 5.1 branch-off. Change-Id: I4e2e873858841429738e2992676a0142acc528ee
-
Tor Lillqvist yazdı
Won't ever be any "system" one on Windows, of course. And I think it will take some time before Linux distros packages GLyphy, too. But the main point is that I don't want to bother with building GLyphy for anything it isn't used on anyway. (Sure, it isn't actually used on Linux, either, but there might be somebody who wants to work on that.) Also, there is no "include" in the GLyphy source tree. Change-Id: I063369c92e8d4b868cc66513c9ec12aa4fc65f37
-
Tor Lillqvist yazdı
Change-Id: I7053f16c25f5506d15ebc88f1b0465493dd35077
-
Tor Lillqvist yazdı
Work in progress. Produces visible text in some cases, but not nearly all. The text that is visible is roughly in the right place and of the right size, but horribly ugly. Compare to glyphy-demo, which does produce beautiful text, so the problem is not in the GLyphy code but in the way we use it. Include sources from GLyphy's "demo" directory (with only slight modifications to avoid unconditional debug output) and use that "demo" API from vcl. The changes to existing vcl code are all in one place, in the winlayout.cxx file. Change-Id: I69cce5d66db534c6f4c1ab85d520b6090baf8fe0
-
Tor Lillqvist yazdı
Change-Id: Ia1fe3f5d44e2194f87f1b7655ee28148fb614e81
-
Tor Lillqvist yazdı
Change-Id: I3e52b0a86126f0937649db40cb716bcf3066381a
-
Tor Lillqvist yazdı
Make it match https://github.com/tml1024/glyphy (for which a pull request has been submitted). Change-Id: I7bce0ad711d018e8dd5b8da971e233c381d0dc83
-
Tor Lillqvist yazdı
(We don't actually use it yet for anything, though.) Change-Id: Id246a2a4853ba4d6dc09372b9cebcbb983363d36
-
Tor Lillqvist yazdı
Indicates that the font truly is a TrueType one (FT_IS_SFNT in FreeType, TMPF_TRUETYPE in Win32). Change-Id: Ic9dbf5e5239ae2ca597c454091fc36073a3b19cc
-
Tor Lillqvist yazdı
Will be useful in cases where there is some external library code that uses shaders outside of our OpenGLContext. Change-Id: I59c57e3225f55d13e69b6a9b7c0db1a7487c586d
-
Tor Lillqvist yazdı
Change-Id: I77b55e796c35d1a186fecfddc6a109ded7d54064
-
Tor Lillqvist yazdı
Change-Id: I77b55e796c35d1a186fecfddc6a109ded7d54064
-
Tor Lillqvist yazdı
Change-Id: Iba7ed7d0e889f151c0b3d27de49fd6f14ffcd112
-
Tor Lillqvist yazdı
Change-Id: Id098945656c0d97a0fc11efb42a0d09efb3e5557
-
Tor Lillqvist yazdı
Change-Id: Ief0ccec4b63e2ac767285f4c19175fa000eaad6c
-
Tor Lillqvist yazdı
Change-Id: Ieb7671480b88304a94066965d10d455865915090
-