]> git.lyx.org Git - lyx.git/history - src/client
transfer os::is_absolute_path() to FileName::isAbsolute().
[lyx.git] / src / client /
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-12 Enrico ForestieriCompile fix
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-04 André PönitzPatch from Sven Hoexter. Fix non-ASCII char in name.
2007-11-30 Abdelrazak Younesrevert erroneous commit in r21874.
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-27 André Pönitzcosmetics
2007-11-15 André Pönitzreduce line noise
2007-11-08 André Pönitzshuffle stuff around
2007-09-29 André Pönitzmove ChangeLogs to the attic
2007-08-19 André Pönitzimplement --enable-monolithic-{client,frontend-qt4...
2007-08-15 André Pönitzfix client linking
2007-08-14 André Pönitzadd ugly hack to make client link again
2007-08-11 André Pönitzfix client 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-12 Jean-Marc Lasgouttes * configure.ac: check earlier for -liconv and -lz...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/client, part two
2007-04-26 Bo Pengrename files under src/client, step one
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-06 Enrico ForestieriFix bug 3410 by Georg and me
2007-04-06 Georg BaumUse FileName instead of strings in support::Package.
2007-04-03 Abdelrazak YounesSync with src/debug.C
2007-04-02 Angus LeemingLYXERR compilation fix.
2007-04-01 André Pönitzavoid evalutation of lyxerr arguments unless really...
2007-03-04 Georg BaumUse only one codeset definition
2007-02-26 Abdelrazak YounesFix support lib dependency problem.
2007-01-11 Enrico ForestieriLog:
2006-12-21 Georg BaumFix another instance of filename encoding problems
2006-12-12 Georg BaumMake libQtCore a support library like boost and impleme...
2006-11-18 Abdelrazak Youneshopefully fix client linking.
2006-11-06 Georg BaumAnother compile fix. I don't understand why it worked...
2006-11-06 Georg Baumcompile fix
2006-11-05 Jürgen Spitzmüller* src/client/messages.C: add missing #include <cerrno>
2006-11-05 Michael Schmitt * client/messages.C: add missing #include
2006-11-04 Georg BaumResolve link problems of tex2lyx and client by removing...
2006-10-21 André Pönitztmeporary link fix
2006-10-21 André Pönitzmove everything into namespace lyx
2006-09-15 Jean-Marc Lasgoutteslink lyxclient against iconv
2006-09-11 Jean-Marc Lasgouttes * src/client/debug.C (showLevel):
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-05 Lars Gullik BjønnesUpdate in-tree boost to latest from boost 1.34 cvs.
2006-07-06 Jean-Marc Lasgouttesfix hyphens in man pages
2006-05-10 Lars Gullik BjønnesRemove the now superseeded SConscript files, and some...
2006-05-07 Bo Pengscons-based build system, by Bo Peng (ben.bob@gmail...
2006-04-12 Jean-Marc Lasgouttesadd header <sys/time.h> for DragonFly BSD
2006-03-29 Georg Baumrevert part of Enrico's temp dir patch: The client...
2006-03-20 Georg Baumcompile fix
2006-03-20 Abdelrazak Younesreplace hard-coded "/tmp" with package().temp_dir()
2006-02-10 Lars Gullik BjønnesDelete all .cvsignore files from trunk
2005-12-09 Jean-Marc Lasgouttesfixing linking on solaris
2005-07-18 Angus LeemingHelp Lars spell his name.
2005-07-17 Michael SchmittVarious text message changes
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-04-26 Angus LeemingConsistent use of preprocessor guards;
2005-02-25 Lars Gullik Bjønnesmake "make distcheck" work
2005-01-27 Lars Gullik Bjønnesthe convert patch
2005-01-20 Angus LeemingGuard HAVE_UNISTD_H.
2005-01-19 Angus LeemingUse HAVE_UNISTD_H.
2005-01-19 Angus LeemingAsger's exchanging of the class and struct keywords.
2005-01-10 Angus LeemingThe package reworking.
2004-12-16 Angus LeemingRemove redundant "using lyx::support::GetEnvPath;"
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-11-09 Georg Baummake gettting the file format from file contents work...
2004-10-29 Georg Baumrename getExtFromContents() to getFormatFromContents()
2004-10-26 Angus LeemingWhitespace, nothing but whitespace.
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-09-17 Lars Gullik Bjønnessome fixes, SUN_PATH, pch, errno
2004-09-09 Jean-Marc Lasgouttesfix building client with included gettext
2004-09-06 Jean-Marc Lasgouttesbuild fix
2004-09-04 Lars Gullik Bjønnesforgot this file
2004-09-04 Lars Gullik Bjønneslyxclient moved from development and cleaned up a bit...