- 19 Kas, 2015 40 kayıt (commit)
-
-
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
-
Tor Lillqvist yazdı
Change-Id: Ie008086c2a34081c9f50a61808b73b66eda58e2c
-
Markus Mohrhard yazdı
Change-Id: I5b206f5d857d28acda82ce8ac53f835142f46da2
-
Markus Mohrhard yazdı
The used glyphy is not directly the upstream version. We currently use a patched version that allows to disable the build for the demos. Change-Id: Ic03355e1ea8fbc56e57afa4f90a55741fe9a563a
-
Tomaž Vajngerl yazdı
This commit moves all sources related to Image class into its own "vcl/source/image" folder. Sources containing more classes were split up into its own source file. Change-Id: Ie6edcdb0a7caf936bccdc210c31f78bb15667945
-
Tomaž Vajngerl yazdı
This is the first step to decouple resolving of command names to image (icon) names. This is necessary to make allow additional processing of images before the image is passed on and better decision which image source to take. Change-Id: I129dc6a1ae812aaaca32696ef2a2749d5fa86a54
-
Philippe Jung yazdı
Ctrl+Shift+Home: Move page first Ctrl+Shift+Up: Move page up Ctrl+Shift+Down: move page down Ctrl+Shift+End: mov page last Change-Id: I779c000719bf05885b5be65c1111ca0d1e338902 Reviewed-on: https://gerrit.libreoffice.org/20048Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Michael Stahl yazdı
... the ScAccessiblePreviewTable test, somehow the event still doesn't fire in time, let's add an arbitrary sleep too. Change-Id: I97ab658e61b33455e8623ba0fd861e2018aa3af6
-
Michael Stahl yazdı
DrMemory 1.9.0-4 32-bit complains about UNINITIALIZED READ on the instruction "test %ecx %ecx" corresponding to the *pW test in the while loop, on the last iteration. GetKeyNameTextW() is documented to null-terminate the buffer, so either it has a bug and doesn't do that, or DrMemory has a bug and falsely reports an error. Either way it can be avoided by checking the end position first. https://github.com/DynamoRIO/drmemory/issues/1819 Change-Id: I546d2057d39865d527c1d7c436f690669b214d75
-