]> git.lyx.org Git - lyx.git/history - src/LyXFunc.cpp
LFUN_TOGGLE_CURSOR_FOLLOWS_SCROLLBAR -> LFUN_CURSOR_FOLLOWS_SCROLLBAR_TOGGLE.
[lyx.git] / src / LyXFunc.cpp
2008-03-09 Pavel SandaLFUN_TOGGLE_CURSOR_FOLLOWS_SCROLLBAR -> LFUN_CURSOR_FOL...
2008-03-07 Richard HeckBaseClassList --> LayoutFileList
2008-03-04 Abdelrazak Younestypos.
2008-03-03 Abdelrazak Younesremove unused variables.
2008-03-03 Abdelrazak Younesget rid of LFUN_INSET_REFRESH
2008-02-29 Stefan Schimanski* bug fix to only do paragraph redraws, not fullscreen
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2008-02-28 Richard HeckMore work towards type safety regarding TextClass's...
2008-02-28 Richard Heckbaseclasslist --> BaseClassList singleton. Prep for...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 Abdelrazak YounesGet rid of 'quitting' global variable. It is not needed...
2008-02-27 Abdelrazak YounesGet rid of LyXFunc::closeBuffer()
2008-02-25 Richard HeckReplace boost::shared_ptr<TextClass> with a global...
2008-02-25 Abdelrazak YounesShould Fix crash on exit.
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-24 Richard HeckRestore Andre's TextClassIndex, but now in the form...
2008-02-24 Richard HeckAndre's s/getBaseClass/baseClass/ cleanup.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-24 Bo PengLoad local textclass in addTextClass(), reload local...
2008-02-23 Abdelrazak Younesfix crash on quit with Ctr-Q. Patch by Horst Schirmeier...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-22 Stefan Schimanski* cosmetic
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-21 Abdelrazak YounesIntroduce LFUN_CLOSE_TAB_GROUP.
2008-02-21 Pavel SandaSquash RC warnings.
2008-02-20 Abdelrazak YounesIntroducing LFUN_SPLIT_VIEW
2008-02-19 Abdelrazak YounesVarious small cleanup.
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-14 Pavel SandaWrong status of ui-toggle. Spotted by Bennett.
2008-02-13 Pavel SandaRemove LFUN_FILE_NEW.
2008-02-09 Pavel SandaImprove fullscreen capabilities ( http://bugzilla.lyx...
2008-02-07 Abdelrazak Younesheader cleanup
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.
2008-02-06 Pavel SandaAdd LFUN_MENUBAR_TOGGLE and LFUN_STATUSBAR_TOGGLE.
2008-02-02 Abdelrazak Younesheader cleanup
2008-01-30 Stefan Schimanski* a configuration value for the mouse wheel scrolling...
2008-01-26 Richard HeckAdd some comments, and change enum terminology to refle...
2008-01-26 Richard HeckFix bug 4517.
2008-01-25 Stefan Schimanski* optional old-style editing mode for macros with a...
2008-01-22 Stefan Schimanski* Option to make macro editing less "noisy" by hiding...
2008-01-05 Richard HeckRationalize the handling of makeTextClass().
2007-12-28 Richard HeckTiny comment.
2007-12-26 Abdelrazak YounesAdd an RC setting to disable/enable the tooltips in...
2007-12-23 Stefan Schimanski* Some dialogs are independent of the lyxview. Moreover...
2007-12-22 Abdelrazak YounesFix navigation and bookmarks.
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-21 Abdelrazak Younesbug fix
2007-12-21 Abdelrazak Younes* LyXFunc::dispatch(): invert BufferView::dispatch...
2007-12-17 Jürgen Spitzmüller* fix bug 4055, overdue patch from Stefan Schimanski:
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-08 Abdelrazak YounesRevert 22023 and really fix bug 4410 (http://bugzilla...
2007-12-07 Abdelrazak YounesSplit LyXFunc::menuNew() into LyXView::newDocument...
2007-12-04 Abdelrazak YounesAvoid a second confirmation when reverting a Buffer.
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-11-30 Abdelrazak Younes* Buffer:
2007-11-30 Uwe StöhrLyXFunc.cpp: add missing case
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-26 Abdelrazak YounesPlease JMarc: Make sure we always pass through LyXFunc...
2007-11-26 Abdelrazak YounesCleanup LyXFunc::dispatch() following JMarc advice.
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-24 Abdelrazak YounesIntroducing Application::getStatus() and Application...
2007-11-23 Abdelrazak Younessome more LFUN transfer from LyXFunc to GuiView.
2007-11-23 Abdelrazak Younesget rid of LyXView::errors(). This was redundant with...
2007-11-23 Abdelrazak Younessimplify window creation.
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-21 Abdelrazak YounesSome more cleanup of LyXView:
2007-11-21 Abdelrazak YounesIntroducing Application::resetGui() that will reset...
2007-11-20 Abdelrazak Younes- Cleanup and simplify the layout list GUI handling.
2007-11-19 Abdelrazak YounesTransfer some LFUNs from LyXFunc to GuiView.
2007-11-19 Abdelrazak YounesTransfer LyXView::loadLyXFile() to lyxFunc::loadAndView...
2007-11-18 Abdelrazak YounesFix long standing initialisation FIXME.
2007-11-18 André Pönitzconsolidate showDialog() incarnations
2007-11-18 André Pönitzmerge GuiView/Dialogs
2007-11-17 André Pönitzmove view_ids from Application to GuiApplication
2007-11-17 André Pönitzmerge frontend::Gui and frontend::Application
2007-11-17 André Pönitzshuffle code around
2007-11-15 André Pönitzshuffle some code around
2007-11-15 André Pönitzreduce line noise
2007-11-15 Abdelrazak YounesUse QSettings for session management of windows geometr...
2007-11-13 Abdelrazak YounesTransfer some LFUNs from LyXFunc to GuiView and get...
2007-11-13 Abdelrazak YounesSome more cosmetics and removal of unused methods in...
2007-11-13 Abdelrazak YounesPush latest Andre's changes toward their true direction:
2007-11-10 André Pönitzcosmetics
2007-11-10 Jürgen Spitzmüller* src/LyXFunc.cpp (actOnUpdatedPrefs):
2007-11-10 Pavel SandaFix bug 2739: Option for alphabetical sorting of enviro...
2007-11-07 André Pönitzmore use of support::FileName.
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-05 Jürgen Spitzmüller* src/LyXFunc.cpp (actOnUpdatedPrefs):
2007-11-03 André Pönitzsome std::string -> filename changes
2007-11-02 André Pönitzpimpl not needed here
2007-11-02 André Pönitzcosmetics
next