summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pepr/doxygen into peprDimitri van Heesch2013-07-0253-7850/+4554
|\
| * translator.cpp reference removed from src/libdoxygen.pro.inPetr Prikryl2013-06-261-7/+6
| * translator_report.txt for the timePetr Prikryl2013-06-251-1312/+1280
| * CN + FI: trFunctionPrototypeDocumentation() removedPetr Prikryl2013-06-252-9/+0
| * The non-used methods (see below) removed from all translator classes:Petr Prikryl2013-06-2538-1694/+0
| * src/translator_adapter.h -- trDirDependency() removedPetr Prikryl2013-06-251-2/+0
| * EN + CZ -- unused methods removed:Petr Prikryl2013-06-253-102/+7
| * idLanguageCharset() method removed from all translator classesPetr Prikryl2013-06-2543-3543/+3298
| * src/translator.h simplified, translator.cpp removed,Petr Prikryl2013-06-253-4571/+4259
| * doc/translator.py -- TranslatorDecoder checks removedPetr Prikryl2013-06-251-42/+1
| * src/translatordecoder.h removed, winbuild/Doxygen.vcproj updatedPetr Prikryl2013-06-252-825/+0
| * TranslatorJapaneseEn and TranslatorKoreanEn converted to UTF-8Petr Prikryl2013-06-253-12/+4
| * src/unistd.h ignoredPetr Prikryl2013-06-251-0/+1
| * winbuild/pack_the_distribution_for_windows.py finalized and cleanedPetr Prikryl2013-06-241-51/+18
* | Switch back to default configDimitri van Heesch2013-07-021-1/+1
* | Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-0237-2840/+3953
* | Merge branch 'tagenum'Dimitri van Heesch2013-06-302-3/+15
|\ \
| * | Fix reference to scoped enun imported via a tag file.Dimitri van Heesch2013-06-282-3/+15
* | | Bug 703301 - Misleading warning about DOT fontDimitri van Heesch2013-06-301-1/+1
|/ /
* | Added generated makefiles in addon/doxysearchDimitri van Heesch2013-06-231-0/+2
|/
* Replaced utf8 character that broke latex compilation of the manualDimitri van Heesch2013-06-233-1315/+1315
* Invalid source encoding warning no longer needs to be suppressedDimitri van Heesch2013-06-232-2/+2
* Fixed unused parameter warningsDimitri van Heesch2013-06-221-4/+4
* Merge pull request #12 from pepr/masterDimitri van Heesch2013-06-2214-1479/+1807
|\
| * winbuild/pack_the_distribution_for_windows.py modified for Python 2Petr Prikryl2013-06-211-2/+3
| * translator.py fixed (non ASCII char inside without the encoding decl.)Petr Prikryl2013-06-211-1/+1
| * New script winbuild/pack_the_distribution_for_windows.pyPetr Prikryl2013-06-211-0/+264
| * Minor fix of info inside translator.pyPetr Prikryl2013-06-211-3/+1
| * doc/.gitignore introduced -- mailto.txt ignoredPetr Prikryl2013-06-211-0/+1
| * The generated language.doc reflects the translator classes changes.Petr Prikryl2013-06-211-2/+2
| * translator_report.txt for the time.Petr Prikryl2013-06-201-31/+4
| * JP maintainer's name added an accent in the maintainers.txt.Petr Prikryl2013-06-201-1/+1
| * TranslatorDecoder removed for Slovene.Petr Prikryl2013-06-201-1/+1
| * Slovene converted to UTF-8.Petr Prikryl2013-06-202-154/+149
| * Chinese traditional almost up-to-date (trLegendDoc has the old content).Petr Prikryl2013-06-201-29/+29
| * Chinese traditional converted to UTF-8 plus getting ready for the update.Petr Prikryl2013-06-192-2/+159
| * Chinese-traditional converted to UTF-8.Petr Prikryl2013-06-192-32/+32
| * translator_report.txtPetr Prikryl2013-06-191-10/+0
| * Indonesian translator converted to UTF-8.Petr Prikryl2013-06-192-153/+153
| * Swedish translator converted to UTF-8.Petr Prikryl2013-06-192-245/+245
| * Serbian translator in UTF-8 cleaned.Petr Prikryl2013-06-192-235/+215
| * Japanese translator converted to UTF-8.Petr Prikryl2013-06-192-400/+369
| * Afrikaans translator converted to UTF-8.Petr Prikryl2013-06-192-209/+209
* | Add support for writing and importing C++11 style enums to and from tag filesDimitri van Heesch2013-06-223-27/+92
|/
* Merge pull request #11 from groleo/for-upstreamDimitri van Heesch2013-06-182-39/+40
|\
| * sqlite3: remove trailing spacesAdrian Negreanu2013-06-181-33/+33
| * sqlite3: fix some copy-pasteAdrian Negreanu2013-06-181-3/+3
| * sqlite3: fix misleading error messageAdrian Negreanu2013-06-181-1/+1
| * sqlite3: fix the case when libsqlite3 is a symlinkAdrian Negreanu2013-06-181-2/+2
| * sqlite3: exit when sqlite is requested but not foundAdrian Negreanu2013-06-181-0/+1