- 29 Agu, 2014 40 kayıt (commit)
-
-
Zolnai Tamás yazdı
Regression to master. In long term it would be better to define ChartWindow as an OpenGL window and not creating a new window inside the chart window, becasue otherwise all events which was handled well by the chart window will be broken (catched by the OpenGL window so no effect on ChartWindow (defining the behavior of charts in general) or catched by the ChartWindow and so no effect on the OpenGLWindow (like invalidating in this case). Change-Id: I234f469f70914e01f030c8edae9cb5aacea112bf
-
Zolnai Tamás yazdı
Without it when we switch sheets in Calc or slides in Impress and go back to that page where the GL3DBar chart is then the renderer does not work. Change-Id: I9aa6203ed5aa7f94627d886b2f2e5ad34d493843
-
Zolnai Tamás yazdı
Change-Id: Idb4506712d3902c12aa881a85ddf69a281edff82
-
Zolnai Tamás yazdı
OpenGL window need to have a valid size before rendering. Change-Id: I3ce3dbf653f0dc101de3acc4d634d7fe6c3be9ad
-
Zolnai Tamás yazdı
Change-Id: I52efa9cd7851f480ee2abcaa1646735c6f518f3a
-
Zolnai Tamás yazdı
Change-Id: I74bc636dc0a37d70f45fe2eac0b8b60e3f6318bb
-
Zolnai Tamás yazdı
Change-Id: Ied9914c9a317dc3945c29b984d2a68957275fc52
-
Zolnai Tamás yazdı
Change-Id: Ibf8f4a57cbc85f77a73054873030fcef321f5518
-
Zolnai Tamás yazdı
In case of glTF models it saves a Mirror() call. In case of OpenGL charts it avoid flipped texts. Change-Id: I1ac980e16bcb5ba6a9a025b638aaac3b08b4aab3
-
Zolnai Tamás yazdı
For example it allows to use std::vector<> and call the method Change-Id: Id4b8e33838d358dd242d0176e42558505fa8d4a3
-
Zolnai Tamás yazdı
Fortunately there is a special ole object group with the MS_EMBED_ACTIVATEWHENVISIBLE flag which define this behaviour. Problem is that both Aspect and EmbedMisc are MS specific enums so we can't use them directly for non-MS objects. But we can handle opengl charts the same as this ole object group. Change-Id: I49abeffce319cbb775709a72ba198a1f76b65374
-
Zolnai Tamás yazdı
EmbeddedObjectRef has an own IsChart method with the same behavior. Change-Id: Ib06699186466bf3da2bd67d7c631a5216463fb14
-
Zolnai Tamás yazdı
Change-Id: I6f860b9f1bce200c5366df0a32650705cf429a80
-
Zolnai Tamás yazdı
Problem after ChartWindow was disabled and enabled again, OpenGL content was lost. Two things: -After setting a new OpenGLWindow the corresponding IRenderer must be set (x3DWindowProvider->update) -InitOpenGL() call should not depend on DummyChart, but on OpenGLWindow (OpenGLContext). Change-Id: If74e1945de9973d3921ceea1ca6fef39311add7a
-
Jan Holesovsky yazdı
Conflicts: chart2/source/view/charttypes/GL3DBarChart.cxx Change-Id: I1e23329345e00e7d8e1f269c832e84d015824c0a
-
Stephan Bergmann yazdı
Change-Id: I37044a37348b203944a8eb9d2204e619055f069d
-
Stephan Bergmann yazdı
Change-Id: I9f60fd317f3a2995a182d51d06059bd994cf837c
-
Stephan Bergmann yazdı
...left over from 95780ec7 "refactor concept for c++ based subsequenttests" Change-Id: I8a661f00c122d75e3b71ca51692ba17b6bdb3c56
-
Stephan Bergmann yazdı
Change-Id: Id93eadfd0a34f319f4f6302e1dd225ba71c42a4e
-
Stephan Bergmann yazdı
Change-Id: I1ac53910390d99ad9fca72270dd3b98e281c000e
-
Stephan Bergmann yazdı
Change-Id: Ibb683b50b68b8f982fa6e70e48608f2e574b0def
-
Miklos Vajna yazdı
Change-Id: I4cd2dcd457c8f41c1c7fd82e2c99d056cf2a8c37
-
Miklos Vajna yazdı
RTF originally didn't support anchored pictures: they were always inline. Then it was invented that pictures can be exported anchored, if they are in fact shapes, but their "pib" property is set to the hexdump of the picture contents. The RTF importer handled this situation for quite some time, but not the exporter -- this commit implements that. Change-Id: I173ad9f4f2e24620508ca63c0b892b7d5da4e5b2
-
Stephan Bergmann yazdı
Change-Id: I76f834dea9aebbdef6cdb240e0a2f1ac49217f5e
-
Stephan Bergmann yazdı
...from (potentially negative) double to unsigned Change-Id: I2f922beec7201a8d769133e879208d2e951e6429
-
László Németh yazdı
Project: help 45a3b79f12c5d057302a4c74977e86fefd299208
-
Stephan Bergmann yazdı
Change-Id: I3bb3c90142cbbd32877ba5e3d9070bc52ee76df9
-
Stephan Bergmann yazdı
Change-Id: I10d58f79bf8e803953ce960d8f63c7139a23d609
-
Stephan Bergmann yazdı
Change-Id: I6ea03aadce23e324ee80f2f73e2175a5307c706a
-
László Németh yazdı
to avoid the bad replacement of the frequent number ranges between years, page numbers etc., more information: http://en.wikipedia.org/wiki/Dash Change-Id: I9cae6bcbc227e80d59e091be591448c9289371eb
-
Noel Grandin yazdı
which I broke in commits 70f56bc2 "java: reduce scope, make member classes private" and 34bcf9b4 "java: remove dead methods" Change-Id: Id21482782bbc102e60f346a2bf51096af2fcbe22
-
Caolán McNamara yazdı
so the ppc64 bridge was broken Change-Id: Ib60274ed25531f500bcd97f5ea9b04091ce01825
-
Stephan Bergmann yazdı
cf. <https://sourceforge.net/p/libmwaw/tickets/6/> Change-Id: Id59fc23ab25a8b4e12a96a0eb88d091cc5ae6e25
-
Zolnai Tamás yazdı
News in this version: - Solve some limitations of walkthrough mode (fdo#81425) - Multisampling (better rendering quality, mainly at the edges) - Better error handling (no crash in case of invalid input file) Change-Id: I46fdf56b00476614487fbcc04178e43e33a01794 Reviewed-on: https://gerrit.libreoffice.org/11179Reviewed-by:
Zolnai Tamás <tamas.zolnai@collabora.com> Tested-by:
Zolnai Tamás <tamas.zolnai@collabora.com>
-
Jörg Sonnenberger yazdı
Change-Id: I61686bf61ff1e0561c385492c563e4495456ca47 Signed-off-by:
Thomas Klausner <wiz@NetBSD.org>
-
Samuel Mehrbrodt yazdı
and remove the Edit icon from the toolbar Change-Id: I27d9506bd0fb76b3f1ad056a9866f7744674a3e2 Reviewed-on: https://gerrit.libreoffice.org/11182Reviewed-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-
Caolán McNamara yazdı
Change-Id: Id9a5c2ee576bd533d8b0a2b4356e319354abbbac
-
Caolán McNamara yazdı
Change-Id: I67d0b4b0c39c62646c7a0ae7152c7ca256680c38
-
Rohit Deshmukh yazdı
Issue: w:text has a wrong child w:docPartGallery and w:docPartUnique. Change-Id: If1dd6ff15cbba2868c93795051a5328a074721d0 Reviewed-on: https://gerrit.libreoffice.org/11146Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Maxim Monastirsky yazdı
Change-Id: Id3d10566af674f02f3734f981e6b4b45b528ed92
-