- 12 Ara, 2015 27 kayıt (commit)
-
-
Dennis Francis yazdı
Change-Id: I7a1653424edd93b2de0597ce8a94aa5f4fa85622 Reviewed-on: https://gerrit.libreoffice.org/20673Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I6d02cc8dc894ef7e2903874b0ab973f7f1b3225d (cherry picked from commit 25632b8f)
-
Caolán McNamara yazdı
Change-Id: Iaf8e7a46be9c92a7cd11136cb903cc4b9ffe54f5 (cherry picked from commit 8d57f2fb)
-
Caolán McNamara yazdı
Change-Id: I9deb28a3a5420a43f8604a56145c8274bb4cc8d9 (cherry picked from commit e9801b28)
-
Caolán McNamara yazdı
Change-Id: I00bde6564be6fb7c7f6d2ccb1faa7dd94e414635 (cherry picked from commit 00340194)
-
Caolán McNamara yazdı
Change-Id: I5c0800c353b46ea1fe359a893bdd8215f70cd809 (cherry picked from commit 13eaf4da)
-
Caolán McNamara yazdı
Change-Id: I3a07361bb66a62533475618c9b50f184d791a799 (cherry picked from commit 18952ac1)
-
Tomaž Vajngerl yazdı
Reviewed-on: https://gerrit.libreoffice.org/20656Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> (cherry picked from commit 917d59a8) Change-Id: I040dd62737237ad7e016201a798ee42e27853556
-
Tomaž Vajngerl yazdı
Change-Id: I9032af7583f0cf97664d2f84d5aead0cb1547c1a (cherry picked from commit 3b397f8a)
-
Emmanuel Gil Peyrot yazdı
Change-Id: Iaf482b357577ff8a5511607844a69c90ea28d29f (cherry picked from commit d9116f22)
-
Emmanuel Gil Peyrot yazdı
Change-Id: Iacddc7b84bf0be8bb112cba88cc7fd36f72e7ca0 (cherry picked from commit c0b8c035)
-
Emmanuel Gil Peyrot yazdı
Change-Id: I1572e101be0f5d9267dd48e96212689d80d1d023 (cherry picked from commit c5228bd0)
-
Emmanuel Gil Peyrot yazdı
No transition makes use of repeat, and it could lead to some artifacts when writing transitions. Change-Id: Icf6f4f0eb74c28d8c75991e717b6b4ffe9df5060 (cherry picked from commit b4383be8)
-
Emmanuel Gil Peyrot yazdı
This is the ground work for some later transitions in slideshow. Change-Id: Ib200cf7fabd579256a5255b0fb5d8c4accf7d24b (cherry picked from commit facfbeb5)
-
Emmanuel Gil Peyrot yazdı
Change-Id: Ice61bfbd75aafd4197584c34ef7fbed80c20c184 (cherry picked from commit 129b8b85)
-
Emmanuel Gil Peyrot yazdı
Instead replace it with no transition at all. Change-Id: If7085e2ecd79eda80097f96bebbb2f9d11161c22 (cherry picked from commit 9e991f43)
-
Emmanuel Gil Peyrot yazdı
Change-Id: If87f441607adf2ed0aa31023352774e7372b7edb (cherry picked from commit 463739f4)
-
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 13 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>
-