Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tool,doc] inter fontloader warnings option | Philipp Gesang | 2016-04-18 | 1 | -42/+7 |
| | | | | | The option has become redundant with the new loader so we might as well get rid of it. | ||||
* | [tool] adapt fullinfo to new loader | Philipp Gesang | 2016-04-16 | 1 | -4/+13 |
| | | | | | Note that this will explode on the current loader code due to a typo in font-otr.lua. Patch submitted upstream, please be patient. | ||||
* | [tool] annihilate references to FF | Philipp Gesang | 2016-04-16 | 1 | -101/+36 |
| | | | | | | | The tables emitted by the new font reader functions do not correspond to their Fontforge counterparts. Thus, some of the display routines had to be rewritten, in some cases like the names table this resulted in the removal of a good deal of obsolete code. | ||||
* | [tool,db] kill off fontforge | Philipp Gesang | 2016-04-09 | 1 | -2/+29 |
| | | | | | | | | This has been coming for some time: Upstream now provides full Opentype reader capabilities. This allows Luatex to drop those horrible fontforge libraries. Since the API is pretty similar, for Luaotfload it means little change and a decent speed gain. Though we still need to investigate whether the result is equivalent or at least acceptable. | ||||
* | [*] update dates, version | Philipp Gesang | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | [tool] status library API fallout | Philipp Gesang | 2016-04-05 | 1 | -3/+4 |
| | | | | | With revision 5624, the status library was overhauled. Among others we lose the ``luatex_svn`` field which was rather useful for debugging :/ | ||||
* | [tool] fix path displayed in help message | Philipp Gesang | 2015-12-02 | 1 | -1/+1 |
| | | | | | | This extends commit 78a1273715.. to the tool. Also fixes the wrong path being issued to the formatter. Luckily, this is not a functional defect since the path is used for display purposes only. | ||||
* | [tool,db] make cache directives work again | Philipp Gesang | 2015-11-28 | 1 | -7/+10 |
| | | | | | These were rendered unusable due to the suspended initialization. Creating the directives mapping on the fly is just as good. | ||||
* | [tool] adapt module name | Philipp Gesang | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | [*] kill off file headers | Philipp Gesang | 2015-11-05 | 1 | -2/+0 |
| | | | | We have the VCS info in the status file; these things are just silly. | ||||
* | Merge branch 'canonical-master' | Philipp Gesang | 2015-11-03 | 1 | -6/+0 |
|\ | | | | | | | Thanks @eroux for accepting the PR =) | ||||
| * | Remove loading of luatexbae "loader" submodule | Joseph Wright | 2015-10-03 | 1 | -7/+0 |
| | | |||||
* | | [tool] display fuzzy hint only when not fuzzing | Philipp Gesang | 2015-10-30 | 1 | -3/+4 |
| | | |||||
* | | [tool] fix --file lookup | Philipp Gesang | 2015-10-30 | 1 | -4/+3 |
| | | |||||
* | | [tool,resolvers,db] fix references to the fonts table | Philipp Gesang | 2015-10-29 | 1 | -4/+3 |
| | | | | | | | | This makes the ``--find`` option to luaotfload-too work again. | ||||
* | | [tool] adapt outdated usage info | Philipp Gesang | 2015-10-29 | 1 | -3/+3 |
| | | |||||
* | | [tool] adapt to current initialization | Philipp Gesang | 2015-10-28 | 1 | -4/+47 |
| | | |||||
* | | [tool] defer import of logger | Philipp Gesang | 2015-10-28 | 1 | -93/+114 |
| | | |||||
* | | [tool] fix interfacing with database | Philipp Gesang | 2015-10-28 | 1 | -27/+26 |
|/ | |||||
* | [db,tool] prevent database rebuild when querying version info | Philipp Gesang | 2015-06-19 | 1 | -4/+8 |
| | | | | | | Reported by /u/ThomasFehige on Github: https://github.com/lualatex/luaotfload/issues/275#issuecomment-113515484 | ||||
* | [*] bump version and date | Philipp Gesang | 2015-03-29 | 1 | -4/+4 |
| | |||||
* | [db,tool,conf] fix thinko in db update suppression | Philipp Gesang | 2014-07-26 | 1 | -1/+1 |
| | | | | | The ``db.update-live`` option caused all db updates, even forced ones to fail due to a missing check for the kind of run. | ||||
* | [conf,tool] implement configuration writer | Philipp Gesang | 2014-07-24 | 1 | -11/+23 |
| | | | | | Now ``luaotfload-tool --dumpconf`` can be used to output the current configuration to a file. | ||||
* | [*] bump versionv2.5-fix-2 | Philipp Gesang | 2014-07-24 | 1 | -2/+2 |
| | |||||
* | [*] bump version and datev2.5-fix-1 | Philipp Gesang | 2014-07-16 | 1 | -2/+2 |
| | | | | Hope I didn’t mess this up again … | ||||
* | [tool] fix references to config table in initialization | Philipp Gesang | 2014-07-13 | 1 | -10/+11 |
| | |||||
* | [doc] fix variable identifiers | Philipp Gesang | 2014-07-13 | 1 | -2/+0 |
| | |||||
* | [tool] fix setting of verbosity | Philipp Gesang | 2014-07-13 | 1 | -7/+14 |
| | |||||
* | [tool] reorder task list to prevent the log level from being overridden ↵ | Philipp Gesang | 2014-07-13 | 1 | -1/+1 |
| | | | | due to configuration | ||||
* | [tool] fix log level status message | Philipp Gesang | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | [db] remove the alternative (and buggy) verbose file lookup | Philipp Gesang | 2014-07-12 | 1 | -2/+2 |
| | | | | | Also document the file lookup somewhat and rename it to ``font_file_lookup()``. | ||||
* | [db,tool] add db creation and modification time to version message | Philipp Gesang | 2014-05-15 | 1 | -6/+10 |
| | |||||
* | [db,tool,diagnose] eliminat static config hack | Philipp Gesang | 2014-05-14 | 1 | -5/+4 |
| | | | | | Good riddance. We’re now fully migrated to the new, dynamic configuration subsystem with respect to cache paths. | ||||
* | [conf,tool] move status import to configuration | Philipp Gesang | 2014-05-14 | 1 | -7/+4 |
| | |||||
* | tool: include host info in version message | Philipp Gesang | 2014-05-05 | 1 | -3/+12 |
| | |||||
* | [tool] set up interface between the configuration system and the command ↵ | Philipp Gesang | 2014-04-25 | 1 | -2/+6 |
| | | | | line parser | ||||
* | [tool] adapt help message | Philipp Gesang | 2014-04-24 | 1 | -3/+2 |
| | |||||
* | [colors,conf,db,main,tool] adapt the TeX run code to new configuration | Philipp Gesang | 2014-04-24 | 1 | -12/+16 |
| | |||||
* | [db,conf,main,tool] move primary configuration table to new configuration ↵ | Philipp Gesang | 2014-04-22 | 1 | -21/+23 |
| | | | | model (ignore those initialization stubs for now) | ||||
* | [tool,db,conf] integrate defaults into new config model | Philipp Gesang | 2014-04-22 | 1 | -19/+10 |
| | |||||
* | [conf,tool] integrate configuration parser | Philipp Gesang | 2014-04-21 | 1 | -8/+33 |
| | |||||
* | [tool] update usage and help messages to include bisection | Philipp Gesang | 2014-03-30 | 1 | -0/+6 |
| | |||||
* | [tool] fix final stage of bisection | Philipp Gesang | 2014-03-27 | 1 | -2/+5 |
| | |||||
* | [db,tool] reconcile --bisect with --max-fonts | Philipp Gesang | 2014-03-24 | 1 | -6/+32 |
| | |||||
* | [db,tool] display list of remaining files if less than ten | Philipp Gesang | 2014-03-23 | 1 | -0/+18 |
| | |||||
* | [db,tool] implement termination of bisect session | Philipp Gesang | 2014-03-23 | 1 | -3/+24 |
| | |||||
* | [tool] implement good/bad directives for bisection mode | Philipp Gesang | 2014-03-23 | 1 | -3/+36 |
| | |||||
* | [db,tool,main] implement run directive for bisection mode | Philipp Gesang | 2014-03-23 | 1 | -7/+33 |
| | |||||
* | [tool] reimplement bisect status directive | Philipp Gesang | 2014-03-23 | 1 | -14/+41 |
| | |||||
* | [tool] add stop directive to bisect mode | Philipp Gesang | 2014-03-23 | 1 | -0/+22 |
| |