]> git.lyx.org Git - lyx.git/history - src/frontends/controllers/ControlPrint.C
Georg Baum\'s no-tempdir patch
[lyx.git] / src / frontends / controllers / ControlPrint.C
2004-02-25 Jean-Marc LasgouttesGeorg Baum\'s no-tempdir patch
2004-01-08 Angus LeemingHandle Qt-style file filters like
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
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-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-06 Angus LeemingGeneral tidy. Not very exciting.
2003-09-05 Angus LeemingAnother 49 #includes bite the dust.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-17 Alfredo Braunsteinmoved some converter/format functions to more appropria...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-05-13 André Pönitznon-templated tostr in separate files
2003-05-13 André PönitzThe 'bformat' introduction
2003-03-31 John Levonkill Alert::alert()
2003-03-10 Angus LeemingFlatten the ButtonController tree by splitting it into...
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-25 John Levonusing std::endl
2002-10-25 Angus Leeming(Rob Lahaye): updates to the xforms print, spellchecker...
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-14 Angus Leeming* Throw out DialogBase.h
2002-08-12 Angus Leeming* Constify Buffer::getLabelList.
2002-06-18 Lars Gullik Bjønnes*duck*
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-23 John Levonguii2
2002-04-08 Angus Leeming(John): translate dialog titles.
2002-03-22 Angus Leeming* Use JMarc's browseRelFiles rather than browseFiles.
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-01-16 Angus LeemingThe reducing file dependencies in the frontends patch.
2002-01-13 Jean-Marc Lasgouttesadd shortcuts to filedialogs directory buttons; small...
2001-11-26 Jean-Marc Lasgouttesnew alert code
2001-07-30 Jean-Marc Lasgouttesvarious fixes
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-05-18 Angus LeemingFix crash on printing through the Print dialog.
2001-04-26 Angus LeemingMove included files out of .h files and into .C files...
2001-04-24 Lars Gullik Bjønnesmove more support functions into namespace lyx, small...
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-27 Angus LeemingImplemented controller-view split for minipage and...
2001-03-27 Angus LeemingImplemented controller-view split for FormPrint.