summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [misc] make valgrind suppressions more strictPhilipp Gesang2014-04-191-15/+15
|
* [fontloader] sync with Context as of 2014-04-16Philipp Gesang2014-04-161-4/+13
|
* [db] update index structure documentationPhilipp Gesang2014-04-061-33/+32
|
* [fontloader] sync with Context as of 2014-04-05Philipp Gesang2014-04-051-2/+12
|
* [doc] update NEWSPhilipp Gesang2014-04-051-0/+1
|
* [tool] update usage and help messages to include bisectionPhilipp Gesang2014-03-301-0/+6
|
* [doc] group debugging related functionality in manpagePhilipp Gesang2014-03-301-12/+12
|
* [doc] document bisection in manpagePhilipp Gesang2014-03-301-6/+60
|
* [doc] move up footnote concerning the former “trep” setPhilipp Gesang2014-03-301-10/+8
|
* [doc] workaround for inline code in tablesPhilipp Gesang2014-03-302-10/+11
|
* [tool] fix final stage of bisectionPhilipp Gesang2014-03-271-2/+5
|
* [fontloader] sync with Context as of 2014-03-25Philipp Gesang2014-03-251-10/+13
|
* [db,tool] reconcile --bisect with --max-fontsPhilipp Gesang2014-03-242-8/+40
|
* [db,tool] display list of remaining files if less than tenPhilipp Gesang2014-03-232-1/+39
|
* [db,tool] implement termination of bisect sessionPhilipp Gesang2014-03-232-3/+41
|
* [tool] implement good/bad directives for bisection modePhilipp Gesang2014-03-231-3/+36
|
* [db,tool,main] implement run directive for bisection modePhilipp Gesang2014-03-233-24/+63
|
* [tool] reimplement bisect status directivePhilipp Gesang2014-03-231-14/+41
|
* [tool] add stop directive to bisect modePhilipp Gesang2014-03-231-0/+22
|
* [db,tool] add bisection initialization routinesPhilipp Gesang2014-03-232-10/+99
|
* [tool] add dummies for --bisectPhilipp Gesang2014-03-221-2/+62
|
* [fontloader] sync with Context as of 2014-03-22Philipp Gesang2014-03-221-2/+4
|
* [db] update multi-pass descriptionPhilipp Gesang2014-03-211-7/+7
|
* [db] retrieve list of font files before scanning themPhilipp Gesang2014-03-211-147/+137
|
* [*] update .gitignorePhilipp Gesang2014-03-201-1/+18
|
* [doc] make inline code work consistently with both formatsPhilipp Gesang2014-03-203-188/+303
|
* [fontloader] sync with Context as of 2014-03-16Philipp Gesang2014-03-161-37/+51
|
* [doc] actually patch node mode correctly (Thanks, Hans\!)Philipp Gesang2014-03-141-3/+4
|
* [fontloader] fix node modePhilipp Gesang2014-03-141-2/+2
| | | | See http://www.ntg.nl/pipermail/ntg-context/2014/077372.html
* [fontloader] sync with Context as of 2014-03-14Philipp Gesang2014-03-141-53/+147
|
* [doc] add first draft Context layerPhilipp Gesang2014-03-131-0/+457
|
* [doc] introduce fake environment for itemsPhilipp Gesang2014-03-092-64/+121
|
* [doc] add license note to pdf manualPhilipp Gesang2014-03-071-0/+21
|
* [*] handle license file in makefilePhilipp Gesang2014-03-071-2/+2
|
* [*] add license text as toplevel file COPYINGPhilipp Gesang2014-03-071-0/+350
|
* [doc] erase gpl from pdfPhilipp Gesang2014-03-072-435/+0
|
* [doc] move tables to more abstract syntaxPhilipp Gesang2014-03-052-19/+46
|
* [db] treat missing fontname as invalid fontPhilipp Gesang2014-03-041-7/+6
|
* [doc] move table floats and inline code snippets to new macrosPhilipp Gesang2014-03-042-63/+88
|
* [doc] conver GPL in manual to abstract macrosPhilipp Gesang2014-03-031-269/+265
|
* [main] fix syntaxPhilipp Gesang2014-03-031-1/+1
|
* [doc] move description and figure environment to more abstract macrosPhilipp Gesang2014-02-262-208/+228
|
* [doc] move Latex inline verbatim commands to listingsPhilipp Gesang2014-02-254-66/+91
|
* [misc,build] package suppressionfile in doc/ treePhilipp Gesang2014-02-171-5/+9
|
* [misc] add valgrind suppression file for Luatex debuggingPhilipp Gesang2014-02-171-0/+111
|
* [doc] wrap further code in more abstract macrosPhilipp Gesang2014-02-172-192/+236
|
* [doc] add note concerning state of feature file supportPhilipp Gesang2014-02-161-0/+7
| | | | | As suggested by @Crissov, https://github.com/lualatex/luaotfload/issues/200#issuecomment-35163810
* [doc] use abstract macrosPhilipp Gesang2014-02-162-370/+461
|
* [doc,*] adapt makefiles to new doc sourcePhilipp Gesang2014-02-152-5/+6
|
* [doc] kill dtxPhilipp Gesang2014-02-153-1994/+2076
| | | | | | | | The file ``luaotfload.dtx`` which made the documentation a huge PITA to extend, has finally been converted to ordinary Latex format. In the course of this conversion the style directives have been moved to file (``luaotfload-latex.tex``) so as to separate them from the content (``luaotfload-main.tex``).