]> git.lyx.org Git - lyx.git/history - src/frontends/controllers/ControlInclude.C
fix crash due to invalidated iterator
[lyx.git] / src / frontends / controllers / ControlInclude.C
2005-04-26 Georg Baumrefine the logic for checking whether a dialog may...
2004-11-25 Angus LeemingGive FileFilterList its own .[Ch] files.
2004-11-09 Georg Baummake gettting the file format from file contents work...
2004-10-29 Georg Baumrename getExtFromContents() to getFormatFromContents()
2004-09-16 Georg Baumlet the "load" button of insetinclude do something...
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-01-08 Angus LeemingHandle Qt-style file filters like
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-19 Angus LeemingFix InsetInclude properly. Data is now stored in an...
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-03-14 Angus Leeming* Give Dialog::Controller::initialiseParams a bool...
2003-03-07 Angus Leemingport the minipage dialog to the new scheme. Various...
2003-03-05 Angus LeemingMove the float dialog to the new scheme.
2003-03-05 Angus LeemingMove the include dialog to the new scheme
2003-02-21 Angus LeemingThe file dialog browser doesn't need a LyXView...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-11-17 John Levonqt filedialog fix
2002-11-14 John Levoninclude fix from Juergen S
2002-10-21 Lars Gullik Bjønnesws fixes, formatting and some other small changes
2002-09-09 John Levonremove noload/don't typeset
2002-09-05 Angus LeemingThis file is part of LyX, the document processor.
2002-09-05 Angus LeemingReally dull and boring header shit
2002-08-15 Angus LeemingNothing but a changed email address (trying to factor...
2002-08-14 Angus Leeming* Throw out DialogBase.h
2002-08-12 Angus Leeming* Constify Buffer::getLabelList.
2002-08-07 André Pönitzthe FuncRequest changes
2002-07-04 Jean-Marc Lasgouttesfix 459; support epsi and fig formats; fix bug in hu.po
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-10 Lars Gullik Bjønneshandle some tmpl files in a more sane way
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-23 John Levonguii2
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-19 Angus LeemingJohn's msg.diff
2002-01-24 Angus LeemingRemove const qualifier from bool return type.
2002-01-21 Jean-Marc Lasgouttesforminclude patch from herbert
2002-01-16 Jean-Marc Lasgouttesfinally apply DepTable patch; simplify file browsing...
2002-01-16 Angus LeemingThe reducing file dependencies in the frontends patch.
2002-01-14 Jean-Marc Lasgouttesfix starting up which binary is really a symlink; make...
2002-01-13 Jean-Marc Lasgouttesadd shortcuts to filedialogs directory buttons; small...
2001-07-25 Jean-Marc Lasgouttesmath-space; fixes to include inset dialog; autoconfigur...
2001-06-25 Lars Gullik BjønnesLyX Drinkers Union: patch 1
2001-06-13 Angus LeemingRemoved // -*- C++ -*- from all .C files!
2001-06-13 Angus LeemingAdded // -*- C++ -*- to the top of all files in control...
2001-04-26 Angus LeemingMove included files out of .h files and into .C files...
2001-04-24 Lars Gullik Bjønnescall message more directly
2001-04-05 Jean-Marc Lasgouttesdo not include language.h and gettext.h in lyxfont...
2001-03-30 Angus Leeming* Baruch's GuiBC template.
2001-03-23 Angus LeemingImplemented controller-view split for FormError and...