- 18 Ara, 2015 32 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Id4e9fefc3529a8e1b0079b47ff182ef54e19a0e8
-
Michael Stahl yazdı
Change-Id: Ia9d061d9f5fb07e07fd6253a6493a4e9b1f9c975
-
Michael Stahl yazdı
Change-Id: I5abc1d6fae7186342e45a83253d56c2311ec5139
-
Michael Stahl yazdı
Change-Id: Iaaf8e5f14691cde32058a78842b9c411f2b92d93
-
Lionel Elie Mamane yazdı
even if column is not nullable Change-Id: I72ceda68e983125aef26c8f0aacc06320bd16b77
-
Matúš Kukan yazdı
Change-Id: I6f9222dd40c553e1d0ad63e00e5874be939a97c1
-
Matúš Kukan yazdı
Change-Id: If5ede0c308930d37bff9e97afc8a76cc5b709034
-
Mihai Varga yazdı
Change-Id: Id4aac707666420752b985bcfd03b5b9bb99f79f1
-
Oliver Specht yazdı
Change-Id: Id8f0c138fb665a19b92f2779aa59ae1778efddc5 Reviewed-on: https://gerrit.libreoffice.org/20789Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Eike Rathke yazdı
... and way less overhead, geez.. Change-Id: Id9277301fbe69bc9a83ca39a907032b0b86b1c81
-
Rishabh Kumar yazdı
In case of empty values , the accelerator character is passed as the button name which avoids extra spacing. Change-Id: I8a82f5226e17bf8977fb6a8fd59c99a244e59309 Reviewed-on: https://gerrit.libreoffice.org/14498Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Katarina Behrens yazdı
Change-Id: I9e9c78387627e173dea8062e4a3f16bc396e8115 Reviewed-on: https://gerrit.libreoffice.org/20720Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Stahl yazdı
Change-Id: Icd3cf90bf617c9c77dcf9cbda705bf348f980fb3
-
Tor Lillqvist yazdı
The problem apparently was that the GraphiteWinLayout::DrawTextImpl() function drew each glyph using a separate call to ExtTextOutW(). That mishandled anti-aliased glyphs (alpha), somewhat in the way as described in the nice long comment (thanks kendy!) in WinLayout::DrawText(). The irony here is that in the case of Graphite fonts and OpenGL, it is exactly from that code block in WinLayout::DrawText() that GraphiteWinLayout::DrawTextImpl() gets called, and in that situation it itself runs into the same or similar problem as the calling code wants to avoid for the run as a whole. It draws each glyph separately, and subsequent glyphs will overwrite the rightmost pixels of the earlier one instead of blend properly. Or something like that. As a solution, change the interface of DrawTextImpl() so that instead of being called once to draw a run of text, it might draw just a part of the run, and in that case expects to be called repeatedly to draw the whole text. The GraphiteWinLayout::DrawTextImpl() implementation does it like this in the case of using OpenGL (as indicated by the presence of a non-null pRectToErase, as added in b7842c93 for tdf#95648). The end result is that it draws one glyph at a time into the DC for the bitmap allocated in the caller, WinLayout::DrawText(). The caller uses that bitmap as a texture and blends it into the actual destination, separately for each glyph. For non-Graphite fonts, or when not using OpenGL, nothing should change. No repeated DrawTextImpl calls are done to iterate over a run. Change-Id: Ib7adc30665fc7804913fd2f8886c5b29d9ca42c4
-
Michael Stahl yazdı
Change-Id: I527eeb82202de0d7b3545c545c492eda89c78e47
-
Michael Meeks yazdı
Avoid creating our own OpenGLContext to render until we need to refresh the screen. Change-Id: I29d4a1cb6193c92ed77ae98566f8b897a6bc67b5 Reviewed-on: https://gerrit.libreoffice.org/20709Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
kadertarlan yazdı
Change-Id: I9b856c9ffd7b3b380b2c1ba37c7c07355423c1f5 Reviewed-on: https://gerrit.libreoffice.org/20786Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Michael Stahl yazdı
Change-Id: Id56046d135e7d1acdd7e705b5f0c40f71427c121
-
Michael Stahl yazdı
Change-Id: I32ab5eb985bd55d9194f3bff4739614cb6e93516
-
Caolán McNamara yazdı
Change-Id: I35f77345804b3ebfda9d427de79968b193d1419a
-
Eike Rathke yazdı
Since f82d89f3 EditThisFunc() and EditNextFunc() are used to iterate through the formula to obtain expression results to display in the treeview. Calling the Edit...() functions spoils about everything as it messes around with the edit state. As the name suggests.. Change-Id: I8b35d85b7bbf8821b5a995e84f9dd88a0f6f00b9
-
Caolán McNamara yazdı
Change-Id: I001f68a2033c7c4f631b17cda6653d845c8d1e40
-
Maxim Monastirsky yazdı
Change-Id: Ia05fb0a568c29d7990a8a837e1df953358acfa1f
-
Maxim Monastirsky yazdı
- Re-add clipboard functions to Auditing and Pivot table menus. (In the old implementation, clipboard functions were added to all context menu unconditionally at runtime. This led to odd things like the clipboard functions visible in print preview. Luckily now we can decide which menu should have them.) - Rename Auditing menu to "Detective", to match the menubar. - Rename "Edit Cell" menu name to "Cell Edit". - Rename the page style dialog command back to "Format Page" to match the menubar (Format->Page). Change-Id: I41b7aba8adacbf1ac995be846cd2af3edd52b1c0
-
Maxim Monastirsky yazdı
Change-Id: Ibaeeb0f891017862578440ad874f2ceb91d11874
-
Oliver Specht yazdı
Change-Id: Iff92f050210c112f355803d4d4bcec6b9d289a84 Reviewed-on: https://gerrit.libreoffice.org/20788Reviewed-by:
Oliver Specht <oliver.specht@cib.de> Tested-by:
Oliver Specht <oliver.specht@cib.de>
-
Stanislav Horacek yazdı
Project: help 1b436f3010b7d9ce4d9b2a0eb526b06196b632d7 add missing pluses in keyboard shortcuts Change-Id: I02e52789dc66116f5c0ac8623f6e312a2b996d46 Reviewed-on: https://gerrit.libreoffice.org/20550Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Noel Grandin yazdı
Change-Id: If3d7514364589058334369432cdcf4f7586c239d
-
Miklos Vajna yazdı
Change-Id: I4bf3e9bd9cbf2b32d79cebd5ba0a818b1f4970c2
-
Oliver Specht yazdı
use up/down/loseFocusHdl prevents a change of object cache value while writing the max. cache value is now set to 2047 MB as this prevents an overflow of the configuration value Change-Id: Ib98f7181b10e2875b2037e425eced3f12ba4c0b6 Reviewed-on: https://gerrit.libreoffice.org/20766Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Thorsten Behrens yazdı
Fixup windows PCH plus pulling out more code now unused due to NPAPI removal. Follow-up to 4c18af27. Change-Id: I8ad42a28139ceeab0cae1f608d55beb28c159db3 Reviewed-on: https://gerrit.libreoffice.org/20783Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Eike Rathke yazdı
Currently the Function Wizard is broken in that editing a function call as argument within another function's parameter leads to selections being reset and mismatching argument/function information being evaluated. Not sure yet what's going on there, but at least don't access vectors out-of-bounds or crash. Change-Id: I633c775556a0b90278d22d0f74d2975c20a08a5d
-
- 17 Ara, 2015 8 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: I4be3de970eabf00fd73b466adc15b6a84528a2d1
-
David Tardon yazdı
Change-Id: Iba0090da0591b6f9a6d74bb18ebaabef53448063
-
David Tardon yazdı
Change-Id: Ic0f9e47c2128b74deb0a948c1853afb13ae5fd1d
-
David Tardon yazdı
Change-Id: I6e023cd25a1481dd18e3a16b8756c43dde4560ce
-
David Tardon yazdı
That way we don't have to require the newest version for build just to run tests. Change-Id: I4f91828a13821b235004ff16a69043d6d43686c1
-
David Tardon yazdı
Change-Id: Id5f84306926b6c28bef0d213aba151d8834b7b2d
-
Maxim Monastirsky yazdı
... in 1c035f1b Change-Id: I71271824b68ed21ac5db95b01fee61337fde189b Reviewed-on: https://gerrit.libreoffice.org/20736Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Caolán McNamara yazdı
so they can position correctly under wayland Change-Id: Idf65c0ef27be5aa6027a516207fd34c2e03407ca
-