summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-04Implement idle GL flushing.private/mmeeks/opengl-backbufferMichael Meeks2-8/+49
2015-12-04Remove lots of paint debugging - squash me ...Michael Meeks2-13/+0
2015-12-04Avoid excessive flushing by hold paint guard over window update.Michael Meeks1-0/+2
2015-12-04vcl: Don't flush if we're mid-rendering - to avoid partial contents.Michael Meeks2-9/+19
2015-12-04vcl: gtk frames should DeInitialize properly, to handle GL cleanup.Michael Meeks1-4/+3
2015-12-04vcl: move begin/end paint counting to SalGraphics where it fits nicely.Michael Meeks18-77/+105
2015-12-04More smoketest notes.Michael Meeks1-1/+4
2015-12-04vcl rebase cleanup; also assertions on non-flushed SalGraphics.Michael Meeks3-17/+33
2015-12-04Get Double-buffered context creation working on linux.Michael Meeks2-41/+46
2015-12-04Try to de-bong horrors around vdev creation.Michael Meeks3-6/+18
2015-12-04More debugging work; potentially multiple contexts created for same window.Michael Meeks1-10/+25
2015-12-04More horrific debugging experience ...Michael Meeks3-5/+41
2015-12-04More tweakables ... no joy.Michael Meeks2-7/+31
2015-12-04STAGE <N> - starting to see something.Michael Meeks1-11/+44
2015-12-04STEP #4 - paint guards & compilation.Michael Meeks10-70/+52
2015-12-04Stage #3 - first cut at flushing the whole buffer across ...Michael Meeks5-8/+95
2015-12-04Step #2 - kill mbOffscreen.Michael Meeks2-32/+31
2015-12-04Step #1 - de-virtualize UseContextMichael Meeks7-44/+14
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky19-38/+800
2015-12-04update creditsChristian Lohmaier1-1292/+1317
2015-12-03Updated coreChristian Lohmaier1-0/+0
2015-12-03vcl: cleanup indents, add doxygen commentsJuergen Funk1-310/+337
2015-12-03tdf#74608 dbaccess: Constructor feature for ODatabaseSourceMatúš Kukan5-42/+11
2015-12-03tdf#34957 - don't push multi-page table to next page.Justin Luth3-2/+13
2015-12-03upload libetonyek 0.1.5David Tardon9-2169/+4
2015-12-03Silence warning in --disable-assert-always-abort buildsStephan Bergmann1-1/+1
2015-12-03sw: fix DOCX export of embedded OOXML objectsMichael Stahl2-14/+25
2015-12-03sw: docx export: write something more specific for embedded PDFMichael Stahl1-0/+6
2015-12-03mDNSResponder: upgrade to release 576.30.4Michael Stahl4-4/+23
2015-12-03sc interperter: Turn it on for a subset of operations by default.Jan Holesovsky1-1/+1
2015-12-03gbuild: expanded "make help" with missing targets.jan iversen1-14/+21
2015-12-03WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-1/+1
2015-12-03tdf#96083 slide transitions wrong with appearing shapesArmin Le Grand3-31/+79
2015-12-03uno::Sequence->std::vector in vcl::ThrobberNoel Grandin3-14/+3
2015-12-03uno:Sequence->std::vector in SmartTagMgrNoel Grandin5-21/+14
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin6-31/+22
2015-12-03use comphelper::containerToSequence()Noel Grandin2-11/+4
2015-12-03uno::Sequence->std::vectorNoel Grandin3-8/+8
2015-12-03use comphelper::containerToSequenceNoel Grandin1-7/+2
2015-12-03uno::Sequence->std::vector, and fix method nameNoel Grandin2-13/+10
2015-12-03uno::Sequence -> std::vectorNoel Grandin2-255/+150
2015-12-03Use comphelper::containerToSequence()Noel Grandin5-60/+56
2015-12-03Resolves: tdf#95700 index dialog cut offCaolán McNamara1-2/+4
2015-12-03Resolves: tdf#94701 allow fully deleting illustration category in comboboxCaolán McNamara1-2/+2
2015-12-03Resolves: tdf#95960 displaced field value in user-defined propertiesCaolán McNamara1-6/+9
2015-12-03coverity#1341505 silence Uninitialized scalar variableCaolán McNamara1-5/+5
2015-12-03coverity#1341504 Uninitialized scalar variableCaolán McNamara2-0/+2
2015-12-03coverity#1341507 Uninitialized pointer fieldCaolán McNamara1-0/+1
2015-12-03Use comphelper::containerToSequence()Miklos Vajna2-10/+4
2015-12-03add move assignment and constructor to uno::ReferenceNoel Grandin2-0/+37