summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [doc] update newsPhilipp Gesang2014-01-161-0/+5
|
* [*] adapt references to luaotfload.luaPhilipp Gesang2014-01-169-12/+12
|
* [main] move luaotfload.lua -> luaotfload-main.luaPhilipp Gesang2014-01-161-4/+4
|
* [main,gitignore] add self-contained luaotfload.luaPhilipp Gesang2014-01-162-1/+700
|
* [*] remove luaotfload.lua from dtxPhilipp Gesang2014-01-161-670/+8
|
* [status,doc,graph] ad references to luaotfload-parsers.luaPhilipp Gesang2014-01-143-2/+4
|
* [parsers] group definitions of terminalsPhilipp Gesang2014-01-141-39/+36
|
* [features,parsers] move font request handler into luaotfload-parsers.luaPhilipp Gesang2014-01-142-256/+268
|
* [db] strip redundand localsPhilipp Gesang2014-01-141-8/+2
|
* [db,tool,diagnose,parsers] move miscellaneous patterns into luaotfload-parsersPhilipp Gesang2014-01-144-19/+30
|
* [db,parsers] move read_fonts_conf to parsersPhilipp Gesang2014-01-142-238/+285
|
* [tool] add parsers to initialization chainPhilipp Gesang2014-01-141-0/+1
|
* [main] add parsers to initialization chainPhilipp Gesang2014-01-141-0/+1
|
* [parsers] add file stub of luaotfload-parsers.lua to repoPhilipp Gesang2014-01-141-0/+21
|
* [tool] adapt --info option for version 0.78Philipp Gesang2014-01-131-7/+28
|
* [fontloader] import luatex-fonts-inj.lua, luatex-fonts-otn.luaPhilipp Gesang2014-01-072-0/+3374
|
* [main] obliterate reference to obsolete font-otn.luaPhilipp Gesang2014-01-071-1/+0
|
* [doc] update file graphPhilipp Gesang2014-01-071-2/+3
|
* [doc] update file names in manualPhilipp Gesang2014-01-071-2/+3
|
* [main] substitute new filenames for node-inj.lua and font-otn.luaPhilipp Gesang2014-01-071-2/+3
|
* [fontloader] sync with Context as of 2014-01-07Philipp Gesang2014-01-071-409/+363
|
* [aux] remove reference to unnecessary globalsPhilipp Gesang2014-01-061-3/+0
|
* [main] remove references to config.luaotfload.compatibilityPhilipp Gesang2014-01-061-1/+0
|
* [aux] extinguish compatibility codePhilipp Gesang2014-01-061-103/+19
|
* [fontloader] sync with Context as of 2014-01-06Philipp Gesang2014-01-061-59/+81
|
* [log] fix newline handling of the last status message when imitating texio.*()Philipp Gesang2014-01-031-1/+5
| | | | | | Issue reported by /u/eg9 on https://github.com/lualatex/luaotfload/issues/164#issuecomment-31551430
* [main] set correct default loglevel when running as tex (seriously, dtx is ↵Philipp Gesang2014-01-031-1/+1
| | | | an abomination)
* [tests] include two kinds of tests for Minion ProPhilipp Gesang2014-01-031-0/+24
|
* [db] use (sanitized) names.fullname field when resolving fonts by namePhilipp Gesang2014-01-031-3/+6
|
* [db] fix incorrect localPhilipp Gesang2014-01-031-2/+2
|
* [db] handle missing metadata tablePhilipp Gesang2014-01-031-1/+10
| | | | Fixes issue #164, hopefully.
* [doc] update newsPhilipp Gesang2014-01-021-0/+2
|
* [*] excise test-related make rulesPhilipp Gesang2014-01-021-23/+2
|
* [*] remove tests directoryPhilipp Gesang2014-01-0236-945/+0
| | | | | | | | | | | Testing has been done using the test repo exclusively for quite some time now: https://bitbucket.org/phg/lua-la-tex-tests. Also, the ``mktests`` script partially automates testing of the font management. This changeset is just codifying the facts. If any of the tests deserves preservation please file an issue for inclusion into the test repo. Thanks!
* [*] bump versionPhilipp Gesang2014-01-0210-22/+22
|
* [doc] update NEWSPhilipp Gesang2014-01-021-0/+4
|
* [doc] silence claims about the existence of mkluatexfontdb#Philipp Gesang2014-01-022-5/+3
|
* [tool] destroy --alias option and legacy mkluatexfontdb emulationPhilipp Gesang2014-01-021-38/+5
|
* [tool] exterminate references to legacy codePhilipp Gesang2014-01-021-4/+5
|
* [main] extinguish references to legacy code + bump version and datesPhilipp Gesang2014-01-021-16/+10
|
* [*] annihilate legacy codePhilipp Gesang2014-01-025-9415/+0
|
* [main] fix path resolverPhilipp Gesang2014-01-021-7/+8
| | | | Close #162
* update newsPhilipp Gesang2013-12-311-1/+1
|
* [doc] add note about Makefile to READMEv2.4Philipp Gesang2013-12-301-0/+3
|
* [doc] update list of contributorsPhilipp Gesang2013-12-301-0/+1
|
* Merge branch 'master' of github:lualatex/luaotfloadPhilipp Gesang2013-12-301-19/+20
|\
| * Merge pull request #160 from dohyunkim/masterPhilipp Gesang2013-12-291-19/+20
| |\ | | | | | | transparency conflicts with other packages
| | * reduce the size of res tableDohyun Kim2013-12-291-10/+10
| | |
| | * use table instead of string for transparencyDohyun Kim2013-12-291-20/+18
| | |
| | * Merge branch 'master' of https://github.com/dohyunkim/luaotfloadDohyun Kim2013-12-290-0/+0
| | |\