]> git.lyx.org Git - lyx.git/history - src/LyXFunc.h
Fix some issues with textmode. We'll let SetMode() handle as much of
[lyx.git] / src / LyXFunc.h
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-10-03 Abdelrazak YounesCleanups:
2009-09-22 Abdelrazak Younesdeclaration cleanup.
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-09-19 Abdelrazak Younes* Move LFUN_TEXTCLASS_* and LFUN_TEXTCLASS_* to BufferV...
2009-09-19 Abdelrazak Younesmove LFUN_BUFFER_PARAMS_APPLY to BufferView. I needed...
2009-09-12 Abdelrazak YounesMove LFUN_BUFFER_RELOAD and LFUN_VC_* to GuiView. Try...
2009-09-05 Abdelrazak Younesget rid of LyXFunc::view() and try to use the correct...
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/