summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/wpg-input.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-0/+4
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8407)
* ifdef instead of ifndef WITH_LIBWPGAdib Taraben2007-12-211-1/+1
| | | (bzr r4269)
* compile depending on WITH_LIBWPGtheAdib2007-12-211-0/+5
| | | (bzr r4268)
* r13108@tres: ted | 2006-07-30 12:27:51 -0700Ted Gould2006-07-311-0/+43
Builds and links. Doesn't work, but builds and links. (bzr r1525)