- 20 Kas, 2014 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I5192ad1f068746da257f3e1d9340325956b1e69d
-
Tor Lillqvist yazdı
Actually we don't need the aOS variable either, we can check maOS directly. Change-Id: Ib14d6baf0bda28a45361886059629460641571bc
-
Tor Lillqvist yazdı
Change-Id: Ieb8da224e02a9c8e19eabb4c5bcbd81120900245
-
Markus Mohrhard yazdı
Change-Id: I99df7d45a1e242e8a1373f150da7a5b74a7d0ffb
-
Tor Lillqvist yazdı
Drop version number bounds, use regexps instead. Not entirely ideal, but as vendors are free to put arbitrary stuff into the driver version string (part of which might be numbers, part free text, part significant, part just informative), just comparing against lower and upper bounds with strverscmp() was not ideal either. Change-Id: Ic4ef4d8e15f79f1c96e6e03f6c01e62ae92dc2fc
-
Markus Mohrhard yazdı
desktop/unx/source/glxtest.cxx is taken directly from the Mozilla project. THe whole concept is taken from Mozilla and is based on starting an early process that creates an OpenGL context. This prevents crashing drivers to crash Libreoffice. We read the information from the pipe as soon as we create the first vcl Window. In that place we then decide if the device/driver combination is blacklisted. Change-Id: I2624d4ce06d503281a4459cf3174f57cf1f7b733
-
Stephan Bergmann yazdı
...in the hope that that makes cid#706206 (TOCTOU) go away Change-Id: I4bc7b44e0268cf5d46aaf55fb4073dcdf67b324c
-
Christian Lohmaier yazdı
Change-Id: I7e3c79d854a08c94aa699d86994704b9360b69bf
-
Michael Stahl yazdı
Change-Id: I299c856814e09a93a71f8acf8745a0590e2ecc72
-
Michael Stahl yazdı
Change-Id: I148005489e4ef31b55886c1dd3076650d3a2ec17
-
Niklas Johansson yazdı
The accessibility of the sidebar is heavily built on PANEL's. Since A11y on mac ignored panels it did not pan out well. Also the title was removed from AXGroupRole but is needed to announce the different panels of the sidebar. This might have some unwanted effects on other parts of LibreOffice since a lot of things are built up from AccessibleRole::PANEL. Change-Id: I095d26b3c89e2c0403d3267baa53f3bec5e07662 Reviewed-on: https://gerrit.libreoffice.org/12985Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Matúš Kukan yazdı
It is expensive to rewrite the whole bitmap with the same content. Change-Id: I001210840d535ac54837fff092c90835f9f2f547
-
Michael Stahl yazdı
Change-Id: I602913a1cfb8dda072945770a585e6cd9fd3e134
-
Michael Stahl yazdı
Change-Id: If23d47cdee2ab6f4e7f728da02c0db6d23407c8f
-
Stephan Bergmann yazdı
Change-Id: I041b497bab9415b2b33d6b4b91f3c58ea9dbc05f
-
Miklos Vajna yazdı
And also in SwTxtFormatter::NewNumberPortion(), use SwTxtNode::IsIgnoredCharFmtForNumbering(), via checkApplyParagraphMarkFormatToNumbering(). Otherwise the color of the paragraph mark is inherited by the numbering portion, which is not what IDocumentSettingAccess::APPLY_PARAGRAPH_MARK_FORMAT_TO_NUMBERING (mirroring Word's behavior) is supposed to do. Change-Id: I5d8df9b404916cc4a4405bf796d971ede59e6111
-
Miklos Vajna yazdı
I need this in SwTxtFormatter. Change-Id: Ib1586299f468a88e92fdb367fbab69a683791dc9
-
Eike Rathke yazdı
Similar to SortReorderByRow() Change-Id: I11dd710c00a56a5f56aeb048fa2258631555a220
-
Stephan Bergmann yazdı
...lets hope it is actually declared as a macro wherever it is known. Change-Id: If541d02af3ac5d9ad4f0ac1cb4dd9f9f4550a78a
-
Stephan Bergmann yazdı
Change-Id: I7b15220568717e159f119e79da0016cbc88873cf
-
Stephan Bergmann yazdı
Change-Id: I42a81e70e76cb4699052815cfd415a8efd902b03
-
Michael Meeks yazdı
Change-Id: Iee8089fc3bfbea60adee95dfb2c229f3efea28f8
-
Stephan Bergmann yazdı
Change-Id: If3e436d137b6989af22df43c3a9a247bb2c9ffe9
-
Christian Lohmaier yazdı
no idea why it fails with the typo-fix (or any change in that line for that matter)... Change-Id: I74c74e2080813ab60d4fcd48c62bb7f455046936
-
Stephan Bergmann yazdı
...but is not, for performance reasons. Change-Id: I2518eb1f1a2f84cfd836c390a418a2fcb516b82c
-
Chr. Rossmanith yazdı
visible children of an invisible parent are now visible Change-Id: I2eafbd15d22f54ec39f12bfd32175925ab8a6184 Reviewed-on: https://gerrit.libreoffice.org/12504Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Adolfo Jayme Barrientos yazdı
Change-Id: I952486625daea6ed995b1e654d810585cce2c8c2 Reviewed-on: https://gerrit.libreoffice.org/12973Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Yousuf Philips yazdı
Change-Id: I1cd438c9d85445da97210210ddd4a6c99d6390e6 Reviewed-on: https://gerrit.libreoffice.org/12977Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Takeshi Abe yazdı
SmNodeStack now frees its own pointers after use. Change-Id: Ie43eb887810a3424109708c956ccbdf97fc5a2e5 Reviewed-on: https://gerrit.libreoffice.org/12970Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Id3aaae19d86b706fd5ddb5982340472d28a75610
-
Tor Lillqvist yazdı
Change-Id: I0ea36081416ba3b44e57e12b172c00fa27d4e653
-
Miklos Vajna yazdı
This reduces the amount of output in docs/ from 17G to 10G for me. No big surprise, inheritance diagrams use only a few colors, so gif's indexed colors work here nicely. Thanks Christian Lohmaier for the idea. Change-Id: I23db0c1a4dc7410cb3eb1ae99044962959fac28a
-
Stephan Bergmann yazdı
This reverts commit b0a7722e, now that fced3169 "comphelper::SequenceAsHashMap: throw IllegalArgumentException" made the underlying problem go away. Conflicts: framework/source/services/modulemanager.cxx Change-Id: I6599cf25d4f28d2bab19da67d5de5caacd84a622
-
Stephan Bergmann yazdı
...corresponding to the OUStringBuffer couterpart Change-Id: I3ab03343696e6755cf1ccc470e4decc2f41d2558
-
Stephan Bergmann yazdı
Change-Id: I482e6eeca09e7b15a8d95a866ebab35d06f13e9e
-
Stephan Bergmann yazdı
Change-Id: I9051284b34e5a6f3f48ee58243d6481b072e0a80
-
Stephan Bergmann yazdı
Change-Id: Ifaed964d084d0b7a2dacbc23a93fb77eb7515ab4
-
Stephan Bergmann yazdı
Introduces OUStringBuffer::appendUninitialized. Change-Id: If225ec4d798e0df91cad60130e3f22ee26b88abb
-
Stephan Bergmann yazdı
Change-Id: I963d001aee68f1218ba7273562cb41f3cf4c5e20
-
Yousuf Philips yazdı
Change-Id: Ie7c335def446bc663f63a58bfc91d44386c2f30e Reviewed-on: https://gerrit.libreoffice.org/12978Reviewed-by:
Matthew Francis <mjay.francis@gmail.com> Tested-by:
Matthew Francis <mjay.francis@gmail.com>
-