summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-06-15Revert "std::list for Scheduler"Stephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15another stab at tdf#91393Caolán McNamara
2015-06-15Fix humorous search/replace accidentTor Lillqvist
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-15Fix indentationStephan Bergmann
2015-06-15Minor clean upStephan Bergmann
2015-06-15Assume that nDPI should never be zero in ImplLogicToPixelStephan Bergmann
2015-06-15vcl: avoid possible leaks in case of unexpected exceptionsTakeshi Abe
2015-06-15Fix typosAndrea Gelmini
2015-06-14Resolves: tdf#91393 autotext (etc) not fully drawnCaolán McNamara
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-06-13TyposJulien Nabet
2015-06-13Fix typosAndrea Gelmini
2015-06-13Fix funny line-ends.Thorsten Behrens
2015-06-13tdf#92036 - work around writer spelling issueMichael Meeks
2015-06-12vcl: loplugin:pointertoboolMiklos Vajna
2015-06-12std::list for SchedulerJuergen Funk
2015-06-12tdf#91301: Don't cache incomplete tabs.Jan Holesovsky
2015-06-12get rid of a few thousand unnecessary OpenGL callsMarkus Mohrhard
2015-06-12that case can't happen anymoreMarkus Mohrhard
2015-06-12Revert "Fix LibreOffice running with SAL_ENABLEGL=1"Markus Mohrhard
2015-06-12in general this seems to make more senseMarkus Mohrhard
2015-06-12coverity#1306214 Uninitialized pointer fieldCaolán McNamara
2015-06-12coverity#1306212 silence Infinite loopCaolán McNamara
2015-06-11Fix LibreOffice running with SAL_ENABLEGL=1Jan Holesovsky
2015-06-11sw tiled rendering: Ignore window size check.Henry Castro
2015-06-11Cleanup crossplatform cairoMox Soini
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin
2015-06-10tdf#91645 don't change selected menu title text color in Aero themeLászló Németh
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks
2015-06-10loplugin:bodynotinblockStephan Bergmann
2015-06-10WaE: 'convertScreenToBase:' is deprecated: first deprecated in OS X 10.7Tor Lillqvist
2015-06-10WaE: null passed to a callee that requires a non-null argumentTor Lillqvist
2015-06-09Last item of menu with title cannot be hilightedPhilippe Jung
2015-06-09tdf#91462 MenuBarHighlightTextColor should default to MenuHighlightTextColorCaolán McNamara
2015-06-09vcl: handle nDPI == 0 in ImplPixelToLogic()Miklos Vajna
2015-06-09tdf#91462 - fix invisible menu titles of open menusLászló Németh
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin
2015-06-09WaE: null passed to a callee that requires a non-null argumentTor Lillqvist
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08\<the the\> -> theJan Holesovsky
2015-06-08loplugin:redundantcastStephan Bergmann
2015-06-07Remove include stdio (part8)Julien Nabet
2015-06-07Resolves: tdf#89104 Missing actions from toolbarCaolán McNamara
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin