------------------------------------------------------------------------ r3152 | oneiros | 2009-11-16 15:25:54 +0100 (Mon, 16 Nov 2009) | 2 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/pdf/pdfimage.c fix warning: ISO C90 forbids mixed declarations and code ------------------------------------------------------------------------ r3153 | oneiros | 2009-11-16 15:36:23 +0100 (Mon, 16 Nov 2009) | 2 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/lua/limglib.c mark a parameter as unused ------------------------------------------------------------------------ r3154 | oneiros | 2009-11-16 15:37:32 +0100 (Mon, 16 Nov 2009) | 2 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/image/writeimg.c rm unused var ------------------------------------------------------------------------ r3155 | taco | 2009-11-16 16:13:58 +0100 (Mon, 16 Nov 2009) | 13 lines Changed paths: M /trunk/manual/luatexref-t.tex M /trunk/source/texk/web2c/luatexdir/lua/lnodelib.c M /trunk/source/texk/web2c/luatexdir/lua/luanode.c M /trunk/source/texk/web2c/luatexdir/ptexlib.h M /trunk/source/texk/web2c/luatexdir/tex/align.c M /trunk/source/texk/web2c/luatexdir/tex/buildpage.c M /trunk/source/texk/web2c/luatexdir/tex/directions.c M /trunk/source/texk/web2c/luatexdir/tex/directions.h M /trunk/source/texk/web2c/luatexdir/tex/maincontrol.c M /trunk/source/texk/web2c/luatexdir/tex/mlist.c M /trunk/source/texk/web2c/luatexdir/tex/packaging.c M /trunk/source/texk/web2c/luatexdir/tex/packaging.h M /trunk/source/texk/web2c/luatexdir/tex/postlinebreak.c M /trunk/source/texk/web2c/luatexdir/tex/texmath.c Do away with the global pack_direction: * hpack(), vpackage() and natural_sizes() now take an extra argument for the desired direction (value -1 == use default). * the callbacks hpack_filter, vpack_filter and pre_output_filter pass on an extra string argument for the direction, when known (nil == use default). * node.hpack, node.vpack and node.dimensions accept an optional direction argument (not given == use default). * new function string_dir() to ease lua push of the string value ------------------------------------------------------------------------ r3156 | hhenkel | 2009-11-16 16:38:26 +0100 (Mon, 16 Nov 2009) | 4 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/image/writeimg.c M /trunk/source/texk/web2c/luatexdir/image/writeimg.h M /trunk/source/texk/web2c/luatexdir/lua/limglib.c M /trunk/source/texk/web2c/luatexdir/pdf/pdfxform.c \pdfrefxform [width <dimen>] [height <dimen>] [depth <dimen>] <formref> scales a form object; similar principle as with \pdfximage: depth alone doesn't scale, it shifts vertically. ------------------------------------------------------------------------ r3157 | oneiros | 2009-11-16 16:48:38 +0100 (Mon, 16 Nov 2009) | 2 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/lua/limglib.c unused parameter... ------------------------------------------------------------------------ r3158 | hhenkel | 2009-11-16 16:53:53 +0100 (Mon, 16 Nov 2009) | 2 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/lua/limglib.c rm unused variable (thanks Martin!) ------------------------------------------------------------------------ r3159 | taco | 2009-11-16 17:14:15 +0100 (Mon, 16 Nov 2009) | 5 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/font/luafont.c M /trunk/source/texk/web2c/luatexdir/font/texfont.c M /trunk/source/texk/web2c/luatexdir/font/texfont.h Add the function font_malloc_charinfo() that allows pre-allocation of charinfo data, and use that in font_from_lua(). This drastically speeds up font loading for large fonts in Windows (whose realloc() has horrible performance) ------------------------------------------------------------------------ r3160 | hhenkel | 2009-11-16 17:29:11 +0100 (Mon, 16 Nov 2009) | 2 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/lua/limglib.c M /trunk/source/texk/web2c/luatexdir/pdf/pdfimage.c M /trunk/source/texk/web2c/luatexdir/pdf/pdfimage.h delete function ------------------------------------------------------------------------ r3161 | hhenkel | 2009-11-16 22:00:16 +0100 (Mon, 16 Nov 2009) | 2 lines Changed paths: M /trunk/manual/luatexref-t.tex \pdfrefxform parameter description ------------------------------------------------------------------------ r3162 | taco | 2009-11-17 08:58:22 +0100 (Tue, 17 Nov 2009) | 2 lines Changed paths: M /trunk/manual/luatexref-t.pdf M /trunk/manual/luatexref-t.tex some formatting fixes ------------------------------------------------------------------------ r3163 | taco | 2009-11-17 13:43:59 +0100 (Tue, 17 Nov 2009) | 2 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/lua/luainit.c M /trunk/source/texk/web2c/luatexdir/tex/texfileio.c fix of the openoutnameok patch ------------------------------------------------------------------------