summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2015-06-16Fix typosAndrea Gelmini3-3/+3
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16downgrade this WARN to an INFOCaolán McNamara1-2/+2
2015-06-15Revert "std::list for Scheduler"Stephan Bergmann5-125/+110
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin3-6/+3
2015-06-15cppcheck:redundantAssignmentNoel Grandin2-4/+4
2015-06-15another stab at tdf#91393Caolán McNamara2-2/+2
2015-06-15Fix indentationStephan Bergmann1-18/+18
2015-06-15Minor clean upStephan Bergmann1-9/+8
2015-06-15Assume that nDPI should never be zero in ImplLogicToPixelStephan Bergmann1-1/+2
2015-06-15vcl: avoid possible leaks in case of unexpected exceptionsTakeshi Abe1-10/+6
2015-06-14Resolves: tdf#91393 autotext (etc) not fully drawnCaolán McNamara2-4/+14
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet3-6/+4
2015-06-13Fix funny line-ends.Thorsten Behrens1-4/+4
2015-06-13tdf#92036 - work around writer spelling issueMichael Meeks1-2/+15
2015-06-12vcl: loplugin:pointertoboolMiklos Vajna1-1/+1
2015-06-12std::list for SchedulerJuergen Funk5-111/+126
2015-06-12get rid of a few thousand unnecessary OpenGL callsMarkus Mohrhard1-2/+5
2015-06-11sw tiled rendering: Ignore window size check.Henry Castro1-4/+5
2015-06-11Cleanup crossplatform cairoMox Soini2-5/+8
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-3/+3
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks4-11/+33
2015-06-09Last item of menu with title cannot be hilightedPhilippe Jung1-1/+1
2015-06-09tdf#91462 MenuBarHighlightTextColor should default to MenuHighlightTextColorCaolán McNamara2-7/+2
2015-06-09vcl: handle nDPI == 0 in ImplPixelToLogic()Miklos Vajna1-1/+1
2015-06-09tdf#91462 - fix invisible menu titles of open menusLászló Németh1-1/+6
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann27-104/+104
2015-06-07Remove include stdio (part8)Julien Nabet2-2/+0
2015-06-07Resolves: tdf#89104 Missing actions from toolbarCaolán McNamara1-5/+14
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-06-06Typo: emty->emptyJulien Nabet1-3/+3
2015-06-05Clear VclPtr instance reference on removed UserEvents.Michael Meeks2-3/+7
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky2-8/+5
2015-06-05Use status offscreen rendering when not in "RecordLayout" modeTomaž Vajngerl1-1/+6
2015-06-04Cleanup crossplatform cairoMox Soini2-5/+8
2015-06-04fix rendercontext rendering of standard toolbar iconsLászló Németh1-1/+1
2015-06-04loplugin:simplifyboolStephan Bergmann1-1/+1
2015-06-04disable off-screen drawing of statusbar items (for now)Tomaž Vajngerl1-1/+1
2015-06-04Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara1-1/+2
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin9-29/+29
2015-06-04fix status bar flickering (zoom slider fo example)Tomaž Vajngerl1-66/+30
2015-06-03OS X: Default to the 'breeze' icon theme.Jan Holesovsky1-1/+1
2015-06-03make it possible to force enable double buffering for all widgetsTomaž Vajngerl1-2/+1
2015-06-03graphicfilter: store the funky animated GIF in a PNG as a GIFTomaž Vajngerl1-10/+18
2015-06-02fix rendercontext rendering of toolboxLászló Németh1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann8-15/+15
2015-06-01coverity#1302690 Uninitialized pointer fieldCaolán McNamara1-58/+41
2015-06-01coverity#1302689 Uninitialized scalar fieldCaolán McNamara1-2/+20
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara15-67/+75
2015-06-01Allow unsetting underline attributeAndrzej Hunt1-2/+2