]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiCommandBuffer.cpp
Don't allow newline characters in the command buffer.
[lyx.git] / src / frontends / qt4 / GuiCommandBuffer.cpp
2011-10-06 Julien RiouxDon't allow newline characters in the command buffer.
2010-04-22 Peter KümmelSeems boost also includes all std headers. Not includin...
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-09-05 Abdelrazak Younes* LyXView:
2009-06-15 Jean-Marc Lasgouttesfix crash when pressing Down in command buffer and...
2009-05-23 Pavel SandaNext camel
2009-04-03 Pavel SandaFix bug http://www.lyx.org/trac/ticket/5812
2009-03-15 Vincent van Ravesteijn* GuiCommandBuffer: Fix bad programming.
2009-01-18 Vincent van RavesteijnUI Command Buffer improvements.
2008-11-25 Vincent van RavesteijnFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5567...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-09 Pavel SandaUnneeded headers, doxy cosmetics.
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-26 Abdelrazak YounesPlease JMarc: Make sure we always pass through LyXFunc...
2007-11-14 Abdelrazak YounesFix the disappearing minibuffer by don't pretending...
2007-11-13 Abdelrazak YounesSome more cosmetics and removal of unused methods in...
2007-11-13 Abdelrazak YounesSome cosmetics and a gcc compile fix.
2007-11-05 Abdelrazak YounesRename GuiViewBase to GuiView.
2007-10-17 André Pönitzuse "real" resources
2007-10-07 André Pönitzone more
2007-08-31 André Pönitzmove our stuff off the Q* namespace