]> git.lyx.org Git - lyx.git/history - src/frontends/controllers/ControlCharacter.C
fix crash due to invalidated iterator
[lyx.git] / src / frontends / controllers / ControlCharacter.C
2005-04-26 Georg Baumrefine the logic for checking whether a dialog may...
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-16 Angus LeemingRemove #include "LColor.h" from inset.h.
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
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-04-03 John Levonmerge decDepth(), killing some non-parlist code
2003-03-14 Angus Leeming* Give Dialog::Controller::initialiseParams a bool...
2003-03-12 Angus LeemingYesterday's character dialog patch
2003-03-10 Angus LeemingFlatten the ButtonController tree by splitting it into...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-10-20 Lars Gullik Bjønnesthe qtclean-2 patch with some very 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-14 Angus Leeming* Throw out DialogBase.h
2002-08-12 Angus Leeming* Constify Buffer::getLabelList.
2002-08-02 Angus LeemingLyXView::view() now returns boost::shared_ptr<BufferVie...
2002-07-17 John LevonMake showState be view_state_changed, and rename setSta...
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-05-01 Angus LeemingFix bug that I triggered with the sorting of the langua...
2002-04-29 Angus Leeming* Split out getLanguageData from character.[Ch] into...
2002-04-29 Angus LeemingInternationalise the language names in the character...
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-01-16 Angus LeemingThe reducing file dependencies in the frontends patch.
2001-09-04 Angus LeemingFix for Michael's bug: In the "Character layout"dialog,
2001-08-24 Angus LeemingJohn's recent build.diff patch
2001-08-03 Lars Gullik Bjønnesget rid of NO_LATEX, split some methods, small cleanup
2001-08-02 Lars Gullik Bjønnesmore latex conversion cases fixed, patch from Andre...
2001-06-27 Lars Gullik BjønnesLyX Drinkers United: patch 2
2001-06-25 Lars Gullik BjønnesLyX Drinkers Union: patch 1
2001-06-15 Angus LeemingAdd an updateParagraph signal, take the opportunity...
2001-06-13 Angus LeemingRemoved // -*- C++ -*- from all .C files!
2001-06-13 Angus LeemingOnce again the user can use the Font button on the...
2001-06-12 Angus LeemingChanges needed to activate Character dialog buttons...
2001-04-26 Angus LeemingMove included files out of .h files and into .C files...
2001-04-05 Jean-Marc Lasgouttesdo not include language.h and gettext.h in lyxfont...
2001-03-28 Angus LeemingController-view split of Graphics and Index popups.
2001-03-27 Angus Leemingvarious minor bits
2001-03-22 Angus LeemingReorganised, cleaned-up and improved documentation...
2001-03-21 Lars Gullik Bjønnesfix typo
2001-03-21 Angus LeemingImplementation of controller-view split for FormCharacter.