]> git.lyx.org Git - lyx.git/history - src/LyXFunc.cpp
* simplify notifyCursorLeaves logic: We now only call it from strategic
[lyx.git] / src / LyXFunc.cpp
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
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-28 André Pönitzstart some work on file dialogs
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-25 André Pönitzdissolve Importer 'class' to LyXFunc/Converter
2007-10-23 Richard HeckInsetInclude becomes an InsetCommand.
2007-10-20 Bernhard RoiderCmdDef.cpp/h: A class that manages command definitions...
2007-10-20 Bo Pengadd another format (BindFile) to KeySequence::print()
2007-10-20 André Pönitzsaner borderline between buffer and exporter
2007-10-20 André Pönitzmainly cosmetics
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-18 André Pönitzuse FileName::isDirectory()
2007-10-18 André Pönitzstart using FileName::exists()
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-18 Richard HeckGet LFUN_DIALOG_SHOW_NEW_INSET using InsetCode, too.
2007-10-16 Richard HeckCosmetics.
2007-10-14 Bo PengCheck and show proper error message if configure.py...
2007-10-13 Uwe StöhrThe huge URL patch:
2007-10-13 Abdelrazak YounesInset::translate() -> lyx::insetCode()
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-11 Abdelrazak YounesTransfer some LFUNs from LyXFunc::getStatus() to Buffer...
2007-10-11 Abdelrazak YounesDon't restart the blinking cursor inside WorkArea becau...
next