- 12 Ara, 2015 10 kayıt (commit)
-
-
Emmanuel Gil Peyrot yazdı
Change-Id: Ifb22c75c77d6bb5d3f144a1ed92bbcdf8d1112fd (cherry picked from commit c831e485)
-
Emmanuel Gil Peyrot yazdı
Change-Id: I870ef7885fe569c89bde63a70ef038c4133ffbfd (cherry picked from commit 859e64aa)
-
Emmanuel Gil Peyrot yazdı
Change-Id: If5f7368bf53dd59e66e990e4f2c57b6ee2cba44b (cherry picked from commit a74e8ab7)
-
Emmanuel Gil Peyrot yazdı
Change-Id: I9d6c3ad0d2cc2f691afb2c8622471286f8a5e1c7 (cherry picked from commit 7d1c123a)
-
Emmanuel Gil Peyrot yazdı
Change-Id: I2380fc7f8462514e6c032b18b44df51fbaaccb9f (cherry picked from commit 566eca14)
-
Emmanuel Gil Peyrot yazdı
Change-Id: Ib799244c6c3dd8d6fd21adc28e68690287caebd0 (cherry picked from commit 4fcebe9f)
-
Emmanuel Gil Peyrot yazdı
Change-Id: I13c91af15caad888b4b56dbf92b63fdb0a97b47d (cherry picked from commit f9a0564f)
-
Tomaž Vajngerl yazdı
Printing is done with the WinSalGraphics and not with WinOpenGLSalGraphics on Windows even when OpenGL is enabled, but the SalBitmap is still using the OpenGLSalBitmap which can't be used with WinSalGraphics. So detect when the implementation of SalGraphic is "wrong" and convert. Change-Id: I99cd6b6403e9bd42d6f5b7d7cb07f48588c17ab8 (cherry picked from commit 1cc30679)
-
Tomaž Vajngerl yazdı
Change-Id: I06dd26caed35bcfdf073abf64035a01e0b45fcce (cherry picked from commit 8a498fad)
-
Noel Grandin yazdı
this bug was caused by commit 2aacf6c2 "sc: boost::ptr_vector->std::vector" Since the code in question likes passing around a pointer to the element of the vector, convert to using std::vector<std::unique_ptr> Change-Id: I9e9676fe7c2dc32e23ba6708aaea1f16c1bf2ff8 (cherry picked from commit 0bcef149)
-
- 11 Ara, 2015 19 kayıt (commit)
-
-
Michael Meeks yazdı
Otherwise we get the world's ugliest icons in some themes. Change-Id: I9e9372ea9df6b959493445901b70a9ee6d3c0dac
-
Michael Meeks yazdı
This moves us to always rendering to an off-screen texture, and then (at idle) blitting this to the screen & swapping buffers. Ideally we should never see any rendering, or flicker again with this approach. Several fixes are included: + avoid multiple OpenGL contexts being created for the same window, created excessive flicker problems. + de-virtualize UseContext - which context we use is less critical. + kill 'mbOffscreen' distinction - all VCL rendering is offscreen. + implement 'doFlush' and high priority idle flushing. + bind stencil buffer for clipping vs. textures - fixing complex clopping when rendering to virtual-devices, and off-screen. + document environment. variables. + use white as default background glClear color, but red or random color for DBGUTIL. Change-Id: I6be08595b6c8deb7e6db0dbd81308b2c97d2b4ff
-
Michael Meeks yazdı
Change-Id: I3db1d6792fcd51577f047b82029124ec825ea319
-
Michael Meeks yazdı
Conflicts: vcl/unx/gtk/gtksalframe.cxx Change-Id: Ie6a5464c28b89f08639939690052023e685a3d33
-
Michael Meeks yazdı
Change-Id: Ie3f49ff759f0b5b038a7b6a3fb09c5e220aa4645
-
Michael Meeks yazdı
Change-Id: Ib16f5b345901adc7036a8a90d0f46aa3499d66ae
-
Michael Meeks yazdı
Change-Id: Ie4123fc692f4fac33f082bb2d86b949d834f1858
-
Eike Rathke yazdı
To selectively use the sticky mechanism, i.e. not in an actual move of a range during cut&paste or drag&drop. Actually currently only in ScTokenArray::AdjustReferenceOnShift() Change-Id: I223e5013e4b820efb4ecb9e8ce8aa04a8bc01e27 (cherry picked from commit 21dfe37a)
-
Eike Rathke yazdı
error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow] if ( rAddress.Row() < Row() ) Change-Id: Ia643491657680fffcaacae4a474af479b9a07e35 (cherry picked from commit 0e40e1e3)
-
Eike Rathke yazdı
Change-Id: I78584e37e5944327db9cc5b6472a9e7ea972b37e (cherry picked from commit fe445df1)
-
Eike Rathke yazdı
Handle failure condition where we know how to treat it, i.e. when updating references, assert in all other places that so far silently ignored it and implicitly assumed the failing Move() truncating at bounds would be alright. In case we'll encounter an assertion we'll have to inspect those places and decide what to do about it. Noticed this error with a reference like B1048575 and inserting two rows above, it became B1048576 instead of B#REF! Change-Id: I00757f3ed2e305b591178047933ed60f1533317e (cherry picked from commit 9c1ba098)
-
Eike Rathke yazdı
Change-Id: I66f624e696a4a6e681733ab863cd57c342cc0bc1 (cherry picked from commit d6f64593)
-
Pranav Kant yazdı
To help client know when the user has selected a non-null text. Change-Id: Ie939612fc5f38e2e50e9ad9792e04e89ae918886 Reviewed-on: https://gerrit.libreoffice.org/20621Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit ea5c9942) Signed-off-by:
David Tardon <dtardon@redhat.com>
-
Tor Lillqvist yazdı
<tools/gen.hxx> Rectangle, I love you. Change-Id: Iaf7ae2930d6098349f04cd429cd35dffcaf7ca3b (cherry picked from commit edbe61b6)
-
Samuel Mehrbrodt yazdı
This breaks starting a slideshow with Navigator visible. Also leads to problems like tdf#96286 Needs more thought & design. This reverts commit 6f493f9e. Change-Id: Ia796de5a8ef0be61f36517bc0aa896c66a95c1e8
-
Samuel Mehrbrodt yazdı
This is a combination of 3 commits: * Make buttonstatuslistener a generic listener for any widgets ac97f323 * Move icon rotation/flip handling from ToolbarManager to vcl's Toolbar c5fe9890 * These should still be virtual. e20df218 Change-Id: I34e2446660ec94d60654b4db40ce1bbb8014477f Reviewed-on: https://gerrit.libreoffice.org/20466Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Samuel Mehrbrodt yazdı
Tooltips change on state change, and they were taken from another source. Unify this to reuse the existing strings from the uno command. Change-Id: I8ff6fc43bc0469f15c9e930695d950f6d664bfdf Reviewed-on: https://gerrit.libreoffice.org/20629Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit ba659f71) Reviewed-on: https://gerrit.libreoffice.org/20631
-
David Tardon yazdı
Change-Id: I727d90e4ffc4d567ad02ca5b55b1e8d26d15e928 (cherry picked from commit b672126e)
-
Christian Lohmaier yazdı
Change-Id: Ibee5fdd8a59b1e06112bc32ee5dad7f1699fae9b (cherry picked from commit f2070db3)
-
- 10 Ara, 2015 11 kayıt (commit)
-
-
Jan Holesovsky yazdı
This fixes a regression from commit 4c4999d9. Change-Id: Ie8496392f4811cc1ff146d7a5c43988da0d539c2
-
Caolán McNamara yazdı
53rd and final distinct crash fix of this sequence Change-Id: Id170132c2082fd4905192adc840125088ef5da27 (cherry picked from commit 3735b056)
-
Caolán McNamara yazdı
Change-Id: Ide44aed9a3189b0fd21a8adc039eb61bd3d3dc14 (cherry picked from commit ef68438d)
-
Caolán McNamara yazdı
Change-Id: Iab13d67fdc218c84400a4d84e177e5096bb68379 (cherry picked from commit 1e0b9881)
-
Caolán McNamara yazdı
Change-Id: I842122f7e2cba48d4798905f41f63b3e06775d00 (cherry picked from commit 6834384e)
-
Caolán McNamara yazdı
Change-Id: I824c29b39fe1e9e631a21f09611758bea03b0ca9 (cherry picked from commit 4a573e67)
-
Caolán McNamara yazdı
Change-Id: Ie56eb27bb1827860b2600a5586e866e39cd31518 (cherry picked from commit 48c3eb3c)
-
Katarina Behrens yazdı
and not from ScDPLabelData (that's what old code used to do as well). Afaics ScDPLabelData.mnFuncMask member is never modified as the array gets populated in ScDPObject::FillLabelDataForDimension. UI has thus only its default value (PIVOT_FUNC_NONE) and so subtotals get reset on every change. ScPivotField however contains the right func mask, so take it from there. Change-Id: I862be121683aac079e788ce535f714ac8cdbcd0b Reviewed-on: https://gerrit.libreoffice.org/20041Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit 0bfa6ddc) Reviewed-on: https://gerrit.libreoffice.org/20626
-
Caolán McNamara yazdı
Change-Id: Id606e58292a25309adb67cf05cc9b9a237e83f81 (cherry picked from commit 67296edb)
-
Caolán McNamara yazdı
Change-Id: I0067ead587c25296ab195b80f461fb0766b1899a (cherry picked from commit 61f55b25)
-
Caolán McNamara yazdı
Change-Id: I578343719d2d7feff51775ff1b073b6584e76f82 (cherry picked from commit 46fe3bdd)
-