Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | TranslatorDecoder removed for Slovene. | Petr Prikryl | 2013-06-20 | 1 | -1/+1 | |
| | | ||||||
| * | Slovene converted to UTF-8. | Petr Prikryl | 2013-06-20 | 2 | -154/+149 | |
| | | | | | | | | | | There was an encoding bug introduced in the past. The characters 'š', 'č', and 'ž' were substitued in editor instead of the funny nochars. | |||||
| * | Chinese traditional almost up-to-date (trLegendDoc has the old content). | Petr Prikryl | 2013-06-20 | 1 | -29/+29 | |
| | | ||||||
| * | Chinese traditional converted to UTF-8 plus getting ready for the update. | Petr Prikryl | 2013-06-19 | 2 | -2/+159 | |
| | | ||||||
| * | Chinese-traditional converted to UTF-8. | Petr Prikryl | 2013-06-19 | 2 | -32/+32 | |
| | | | | | | | | | | It already was in UTF-8. It was only declared as BIG5. Trailing spaces removed. TranslatorDecoder removed for the language. | |||||
| * | translator_report.txt | Petr Prikryl | 2013-06-19 | 1 | -10/+0 | |
| | | ||||||
| * | Indonesian translator converted to UTF-8. | Petr Prikryl | 2013-06-19 | 2 | -153/+153 | |
| | | ||||||
| * | Swedish translator converted to UTF-8. | Petr Prikryl | 2013-06-19 | 2 | -245/+245 | |
| | | ||||||
| * | Serbian translator in UTF-8 cleaned. | Petr Prikryl | 2013-06-19 | 2 | -235/+215 | |
| | | | | | | | | Serbian translator was already in UTF-8. The decode() method was removed. | |||||
| * | Japanese translator converted to UTF-8. | Petr Prikryl | 2013-06-19 | 2 | -400/+369 | |
| | | | | | | | | The decode() method removed. | |||||
| * | Afrikaans translator converted to UTF-8. | Petr Prikryl | 2013-06-19 | 2 | -209/+209 | |
| | | | | | | | | The ë replaced by the character. | |||||
* | | Add support for writing and importing C++11 style enums to and from tag files | Dimitri van Heesch | 2013-06-22 | 3 | -27/+92 | |
|/ | ||||||
* | Merge pull request #11 from groleo/for-upstream | Dimitri van Heesch | 2013-06-18 | 2 | -39/+40 | |
|\ | | | | | sqlite3 fixes | |||||
| * | sqlite3: remove trailing spaces | Adrian Negreanu | 2013-06-18 | 1 | -33/+33 | |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | |||||
| * | sqlite3: fix some copy-paste | Adrian Negreanu | 2013-06-18 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | |||||
| * | sqlite3: fix misleading error message | Adrian Negreanu | 2013-06-18 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | |||||
| * | sqlite3: fix the case when libsqlite3 is a symlink | Adrian Negreanu | 2013-06-18 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | |||||
| * | sqlite3: exit when sqlite is requested but not found | Adrian Negreanu | 2013-06-18 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | |||||
* | | Merge pull request #9 from pepr/master | Dimitri van Heesch | 2013-06-18 | 12 | -3357/+3344 | |
|\ \ | | | | | | | Several TranslatorXxxx files converted to UTF-8 | |||||
| * | | translator_report and language.doc generated for the changes | Petr Prikryl | 2013-06-18 | 2 | -1438/+1361 | |
| | | | ||||||
| * | | Norwegian translator converted to utf-8. | Petr Prikryl | 2013-06-18 | 2 | -208/+208 | |
| | | | ||||||
| * | | Lithuanian translator converted to UTF-8. | Petr Prikryl | 2013-06-18 | 2 | -287/+287 | |
| | | | ||||||
| * | | Hungarian translator converted to UTF-8. | Petr Prikryl | 2013-06-18 | 2 | -384/+384 | |
| | | | ||||||
| * | | TranslatorDecoder removed for Russian. | Petr Prikryl | 2013-06-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | The TranslatorRussian already uses UTF-8; anyway, TranslatorDecoder was still used in the language.cpp. | |||||
| * | | Danish translator converted to UTF-8. | Petr Prikryl | 2013-06-18 | 2 | -87/+87 | |
| | | | ||||||
| * | | TranslatorDecoder removed for Romanian. | Petr Prikryl | 2013-06-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | The TranslatorRomanian was already converted to UTF-8 earlier, but the TranslatorDecoder was still used in the language.cpp. | |||||
| * | | Latvian translator converted to UTF-8. | Petr Prikryl | 2013-06-18 | 2 | -394/+394 | |
| | | | ||||||
| * | | Korean translator converted to UTF-8. | Petr Prikryl | 2013-06-18 | 2 | -555/+555 | |
| | | | ||||||
| * | | Translators for ES and FR -- base class fixed. | Petr Prikryl | 2013-06-18 | 2 | -2/+59 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2013-06-18 | 38 | -104/+330 | |
| |\ \ | | |/ | ||||||
| * | | winbuild/.gitignore added | Petr Prikryl | 2013-05-31 | 1 | -0/+7 | |
| | | | ||||||
* | | | Bug 702590 - Crash with TAB_SIZE=-1 | Dimitri van Heesch | 2013-06-18 | 1 | -1/+4 | |
| | | | ||||||
* | | | Fixed regression introduced by fixed bug Bug 700740 | Dimitri van Heesch | 2013-06-17 | 1 | -2/+2 | |
| | | | ||||||
* | | | Bug 702066 - VHDL: Bad HTML formatting when using inline sources | Dimitri van Heesch | 2013-06-16 | 1 | -14/+26 | |
| |/ |/| | ||||||
* | | Merge branch 'bug702189' | Dimitri van Heesch | 2013-06-15 | 1 | -30/+30 | |
|\ \ | ||||||
| * | | Bug 702189 - Markdown and @image | Dimitri van Heesch | 2013-06-15 | 1 | -30/+30 | |
| | | | ||||||
* | | | Merge branch 'bug701314' | Dimitri van Heesch | 2013-06-15 | 0 | -0/+0 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: src/vhdlscanner.l | |||||
| * | | | Bug 701314 - URLs are not created on C# classes in some cases | Dimitri van Heesch | 2013-06-03 | 31 | -26/+156 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'bug700740' | Dimitri van Heesch | 2013-06-15 | 0 | -0/+0 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Bug 700740 - Doxygen does not create links on C++ 11 style enum classes | Dimitri van Heesch | 2013-06-06 | 4 | -38/+138 | |
| |/ | ||||||
* | | Fixed type in function name | Dimitri van Heesch | 2013-06-15 | 3 | -3/+3 | |
| | | ||||||
* | | Bug 701314 - URLs are not created on C# classes in some cases | Dimitri van Heesch | 2013-06-15 | 31 | -26/+156 | |
| | | ||||||
* | | Bug 700740 - Doxygen does not create links on C++ 11 style enum classes | Dimitri van Heesch | 2013-06-15 | 4 | -38/+138 | |
| | | ||||||
* | | Bug 701771 - EXPAND_AS_DEFINED not working with some project structures | Dimitri van Heesch | 2013-06-08 | 1 | -1/+1 | |
| | | ||||||
* | | Remove some unneeded & still enabled debug info | Dimitri van Heesch | 2013-06-04 | 1 | -6/+0 | |
| | | ||||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2013-06-04 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Update README.md | Dimitri van Heesch | 2013-05-31 | 1 | -0/+1 | |
| |/ | ||||||
* | | Bug 694147 - #undef is ignored by doxygen | Dimitri van Heesch | 2013-06-04 | 1 | -0/+1 | |
| | | ||||||
* | | Bug 701550 - Error List window in Visual Studio no longer recognizes doxygen ↵ | Dimitri van Heesch | 2013-06-04 | 1 | -2/+2 | |
|/ | | | | warnings | |||||
* | Bug 700646 - XML output does not handle HTML entities in titles | Dimitri van Heesch | 2013-05-30 | 3 | -7/+9 | |
| |