summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-08-14limit access to dx array to min of input len and len of arrayCaolán McNamara
2015-08-13tdf#44388: handle the NULL clip correctly for pdf outputThorsten Behrens
2015-08-13rhbz#1247588: Hold UNO objects by css::uno::ReferenceStephan Bergmann
2015-08-13Remove #ifdef ENABLE_TRACING codeStephan Bergmann
2015-08-13Add a globally usable WindowsErrorString functionTor Lillqvist
2015-08-13kill YIELD_GUARD macroNorbert Thiebaud
2015-08-12another avoid endless loop with busted wmfCaolán McNamara
2015-08-12cosmetic: clean-up vcl/quartzNorbert Thiebaud
2015-08-12WaE: 'rArgs' : unreferenced formal parameterTor Lillqvist
2015-08-12Drop SimpleWinLayoutTor Lillqvist
2015-08-11tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-11vcl: add SalFrame / SalVirtualDevice doxygen commentsMiklos Vajna
2015-08-10tdf#92982 vcl rendercontext: simplify Edit::ImplClearBackground() logicMiklos Vajna
2015-08-10SimpleWinLayout::mbDisableGlyphs was always trueTor Lillqvist
2015-08-10tdf#93325 ImplAnimView rendercontext: stop painting animgifs directlyMiklos Vajna
2015-08-10tdf#93325 ImplAnimView: handle rendercontextMiklos Vajna
2015-08-10Add missing SAL_OVERRIDEsTor Lillqvist
2015-08-10Avoid some ugly and pointless initial double colonsTor Lillqvist
2015-08-08gtk3: name CLIPBOARD and PRIMARY with different namesCaolán McNamara
2015-08-07gtk3: it was pointed out to me we have up and down reversedCaolán McNamara
2015-08-07Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna
2015-08-07tdf#92982 vcl rendercontext: move buffer paint logic to PaintBufferGuardMiklos Vajna
2015-08-07tdf#92982 vcl rendercontext: make PaintBufferGuard visible outside paint.cxxMiklos Vajna
2015-08-07Resolves: tdf#93198 gtk3: support PRIMARY as well as CLIPBOARDCaolán McNamara
2015-08-07opengl: cache native widget textures also for WindowsTomaž Vajngerl
2015-08-06tdf#92982 vcl rendercontext: fix missing background repaint of EditMiklos Vajna
2015-08-05attach gestures to event widget instead of toplevelCaolán McNamara
2015-08-05don't map GDK_KEY_RELEASE to keyboard events, tdf#92996Markus Mohrhard
2015-08-05tdf#92982 vcl rendercontext: fix buffer size with empty user profileMiklos Vajna
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-04tdf#76845: vcl: main thread does not necessarily have SolarMutexMichael Stahl
2015-08-04tdf#92982 vcl rendercontext: no need to tweak map mode in PaintBuffer()Miklos Vajna
2015-08-04tdf#92982 vcl rendercontext: let PaintBufferGuard also manage pixel offsetMiklos Vajna
2015-08-04tdf#92982 vcl rendercontext: PaintHelper: restore set buffer propertiesMiklos Vajna
2015-08-04tdf#92982 vcl rendercontext: set correct offset for the frame-level bufferMiklos Vajna
2015-08-04loplugin:refcountingStephan Bergmann
2015-08-03tdf#92982 vcl rendercontext: no need to call SetupBuffer() twiceMiklos Vajna
2015-08-03tdf#92982 vcl rendercontext: no buffer is created hereMiklos Vajna
2015-08-03vcl:: replace boost::function with std::functionMichael Stahl
2015-08-03inline some use-once typedefsNoel Grandin
2015-08-03inline some use-once typedefsNoel Grandin
2015-08-03tdf#92788 - Middle Button on Mouse Paste Option Broken for X11Noel Grandin
2015-08-03remove some unused typedefsNoel Grandin
2015-08-03Apply MVP matrix when drawing texture using OpenGLProgramTomaž Vajngerl
2015-08-03opengl: support reading 8bit texture (fixes icon corruption)Tomaž Vajngerl
2015-08-03opengl: when scaling, create a new texture with equal settingsTomaž Vajngerl
2015-08-03ImplImageBmp::Draw - nPos parameter is always 0Tomaž Vajngerl
2015-08-01Move fix for tdf#89231 to a better placeKhaled Hosny
2015-08-01valgrind: memleakCaolán McNamara