summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-06-17Const correctnessTor Lillqvist
2015-06-17finally enable the blacklist parserMarkus Mohrhard
2015-06-17fix a few bugs in blacklist parserMarkus Mohrhard
2015-06-17add license header to blacklist fileMarkus Mohrhard
2015-06-17install blacklist into user profileMarkus Mohrhard
2015-06-17remove all traces of old device codeMarkus Mohrhard
2015-06-17fix typo in file nameMarkus Mohrhard
2015-06-17support multiple devices in the blacklistMarkus Mohrhard
2015-06-17rename xml elements as I need to reorganize everything a bitMarkus Mohrhard
2015-06-17first part for server based blacklistMarkus Mohrhard
2015-06-17Resolves: tdf#91880 Invalidate graphics when the gtk window is destroyedCaolán McNamara
2015-06-16Drop duplicated statementsTor Lillqvist
2015-06-16Log blacklisting more visiblyTor Lillqvist
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16downgrade this WARN to an INFOCaolán McNamara
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