summaryrefslogtreecommitdiffstats
path: root/Mac/Tools
ModeNameSize
-rwxr-xr-xfixapplepython23.py4561logstatsplain
-rw-r--r--pythonw.c4332logstatsplain
12 +- src/jquery_fx_js.h | 12 +- src/jquery_p1.js | 21 +- src/jquery_p1_js.h | 21 +- src/jquery_p2.js | 13 +- src/jquery_p2_js.h | 13 +- src/jquery_p3.js | 5 +- src/jquery_p3_js.h | 5 +- src/jquery_ui.js | 28 +- src/jquery_ui_js.h | 26 +- src/language.cpp | 4 +- src/latexdocvisitor.cpp | 10 +- src/latexgen.cpp | 14 +- src/layout.cpp | 16 +- src/libdoxygen.pro.in | 1 - src/libdoxygen.t.in | 3 + src/markdown.cpp | 46 +- src/markdown.h | 6 +- src/memberdef.cpp | 707 +-- src/memberdef.h | 18 +- src/memberlist.cpp | 39 +- src/message.cpp | 30 +- src/message.h | 1 + src/msc.cpp | 4 +- src/namespacedef.cpp | 54 +- src/outputgen.h | 2 +- src/outputlist.cpp | 48 +- src/outputlist.h | 12 +- src/pagedef.cpp | 8 +- src/parserintf.h | 25 +- src/perlmodgen.cpp | 28 +- src/pre.l | 75 +- src/printdocvisitor.h | 224 +- src/pycode.l | 2 + src/pyscanner.h | 6 +- src/pyscanner.l | 6 +- src/resize.js | 2 +- src/resize_js.h | 2 +- src/rtfdocvisitor.cpp | 2 +- src/rtfgen.cpp | 18 +- src/scanner.h | 6 +- src/scanner.l | 166 +- src/searchindex.cpp | 33 +- src/sqlite3gen.cpp | 2 +- src/tagreader.cpp | 80 +- src/tclscanner.h | 6 +- src/tclscanner.l | 10 +- src/textdocvisitor.cpp | 2 +- src/translator_adapter.h | 2 +- src/translator_ar.h | 392 +- src/translator_fi.h | 2 +- src/translator_kr.h | 119 + src/types.h | 13 + src/util.cpp | 98 +- src/util.h | 2 + src/vhdlcode.l | 2 +- src/vhdldocgen.cpp | 36 +- src/vhdlscanner.h | 6 +- src/vhdlscanner.l | 6 +- src/xmldocvisitor.cpp | 2 +- src/xmlgen.cpp | 30 +- 137 files changed, 16399 insertions(+), 2858 deletions(-) create mode 100644 doc/changelog.doc create mode 100644 jquery/Makefile create mode 100644 jquery/README create mode 100644 jquery/jquery-1.7.1.js create mode 100644 jquery/jquery.ba-1.3-hashchange.js create mode 100644 jquery/jquery.scrollTo-1.4.2.js create mode 100644 jquery/jquery.ui-1.8.18.core.js create mode 100644 jquery/jquery.ui-1.8.18.mouse.js create mode 100644 jquery/jquery.ui-1.8.18.resizable.js create mode 100644 jquery/jquery.ui-1.8.18.widget.js create mode 100644 jquery/split_jquery.pl diff --git a/INSTALL b/INSTALL index 54ef1f1..02f3338 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ -DOXYGEN Version 1.8.3.1-20130402 +DOXYGEN Version 1.8.3.1-20130512 Please read the installation section of the manual (http://www.doxygen.org/install.html) for instructions. -------- -Dimitri van Heesch (02 April 2013) +Dimitri van Heesch (12 May 2013) diff --git a/Makefile.in b/Makefile.in index 9183aec..606804f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -82,7 +82,7 @@ pdf: docs DISTFILES = Doxyfile libmd5 addon tmake doc examples bin lib objects \ qtools src configure configure.bin Makefile.in Makefile.win_nmake.in \ Makefile.win_make.in INSTALL LANGUAGE.HOWTO LICENSE PLATFORMS \ - VERSION packages winbuild + VERSION packages winbuild jquery a