]> git.lyx.org Git - lyx.git/history - src/insets/InsetInfo.cpp
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / insets / InsetInfo.cpp
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-12 Uwe StöhrInsetXXX.cpp: remove unused include of MetricsInfo.h
2010-03-09 Jean-Marc LasgouttesRestore some sanaity in InsetInfo lfuns (bug #6580)
2010-03-06 Vincent van RavesteijnFix bug #6580: Revert r29305, which was supposed to...
2010-02-12 Pavel SandaSVN info - add author, date, time
2010-02-12 Pavel SandaTree revision info into InsetInfo. Muhehe.
2010-02-12 Pavel SandaSpots from Abdel
2010-02-12 Pavel SandaConnect to InsetInfo
2010-01-31 Vincent van RavesteijnFix bug #5446: Cursor gets stuck in InsetInfo.
2010-01-30 Abdelrazak YounesInset::validateModifyArgument(): new virtual interface...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-07-14 Jean-Marc LasgouttesRemove the layout_ cache in InsetCollapsable.
2009-07-13 Jean-Marc LasgouttesRemove all BufferParam arguments in InsetXXX methods...
2009-04-18 Vincent van RavesteijnInsetInfo: simplify.
2009-04-18 Jürgen Spitzmüller* InsetInfo: fix bug 5901.
2008-11-05 Jean-Marc LasgouttesMake sure that the contents of the inset uses the buffe...
2008-11-03 Jürgen Spitzmüller* InsetInfo.cpp (toolTip):
2008-11-03 Jean-Marc LasgouttesFix part of http://bugzilla.lyx.org/show_bug.cgi?id...
2008-10-31 Jean-Marc LasgouttesFix part of http://bugzilla.lyx.org/show_bug.cgi?id...
2008-10-26 Richard HeckThis optional argument to the InsetCollapsable constructor
2008-10-23 Jean-Marc Lasgouttesfix bug 5349: properly quote InsetInfo argument
2008-09-30 Jean-Marc LasgouttesCleanup and layoutification of the InsetInfo class.
2008-09-15 Abdelrazak YounesFix GuiInfo dialog.
2008-08-05 Bo PengInsetInfo: use Portable instead of Gui mode to output...
2008-08-03 Bo PengInsetInfo: implement InsetInfo::validate
2008-08-03 Bo PengInsetInfo: Output 'undefined' instead of an error messa...
2008-07-16 Jean-Marc Lasgouttessilence some compiler warnings
2008-06-18 Pavel SandaFix include orderings.
2008-06-06 Abdelrazak YounesSome polish.
2008-06-06 Abdelrazak YounesInsetInfo: Some fixes...
2008-06-06 Abdelrazak Younes* Dialog::inset(): make it const.
2008-06-06 Bo PengGuiInfo: display and initialize the information dialog...
2008-06-06 Bo PengInsetInfo: allow select and copy of text inside InsetIn...
2008-06-05 Abdelrazak YounesThe inset connection is not needed as the dialog will...
2008-06-05 Abdelrazak YounesPreliminar InsetInfo dialog. This was done as an exerci...
2008-06-05 Abdelrazak Younes* InsetInfo: use Application::iconName().
2008-06-05 Bo PengAdd InsetInfo::SHORTCUTS_INFO and ICON_INFO
2008-06-04 Jean-Marc Lasgouttesfix compiler warning
2008-06-04 Abdelrazak YounesFix crash while InsetInfo hovering by replacing the...
2008-05-24 Abdelrazak YounesIntroduce docstring_list
2008-04-18 Bo PengInsetInfo: tidy up error messages, fix an obvious bug...
2008-03-18 Pavel SandaChange strings.
2008-03-07 Richard HeckBaseClassList --> LayoutFileList
2008-03-06 André Pönitzstart moving MenuBackend to the frontend
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-02-28 Richard HeckMore work towards type safety regarding TextClass's...
2008-02-28 Richard Heckbaseclasslist --> BaseClassList singleton. Prep for...
2008-02-28 Richard HeckMinor cleanup.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-24 Richard HeckRestore Andre's TextClassIndex, but now in the form...
2008-02-24 Richard HeckCleanup.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-25 Abdelrazak YounesDon't pretend we have multiple menu backends: transfer...
2007-12-19 Bo PengAdd buffer name/path/class to InsetInfo
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-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-02 André Pönitzcosmetics
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-17 Richard HeckSilence some warnings.
2007-10-11 Bo PengInsetInfo: add LYXRC_INFO (lyxrc bind_file ==> cua)
2007-10-11 Bo PengInsetInfo: add MENU_INFO (menu paste ==> Edit > Paste)
2007-10-11 Bo PengInsetInfo: add InsetInfo (core)