- 10 Kas, 2014 17 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I71a3e3e12aad88714b37116bc2a619df75277588
-
Markus Mohrhard yazdı
That one does not need the indirection through a Window instance to get to the X resources that are necessary for a GLX context. Change-Id: I3195a5f2b447172434881bd9b0b230c8992c1c87
-
Markus Mohrhard yazdı
Change-Id: Ie3851bfd558ffeabd374afdc2a4d4833e3866a6e
-
Markus Mohrhard yazdı
Change-Id: I777a8e324864ab9eab2a3df3e0645910dd1478a4
-
Markus Mohrhard yazdı
Change-Id: I9f73d653f3b5a4ec3eea91398977d4dfc2d478e7
-
Markus Mohrhard yazdı
That resulted in the wrong color used for some rendering. Change-Id: I1f427fb65e287d17ca96ea6adbc46686f48f8c6f
-
Markus Mohrhard yazdı
Change-Id: Ie9cae6ee3769631f9095a5995d5165d5367aa2b0
-
Markus Mohrhard yazdı
for now can be enabled with USE_OPENGL environment variable Change-Id: I3d2c49c3a1cf0c06678b22addcab95c846bb7bf9
-
Markus Mohrhard yazdı
Change-Id: Ie354aaf11644122754b69bc303c781297cacdc77
-
Markus Mohrhard yazdı
Change-Id: I63c0cf97376d2aa4e27bed3e731b82af51b86804
-
Markus Mohrhard yazdı
Change-Id: I8267bd26e1542230b9c112d741bba68d541b3994
-
Markus Mohrhard yazdı
Change-Id: Ic7b49a06f5e4576c29b74d86e4025e21a01dc53d
-
Markus Mohrhard yazdı
Change-Id: I73f7a25a180696b8581e673de8f39dd007fe5358
-
Markus Mohrhard yazdı
Change-Id: I23413704b27474f6a59121bb1cbf24ee7484acd2
-
Markus Mohrhard yazdı
Change-Id: I569a1aacdb7a87b0e8045863a8569520bd0df09a
-
Markus Mohrhard yazdı
Change-Id: I110df787e1d4b817ab6e682fd9bf50a24332fafd
-
Ptyl Dragon yazdı
Using an Impl pattern here allows us to switch the rendering in each plugin without introducing any additional plugins. The SalGraphics subclass will just forward the rendering call to the Impl which can either be the normal native one or the OpenGL one. Change-Id: Id234c60335305bfb42bf3d2b912f02d1f542bd06
-
- 09 Kas, 2014 23 kayıt (commit)
-
-
Julien Nabet yazdı
Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=be88126e80b1f6b9a3090ba4617d9a87dfb0a0bd Change-Id: I4f03fbf4e6e6a0f6a901cadb87494baa92d66895
-
Luboš Luňák yazdı
Change-Id: Ib67b804423b521407710f8319cb89977e44494cc
-
Luboš Luňák yazdı
Now that it's possible to quickly find anchored objects for a node, it's actually faster to check the node hiearchy rather than layout. Change-Id: I5f93d5af32c744f1773535e5ec8537334d1ff58a
-
Mark Hung yazdı
Reviewed on: https://gerrit.libreoffice.org/12319 Change-Id: I8c23aa97a16feae32071cb2f71f1b63d771c467c
-
Tor Lillqvist yazdı
Change-Id: I96dcaeb1b0d01b8b7b21cafce7fed4261c1060a7
-
Tor Lillqvist yazdı
Change-Id: I0386d6ee091288ae0913d31ee0ddddee4d3cbb6f
-
Maxim Monastirsky yazdı
Even if the new one is empty. That's the most simple solution for a case of retro-password protecting of an existing file. Change-Id: I7752970c1dee9ec7bf61d390b8b1618a44370e16
-
Luboš Luňák yazdı
Broken by cc6f4327. Change-Id: Ie870dea874327639460349b239525e4ce77dd8fe
-
Luboš Luňák yazdı
The SwFrmFmtAnchorMap class provides reverse mapping to SwFrmFmt::GetAnchor().GetCntntAnchor(), so that when code somewhere needs to update SwFrmFmt's anchored at a position, it's not necessary to iterate over all of them (which can be a large number e.g. with mail merge). One special catch with the multimap of SwNodeIndex keys is that the values of those keys change (whenever the node structure of the document changes, indexes of nodes change as a result). This makes it impossible to use any hashing container, as the hashes would change without the container noticing, but multimap should work fine, as it just requires that the keys remain sorted, and that is the case. Nevertheless, the old code in the two converted places is intentionally left there in debug mode to verify the reverse mapping is updated correctly. I intentionally went with SwNodeIndex rather than SwPosition, as SwIndex (the other component of SwPosition) was causing some trouble (see e.g. the SwPosition comparison operator< , where two same positions are different if one is registered and the other not) and it doesn't appear to be actually necessary. Change-Id: I7f1768558f60155d4ba83c84aa7f9e34dc65ebf9
-
Luboš Luňák yazdı
Change-Id: I0a320eb990f9a3b6800447a97a84c118239bae96
-
Luboš Luňák yazdı
Change-Id: Ie2f4c5059a4160287690cf7a4e99472d9a575102
-
Luboš Luňák yazdı
And covariant return type while I'm at it. Change-Id: Iab8459e73fa6743eae17094d9826c83b0f53c3f5
-
Luboš Luňák yazdı
When using a single document for all the generating MM documents, there can be a significant number of sections/etc. , enough to make searching them all in order to find a next nice unique name take a noticeable time. Since it's very unlikely anybody will ever care about nice names after mailmerge, just get some unique name in a fast way. Change-Id: Id6b8d39a67529984cb93bb369f2c6eab401f1799
-
Luboš Luňák yazdı
Change-Id: I6d9ae98e900e5e42c5253ee9b2f71bec351b54d1
-
Luboš Luňák yazdı
3f987218 introduced new API for fast finding of marks to a specific text node, so use that (code itself based on cb46aaf2). This makes mailmerge faster (since it can create a huge document, and especially with the change to use UNO bookmarks to mark starts of MM documents inside the larger single document there can be a large number of marks). Change-Id: I30ec69acf423e9a62fae5f5492ed8744cb727a56
-
Samuel Mehrbrodt yazdı
Change-Id: I225ef5b01625e8260b751e5255161ae51456fbf1
-
Miklos Vajna yazdı
Change-Id: I91b9b2ffd19b2412ac01dd12429d6460b4c4812c
-
Miklos Vajna yazdı
Change-Id: I95101bed2e2d0f87027f2d80e5e7e23f59b3e159
-
Miklos Vajna yazdı
Change-Id: I493bad18ed3f728bcf42049377d7f4c6039264c8
-
Samuel Mehrbrodt yazdı
Use single click for primary action, right click for context menu Change-Id: Ia707a88b48f4af144588c45d37acea547e77773e
-
Yousuf Philips yazdı
Change-Id: Ia08e4a88b7b37e3056e8357f5f79721cc6297503 Reviewed-on: https://gerrit.libreoffice.org/12320Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Adolfo Jayme Barrientos yazdı
Change-Id: I0d70e69909f6e58784aa4bc7cf03ae9f4219c992 Reviewed-on: https://gerrit.libreoffice.org/12312Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Adolfo Jayme Barrientos yazdı
Change-Id: I1a930a413c071d4d0c8855315dc85339e01b7d9b Reviewed-on: https://gerrit.libreoffice.org/12322Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-