summaryrefslogtreecommitdiff
path: root/libreofficekit/Executable_gtktiledviewer.mk
AgeCommit message (Collapse)Author
2015-10-20Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO
use std::sqrt in vcldemo.cxx Change-Id: I24d8ba15ee267d0cad3b063df9b7cfd8d284f4ee Reviewed-on: https://gerrit.libreoffice.org/18591 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-06-15lokdocview, gtktiledviewer: Port to gtk3Pranav Kant
Change-Id: I57f2d7b9383790e5c34fc517a905dd537519598f
2015-04-22Blind fix for Executable_gtktiledviewerStephan Bergmann
Change-Id: Ib252b4fb98663a8a6aa76dddedc80596230097e8
2015-03-30lokdocview: move keyboard handling to LOKDocView_ImplMiklos Vajna
Change-Id: I1117ec42bdf0f2cb19f77723b87597d301d20ddb
2015-03-23lokdocview: clean up quad modeMiklos Vajna
It's not necessary since the normal widget renders normal 256x256px tiles, not just a single huge one. Change-Id: Ia1c6a6c8692769093232d66aa63fde096390a7b2
2015-01-16gtktiledviewer: handle more key valuesMiklos Vajna
Change-Id: I8af971f659d483c16507c906fa65346a5e0292f1
2014-07-29One final removal of libreofficekit static library.Andrzej Hunt
(Seems you need a clean build to notice this...)
2014-07-12Implement a (qa-only) quad-tiled viewer.Andrzej Hunt
I.e. we subdivide the document into 4 tiles: one at 100% scaling, one at 200%, one at 50%, one at 25% -- these are then post-scaled in gdk) and assembled to show as one document again. This is specifically a test only widget, primarily to be able to quickly spot any tile positioning/border-transition issues. We could theoretically make this widget inherit from the original widget, however that would mean having to introduce virtual methods etc., which is not something that we'd want in production -- in the longer run that widget will hopefully be extended to have proper tile composition etc., which would then break this widget too if it were inheriting from there. Change-Id: Ib880a1614f89724135e753013cf91aec25973e39
2014-06-25Move gtktiledviewer into libreofficekit.Andrzej Hunt
desktop is no longer the right place for it now that libreofficekit has its own directory. Change-Id: I207f1d642e7e35c460ff85bb57aa142cb98023c8