]> git.lyx.org Git - lyx.git/history - src/LyXFunc.cpp
more latin1..utf8 schanges. all of src/* should be utf8 now
[lyx.git] / src / LyXFunc.cpp
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-31 Jean-Marc LasgouttesFix part of http://bugzilla.lyx.org/show_bug.cgi?id...
2008-10-23 Jean-Marc LasgouttesRevert r27051 because:
2008-10-23 Richard HeckFix suggested by Abdel. JMarc owes Pavel a beer.
2008-10-23 Jean-Marc Lasgouttesclean-up other uses of buffer in LyXFunc::dispatch
2008-10-23 Jean-Marc Lasgouttesmake sure in LyXFunc::dispatch that we handle undo...
2008-10-22 Stefan Schimanski* create a new window for a help file if there is none
2008-10-20 Richard HeckFix LFUN_LAYOUT_MODULE_ADD: We need to make sure that...
2008-09-26 Pavel SandaLet cursor appear after call of disabled lfun.
2008-09-24 Richard HeckThis patch allows for multiple LFUNs to be bound to...
2008-09-18 Jean-Marc LasgouttesLyXFunc::dispatch: do no close the undo group too early
2008-09-15 Jean-Marc Lasgouttes * LyXFunc.cpp (dispatch): make sure that a group...
2008-08-23 Jürgen Spitzmüller* separate nomencl processing command from index proces...
2008-08-15 Jean-Marc LasgouttesBug 5173: Undo Grouping
2008-07-29 Pavel SandaVCS: Handle one boundary condition.
2008-07-29 Pavel SandaVCS: Towards statusbar info.
2008-07-29 Abdelrazak YounesBufferList::getBuffer(): migrate to FileName.
2008-07-29 Abdelrazak YounesLyXFunc::gotoBookmark() use FileName::operator!=()...
2008-07-29 Abdelrazak YounesFirst step toward fixing http://bugzilla.lyx.org/show_b...
2008-07-22 Pavel SandaImplement checkout for svn.
2008-07-21 Pavel SandaThis should bring cvs revision control to usable state.
2008-07-14 Jean-Marc Lasgouttesfix compiler warning
2008-07-14 Jürgen Spitzmüllercompile fix.
2008-07-14 Abdelrazak YounesSanitize LyX singleton access by getting rid of ref...
2008-07-07 Pavel SandaLFUN_SERVER_GET_NAME -> LFUN_SERVER_GET_FILENAME.
2008-06-25 Abdelrazak YounesAdd a preference combo box for the preferred user inter...
2008-06-24 Abdelrazak YounesIdea from JMarc:
2008-06-24 Abdelrazak YounesAdd two RC variables that can be used to set the GUI...
2008-06-24 Pavel SandaMove LFUN_ALL_INSETS_TOGGLE dispatch to BufferView.
2008-06-24 Pavel SandaMove LFUN_GRAPHICS_GROUPS_UNIFY dispatch to BufferView.
2008-06-24 Pavel SandaFix includes.
2008-06-24 Pavel SandaMove LFUN_NOTES_MUTATE dispatch to BufferView.
2008-06-18 Pavel SandaNo need to fit cursor here.
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
next