summaryrefslogtreecommitdiff
path: root/libreofficekit/source/gtk/tilebuffer.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-21coverity#1315075 Uninitialized scalar fieldCaolán McNamara1-0/+4
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna1-1/+0
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-23Do all svp text rendering with cairoCaolán McNamara1-8/+9
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga1-1/+10
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-04lokdocview: Don't render tiles while tile buffer has changedPranav Kant1-0/+15
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky1-0/+2
2015-11-03libreofficekit: -Werror=unused-parameterMiklos Vajna1-2/+1
2015-10-31lokdocview: Fix memory leaksPranav Kant1-2/+6
2015-10-30lokdocview: ensure private structure is allocated with operator newMiklos Vajna1-2/+2
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga1-0/+4
2015-09-28libreofficekit: fix mismatched free() / deleteMiklos Vajna1-0/+3
2015-08-05loplugin:unusedmethodsNoel Grandin1-2/+0
2015-08-04lokdocview: Don't use extern variable: lokThreadPoolPranav Kant1-3/+12
2015-08-03coverity#1315075 Uninitialized pointer fieldCaolán McNamara1-1/+22
2015-07-28lokdocview: post_command arguments are not supposed to be constPranav Kant1-1/+1
2015-07-28lokdocview: setGraphicSelection in another threadPranav Kant1-1/+9
2015-07-28lokdocview: Move postMouseEvent in separate LOK threadPranav Kant1-1/+10
2015-07-28lokdocview: Use only one ctor for instantiating LOEventPranav Kant1-28/+26
2015-07-28Use thread pool for LOK call: paintTile()Pranav Kant1-13/+56
2015-07-28lokdocview, tilebuffer: Add DOxygen commentsPranav Kant1-0/+5
2015-07-28lokdocview: Make paintTile() asyncPranav Kant1-4/+24
2015-06-12CID#1306215 Uninitialized membersMiklos Vajna1-1/+1
2015-06-09loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2015-06-09-Werror,-Wunused-private-fieldStephan Bergmann1-4/+0
2015-06-09tilebuffer: tileSize as member variable is superfluousPranav Kant1-5/+2
2015-06-09tilebuffer: ZoomFactor as member variable is superfluousPranav Kant1-14/+0
2015-06-09lokdocview, tilebuffer: clean upPranav Kant1-20/+87
2015-06-09lokdocview: move commonly used functions and variables to common headerPranav Kant1-0/+9
2015-06-09lokdocview: Add support for editing documentsPranav Kant1-34/+34
2015-06-09lokdocview: Use maps instead of vectorPranav Kant1-5/+3
2015-06-09Add tile buffering supportPranav Kant1-0/+78