summaryrefslogtreecommitdiff
path: root/sdext/source
AgeCommit message (Expand)AuthorFilesLines
2012-07-16fdo#521512 - fix presenter console display switchingMichael Meeks1-3/+3
2012-06-12fix invalid vector.push_back(vector.back())Michael Stahl2-2/+4
2012-06-05Remove bogus dependency of extension on comphelperStephan Bergmann2-5/+3
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-4/+7
2012-06-02targeted string re-workNorbert Thiebaud29-203/+180
2012-06-02targeted string re-workNorbert Thiebaud1-14/+14
2012-05-31target cppcheck index incrementing revertMichael Meeks2-7/+3
2012-05-30sdext: cleanup presenter screen handling pwrt. namingMichael Meeks2-23/+23
2012-05-31nuke unused typedefTakeshi Abe1-3/+0
2012-05-30presenter-console: cleanup and simplify threading mess around timers.Michael Meeks2-55/+29
2012-05-20Some cppcheck cleaningJulien Nabet1-1/+1
2012-05-17removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-05-17WaE: MSVC2008 C4309 truncation of constant dataCaolán McNamara3-5/+7
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara5-8/+0
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara2-35/+18
2012-05-15Do not call getOrigName everTomas Chvatal1-4/+0
2012-05-14better fix for poppler 0.20Petr Mladek1-3/+1
2012-05-14poppler 0.20 changed its apiIonut Biru1-0/+4
2012-05-12fdo#46223: Fix Presenter Console help screen layoutGábor Stefanik1-15/+51
2012-04-24Bump extension versions after changing to passive registrationStephan Bergmann3-3/+3
2012-04-24remove leftover component_writeInfoDavid Tardon1-6/+0
2012-04-21Fix fdo#45848Korrawit Pruegsanusak1-1/+1
2012-04-19convert presenter console to passive registrationDavid Tardon3-38/+12
2012-04-19convert pdfimport to passive registrationDavid Tardon3-32/+21
2012-04-19convert presentation minimizer to passive registrationDavid Tardon2-2/+12
2012-04-18fix presentation minimizer registrationDavid Tardon1-1/+1
2012-04-18mpAccessibleConsole is not a child of itself .-)David Tardon1-1/+1
2012-04-16callcatcher: update listCaolán McNamara2-13/+0
2012-04-14unusedcode: PresenterAnimation and PresenterAnimatorMatúš Kukan7-400/+0
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara3-0/+13
2012-04-13gbuildize internal zlibCaolán McNamara3-13/+0
2012-04-10Remove VERBOSE part 3Rob Snelders1-13/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi6-14/+14
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-17/+17
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-2/+2
2012-04-04fdo#33914 do not play sound in presenter consoleDavid Tardon2-13/+20
2012-04-04set alpha tooDavid Tardon1-1/+1
2012-04-04sdext: use CustomTarget makefilesMatúš Kukan2-77/+0
2012-03-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe2-2/+0
2012-03-23.pdf files don't need executable bitsMichael Stahl2-0/+0
2012-03-22maTransform had to go ( was always = identity)Christina Rossmanith2-3/+0
2012-03-20callcatcher: update listCaolán McNamara3-38/+0
2012-03-20Remove unused code (sdext)Christina Rossmanith8-58/+0
2012-03-20Remove unused code (sdext)Christina Rossmanith4-65/+2
2012-03-20Remove unused codeChristina Rossmanith2-13/+0
2012-03-20cppcheck report: logical disjunction always evaluates to trueJulien Nabet1-1/+1
2012-03-20orientation is always verticalCaolán McNamara4-396/+43
2012-03-16do not let a unittest create temp files in the current directoryLuboš Luňák1-12/+10
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann3-1/+10