summaryrefslogtreecommitdiff
path: root/sw/qa/tiledrendering
AgeCommit message (Expand)AuthorFilesLines
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-21remove untyped Link<>Noel Grandin1-7/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-2/+2
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin1-1/+1
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclptr: misc. bug fixing.Michael Meeks1-3/+3
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-9/+22
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-0/+202
2015-03-24Executable_tiledrendering is obsolete and can be killedTor Lillqvist2-506/+0
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2013-12-11sw/qa/tiledrendering/tiledrendering.ui is not for translationAndras Timar1-8/+8
2013-11-27Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-15Tiled rendering: Move the common code to the right place - PaintTile().Jan Holesovsky1-25/+2
2013-11-15Update the code snippet for tile rendering to be like in touch_lo_draw_tile()Tor Lillqvist1-5/+17
2013-11-15Tiled rendering: Use VirtualDevice, and set the MapMode correctly.Jan Holesovsky1-16/+11
2013-11-15Tiled rendering: Update the adjustments in the test app .ui.Jan Holesovsky1-2/+9
2013-11-15Tiled rendering: Better way to get the values in the test app.Jan Holesovsky1-12/+6
2013-11-15Tiled rendering: Very crude way to "show something".Jan Holesovsky1-3/+19
2013-11-15Tiled rendering: The tile shows now when we request for it.Jan Holesovsky2-2/+5
2013-11-15Tiled rendering: Show the device's content.Jan Holesovsky1-1/+4
2013-11-15Tiled rendering: Do the same thing as in touch_lo_draw_tile().Jan Holesovsky2-197/+253
2013-11-15Cosmetics.Jan Holesovsky1-13/+16
2013-10-24WaE: declaration shadows a fieldTor Lillqvist1-2/+2
2013-10-24added links to the image in tiled renderingPtyl Dragon2-42/+85
2013-10-24tiledrendering extracts values when clicking renderPtyl Dragon2-305/+14
2013-10-24added callback for renderPtyl Dragon2-92/+343
2013-10-23WaE: -Werror=shadowCaolán McNamara1-2/+2
2013-10-23tiledrendering opens filesPtyl Dragon1-47/+62
2013-10-23tiled rendering file picker worksPtyl Dragon1-2/+27
2013-10-23tiledrendering extracts values when clicking renderPtyl Dragon2-38/+20
2013-10-23added callback for renderPtyl Dragon1-11/+51
2013-10-22Tiled rendering: Finishing touch to the tiledrendering.ui.Jan Holesovsky2-2/+2
2013-10-22added the tiledrendering ui from gladePtyl Dragon2-8/+283
2013-10-21Tiled rendering: VCL test app skeleton.Jan Holesovsky1-0/+101