summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-06-16Fix typosAndrea Gelmini2-2/+2
2015-06-16downgrade this WARN to an INFOCaolán McNamara1-2/+2
2015-06-15Revert "std::list for Scheduler"Stephan Bergmann6-126/+111
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin8-21/+10
2015-06-15cppcheck:unreadVariableNoel Grandin3-7/+5
2015-06-15cppcheck:redundantAssignmentNoel Grandin5-10/+7
2015-06-15another stab at tdf#91393Caolán McNamara4-12/+14
2015-06-15Fix humorous search/replace accidentTor Lillqvist1-3/+4
2015-06-15java: 'final static' to 'static final'Noel Grandin1-1/+1
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-15Fix typosAndrea Gelmini2-2/+2
2015-06-14Resolves: tdf#91393 autotext (etc) not fully drawnCaolán McNamara6-35/+66
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet4-7/+5
2015-06-13TyposJulien Nabet1-1/+1
2015-06-13Fix typosAndrea Gelmini1-1/+1
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 Funk6-112/+127
2015-06-12tdf#91301: Don't cache incomplete tabs.Jan Holesovsky1-4/+24
2015-06-12get rid of a few thousand unnecessary OpenGL callsMarkus Mohrhard1-2/+5
2015-06-12that case can't happen anymoreMarkus Mohrhard1-5/+1
2015-06-12Revert "Fix LibreOffice running with SAL_ENABLEGL=1"Markus Mohrhard1-6/+3
2015-06-12in general this seems to make more senseMarkus Mohrhard3-8/+12
2015-06-12coverity#1306214 Uninitialized pointer fieldCaolán McNamara1-1/+5
2015-06-12coverity#1306212 silence Infinite loopCaolán McNamara1-0/+1
2015-06-11Fix LibreOffice running with SAL_ENABLEGL=1Jan Holesovsky2-3/+9
2015-06-11sw tiled rendering: Ignore window size check.Henry Castro1-4/+5
2015-06-11Cleanup crossplatform cairoMox Soini22-872/+52
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin2-5/+5
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin10-27/+27
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin2-14/+16
2015-06-10tdf#91645 don't change selected menu title text color in Aero themeLászló Németh1-0/+1
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks5-12/+58
2015-06-10loplugin:bodynotinblockStephan Bergmann1-2/+2
2015-06-10WaE: 'convertScreenToBase:' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-3/+3
2015-06-10WaE: null passed to a callee that requires a non-null argumentTor Lillqvist1-2/+2
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-09loplugin:unnecessaryvirtualsNoel Grandin1-1/+1
2015-06-09WaE: null passed to a callee that requires a non-null argumentTor Lillqvist1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann70-270/+270
2015-06-08\<the the\> -> theJan Holesovsky1-1/+1
2015-06-08loplugin:redundantcastStephan Bergmann1-2/+2
2015-06-07Remove include stdio (part8)Julien Nabet14-16/+0