- 13 Kas, 2015 40 kayıt (commit)
-
-
Miklos Vajna yazdı
With this, selections of Writer comment text show up at the correct position, not at the top left corner of the window. Change-Id: If865503d9a02a27730e382d65c42c706dd533a93
-
Christian Lohmaier yazdı
Project: help 7e12b71f3d846b392053bc0461767272e73c9e69 assorted typos reported via pootle * 113,3 → 113.3 (en_US uses dot as decimal separator) * typo: equivavlent → equivalent * typo: "The the …" → "The …" * typo: "The Expert Configuration dialog let you": let → lets * typo: "one of the displayed theme" → "one of the displayed themes" * typo: Sidear → Sidebar * spurious tag "<emph>.</emph>" → "." – dot is just punctuation here Change-Id: Iad058d285f2cdca6e32bc67281d3a4e9e1c18b65
-
Samuel Mehrbrodt yazdı
Change-Id: I8df003bdad4430a174815ce51197b997717ef379
-
Tomaž Vajngerl yazdı
Prereq. to enable runtime SSE2 detection is that the compiler supports it in the first place. MSVS and GCC use different compiler flags for this so use __LO_SSE2_AVAILABLE__ to make this build platform independent. emmintrin.h is unavailable on ARM Android so include this and compile the SSE2 specific code only when we are sure we can build SSE2 code (__LO_SSE2_AVAILABLE__ is defined). Change-Id: I212c4e0b99a314d087b9def822a81325b25f3469
-
Caolán McNamara yazdı
Change-Id: I4c0250254480790f49ad45f3d42151aee4a441e8 Reviewed-on: https://gerrit.libreoffice.org/19953Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
implementation can indeed be empty when cppu::writeSharedLibComponentInfo calls getEnvironmentFromModule(mod, curEnv, "", ""), which in the final if-branch calls getEnvironment with implementation = "". Happens when adding desktop/qa's test-active.oxt. Regression introduced with ae3a0c8d "Add .component <implementation constructor='...' feature." Change-Id: Ia70958e4aa18d378ff35063bdf6187f6e073b765
-
Stephan Bergmann yazdı
Change-Id: I22f1205396c502b6d3e937343e2ea9698b756f77
-
Stephan Bergmann yazdı
Change-Id: I001d3cefea8083e0f0d1a965b26ce867f384aea0
-
Miklos Vajna yazdı
Kendy says this helps his latest changes to the bin/rename-sw-abbreviations.sh script. Change-Id: I95d82c5e8d69360e82154fa0390a6b2d1b9bf5d4
-
Michael Meeks yazdı
This removes several attempts at reducing jitter in slideshow animations. Now we have high-resolution (ie. not clamped to 10ms) timers on Windows and a cleaner and simpler main-loop, we should be able to use generic timer code-paths for all of this. This also allows us to further cleanup and simplify the main-loop removing the now redundent post-yield handler concept. If there is a short enough timeout, we will take just 1ms of delay before executing a short timer anyway. Also removed some lingering comments from an old attempt to boost priorities which broken audio playback. Tested: tdf#32861 - still works, audio still plays, no new jitter in animations that I tested. Change-Id: Iadc5e2a48828a18a599a86a8df14cb2b75dd425e Reviewed-on: https://gerrit.libreoffice.org/19947Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Noel Grandin yazdı
Change-Id: I81b3d69c0bcd7444325ed2037ac00108f9c43474
-
Tomaž Vajngerl yazdı
For corner case CPUs out there that support SSE and not SSE2 it makes more sense to use the "fallback" code path instead of writing a SSE only version. For this reason detecting SSE is not relevant anymore - so removing it. Change-Id: I3f1425af2cb5cdf9fba699e2996014598a15b5c1
-
Noel Grandin yazdı
Change-Id: I9bcb6a55b568548e969e5528e5ce1399829e1222
-
Noel Grandin yazdı
Change-Id: I4360e3238407d9cc7d664c543868cdb66271dbe8
-
Miklos Vajna yazdı
Regression from commit 6c80a8fe (new loplugin: oncevar, 2015-11-06), KDE4 was detected as KDE5. Change-Id: If4a7a074052a31c7505f53c03a36a0975d71b3a7
-
Oliver Specht yazdı
substreams require a Model and a DrawPage Change-Id: I701cf6e2283f84f18b9a0c06a4ce0aa8be934bf3 Reviewed-on: https://gerrit.libreoffice.org/19951Reviewed-by:
Oliver Specht <oliver.specht@cib.de> Tested-by:
Oliver Specht <oliver.specht@cib.de>
-
Noel Grandin yazdı
Change-Id: Idb18ae1ca2f7c644680703dc3b7dd3cd6000e040
-
Tomaž Vajngerl yazdı
This adds an array sum functor which sums a double array in a as fast as possible way. There are 2 implementations: SSE2 and a simple unrolled implementation. SSE2 implementation is used if SSE2 is detected at runtime. Additional info: SSE implementation at first processes the array until the array is aligned by 16-bit boundary (should only process 1 element). Then the array is processed by summing 8 values in one pass (using 4 variables that are 128-bit wide) where SSE operation can process 2 double values in one call. Change-Id: I24494b08cae049aa3eabcb086867f1bdd4128374
-
Tomaž Vajngerl yazdı
Change-Id: I29330061e2986ec2ae899c2f3a63d0eadd9cc194
-
Michael Stahl yazdı
Change-Id: I5a14762a64e88aae67d10d0a6ef80d38bb26320a
-
Miklos Vajna yazdı
With this, it is possible to click inside a comment (and get a blinking cursor inside a comment), and also possible to use the arrow keys to native around and still get correct blinking cursor position. Change-Id: I29eb1e60e4e571151f0b18bec8cf765ea09af09f
-
Miklos Vajna yazdı
Writer comments are separate widgets, but we want to have coordinates in absolutes twips, so give Writer a chance to inform us about the delta. For now only do this in case the map unit is twips, as Impress sets the origin already. Change-Id: Idf340944165e44b0888c00965d6be7798712ff76
-
Caolán McNamara yazdı
Change-Id: I13f08989034a656bc6f0ae6b556272802f4b8fc2
-
Caolán McNamara yazdı
Change-Id: If5892931649bde3d1fc00c0e5817149d0623cb1e
-
Michael Stahl yazdı
Just use a Link, or rather std::function to set a member in the tab page. Unfortunately loplugin:vclwidgets complains about the new member. Change-Id: Ie2f9cb73c38292d02057d43b12694c6609fa0db8
-
Tomaž Vajngerl yazdı
Change-Id: I661b3de74066831f22757b587e8b367913030573
-
Tomaž Vajngerl yazdı
Change-Id: Iad3ad138a9a7164d10ab6e51e22032ad115d08a5
-
Tomaž Vajngerl yazdı
Change-Id: Iea5df81bb2f85376dc67e1cca63d5586a834e1b0
-
Stephan Bergmann yazdı
Change-Id: I059a4cf6ce9f8969235cb998522461e82232502c
-
Katarina Behrens yazdı
Change-Id: Ic73e24f8036b0f6129c3a4f5efb160f9089cb0b8
-
Tomaž Vajngerl yazdı
Change-Id: I68d87af8ec2662208776d3b202d412145c86d9b2
-
Tomaž Vajngerl yazdı
Change-Id: I3fcb7bb2fda925a1c5b2633ac7f6846fda0dabf8
-
Tomaž Vajngerl yazdı
Change-Id: I64f76d22018fcd8af2991933ba5ab2069f84181f
-
Tomaž Vajngerl yazdı
LOKit supports searching, but this was not implemented yet in the Android GUI. This adds a bottom search toolbar where you can type a search string + up/down search handles to search for the string from the current cursor position. Change-Id: Ia7461d2c6399c23201d2ea81f0b44c38533939a1
-
Tomaž Vajngerl yazdı
The bottom formatting toolbar now shows the formatting options previously located in the main toolbar as a menu entry (bold, italic, ...). In addition alignment options and selection of fonts and sizes have been added. Bottom formatting toolbar is not shown by default - it enables when hitting the icon in main toolbar. Also soft keyboard and formatting toolbar should not be shown at the same time. Change-Id: I5f6cf8a9fcbdb4d154ae7504a65f9a226c99d694
-
Tomaž Vajngerl yazdı
Change-Id: I5b4dd8b8c407640cfcd9f366cecfaf6deb0cb3be
-
Tomaž Vajngerl yazdı
Change-Id: I7d3742af0c11a996701f7d263fc04a387edb0d00
-
Andrzej Hunt yazdı
This has now been merged as: LOK: setClientZoom() - sets the client zoom level 96cd2abd Change-Id: I519a752dd9f18bb719a43f75f1ad3105f58418d9
-
Andrzej Hunt yazdı
Change-Id: Ia802c19f5bfd2fe2e9909e3c611047c529a64200
-
Samuel Mehrbrodt yazdı
Change-Id: Ia19d14def4b78b85ec9ddabb706416a971b670cb
-