]> git.lyx.org Git - lyx.git/history - src/tex2lyx/Makefile.am
remove special TEX2LYX code in Spacing,h
[lyx.git] / src / tex2lyx / Makefile.am
2009-10-28 Jean-Marc Lasgouttesremove special TEX2LYX code in Spacing,h
2009-10-27 Jean-Marc LasgouttesMove some functions that only required a FontInfo param...
2009-07-12 Jean-Marc LasgouttesRemove dummy gettext.cpp from tex2lyx source and use...
2009-05-01 Enrico ForestieriWhen performing a reverse DVI search and the tmpdir...
2009-03-19 Jean-Marc LasgouttesOverhaul of the tex2lyx manpage
2009-03-08 Jürgen Spitzmüller* tex2lyx/Makefile.am:
2009-02-21 Richard HeckMove some more code around so as to make module-related...
2009-02-11 Richard HeckMove some code around in an effort to make information...
2008-11-16 Jean-Marc LasgouttesNow tex2lyx is able to set the encoding from what it...
2008-11-16 Enrico ForestieriFix for mingw/cygwin
2008-11-16 Jean-Marc Lasgouttesforgot to move one file
2008-11-15 André Pönitzremove libtool
2008-11-15 Jean-Marc Lasgouttesrename man page
2008-11-15 Jean-Marc Lasgouttesand this...
2008-11-15 Jean-Marc Lasgouttesmove test files in their own directory
2008-06-06 Jean-Marc LasgouttesRemove our in tree gettext version and replace with...
2008-03-20 José Matoxremove lengthcommon.cpp and use it as a link from the...
2008-03-19 José MatoxFighting with autotools to have a building system :-(
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2008-02-22 Jean-Marc Lasgouttescompilation fix for tex2lyx
2007-09-21 José MatoxMake --without-include-boost compile (autotools)
2007-08-27 Martin VermeerCompile fix after bg color patch, thx Bo
2007-08-21 André Pönitzsimplify build process of tex2lyx
2007-08-16 Enrico ForestieriFix tex2lyx linking
2007-08-11 André Pönitzremove lyxrc dependence from support/*
2007-08-11 André Pönitzfix tex2lyx linking
2007-08-11 André Pönitzfix building with automake; break scons, cmake and...
2007-08-10 André Pönitzenable building of shared libraries. reduces final...
2007-07-04 Jean-Marc Lasgouttesthe -lz for zlib is already in LIBS
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename files under src/tex2lyx
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename .C => .cpp for files in src/frontends/controller...
2007-04-24 André Pönitzmove lyxlex_pimpl.* into lyxlex.C
2007-01-11 Enrico ForestieriLog:
2006-11-04 Georg BaumResolve link problems of tex2lyx and client by removing...
2006-08-22 Jean-Marc LasgouttesMake sure to link lyx and tex2lyx against libiconv.
2006-04-27 Bo PengRemove USE_COMPRESSION and force the use of zlib, by...
2006-04-21 Bo PengReplace gzstream by boost::iostreams::gzip_(de)compress...
2005-10-18 Jean-Marc Lasgouttesfix compilation with automake 1.5
2005-07-18 Lars Gullik Bjønnesadd tex2lyx.man to extra dist
2005-07-16 Lars Gullik Bjønnesdrop reLyX like it is hot, and setup to use tex2lyx...
2005-07-12 Lars Gullik Bjønnesmake sure to dist pch.h and mark PCH_FILE as a built...
2005-05-20 Lars Gullik Bjønnesthe AM_* flags patch
2005-02-03 Angus LeemingMake -lz conditional on USE_COMPRESSION.
2005-02-03 Georg Baumfix tex2lyx linking for gcc 3.3 and older
2005-02-02 Angus LeemingIt appears that tex2lyx no longer requires libz...
2005-01-31 Lars Gullik Bjønnesditch FileInfo -> use boost.filesystem
2004-12-14 Angus LeemingRemove trailing slash from -Ifoo/ in the AM_CPPFLAGS...
2004-12-05 Lars Gullik Bjønnesrename boost libs, add some boost variables for automak...
2004-12-04 Lars Gullik Bjønnesmore PCH_FLAGS work
2004-12-03 Lars Gullik Bjønnesuse AM_CPPFLAGS instead of INCLUDES since that is depre...
2004-08-18 Lars Gullik BjønnesMore pch work.
2004-05-26 Lars Gullik Bjønnessome more gettext work
2003-12-10 André PönitzGeorg Baum's vspace change
2003-10-17 Lars Gullik Bjønnesfix parallel make
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-08-07 Jean-Marc LasgouttesAfter all those hours of frustrating coding on tex2lyx...
2003-08-04 Jean-Marc Lasgouttesarchitectural changes to tex2lyx
2003-07-30 Angus LeemingHide the fact that we re-generate those symbolic links...
2003-07-27 Lars Gullik Bjønneszlib stuff
2003-07-27 Angus LeemingRemove cruft spotted by Kayvan.
2003-07-27 Angus LeemingRemove hard coding of command layouts.
2003-07-26 Angus LeemingEnable tex2lyx to read the LyX textclass and to use...
2003-04-29 André Pönitzwhitespace + Inset::haveParagraphs
2003-04-17 André Pönitzre-structure the beast
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-12 André Pönitzfinish reader/writer split
2003-02-11 André PönitzFirst shot at real code..
2003-02-10 Angus Leemingadd a tex2lyx dir and empty Makefile.am to enable this...