]> git.lyx.org Git - lyx.git/history - src
use strfwd.h if possible
[lyx.git] / src /
2007-11-27 André Pönitzuse strfwd.h if possible
2007-11-27 André Pönitzcosmetics
2007-11-27 André Pönitzsome de-boostification
2007-11-27 Peter Kümmelfinsih renaming ->Debug
2007-11-27 Peter Kümmeluse the same mechanism to trigger moc as in frontends/qt4
2007-11-27 André Pönitzremove indirect typedef
2007-11-27 Peter Kümmelfix line endings
2007-11-27 André Pönitzcosmetics
2007-11-27 Abdelrazak Younestex2lyx.cpp does not need boost::filesystem. Only remai...
2007-11-27 Abdelrazak YounesGetting rid of normalizePath() which is unneeded for...
2007-11-27 Abdelrazak YounesIntroducing FileName::dirList() to replace the one...
2007-11-27 Abdelrazak YounesMove inclusion of "frontends/Delegates.h" to qt4/GuiView.h
2007-11-27 Abdelrazak YounesThe 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 YounesAdjust comment.
2007-11-26 Abdelrazak YounesPlease JMarc: Make sure we always pass through LyXFunc...
2007-11-26 Pavel SandaSource highlighting of comments (by Bernhard Reiter)
2007-11-26 Bernhard RoiderPCH compile fix
2007-11-26 Abdelrazak YounesParagraph::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 Younes* TextMetrics::getPitNearY(): Fix crash when navigating...
2007-11-26 Abdelrazak YounesCleanup LyXFunc::dispatch() following JMarc advice.
2007-11-26 Jürgen Spitzmüller* src/lfuns.h:
2007-11-26 Abdelrazak YounesFileName::destroyDirectory(): Continue deleting even...
2007-11-26 Abdelrazak Younesremove debug code.
2007-11-26 Abdelrazak Younes* support/FileName:
2007-11-26 Abdelrazak YounesInline qstring_helpers methods.
2007-11-26 Abdelrazak YounesFix initialisation bug introduced in r21788.
2007-11-25 André Pönitzuse plain C++ instead of boost
2007-11-25 Abdelrazak YounesFree 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 YounesFree src/ from boost::filesystem.
2007-11-25 Uwe Stöhrsupport for the languages Latin and North Sami
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 Uwe Stöhrsupport to set the examples folder in the preferences
2007-11-25 Abdelrazak YounesRemove unused pure virtual method.
2007-11-25 Peter Kümmeldon't declare if already done in a header
2007-11-25 Peter Kümmelremove warning
2007-11-25 Peter Kümmelfix compile
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-24 André Pönitzless boost, just plain C++.
2007-11-24 Uwe Stöhrtex2lyx/text.cpp: - support for LyX 1.6's hyperlink...
2007-11-24 Uwe Stöhrtex2lyx/text.cpp:
2007-11-24 Uwe StöhrParagraph.cpp: remove unneeded include
2007-11-24 Abdelrazak YounesGetting rid of Application::createView()
2007-11-24 Abdelrazak YounesIntroducing Application::getStatus() and Application...
2007-11-24 Abdelrazak YounesFix crash with InsetHFill. The inset position was not...
2007-11-24 Enrico ForestieriFix some other thinkos in r21048
2007-11-24 André Pönitzmerge LoaderQueue into Loader
2007-11-23 André Pönitzonly called once
2007-11-23 André Pönitzmissed that part
2007-11-23 André Pönitzsimplification
2007-11-23 André Pönitzremove spurious include
2007-11-23 André Pönitzcosmetics
2007-11-23 André Pönitzremove unneeded default argument value
2007-11-23 André Pönitzmerge frontend::Painter into GuiPainter
2007-11-23 André Pönitzremove line noise
2007-11-23 Jürgen Spitzmüller* src/output_latex.cpp:
2007-11-23 Abdelrazak Younessome more LFUN transfer from LyXFunc to GuiView.
2007-11-23 Abdelrazak Younesget rid of LyXView::errors(). This was redundant with...
2007-11-23 Abdelrazak YounesTake care of cursor update flags correctly and redraw...
2007-11-23 Abdelrazak YounesFix crash on exit.
2007-11-23 Pavel SandaFix dialog handling of Insert Plain Text
2007-11-23 Abdelrazak YounesSimplify Dialog::name() handling.
2007-11-23 Abdelrazak Younessimplify window creation.
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-22 André Pönitzcosmetics
2007-11-22 André Pönitzcosmetics
2007-11-22 André Pönitzsmall simplification
2007-11-22 Abdelrazak Younescompile fix. Sorry.
2007-11-22 Abdelrazak YounesRemove unused code.
2007-11-22 Jürgen Spitzmüller* src/insets/InsetTabular.cpp (doDispatch):
2007-11-22 Abdelrazak YounesMove Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to fronten...
2007-11-22 Abdelrazak Younesfix MSVC warning.
2007-11-22 Abdelrazak YounesUpdates controls after reinitialization.
2007-11-22 André Pönitzforgot those
2007-11-22 André Pönitzremove one <boost/shared_ptr.hpp>
2007-11-21 André Pönitzuse strfwd.h
2007-11-21 André Pönitzremove a few uses of boost::scoped_ptr
2007-11-21 André Pönitzreplace boost::noncopyable by plain C++ idiom
2007-11-21 André Pönitzcosmetics
2007-11-21 Abdelrazak YounesSome more cleanup of LyXView:
2007-11-21 André Pönitzcosmetics
2007-11-21 Abdelrazak Younesset eol-style
2007-11-21 André Pönitzget rid of a boost::signals::connection
2007-11-21 Abdelrazak YounesIntroducing GuiMenubar::init() to avoid destructing...
2007-11-21 André Pönitzremove unneeded #include
2007-11-21 Abdelrazak YounesIntroducing Application::resetGui() that will reset...
2007-11-20 Abdelrazak YounesFix initial disabling of the layout combo.
2007-11-20 Abdelrazak YounesFix crash when closing a buffer.
2007-11-20 Abdelrazak Younes- Cleanup and simplify the layout list GUI handling.
2007-11-19 Abdelrazak YounesTransfer some LFUNs from LyXFunc to GuiView.
next