summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build.distro/collabora/viewerJan Holesovsky2015-03-101-1/+3
* sc tiled rendering: Don't adjust the text width according to printer.Jan Holesovsky2015-03-101-27/+35
* sc tiled rendering: RefreshZoom() is called already in SetZoom().Jan Holesovsky2015-03-101-1/+1
* sc tiled rendering: Simplify the zoom computation.Jan Holesovsky2015-03-101-12/+10
* sc tiled rendering: Make the drawings and charts work.Jan Holesovsky2015-03-103-6/+18
* sc tiled rendering: tdf#85848: Use DrawContent() in PaintTile() too.Jan Holesovsky2015-03-101-79/+23
* sc tiled rendering: Split ScGridWindow::Draw() to setup and drawing.Jan Holesovsky2015-03-103-22/+46
* Clean up not needed ScTabViewShell LOK methodsMiklos Vajna2015-03-105-26/+3
* ScInputHandler::ImplCreateEditEngine: don't invalidate unconditionallyMiklos Vajna2015-03-103-3/+15
* sc: Make characters appear during tiled rendering as they are typed.Jan Holesovsky2015-03-102-0/+37
* sc: Initial support for tiled editing in Calc.Jan Holesovsky2015-03-108-55/+107
* sd::ViewShell -> SdrModel for LOK callbackMiklos Vajna2015-03-102-0/+21
* ImpEditEngine::UpdateViews: need to go via Invalidate() for tiled renderingMiklos Vajna2015-03-1011-1/+56
* add getPartsCount() to TileProviderSiqi Liu2015-03-053-6/+21
* tdf#89174:disable swipe gesture when zoomed in.Siqi Liu2015-03-052-2/+16
* refactor swipegesture to be handled by layerviewSiqi Liu2015-03-053-187/+186
* remove unused boolean (propagating touchEvent instead of intercepting it)Siqi Liu2015-03-051-2/+0
* implement swiping gesture as a generic eventSiqi Liu2015-03-058-27/+77
* add swipe support for presentationSiqi Liu2015-03-052-0/+90
* native-code.py: Some services were converted to using constructors.Jan Holesovsky2015-02-261-2/+10
* Clean up previous commitStephan Bergmann2015-02-268-173/+4
* basic: convert sb.component to constructor usageChris Sherlock2015-02-268-124/+19
* Clean up previous commitStephan Bergmann2015-02-263-25/+5
* sw: convert swd.component to constructor usageChris Sherlock2015-02-265-74/+16
* sw: convert SwWebDocument & SwGlobalDocument components to use constructorChris Sherlock2015-02-264-65/+17
* sw: convert import & export components to constructor usageChris Sherlock2015-02-265-525/+157
* native-code.py: Add more forms constructors.Jan Holesovsky2015-02-251-1/+5
* native-code.py: Add more missing chart services.Jan Holesovsky2015-02-231-0/+2
* android: Avoid big amount of space below the icons.Jan Holesovsky2015-02-231-1/+1
* backport: Forgotten file.Jan Holesovsky2015-02-231-0/+45
* Backported Tomaž's rendering improvements from the tiled-editing branch.Jan Holesovsky2015-02-2230-1167/+1123
* native-code.py: Sync it with master.Jan Holesovsky2015-02-211-4/+5
* native-code.py: Missing services after the stocservices conversion.Jan Holesovsky2015-02-211-1/+7
* stocservices.component: The rest of the services + cleanup.Jan Holesovsky2015-02-2111-326/+44
* stocservices.component partly refactored to use the "constructor" feature.Ursache Vladimir2015-02-215-22/+27
* android: protect against a crash with an empty sdcard.Michael Meeks2015-02-202-2/+2
* -Werror=unused-parameterMiklos Vajna2015-02-191-1/+3
* Missing constructorStephan Bergmann2015-02-192-1/+10
* Clean upStephan Bergmann2015-02-192-37/+0
* native-code.py: Writerfilter implementation is now converted to constructors.Jan Holesovsky2015-02-191-2/+5
* writerfilter: use constructor for writerfilter moduleChris Sherlock2015-02-199-91/+26
* filter: use constructor for filter moduleChris Sherlock2015-02-185-47/+14
* android: No need to include the entire libfrmlo.a, add just the used services.Jan Holesovsky2015-02-171-1/+9
* android: Better check for package name when debugging.Jan Holesovsky2015-02-171-0/+4
* forms: Fix copy'n'paste mistakes.Jan Holesovsky2015-02-175-17/+16
* forms: Convert also com.sun.star.form.XForms.Jan Holesovsky2015-02-179-545/+190
* forms: use constructor feature for form modulesChris Sherlock2015-02-1739-569/+439
* native-code.py: Don't add the entire libchartcorelo.a.Jan Holesovsky2015-02-131-1/+21
* Add an overlooked constructor to chartcore.component.Jan Holesovsky2015-02-132-1/+8
* Use constructors for services from chartcore.component.Ursache Vladimir2015-02-1238-568/+400