]> git.lyx.org Git - lyx.git/history - src/client
- Coding style
[lyx.git] / src / client /
2011-05-15 Peter Kümmelcmake: build a .dmg file on Mac, looks not as nice...
2011-05-12 Peter Kümmelcmake on mac: also build with LYX_NLS=0
2011-05-12 Peter Kümmelcmake on mac: build with external libintl, find gettext...
2011-05-10 Kornel BenkoIn colaboration with Stephan Witt, adapted to our libin...
2011-05-10 Peter Kümmelcmake: move CMakeLists.txt into source dir (multiple...
2011-05-06 Kornel Benko1.) Corrected internal compilation for Libintl
2011-03-25 Enrico ForestieriInfrastructure for choosing different icon sets. This...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-03-29 Richard HeckThis hasn't much effect but seems wise.
2010-01-17 Enrico ForestieriFix bug #5525: Windows XP doesn't shut down with LyX...
2009-08-14 Enrico ForestieriDon't rely on the signal delivered by raise(), as this...
2009-07-25 Pavel SandaFix bug #6106. This can go to branch Juergen.
2009-05-01 Enrico ForestieriWhen performing a reverse DVI search and the tmpdir...
2009-03-19 Jean-Marc Lasgouttesuse $version_suffix instead of $program_suffix in man...
2009-03-17 Enrico ForestieriFixes for gcc4 on cygwin.
2009-03-09 Jean-Marc Lasgouttesmake the lyxclient man page autogenerated
2009-02-24 Pavel SandaCosmetics
2008-11-17 Pavel SandaSupport gcc 4.4. Patch from Martin Michlmayr.
2008-11-16 Enrico ForestieriFix for mingw/cygwin
2008-11-15 André Pönitzremove libtool
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-26 Pavel SandaLet lyxclient read the whole line of input.
2008-09-26 Pavel Sanda* man
2008-06-06 Jean-Marc LasgouttesRemove our in tree gettext version and replace with...
2008-05-30 Pavel SandaRemove client/debug.* since they are not used anymore.
2008-05-23 Richard HeckCompilation fix.
2008-05-23 Abdelrazak YounesMake sure the temp path is a directory.
2008-05-23 Abdelrazak YounesI forgot about the has trailing suffix.
2008-05-23 Abdelrazak YounesHopefully fix client following boost::filesystem removal.
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-20 Pavel SandaSanitize make dist in trunk.
2008-03-20 José Matoxrevert last changes to client Makefile
2008-03-19 José MatoxFighting with autotools to have a building system :-(
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.
next