Activity for WordPerfect to LaTeX converter

  • Jaroslav Fojtik committed [af1a1f] on WP2LaTeX

    Do not call image reader again for a same extension. Also prevent to call duplicate readers.

  • Jaroslav Fojtik committed [17e2ba] on WP2LaTeX

    Invalid instruction should be frstor and not fsave in function EmitFRSTOR().

  • WordPerfect to LaTeX converter WordPerfect to LaTeX converter released /LibsForWinBuild/jbig-2.1b.zip

  • WordPerfect to LaTeX converter WordPerfect to LaTeX converter updated /LibsForWinBuild/lib_webp-1.0.3b.zip

  • WordPerfect to LaTeX converter WordPerfect to LaTeX converter updated /LibsForWinBuild/jbig-2.1.zip

  • WordPerfect to LaTeX converter WordPerfect to LaTeX converter released /LibsForWinBuild/jbig-2.1.zip

  • WordPerfect to LaTeX converter WordPerfect to LaTeX converter released /wp2latex/4.3/wp2latex-4.3b.zip

  • WordPerfect to LaTeX converter WordPerfect to LaTeX converter released /wp2latex/4.3/WP2LaTeX_Installer-4.3.exe

  • Jaroslav Fojtik committed [1ff4c6] on WP2LaTeX

    Update image library to 0.82.

  • Jaroslav Fojtik committed [590674] on WP2LaTeX

    4.19

  • Jaroslav Fojtik committed [03cc9e] on WP2LaTeX

    It is considered to be more safe to use 'snprintf' instead of 'sprintf'.

  • Jaroslav Fojtik committed [de1054] on WP2LaTeX

    It is not wise to make default UTF8, there are lot of unsolved problems yet - reverting.

  • Jaroslav Fojtik committed [585490] on WP2LaTeX

    MASM64 in MSVC2013 is somehow screwed up, provide workaround.

  • Jaroslav Fojtik committed [19b24a] on WP2LaTeX

    New codepade name "none" means to turn of codepage conversion.

  • Jaroslav Fojtik committed [fca5e1] on WP2LaTeX

    {\itshape ... clears cyrillic font in obsolete plaintext notation, needs to add again \cyr. Should be used UTF8.

  • Jaroslav Fojtik committed [0dce9c] on WP2LaTeX

    Check possible NULL rerurned from malloc().

  • Jaroslav Fojtik committed [3696ca] on WP2LaTeX

    Fix several situations where malloc/calloc could return NULL.

  • Jaroslav Fojtik committed [cf411b] on WP2LaTeX

    There should be bitwise & and not logical &&.

  • Jaroslav Fojtik committed [4eefc8] on WP2LaTeX

    Pointers are better to be const.

  • Jaroslav Fojtik committed [bc58ad] on WP2LaTeX

    Implement another hint from cppcheck: "maxlen could be 0 only here".

  • Jaroslav Fojtik committed [7a75e7] on WP2LaTeX

    Prevent accessing data[] when memory allocation fails.

  • Jaroslav Fojtik committed [b08c27] on WP2LaTeX

    "cppcheck" suggested that allocation could fail - fixed.

  • Jaroslav Fojtik committed [329cff] on WP2LaTeX

    Char 0xFE could be considered as signed -1 and not 254 - thanks to cppcheck for finding this.

  • Jaroslav Fojtik committed [6f2604] on WP2LaTeX

    Check for presence of vsnprintf() function.

  • Jaroslav Fojtik committed [e29625] on WP2LaTeX

    Better check for possible memory allocation failure.

  • WordPerfect to LaTeX converter WordPerfect to LaTeX converter released /LibsForWinBuild/lib_webp-1.0.3b.zip

  • Jaroslav Fojtik committed [b92fdb] on WP2LaTeX

    Function sprintf() is considered to be unsafe, use rather snprintf().

  • Jaroslav Fojtik committed [e6cd73] on WP2LaTeX

    Provide ASM implementation of function "UYVY_RGB".

  • Jaroslav Fojtik committed [c434ce] on WP2LaTeX

    Improve preformance of YUYV to RGB conversion ~7.2% faster.

  • Jaroslav Fojtik committed [b028cf] on WP2LaTeX

    Added unit test for function UYVY_RGB.

  • Jaroslav Fojtik committed [267e48] on WP2LaTeX

    Visual studio less then 1600 does not have function snprintf only _snprintf.

  • Jaroslav Fojtik committed [c46fc2] on WP2LaTeX

    Check for presence of itoa() in a configure script.

  • Jaroslav Fojtik committed [e4ea50] on WP2LaTeX

    New compiller problem fixed: "../atoms/include/lists.h:101:16: error: friend declaration specifying a default argument must be a definition".

  • Jaroslav Fojtik committed [630ad0] on WP2LaTeX

    groff-message error: automatically ending diversion 'an*link-text-div' on exit.

  • Jaroslav Fojtik committed [1f865f] on WP2LaTeX

    Char needs to be explicitly signed for some compillers.

  • Jaroslav Fojtik committed [82daa1] on WP2LaTeX

    Check of presence of 'texhash' utility.

  • Jaroslav Fojtik committed [723aba] on WP2LaTeX

    Do not execute "msgfmt" when "gettext" is not found.

  • Jaroslav Fojtik committed [2f8418] on WP2LaTeX

    4.18

  • Jaroslav Fojtik committed [cc835b] on WP2LaTeX

    Change conversion recipe for glyph \ss in math mode as suggested by Hillmar P.

  • Jaroslav Fojtik committed [84369f] on WP2LaTeX

    Fix endian related problem in Conv64_24(), typo fix :(.

  • Jaroslav Fojtik committed [94fed4] on WP2LaTeX

    Fix endian related problem in Conv64_24().

  • Jaroslav Fojtik committed [aa6986] on WP2LaTeX

    Cleanup rester's unit test. Remove warnings about signed/unsigned comparison.

  • Jaroslav Fojtik committed [ac2e37] on WP2LaTeX

    Update raster unit to 0.38.

  • Jaroslav Fojtik committed [4d16f9] on WP2LaTeX

    Add initialisers & checkers for MMX and SSE.

  • Jaroslav Fojtik committed [6eb889] on WP2LaTeX

    Improve BCC compillation batch compile helper.

  • Jaroslav Fojtik committed [58300f] on WP2LaTeX

    Improve performance of Flip24 and Flip32.

  • Jaroslav Fojtik committed [cfd748] on WP2LaTeX

    Fix proper conversion of EnDash and EmDash in math mode.

  • Jaroslav Fojtik committed [67c48a] on WP2LaTeX

    Attempt to convert german sharp s in formulas.

  • Jaroslav Fojtik committed [e7e7e3] on WP2LaTeX

    Fix raster image unit test for high endian platforms.

  • Jaroslav Fojtik committed [1e0494] on WP2LaTeX

    Postincrement was not compilled correctly with some of GCC version.

  • Jaroslav Fojtik committed [8cfeee] on WP2LaTeX

    Image extensions are not used in WP2LaTeX, use -DNO_EXTENSIONS.

  • Jaroslav Fojtik committed [4388fe] on WP2LaTeX

    4.17

  • Jaroslav Fojtik committed [6ba0bb] on WP2LaTeX

    Move function "AbsDiffCopy_u32", improve image operation test.

  • Jaroslav Fojtik committed [8c6433] on WP2LaTeX

    Optimise Flip16 for Windows target.

  • Jaroslav Fojtik committed [d54c03] on WP2LaTeX

    IMprove performance of swab16, swab32 and swab64; C compiller might use intrinsics.

  • Jaroslav Fojtik committed [929fbb] on WP2LaTeX

    Added unit test for common raster image operations.

  • Jaroslav Fojtik committed [affd57] on WP2LaTeX

    Improve raster's MMX/SSE accelerator (Windows only).

  • Jaroslav Fojtik committed [3fdc35] on WP2LaTeX

    Improve performance of Conv32_8 and Conv32_16. Elliminate warning from list tester.

  • Jaroslav Fojtik committed [07d1fa] on WP2LaTeX

    Optimised Conv16_4, improve raster's testing.

  • Jaroslav Fojtik committed [fdf21f] on WP2LaTeX

    Critical deffect in accelerated Conv16_4, affects only Windows builds.

  • Jaroslav Fojtik committed [227394] on WP2LaTeX

    Optimise raster's functions Conv4_64, Conv4_16, Conv1_2, Conv2_1, Conv2_8, Conv2_16, Conv2_24, Conv2_32.

  • Jaroslav Fojtik committed [83302a] on WP2LaTeX

    It is possible to extract comment from .GIF and .PDB images.

  • Jaroslav Fojtik committed [ed687f] on WP2LaTeX

    Ability to read & write comment from PDB image format.

  • Jaroslav Fojtik committed [2d2987] on WP2LaTeX

    Improve functions Conv4_32 and Conv8_4 from raster unit.

  • Jaroslav Fojtik committed [edba55] on WP2LaTeX

    Improve raster unit "Conv4_8" and Conv4_16.

  • Jaroslav Fojtik committed [d573f9] on WP2LaTeX

    Missing to assign Conv16_64 accelerator, extended raster's test - expose NATIVE_ACCESS define.

  • Jaroslav Fojtik committed [3aa408] on WP2LaTeX

    Updated MSVC2008 project; optimised function "Conv8_32".

  • Jaroslav Fojtik committed [075b9b] on WP2LaTeX

    Improve test.cc for rasters. It displays a pointer_sice used.

  • Jaroslav Fojtik committed [7cf036] on WP2LaTeX

    Optimised pixel conversions Win32 & Win64 only.

  • Jaroslav Fojtik committed [2a3063] on WP2LaTeX

    List unit test could be compilled without std::out.

  • Jaroslav Fojtik committed [73e397] on WP2LaTeX

    Fixed macro "Conv32_1" & "Conv64_1" for hi endian platforms.

  • Jaroslav Fojtik committed [963d74] on WP2LaTeX

    Additional improvements to raster library.

  • Jaroslav Fojtik committed [6e2084] on WP2LaTeX

    There is no default support of WEBP in DJGPP.

  • Jaroslav Fojtik committed [3aaa6d] on WP2LaTeX

    Update raster unit to 0.35.

  • Jaroslav Fojtik committed [d248a5] on WP2LaTeX

    Added support for ISO_8859_8 charset, fixed NEW SHEQEL glyph.

  • Jaroslav Fojtik committed [e28c7f] on WP2LaTeX

    Updated list unit to 0.19.

  • Jaroslav Fojtik committed [a28fec] on WP2LaTeX

    No need to initialise const_list::NumAlloc twice.

  • WordPerfect to LaTeX converter WordPerfect to LaTeX converter released /wp2latex/4.2/WP2LaTeX_Installer-4.2c.exe

  • WordPerfect to LaTeX converter WordPerfect to LaTeX converter released /wp2latex/4.2/wp2latex-4.2b.zip

  • Jaroslav Fojtik committed [384c90] on WP2LaTeX

    4.16

  • Jaroslav Fojtik committed [f51c56] on WP2LaTeX

    Eliminate signed/unsigned warnings comparison.

  • Jaroslav Fojtik committed [2b5ddb] on WP2LaTeX

    Fixed conversion of characters: Cyrillic YAT; Cyrillic FITA; ARABIC YEH WITH SMALL V; ARABIC REH WITH INVERTED V.

  • Jaroslav Fojtik committed [028e6c] on WP2LaTeX

    Close text attributes when a color is changed.

  • Jaroslav Fojtik committed [7928a6] on WP2LaTeX

    Fixed character N^o, when package 'texcomp' is disabled.

  • Jaroslav Fojtik committed [36e6c0] on WP2LaTeX

    Cleanup ras_img PDB reader.

  • Jaroslav Fojtik committed [4f528f] on WP2LaTeX

    Updated MSVC 2019 project.

  • Jaroslav Fojtik committed [09daf9] on WP2LaTeX

    Updated raster image library to the version 2.80

  • Jaroslav Fojtik committed [433007] on WP2LaTeX

    Do not define NATIVE_ACCESS when GCC defines __ARM_FEATURE_UNALIGNED.

  • Jaroslav Fojtik committed [367409] on WP2LaTeX

    Updated atom's struct wrapper.

  • Jaroslav Fojtik committed [5fe0b5] on WP2LaTeX

    Reorder parent ctors to eliminate warning.

  • Jaroslav Fojtik committed [6cfb7d] on WP2LaTeX

    Object "Pattern definition" could have child sub-objects.

  • Jaroslav Fojtik committed [ebb78c] on WP2LaTeX

    Use rather unsigned for list::NumAlloc and list::NumUsed.

  • Jaroslav Fojtik committed [d9a3bc] on WP2LaTeX

    Added a new unit test for lists and dbllist components.

  • Jaroslav Fojtik committed [5a6678] on WP2LaTeX

    4.15

  • Jaroslav Fojtik committed [77489e] on WP2LaTeX

    Do not force BMP header allignment, when it is not needed.

  • Jaroslav Fojtik committed [cdb2bb] on WP2LaTeX

    Receive special XML tags in HTML parser.

  • Jaroslav Fojtik committed [7c8732] on WP2LaTeX

    Update raster image library - image loaders.

  • Jaroslav Fojtik committed [744f4a] on WP2LaTeX

    Update man page.

  • Jaroslav Fojtik committed [0fd589] on WP2LaTeX

    Eliminate signed/unsigned comparison warning.

  • Jaroslav Fojtik committed [3fa3e2] on WP2LaTeX

    Improve compillation for Cygwin.

1 >
MongoDB Logo MongoDB