]> git.lyx.org Git - lyx.git/history - src/frontends/controllers/ControlExternal.C
fix crash due to invalidated iterator
[lyx.git] / src / frontends / controllers / ControlExternal.C
2005-08-07 Angus LeemingEnsure that the rotation origin strings are translatable.
2005-04-26 Georg Baumrefine the logic for checking whether a dialog may...
2005-01-06 Lars Gullik Bjønnesrename tostr.[Ch] to convert.[Ch]
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
2004-11-25 Angus LeemingGive FileFilterList its own .[Ch] files.
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-01-28 Lars Gullik Bjønnesstd:: changes, stupid stuff
2004-01-08 Angus LeemingHandle Qt-style file filters like
2003-12-04 Angus LeemingSome helper functions for the augmented dialogs.
2003-10-07 Angus Leeming* Rename InsetExternal::Params as InsetExternalParams...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-01 Angus LeemingIntroduce namespace lyx::external.
2003-09-25 Angus LeemingRe-add the RasterImage template.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-05 Angus LeemingAnother 49 #includes bite the dust.
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-23 Angus LeemingThe inset mailers' inset2string function now requires...
2003-07-23 Angus LeemingAdd Kernel::bufferFilepath() as a wrapper for Buffer...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-11 Angus LeemingEnable the external inset to handle unknown templates...
2003-06-11 Angus LeemingLFUN_EXTERNAL_EDIT.
2003-06-04 Angus LeemingThe external inset uses the converters. Graphical displ...
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 external 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-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-17 John Levonqt filedialog fix
2002-10-21 Lars Gullik Bjønnesws fixes, formatting and some other small changes
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-12 Angus Leeming* Constify Buffer::getLabelList.
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-05-22 Lars Gullik Bjønnesuse more specific smart_ptr headers
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-01-17 Jean-Marc Lasgouttescompilation fix
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-11-26 Jean-Marc Lasgouttesnew alert code
2001-07-29 Asger Ottar AlstrupReduced header file includes somewhat
2001-07-12 Lars Gullik Bjønnessmall changes read changelog
2001-06-28 Lars Gullik Bjønneschange a lot of methods to begin with small char
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-06-04 Lars Gullik Bjønnesvarious changes
2001-04-26 Angus LeemingMove included files out of .h files and into .C files...
2001-04-11 Angus LeemingJohn's external material patch
2001-04-05 Jean-Marc Lasgouttesdo not include language.h and gettext.h in lyxfont...
2001-04-03 Angus LeemingRemove some xforms cruft from BufferView.h BufferView_p...
2001-03-30 Angus LeemingSquashed bugs in Citation and (I hope) External Materia...
2001-03-30 Angus Leeming* Baruch's GuiBC template.