]> git.lyx.org Git - lyx.git/history - src/LyXFunc.cpp
markDirty is automatic.
[lyx.git] / src / LyXFunc.cpp
2008-06-18 Pavel SandamarkDirty is automatic.
2008-06-18 Pavel SandaSome hints from JMarc.
2008-06-18 Pavel SandaAdd LFUN_NOTES_MUTATE for global change of note insets...
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-27 Pavel SandaMove graphics code from class to namespace.
2008-05-26 Jean-Marc Lasgouttesmove handling of LFUN_SET_GRAPHICS_GROUP status where...
2008-05-23 Abdelrazak Younes* Application: change the signature of getStatus()...
2008-05-22 Jean-Marc Lasgouttes * frontends/LyXView.h:
2008-05-22 Richard HeckAdd some constness where we can.
2008-05-13 Pavel SandagetStatus for LFUN_SET_GRAPHICS_GROUP so context menu...
2008-05-07 Pavel SandaCodingstyle.
2008-05-06 Pavel SandaIntroduce groups for graphics insets. That includes:
2008-05-02 Abdelrazak YounesSimplify dialogs updating.
2008-04-27 Jürgen Spitzmüller* merge LFUN_EDIT_EXTERNAL and LFUN_EDIT_GRAPHICS to...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-27 André Pönitzremove InsetBoxMailer.
2008-03-27 André Pönitzremove InsetVSpaceMailer class
2008-03-27 André Pönitzremove InsetWrapMailer class
2008-03-26 André Pönitzthis feels good...
2008-03-24 Bo PengMove LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from...
2008-03-23 Richard HeckSimilar fix to last commit for InsetExternal.
2008-03-23 Richard HeckRevert 23899 and introduce the correct fix.
2008-03-21 Richard HeckFix crash.
2008-03-17 Pavel SandaAdd checkbox to fullscreen menu entry.
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-16 Stefan Schimanski* possibility to disable the completion cursor in text...
2008-03-16 Pavel SandaChange translation strings.
2008-03-15 André Pönitzs/kb_action/FuncCode/g
2008-03-14 Stefan Schimanski* Use open_buffers_in_tabs instead of single_window...
2008-03-14 Stefan Schimanski* dialog can only be shown via a GuiView up to now...
2008-03-14 Stefan Schimanski* preference option to open buffers in tabs or new...
2008-03-14 Stefan Schimanski* cosmetic
2008-03-14 Stefan Schimanski* remove the need of an active GuiView
2008-03-11 Bo PengEmbed: allow the use of embedded layout and class ...
2008-03-10 Stefan Schimanski* restart cursor not only after mouse- and keyboard...
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...
next