- 20 Kas, 2015 5 kayıt (commit)
-
-
Miklos Vajna yazdı
Checking for a bool is certainly cheaper than a chain of member function calls. Change-Id: I9520194e58e75264f3fcbb413a618e3995f59a4e
-
Samuel Mehrbrodt yazdı
Change-Id: I9a4ba3fd9c3909ccc5dfc459478a7b9b59fdc70e Reviewed-on: https://gerrit.libreoffice.org/20050Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Laurent Balland-Poirier yazdı
Modify styles.xml to not use japanese language specification in style for date Change-Id: I0e418c06d5c8d6b04eeaa3e6f6c33c194ee2ef3f Reviewed-on: https://gerrit.libreoffice.org/20063Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
tagezi yazdı
Project: help e76de4d2ed263ec64b9aeba984c4830cd23a93a9 changed place a attribute localize="false" the attribute localize="false" can not located in a tag embedvar. moved in the paragraph see OOo2HelpAuthoring.pdf, page 47 Change-Id: I56202e0cdddaed49c277fa882df96c80f3f6957d Reviewed-on: https://gerrit.libreoffice.org/20069Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Takeshi Abe yazdı
Change-Id: Idc71dc410000b88463440dd18f41ff945b7616d7
-
- 19 Kas, 2015 35 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I78ddbef3ac96f10f334c45a467dafb95bb9e3453 Reviewed-on: https://gerrit.libreoffice.org/20051Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Stephan Bergmann yazdı
Change-Id: I89281db92f9b75e972313a95c33473d7649a9bef
-
Tsutomu Uchino yazdı
(cherry picked from commit 78dce87d) Change-Id: Ide972a5574c0062a7ee4e4300e512715c55e8d37
-
Miklos Vajna yazdı
E.g. it helps testing the semi-transparent shadow around Writer pages to append "--background-color yellow" to the commandline arguments. Change-Id: Ib94750e936abe3f41e4982534431fd5115e2c543
-
Stephan Bergmann yazdı
Change-Id: I5b4fbd8e56b20996406116732c5229fff4696650
-
Emmanuel Gil Peyrot yazdı
We are still using glPushMatrix/glMultMatrix/glPopMatrix until everything is moved to shaders, at which point we will upload it with glUniformMatrix instead. Change-Id: I1684700eb9ed5867c5a2ae2b4e8cf2f1805f4d70
-
Emmanuel Gil Peyrot yazdı
We now set the state and upload all vertices data at once, before each batch, in order to minimize GL calls during drawing. The next step will be to move to shaders, in order to use per-primitive uniforms instead of changing the global modelview matrix and issuing another draw call. Change-Id: I8c7cf29047047b9cad575cc6264485ae77d6ba10
-
Emmanuel Gil Peyrot yazdı
ftransform() is deprecated, and we shouldnât do an extraneous multiplication to obtain the two matrices together. Change-Id: Iaa16c106b8b702468f7be643a812107f0967acdd
-
Emmanuel Gil Peyrot yazdı
Change-Id: Ia45a3ec98a1f548b5a976f485d4165bb3d1ff2e4
-
Emmanuel Gil Peyrot yazdı
Change-Id: I0aefe2130a85303213e247676d45546d9859cf62
-
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
-