summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #208 from phi-gamma/texlive2014Philipp Gesang2014-03-244-30/+410
|\ | | | | add bisect mode
| * [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
| |
* | Merge pull request #207 from phi-gamma/texlive2014Philipp Gesang2014-03-215-341/+463
|\| | | | | separate the collecting of font files from the scanning pass
| * [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
| |
* | Merge pull request #206 from phi-gamma/texlive2014Philipp Gesang2014-03-161-37/+51
|\| | | | | [fontloader] sync with Context as of 2014-03-16
| * [fontloader] sync with Context as of 2014-03-16Philipp Gesang2014-03-161-37/+51
| |
* | Merge pull request #205 from phi-gamma/texlive2014Philipp Gesang2014-03-144-118/+727
|\| | | | | sync; context setups for manual (alpha)
| * [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
| |
* | Merge pull request #203 from phi-gamma/texlive2014Philipp Gesang2014-03-077-881/+1068
|\| | | | | update docs
| * [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
| |
* | Merge pull request #202 from phi-gamma/texlive2014Philipp Gesang2014-02-162-370/+468
|\| | | | | improve docs
| * [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
| |
* | Merge pull request #201 from phi-gamma/texlive2014Philipp Gesang2014-02-157-2000/+2092
|\| | | | | kill dtx
| * [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``).
| * [tool,doc] document “--local” option in manual and usage messagesPhilipp Gesang2014-02-142-1/+10
| |
* | Merge pull request #199 from phi-gamma/texlive2014Philipp Gesang2014-02-144-48/+49
|\| | | | | scan local fonts during TeX run
| * [*] update newsPhilipp Gesang2014-02-141-0/+2
| |
| * [db,main,tool] scan local fonts upon failed lookup during a TeX run ↵Philipp Gesang2014-02-143-30/+28
| | | | | | | | (requires the config flag “scan_local”)
| * [db,tool] make local font scan part of update_names()Philipp Gesang2014-02-142-21/+22
| |