- 12 Eki, 2015 40 kayıt (commit)
-
-
Miklos Vajna yazdı
In case of tiled rendering clients already get LOK_CALLBACK_SET_PART when switching slides, so it's pointless to additionally invalidate windows for help lines. Change-Id: Ibc15c9862ae85bd72328161fa5f7e72d82fd2a97
-
Miklos Vajna yazdı
When changePart() is called, we have two type of actions: - the ones we want to execute only in case the part was changed by the user (and not programatically -- e.g. because the request came from the widget) - the ones we want to execute all the time Resetting the view (so the tile buffer drops all the tiles) is something we want to do all the time, that's one of the needed things when the set-part event is emitted. Change-Id: Ic6bfbe460dc5a3fd8834f3b1ef93436fc9d3ad84
-
Michael Stahl yazdı
Change-Id: I72ec77d4226c98abbe849a03dc009f46f695923b
-
Michael Stahl yazdı
Change-Id: I35063a241937137c4ebf4393dd880fa7cb7c8546
-
Michael Stahl yazdı
Change-Id: Ib0a0d596ce262783b8850d4d9c0142391cc59284
-
Michael Stahl yazdı
Change-Id: I7fc78b64a12212f4c9bd280b0ebf2a55235461d3
-
Noel Grandin yazdı
the compiler will do it for us Change-Id: I6ea04aa32ee3357d01a4dbfc58ebbaedff38c0ab
-
Noel Grandin yazdı
Change-Id: Iec15042138e0715459b2c9e872a7464d75a6b1eb Reviewed-on: https://gerrit.libreoffice.org/19305Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I99ebee5015110144ea00415273b84fd2fc9ad2ba
-
Michael Stahl yazdı
Change-Id: I8939e7b8b924b0598d46ea301aa636692f063161
-
iremsendur yazdı
Change-Id: Ib0bc24854d75cde0e08ab322f75c787c99368941 Reviewed-on: https://gerrit.libreoffice.org/19309Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Miklos Vajna yazdı
Search works by using sd::outliner::OutlinerContainer to iterate over all text objects of the document. We used to switch to each and every object, and only then search in it. In large presentations this means the number of invalidations during search was dependent on the number of slides between the current slide and the first match. Fix this by not calling sd::Outliner::SetObject() (which would call sd::Outliner::SetPage()) right after finding a text object, only later when we know it has matching content. The result is that the number of invalidations is not O(n) but O(1) till we find the first match. Change-Id: I29a11c8737a7e1db6a247eb98617d12495c8bb41
-
Miklos Vajna yazdı
Not needed anymore since the dialog is gone. Change-Id: Icd3747683d2656a9404b405fc29aae6183dcfe15
-
Caolán McNamara yazdı
Change-Id: If47170b323cb0b48b7cf2182ecbecfac575a6118
-
Stephan Bergmann yazdı
Change-Id: Ic3667c0daeeeb5b09eeaae66899affda65e2e9a5
-
Stephan Bergmann yazdı
Regression introduced with 92c8d74c "CppCheck : reduce variables scope," found by clang-analyzer-deadcode.DeadStores. Change-Id: I3758a9827d4d242d4fd57af7bbb77decf2d0f327
-
Tomaž Vajngerl yazdı
User RGB buffer rather then RGBA when converting an unsupported bitmap buffer for reading into a texture. Also use unique_ptr rather then manually deleting ImplPixelFormat instance. Change-Id: I4c94c22b7e185c176e45a1b9c4db6443fe6c4234
-
Tomaž Vajngerl yazdı
Change-Id: I24864df3e698704d84f62be25daa3dd54b4dd356
-
Tomaž Vajngerl yazdı
Change-Id: I00d695e11f4df140482bba7d8909216515e330be
-
Tomaž Vajngerl yazdı
Change-Id: Ic184e0e96103bb63322c8aaf8758c4c8f423e0b9
-
Tomaž Vajngerl yazdı
Looks like the Windows specific code in ImplUpdateDisplayBmp is not needed anymore and causes problems with OpenGL. The icons after the change still seem to be drawn correctly with OpenGL enabled or disabled. Change-Id: I3ae1a0ceb947254aaadbc3d772f0d662b291b594
-
Tomaž Vajngerl yazdı
This adds recoloring of images/icons (suited for breeze and sifr) so they are more visible when a dark theme is used (for example gtk3 can switch to a dark theme). LO must be started with environment variable VCL_ICONS_FOR_DARK_THEME set to 1. open issues - currently all images/icons are recolored but not all images should get recolored. Change-Id: Ibc42e30af79bb4c4f04c67b760019311b97b2cc6
-
Tomaž Vajngerl yazdı
Change-Id: I787be4f2da514017fd14100f56ed323d30dbe99d
-
Miklos Vajna yazdı
Change-Id: I29dbc13abea146dd7bdd6a52e30ff104a2900163
-
Samuel Mehrbrodt yazdı
Change-Id: Ib6a10305e0e1b92d7ccc0a4e4ad580d286cc166e
-
Samuel Mehrbrodt yazdı
Change-Id: Ife976e777946e75510b96d64ad04e847b4a59141
-
Samuel Mehrbrodt yazdı
Change-Id: I7c65711a2bdf6616d31712b4b23305a5dead59f7
-
Stephan Bergmann yazdı
Change-Id: I83078723ffc40bf16632df87da24ad2289867ed4
-
Noel Grandin yazdı
Change-Id: I03221fd5e618155dc093dd4dd7474f516d63761e
-
Noel Grandin yazdı
Change-Id: I4365e5819784a26f4a71eab8a64cc53ef35d9ad1
-
Noel Grandin yazdı
Change-Id: I3bc5963bad29898bd104feddef1bc1d00a1325e1
-
Noel Grandin yazdı
make CommonBehaviourControlHelper a base-class of the CommonBehaviourControl template, which allows us to dispense with the IModifyListener callback interface Change-Id: I3c02b864fa08fc50515c11af859477e0fdc035e3
-
Noel Grandin yazdı
Change-Id: If62a86b914db634c662949a04396b95e3f44be2a
-
Noel Grandin yazdı
Change-Id: I935c6144a7731091e7fdb0a818b54f30d3304f2e
-
Noel Grandin yazdı
Change-Id: I672d277a8d2dc6b57b299679e7e98348f9dbde30
-
Noel Grandin yazdı
Change-Id: I31fe981dac14bd732ee68ee1a2e475dd1b0498a2
-
Noel Grandin yazdı
Change-Id: Ic02d59708670949c3342566753882eebd086438f
-
Noel Grandin yazdı
Change-Id: I6266369912413d51c9f1595b13dca97d3d74225f
-
Noel Grandin yazdı
Change-Id: Id6e39c2c20ab3da5a8b8628f99a940b896feff78
-
Noel Grandin yazdı
Change-Id: Ia4c09c5b835e77eaa2d4c0d8c74f146feb0905be
-