]> git.lyx.org Git - lyx.git/shortlog
lyx.git
2007-12-02 Peter Kümmelalso compile without pchs
2007-12-02 Peter Kümmelreduce <vector> include from 73 to 3
2007-12-02 Peter Kümmelcmake: buffer msvc's compiler settings
2007-12-02 Peter Kümmelcompile also without pch
2007-12-02 Peter Kümmelpch fix
2007-12-02 Peter Kümmelfix memory leak. addMenu does not take ownership, a...
2007-12-02 Peter Kümmelfix merge build
2007-12-02 Peter Kümmelmove funtion with std::vector to filetools
2007-12-02 Abdelrazak... cosmetics.
2007-12-02 Abdelrazak... compil Fix.
2007-12-01 Uwe Stöhrupdate scons/scons_manifest.py
2007-12-01 Peter Kümmelfix crash on exit (when using http://dmoulding.googlepa...
2007-12-01 Peter Kümmelfix memory leak
2007-12-01 Peter Kümmelcmake merge: declare before instantiate
2007-12-01 Peter Kümmelfix memory leak, cleanup FileName interface
2007-12-01 Abdelrazak... Fix copy&paste bug in rev 21883.
2007-12-01 Abdelrazak... Comment out unneeded debug output and add some in check...
2007-12-01 Enrico ForestieriDon't warn when the file being deleted does not really...
2007-12-01 André Pönitzcosmetics
2007-12-01 Enrico Forestiericompile fix for mingw
2007-12-01 André Pönitzmove chdir to FileName
2007-11-30 André Pönitzunused
2007-11-30 André Pönitzunneeded
2007-11-30 Richard HeckComments.
2007-11-30 André Pönitzcosmetics
2007-11-30 André PönitzI'll find a solution for the 'dirList problem', Abdel.
2007-11-30 Abdelrazak... ~Buffer: Move wa_ destruction to Buffer::~Impl()
2007-11-30 André Pönitzallow boost/current_function to be used again
2007-11-30 Abdelrazak... fix crash.
2007-11-30 Abdelrazak... pimpl_ is too verbose to write.
2007-11-30 Abdelrazak... * Buffer:
2007-11-30 Abdelrazak... Add FIXMEs
2007-11-30 Abdelrazak... revert erroneous commit in r21874.
2007-11-30 Abdelrazak... lyxlib.h:sum -> FileName::checksum()
2007-11-30 Abdelrazak... compile fix.
2007-11-30 Uwe StöhrLyXFunc.cpp: add missing case
2007-11-30 Uwe Stöhrupdate scons/scons_manifest.py
2007-11-29 André Pönitzfive lines plain loop vs seven lines fancy boost...
2007-11-29 André Pönitzno need for pointers, not even leaking ones...
2007-11-29 André Pönitzuse structure with named members instead of pair<int...
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 Richard HeckCompile fix.
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzmerge the Forked* machinery into a single pair of files
2007-11-29 André Pönitzcompile fix / cosmetics
2007-11-29 André Pönitzpotential compile fix for Kornel
2007-11-29 André Pönitzpotential compile fix
2007-11-29 Abdelrazak... CMake fix by Kornel Benko.
2007-11-29 Abdelrazak... MSVC compile fix.
2007-11-29 Abdelrazak... - Get rid of unneeded time_type typedef.
2007-11-29 Abdelrazak... MSVC compile fix.
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzre-enable "safety hack"
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzsome de-boostification
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Enrico Forestierineedless declaration
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-28 Abdelrazak... * makeLatexName(): port to FileName.
2007-11-28 Abdelrazak... * FileName:
2007-11-28 Abdelrazak... Remove the full assertion.
2007-11-28 Abdelrazak... FileName(): Remove isAbsolute() assertion. This is...
2007-11-28 Abdelrazak... Enable HAVE_DECL_ISTREAMBUF_ITERATOR checking as istrea...
2007-11-28 Abdelrazak... * FileName:
2007-11-28 Uwe Stöhrrevert r21813 part 2
2007-11-28 Uwe Stöhrrevert r21813
2007-11-27 Uwe StöhrMetricsInfo.cpp: compile fix
2007-11-27 Uwe StöhrGuiPrefs.cpp: fix copy/paste error from r21776
2007-11-27 André Pönitzcosmetics
2007-11-27 André Pönitzcosmetics
2007-11-27 André Pönitzunneeded declaration
2007-11-27 André Pönitzuse LYXERR macro to avoid unneeded argument evaluations...
2007-11-27 André Pönitzuse macro instead of unconditional evaluation
2007-11-27 André Pönitzuse strfwd.h if possible
2007-11-27 André Pönitzcosmetics
2007-11-27 Peter Kümmeltime goes by
2007-11-27 André Pönitzsome de-boostification
2007-11-27 Peter Kümmelfinsih renaming ->Debug
2007-11-27 André Pönitzadd new helper script
2007-11-27 Peter Kümmeluse the same mechanism to trigger moc as in frontends/qt4
2007-11-27 Peter Kümmelcmake: remove boost_filesystem, add automoc to support...
2007-11-27 André Pönitzremove indirect typedef
2007-11-27 Peter Kümmelfix line endings
2007-11-27 André Pönitzadd -I.
2007-11-27 André Pönitzcosmetics
2007-11-27 Abdelrazak... remove boost/filesystem/*
2007-11-27 Abdelrazak... tex2lyx.cpp does not need boost::filesystem. Only remai...
2007-11-27 Abdelrazak... Getting rid of normalizePath() which is unneeded for...
2007-11-27 Abdelrazak... Introducing FileName::dirList() to replace the one...
2007-11-27 Abdelrazak... Move inclusion of "frontends/Delegates.h" to qt4/GuiView.h
2007-11-27 Abdelrazak... The obligatory checking has been entirely removed since...
2007-11-27 Uwe Stöhrvery big tex2lyx patch:
2007-11-27 Uwe StöhrParagraph.cpp: revert r21801 because it broke the LaTeX...
2007-11-26 André Pönitzless code and the DUUOB award for output_docbook.cpp
2007-11-26 André Pönitzno need to cast anymore
2007-11-26 André Pönitzmake dialog stay above the main window
2007-11-26 Abdelrazak... Adjust comment.
2007-11-26 Abdelrazak... Please JMarc: Make sure we always pass through LyXFunc...
2007-11-26 Uwe Stöhrlyx2lyx/lyx_1_6.py: revert \linebreak and \pagebreak...
next