]> git.lyx.org Git - lyx.git/history - src/frontends/controllers/helper_funcs.C
fix crash due to invalidated iterator
[lyx.git] / src / frontends / controllers / helper_funcs.C
2005-11-02 Angus LeemingTrivial fixes to some warnings thrown up by MSVS.Net...
2005-05-16 Angus LeemingEnable the user to input "file names with spaces" only...
2005-01-10 Angus LeemingThe package reworking.
2004-11-25 Angus LeemingGive FileFilterList its own .[Ch] files.
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-08-08 Jean-Marc Lasgouttesmake browsing for lyxdir files DTRT
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-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 LeemingAnother 49 #includes bite the dust.
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-29 John Levonmore Alert fixes
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
2003-01-14 Angus Leeming(J��rgen Spitzm��ller): implement a BrowseDir capablili...
2002-12-01 Lars Gullik Bjønnesws changes
2002-11-17 John Levonanother compile fix from herbert
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-04-15 Angus LeemingThose parts of Herbert's natbib patch that either fix...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-01-19 Jean-Marc Lasgouttesfix bug 175 (minipage in minipage); fix some warnings...
2002-01-16 Jean-Marc Lasgouttesfinally apply DepTable patch; simplify file browsing...
2002-01-14 Jean-Marc Lasgouttesfix starting up which binary is really a symlink; make...
2001-11-26 Jean-Marc Lasgouttesnew alert code
2001-10-15 Angus LeemingAddress most (if not all?) of the problems raised by...
2001-08-07 Angus LeemingSmall clean-up.
2001-08-01 Angus Leemingsmall fixes...
2001-07-19 Angus LeemingMerge natbib branch into head
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-02 Angus LeemingModification to ButtonController, so that read-only...
2001-04-09 Angus LeemingFixed bugs in getStringFromVector, getVectorFromString
2001-03-30 Angus Leeming* Baruch's GuiBC template.
2001-03-21 Angus LeemingImplementation of controller-view split for FormCharacter.