]> git.lyx.org Git - lyx.git/history - src/importer.C
* languages: use nb_NO instead of no_NO for norwegian (bug 2850).
[lyx.git] / src / importer.C
2006-11-13 Georg BaumAdd a cache for converted image files. This needs to...
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-08-13 Abdelrazak YounesThis commit creates a error_lists map member inside...
2006-07-17 Georg BaumFix bug 2404
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-08 Lars Gullik Bjønnes * filetools.[Ch]: Make functions that start with a...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
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-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-07 Alfredo BraunsteinAdded new signals to Buffer, connect/disconnect to...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-20 Alfredo Braunsteintake several functions out of BufferList, and split...
2003-05-13 André PönitzThe 'bformat' introduction
2003-03-31 John Levonkill Alert::alert()
2003-03-30 John Levonmove BoostFormat and boost-inst
2003-02-28 André PönitzAlfredo's patch
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-01-08 Jean-Marc Lasgouttesfix file>import menu
2002-11-24 Lars Gullik Bjønneshandle USE_BOOST_FORMAT
2002-11-21 Lars Gullik Bjønnesuse boost::format
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-08-13 André Pönitzthe lfun3 patches (overall cleanup and "localizing...
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-02 Angus LeemingLyXView::view() now returns boost::shared_ptr<BufferVie...
2002-05-30 John Levonsrcdoc fixes + a little tidy or two
2002-05-23 John Levonguii2
2002-03-21 Lars Gullik Bjønnesws cleanup
2001-11-26 Jean-Marc Lasgouttesnew alert code
2001-09-03 Angus LeemingMichael's "can not -> cannot" patch.
2001-07-30 Lars Gullik Bjønnesinsetfloat work + stuff
2001-07-16 Lars Gullik BjønnesDispatch->dispatch, some trans work
2001-06-25 Lars Gullik BjønnesLyX Drinkers Union: patch 1
2001-06-14 Lars Gullik Bjønnesfix some buggy constructs with stringstream
2001-05-30 Lars Gullik Bjønnesupdate copyright year
2001-05-04 Lars Gullik Bjønnesfloatlist work + handle lyxfuncs with args.
2001-04-24 Lars Gullik Bjønnescall message more directly
2001-04-17 Lars Gullik Bjønnesthe rest read the ChangeLog, hope I remembered all
2000-11-13 Jean-Marc LasgouttesConverter patch from Dekel, Preference patch from Angus...
2000-10-23 Jean-Marc LasgouttesDekel's import/export patch