]> git.lyx.org Git - lyx.git/history - src/LyXFunc.cpp
* configure.py:
[lyx.git] / src / LyXFunc.cpp
2009-05-08 Jürgen Spitzmüller* configure.py:
2009-05-02 Enrico ForestieriSpare a few cpu cycles when abstmp == realtmp.
2009-05-01 Enrico ForestieriWhen performing a reverse DVI search and the tmpdir...
2009-04-26 Enrico ForestieriDon't try to load a nonexisting file when executing...
2009-04-16 Jürgen SpitzmüllerIntroduce splitindex support. File format change.
2009-04-13 Jürgen Spitzmüller* Properly separate the specific Japanese (i.e., pLaTeX...
2009-04-10 Jürgen Spitzmüller* remove outdated RC_CUSTOM_EXPORT_COMMAND and RC_CUSTO...
2009-04-07 Jürgen Spitzmüller* First step towards default view format.
2009-04-06 Richard HeckThe Buffer::dispatch() patch.
2009-04-06 Jürgen Spitzmüller* XeTeX can be launched via the toolbar now
2009-03-30 Jean-Marc LasgouttesKill next-inset-toggle and expand inset-toggle to provi...
2009-03-29 Abdelrazak YounesPut the foundations to support continuous spell checking.
2009-03-27 Vincent van RavesteijnFix bug 4935: Scroll down below document
2009-02-13 Pavel SandaIntroduce jump-back navigation through bookmark 0
2009-01-30 Uwe Stöhrsupport for the LaTeX commands \*phantom, fileformat...
2009-01-20 Pavel SandaWhen more windows are opened ensureBufferClean tries...
2009-01-20 Uwe StöhrLyXFunc.cpp: whitespace
2009-01-17 Pavel SandaSquash warning
2009-01-17 Pavel SandaAnother one.
2009-01-13 Pavel SandaAdd LFUN_VC_COMMAND.
2009-01-08 Vincent van RavesteijnImproved UI for version control:
2009-01-07 Vincent van RavesteijnCorrect enabling of the "Navigate->Bookmarks->Clear...
2008-12-12 Jean-Marc Lasgouttesmake help-open search in examples too
2008-12-11 Jürgen Spitzmüller* LyXFunc.cpp: prevent potential assertion.
2008-12-06 Jürgen Spitzmüller* LyXFunc.cpp (reload):
2008-11-17 Jean-Marc Lasgouttesimplement undo grouping for command sequences
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 Jean-Marc Lasgoutteswe already have too many defines in config.h...
2008-11-16 Jürgen SpitzmüllerAdd support for MyThes (i.e., OpenOffice thesauri).
2008-11-16 André Pönitzmove more stuff from buffer_func to Buffer
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-16 Abdelrazak YounesTommaso patch, part 5, lots of thing to cleanup still...
2008-11-15 André Pönitzremove ISpell and PSpell support
2008-11-15 Stefan Schimanski* notifyCursorEnters called on insets when the cursor...
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...
next