- 11 Ara, 2015 40 kayıt (commit)
-
-
Emmanuel Gil Peyrot yazdı
Change-Id: Iacddc7b84bf0be8bb112cba88cc7fd36f72e7ca0
-
Emmanuel Gil Peyrot yazdı
Change-Id: I1572e101be0f5d9267dd48e96212689d80d1d023
-
Emmanuel Gil Peyrot yazdı
No transition makes use of repeat, and it could lead to some artifacts when writing transitions. Change-Id: Icf6f4f0eb74c28d8c75991e717b6b4ffe9df5060
-
Emmanuel Gil Peyrot yazdı
This is the ground work for some later transitions in slideshow. Change-Id: Ib200cf7fabd579256a5255b0fb5d8c4accf7d24b
-
Emmanuel Gil Peyrot yazdı
Change-Id: Ice61bfbd75aafd4197584c34ef7fbed80c20c184
-
Emmanuel Gil Peyrot yazdı
Instead replace it with no transition at all. Change-Id: If7085e2ecd79eda80097f96bebbb2f9d11161c22
-
Emmanuel Gil Peyrot yazdı
Change-Id: If87f441607adf2ed0aa31023352774e7372b7edb
-
Emmanuel Gil Peyrot yazdı
Change-Id: Ifb22c75c77d6bb5d3f144a1ed92bbcdf8d1112fd
-
Emmanuel Gil Peyrot yazdı
Change-Id: I870ef7885fe569c89bde63a70ef038c4133ffbfd
-
Emmanuel Gil Peyrot yazdı
Change-Id: If5f7368bf53dd59e66e990e4f2c57b6ee2cba44b
-
Emmanuel Gil Peyrot yazdı
Change-Id: I9d6c3ad0d2cc2f691afb2c8622471286f8a5e1c7
-
Emmanuel Gil Peyrot yazdı
Change-Id: I2380fc7f8462514e6c032b18b44df51fbaaccb9f
-
Emmanuel Gil Peyrot yazdı
Change-Id: Ib799244c6c3dd8d6fd21adc28e68690287caebd0
-
Emmanuel Gil Peyrot yazdı
Change-Id: I13c91af15caad888b4b56dbf92b63fdb0a97b47d
-
Stephan Bergmann yazdı
Change-Id: I92bafb3459f4a2847aac05f114691b39144dc7c9
-
Stephan Bergmann yazdı
Change-Id: I0b0c2e33137bfd35a5048638ef3cce18ed1b06f0
-
Stephan Bergmann yazdı
Change-Id: Ib85337ebef0ba1a3ab00ad3adb59b4cffbba2b2f
-
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>
-
Tor Lillqvist yazdı
Change-Id: Iebf7b44e78fc28c20bdf0cbea84dbfd730b04016
-
Eike Rathke yazdı
Change-Id: I78584e37e5944327db9cc5b6472a9e7ea972b37e
-
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
-
Tor Lillqvist yazdı
<tools/gen.hxx> Rectangle, I love you. Change-Id: Iaf7ae2930d6098349f04cd429cd35dffcaf7ca3b
-
jan iversen yazdı
Rebuild the type check to one set of "or" and a throw Change-Id: I99bf688bdf60c357be4cc5dcd9b7be2532b6fbdb Reviewed-on: https://gerrit.libreoffice.org/20491Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
jan iversen yazdı
Removed function call, the function changes nothing or controls anything Change-Id: Ia243c31134ee5a32d50140faf8e64f55b30c218f Reviewed-on: https://gerrit.libreoffice.org/20493Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Yousuf Philips yazdı
Change-Id: I2c70e88cfa2663d0b3db48c309d7cf1630bbddbd Reviewed-on: https://gerrit.libreoffice.org/20632Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
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
-
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ı
Change-Id: Ie6a5464c28b89f08639939690052023e685a3d33
-
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
-
Tomaž Vajngerl yazdı
Change-Id: I06dd26caed35bcfdf073abf64035a01e0b45fcce
-
Tomaž Vajngerl yazdı
Change-Id: Ibb10aa7450b78ca2709da38857f095ccbc679c54
-
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>
-
Noel Grandin yazdı
fallout from 58d8d8ac "tdf#69977: uno::Sequence is expensive" Change-Id: Ib55de090c72dcfd8ad049746b693b383e70e8ca9
-
Jan Holesovsky yazdı
Change-Id: I21ed0e37feec0e7c078c2e284b7f4169f0cff432
-
Jan Holesovsky yazdı
Change-Id: I72e4fdacb326a966b2717e235a58de856189a6cf
-
Jan Holesovsky yazdı
Change-Id: I2a459605021ee31b67b4bfbfd1f2e17ccbd22aeb
-
Pedro Giffuni yazdı
time_t is long on some platforms but not on all. This plagues a warning on FreeBSD. Taken from: Jung-uk Kim (cherry picked from commit 1c030e28)
-
David Tardon yazdı
Change-Id: I727d90e4ffc4d567ad02ca5b55b1e8d26d15e928
-
Noel Grandin yazdı
when used as a mutable data-structure. Plain std::vector halves the time taken to display the chart dialog Create a class to represent the std::vector we are going to be passing around, and move some of the utility methods into it to make the code prettier. Also create an optimised append(&&) method for the common case of appending small temporaries. Change-Id: I7f5b43fb4a8a84e40e6a52fcb7e9f974091b4485
-