]> git.lyx.org Git - lyx.git/shortlog
lyx.git
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...
2007-11-26 Uwe Stöhrstdmenus.inc: fix doubled shortcut
2007-11-26 Pavel SandaSource highlighting of comments (by Bernhard Reiter)
2007-11-26 Bernhard RoiderPCH compile fix
2007-11-26 Abdelrazak... Paragraph::latexInset(): return early for the NEWLINE_C...
2007-11-26 Bo PengIf there exists a local layout file, use the local...
2007-11-26 Abdelrazak... * TextMetrics::getPitNearY(): Fix crash when navigating...
2007-11-26 Abdelrazak... Cleanup LyXFunc::dispatch() following JMarc advice.
2007-11-26 Jürgen Spitzmüller* src/lfuns.h:
2007-11-26 Abdelrazak... FileName::destroyDirectory(): Continue deleting even...
2007-11-26 Abdelrazak... remove debug code.
2007-11-26 Abdelrazak... * support/FileName:
2007-11-26 Abdelrazak... Inline qstring_helpers methods.
2007-11-26 Abdelrazak... Fix initialisation bug introduced in r21788.
2007-11-25 André Pönitzadjust
2007-11-25 André Pönitzremove boost/iostreams. Not used.
2007-11-25 André Pönitzuse plain C++ instead of boost
2007-11-25 Abdelrazak... Free support/FileName.cpp from boost::filesystem. Pleas...
2007-11-25 Uwe Stöhr- remove Serbocroatian from the language list because...
2007-11-25 Uwe Stöhradd a new color to distinguish \newpage from \pagebreak
2007-11-25 Abdelrazak... Free src/ from boost::filesystem.
2007-11-25 Uwe Stöhrsupport for the languages Latin and North Sami
2007-11-25 André Pönitzremove boost/iostream form build
2007-11-25 André Pönitzadd signal/slot implementation 'framework'
2007-11-25 Peter Kümmelfix compile, but it breaks cmake's merged build
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-25 Peter Kümmelcmake: remove boost::iostreams from build system
2007-11-25 Uwe Stöhrsupport to set the examples folder in the preferences
2007-11-25 Abdelrazak... Remove unused pure virtual method.
next