]> git.lyx.org Git - lyx.git/history - src/LyXFunc.h
Fix bug #4510: GuiInclude->Edit marks master as changed.
[lyx.git] / src / LyXFunc.h
2009-01-08 Pavel SandaComment
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-05-22 Richard HeckAdd some constness where we can.
2008-03-15 André Pönitzs/kb_action/FuncCode/g
2008-03-14 Stefan Schimanski* preference option to open buffers in tabs or new...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 Abdelrazak YounesGet rid of LyXFunc::closeBuffer()
2008-02-25 Richard HeckReplace boost::shared_ptr<TextClass> with a global...
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-06 Abdelrazak YounesTransfer some GUI oriented code from core to frontend.
2008-02-06 Abdelrazak YounesTransfer some GUI oriented code from core to frontend.
2007-12-17 Jürgen Spitzmüller* fix bug 4055, overdue patch from Stefan Schimanski:
2007-12-07 Abdelrazak YounesSplit LyXFunc::menuNew() into LyXView::newDocument...
2007-11-19 Abdelrazak YounesTransfer LyXView::loadLyXFile() to lyxFunc::loadAndView...
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-10-11 Abdelrazak YounesHeader cleanup.
2007-10-02 André Pönitzcosmetics
2007-09-19 André Pönitzreduce #includes
2007-09-18 Richard HeckFulfill promise to Andre: TextClass_ptr --> TextClassPtr.
2007-09-17 André Pönitzsmall simplification
2007-09-17 André Pönitzsimplify KeySymbol stuff. which hopefully works...
2007-09-01 Richard HeckThis addresses a bug in the module code so far committe...
2007-08-14 Abdelrazak Younescosmetics + move frontends/* to frontend namespace.
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André PönitzLyXText -> Text
2007-04-27 André Pönitzrename LyXKeySym into KeySymbol
2007-04-27 André Pönitzrename kb_sequence into KeySequence
2007-04-27 André Pönitzrename kb_keymap into KeyMap
2007-04-26 Bo PengRename .C ==> .cpp for files in src/