summaryrefslogtreecommitdiffstats
path: root/libreofficekit/source/gtk/tilebuffer.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields in jvmfwk..mysqlcNoel Grandin2017-06-231-6/+0
* Fix typosAndrea Gelmini2017-03-251-1/+1
* loplugin:unusedfieldsNoel Grandin2017-02-221-6/+2
* loplugin: unnecessary destructor jvmfwk..lotuswordproNoel Grandin2017-01-241-2/+0
* coverity#1315075 Uninitialized scalar fieldCaolán McNamara2015-12-211-0/+4
* Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna2015-12-071-1/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-241-1/+1
* Do all svp text rendering with cairoCaolán McNamara2015-11-231-8/+9
* LOK: setClientZoom() - sets the client zoom levelMihai Varga2015-11-131-1/+10
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-5/+5
* lokdocview: Don't render tiles while tile buffer has changedPranav Kant2015-11-041-0/+15
* lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky2015-11-031-0/+2
* libreofficekit: -Werror=unused-parameterMiklos Vajna2015-11-031-2/+1
* lokdocview: Fix memory leaksPranav Kant2015-10-311-2/+6
* lokdocview: ensure private structure is allocated with operator newMiklos Vajna2015-10-301-2/+2
* LOK: added the button type and key modifier to postMouseEvent()Mihai Varga2015-10-051-0/+4
* libreofficekit: fix mismatched free() / deleteMiklos Vajna2015-09-281-0/+3
* loplugin:unusedmethodsNoel Grandin2015-08-051-2/+0
* lokdocview: Don't use extern variable: lokThreadPoolPranav Kant2015-08-041-3/+12
* coverity#1315075 Uninitialized pointer fieldCaolán McNamara2015-08-031-1/+22
* lokdocview: post_command arguments are not supposed to be constPranav Kant2015-07-281-1/+1
* lokdocview: setGraphicSelection in another threadPranav Kant2015-07-281-1/+9
* lokdocview: Move postMouseEvent in separate LOK threadPranav Kant2015-07-281-1/+10
* lokdocview: Use only one ctor for instantiating LOEventPranav Kant2015-07-281-28/+26
* Use thread pool for LOK call: paintTile()Pranav Kant2015-07-281-13/+56
* lokdocview, tilebuffer: Add DOxygen commentsPranav Kant2015-07-281-0/+5
* lokdocview: Make paintTile() asyncPranav Kant2015-07-281-4/+24
* CID#1306215 Uninitialized membersMiklos Vajna2015-06-121-1/+1
* loplugin:literaltoboolconversionStephan Bergmann2015-06-091-1/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2015-06-091-4/+0
* tilebuffer: tileSize as member variable is superfluousPranav Kant2015-06-091-5/+2
* tilebuffer: ZoomFactor as member variable is superfluousPranav Kant2015-06-091-14/+0
* lokdocview, tilebuffer: clean upPranav Kant2015-06-091-20/+87
* lokdocview: move commonly used functions and variables to common headerPranav Kant2015-06-091-0/+9
* lokdocview: Add support for editing documentsPranav Kant2015-06-091-34/+34
* lokdocview: Use maps instead of vectorPranav Kant2015-06-091-5/+3
* Add tile buffering supportPranav Kant2015-06-091-0/+78