]> git.lyx.org Git - lyx.git/history - src/LyXFunc.cpp
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / LyXFunc.cpp
2009-12-31 Tommaso CucinottaNow, current buffer is marked as dirty (instead of...
2009-12-30 Peter Kümmelno stl includes in debug.h
2009-12-28 Pavel SandaNext step to the world domination.
2009-12-11 Uwe Stöhrreplace links to bugzilla with links to trac
2009-11-13 Jean-Marc LasgouttesRename getLocalStatus to Cursor::getStatus
2009-11-04 Jean-Marc LasgouttesBe careful to take in account buffer closing in command...
2009-10-04 Abdelrazak YounesCode simplification.
2009-10-04 Abdelrazak Younessmall LFUN status cleanups.
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-10-03 Abdelrazak YounesMove actOnUpdatedPrefs() to LyXRC.
2009-10-03 Abdelrazak YounesCleanups:
2009-10-03 Abdelrazak YounesMove Undo::beginUndoGroup() and Undo::endUndoGroup...
2009-09-30 Abdelrazak Younesremove indirection from LyXView::viewStatusMessage().
2009-09-26 Abdelrazak YounesLyXFunc::dispatch(): don't use a buffer pointer set...
2009-09-26 Abdelrazak YounesGet rid of some unneeded use of LyXView in LyXFunc...
2009-09-26 Abdelrazak YounesTransfer LFUN_CITATION_INSERT to BufferView
2009-09-26 Abdelrazak YounesTransfer LFUN_DIALOG_SHOW_NEW_INSET to BufferView and...
2009-09-23 Abdelrazak Younes* Transfer LFUN_SERVER_GOTO_FILE_ROW to GuiView and...
2009-09-23 Abdelrazak YounesTransfer special getStatus() code from LyXFunc to Buffe...
2009-09-22 Abdelrazak YounesMove LFUN_BUFFER_WRITE_ALL status to GuiView with a...
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-09-22 Abdelrazak YounesTransfer LFUN_HELP_OPEN to GuiApplication. There's...
2009-09-21 Abdelrazak YounesPointer cleanup as suggested by Enrico who noticed...
2009-09-20 Abdelrazak YounesStupid cut&paste error in previous revision. Sorry.
2009-09-20 Abdelrazak YounesTry to dispatch to document BufferView in case dispatch...
2009-09-19 Abdelrazak Younes* Move LFUN_TEXTCLASS_* and LFUN_TEXTCLASS_* to BufferV...
2009-09-19 Abdelrazak Younesmove LFUN_BUFFER_PARAMS_APPLY to BufferView. I needed...
2009-09-19 Abdelrazak YounesMove LFUN_KEYMAP_* to BufferView.
2009-09-19 Abdelrazak Younes* Move LFUN_BUFFER_CHILD_OPEN to GuiView.
2009-09-19 Abdelrazak Younes* Move LFUN_BUFFER_CLOSE and LFUN_BUFFER_CLOSE_ALL...
2009-09-19 Abdelrazak YounesMove LFUN_BUFFER_LANGUAGE to Buffer and enables it...
2009-09-19 Abdelrazak Younes* Move Buffer specific LFUNs to Buffer::dispatch()...
2009-09-19 Abdelrazak YounesTransfer LFUN_BUFFER_TOGGLE_READ_ONLY to Buffer.
2009-09-19 Abdelrazak YounesTransfer completely LFUN_COMMAND_EXECUTE and LFUN_MESSA...
2009-09-12 Abdelrazak YounesMove LFUN status check to where they belong.
2009-09-12 Abdelrazak YounesMove LFUN_BUFFER_RELOAD and LFUN_VC_* to GuiView. Try...
2009-09-09 Vincent van RavesteijnMove LFUN_BUFFER_SWITCH from LyXFunc::getStatus to...
2009-09-09 Vincent van RavesteijnMove LFUN_WORD_FIND_FORWARD and LFUN_WORD_FIND_BACKWARD...
2009-09-05 Abdelrazak Younesget rid of LyXFunc::view() and try to use the correct...
2009-09-05 Jürgen Spitzmüller* store all available viewers/editors and allow for...
2009-09-05 Abdelrazak Younes* LyXView: get rid of two pure virtual methods.
2009-09-05 Abdelrazak Younes* LyXView:
2009-08-22 Tommaso CucinottaAdded at the LyXView level distinction among currently...
2009-08-22 Enrico ForestieriNow inverse dvi/pdf search is also possible on Win...
2009-08-19 Pavel SandaSquash warning
2009-08-08 Abdelrazak YounesCompile fix.
2009-08-08 Abdelrazak YounesMinimal support for hunspell. Spellchecking works but...
2009-08-07 Vincent van RavesteijnFix bug #740 (part 2): Wish for added menu item: File...
2009-08-06 Vincent van RavesteijnFix bug #740: Wish for added menu item: File->Close...
2009-07-25 Jürgen Spitzmüller* LyXFunc.cpp:
2009-07-14 Jean-Marc LasgouttesFix again ticket #1720. This got broken during frontend...
2009-07-12 Enrico ForestieriHonour preferences by allowing inline completion in...
2009-06-26 Pavel SandaSet it in both cases
2009-06-26 Pavel SandaShouldn't be needed
2009-06-26 Pavel SandaMove to tristate version of locking property
2009-06-25 Pavel SandaGuify setting of svn locking property
2009-06-15 Pavel SandaFix crash http://www.lyx.org/trac/ticket/6000
2009-05-27 Jean-Marc Lasgouttesgrammar
2009-05-26 André PönitzIntroduce an option to keep the menubar visible in...
2009-05-23 Enrico ForestieriAdd explicative comment.
2009-05-22 Enrico ForestieriTake into account file system case sensitivity when...
2009-05-22 Jürgen SpitzmüllerA GUI for nomencl settings. Adds the possibility to...
2009-05-09 Jürgen Spitzmüller* remove last traces of external thesaurus library...
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:
next