Age | Commit message (Expand) | Author |
2015-06-22 | Fix typos | Andrea Gelmini |
2015-06-19 | Fix check for broken standard library | Stephan Bergmann |
2015-06-19 | Catch inadvertent uses of OUString(sal_Unicode) ctor | Stephan Bergmann |
2015-06-19 | once more unto the breech dear fellows | Noel Grandin |
2015-06-19 | workaround older compilers that do not have std::list::erase(const_iterator) | Noel Grandin |
2015-06-19 | fix older compiler | Noel Grandin |
2015-06-19 | add comment | Noel Grandin |
2015-06-19 | fix older compiler | Noel Grandin |
2015-06-19 | tdf#42374 - read PDF in larger chunks | Noel Grandin |
2015-06-19 | tdf#42374, improve perf by fixing bug in pdfi::HashedStyle::hashCode() | Noel Grandin |
2015-06-19 | tdf#42374 some small optimisations for opening this PDF file | Noel Grandin |
2015-06-19 | the ElementTreeVisitable interface is doing nothing useful | Noel Grandin |
2015-06-18 | Fix typos | Andrea Gelmini |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-13 | Fix typos | Andrea Gelmini |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-02 | loplugin:loopvartoosmall | Noel Grandin |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-06-02 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-26 | tdf#91416 - fix some incorrectly allocated VirtualDevices. | Michael Meeks |
2015-04-29 | tdf#63054: pdf_string_parser incorrectly handles escapes | Mike |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-21 | No more need for PartialWeakComponentImplHelper here | Stephan Bergmann |
2015-04-21 | Make cpp/poppler-version.h header optional | Tomáš Chvátal |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-07 | loplugin:staticmethods | Noel Grandin |
2015-04-07 | loplugin:staticmethods | Noel Grandin |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-03-30 | loplugin:staticfunction | Noel Grandin |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-18 | fix higher debug levels | Caolán McNamara |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann |
2015-03-13 | tdf#43157: Fix format string violations in OSL_TRACE etc. | Stephan Bergmann |
2015-03-12 | add accel. to switch monitors to pres. console | David Tardon |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-03-02 | cppcheck: duplicate inherited member | Noel Grandin |
2015-03-01 | Typo: embeded->embedded | Julien Nabet |
2015-02-17 | SkipImages option for PDF import | Mihai |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-22 | fdo#79045 PDF Import: fix text displacement | Vort |
2015-01-22 | pdf import: Kill cut'n'paste, and fix a memory leak. | Jan Holesovsky |
2015-01-21 | fdo#85174 PDF Import: fix character positions without modifying poppler | Vort |
2015-01-20 | continue to implement drawChar for unpatched popplers without drawChar2 hack | Caolán McNamara |