]> git.lyx.org Git - lyx.git/history - src/lyxfunc.C
Fix bug 2195: Slowness in rendering inside insets, especially on the Mac
[lyx.git] / src / lyxfunc.C
2006-01-18 Jean-Marc Lasgouttesbug 2221: List depth icon highlightning is out-of-sync
2005-12-23 Jean-Marc Lasgouttesbug 2172: buffer not marked dirty after LFUN_CUT
2005-11-25 Jean-Marc Lasgouttesdisable LFUN_PASTE when there is nothing to paste
2005-11-17 Jürgen Spitzmüllerfirst step to sanitize forceDefaultParagraphs (part...
2005-10-24 Jean-Marc Lasgouttesbug 2066: C-i for opening/closing insets only works...
2005-10-07 Jürgen Spitzmüllerreimplement citation-insert, which is needed by bibliog...
2005-09-21 Jean-Marc Lasgouttesfix bug 1941: toolbars disabled after dialog action
2005-09-19 Jean-Marc Lasgouttesbug 1987: Crash when switching to different document...
2005-09-15 Michael Schmittupdate display after LFUN_ALL_INSETS_TOGGLE
2005-09-08 Jean-Marc Lasgouttesfix change lookup when cursor depth is greater than 1
2005-09-07 Jean-Marc LasgouttesJohn&JMarc's change tracking patch
2005-08-02 Jean-Marc Lasgouttesfix error message (bug 1963)
2005-07-16 André Pönitz * lyxfont.h: Change order of declarations to give...
2005-07-15 André Pönitzsend UpdatableInset down the way of the Dodo
2005-07-15 Martin VermeerSave and restore the cursor after a text class switch
2005-07-14 André Pönitzimplement undo for textclass switches in order to avoid...
2005-07-14 André Pönitz open insets when selection is set there
2005-05-31 Martin VermeerAxe processEvents, fix cursor draw artifacts, put updat...
2005-05-06 André Pönitzmake sure the 'setStatus(Collapsed)' crash won't occur...
2005-05-06 André Pönitzfix crash when collapsing ert with cursor inside
2005-05-06 Jürgen Spitzmüllerupdate after LFUN_INSET_APPLY
2005-05-05 Angus LeemingDisable various spell thingies when USE_[AIP]SPELL...
2005-05-04 Georg Baumundefined charstyle fixes from Martin and me
2005-04-19 Jean-Marc Lasgoutteshonor secnumdepth for section headers; avoid multiple...
2005-04-13 Georg Baumdisable open dialogs if applying them is not allowed
2005-04-05 Jean-Marc Lasgouttesmake sure getStatus errors are actually translated...
2005-03-07 Jean-Marc Lasgouttescompilation fix when assertions are disabled
2005-02-15 Georg Baumtry to fix broken cursor (from Andr�)
2005-02-15 Angus LeemingRearrange and rename the environment variable setter...
2005-02-09 Jean-Marc Lasgouttesfix display when jumping to a toc entry
2005-02-08 Lars Gullik Bjønnesdociterator dont inherit from std::vector and updates
2005-02-08 Lars Gullik Bjønnesthe depm patch
2005-02-03 Georg Baumfile format change for bug 698 and fix for the reproduc...
2005-01-31 Lars Gullik Bjønnesditch FileInfo -> use boost.filesystem
2005-01-27 Lars Gullik Bjønnesthe convert patch
2005-01-16 Angus LeemingThe LyXRC::prepend_path patch as tested on the Mac...
2005-01-10 Angus LeemingThe package reworking.
2005-01-06 Lars Gullik Bjønnesrename tostr.[Ch] to convert.[Ch]
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
2005-01-05 Lars Gullik Bjønnesthe const patch
2004-12-06 Alfredo Braunsteinremove selection_possible (fix a problem with selection...
2004-12-02 Jean-Marc Lasgouttesfix recent bug where too many lfuns got disabled;fix...
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-25 Lars Gullik BjønnesInsetOld -> InsetBase renaming
2004-11-25 Angus LeemingGive FileFilterList its own .[Ch] files.
2004-11-25 Jean-Marc Lasgouttescorrectly display messages issued by getStatus
2004-11-16 Jean-Marc Lasgouttescorrectly disable buffer-related menu entries when...
2004-11-08 Jean-Marc Lasgouttesadd possibility to specify the origin of a FuncRequest...
2004-10-22 Jean-Marc Lasgouttesimplement buffer-next/previous (bug 515)
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-08-14 André Pönitzremove per-inset position cahce, use new external map...
2004-08-13 Jean-Marc Lasgouttesfix toggling of collapsable insets with the mouse ...
2004-08-08 Jean-Marc Lasgouttesfix cursor when loading/creating document ; implement...
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-07-02 Jean-Marc Lasgouttescleanup reading of lfun bindings
2004-06-23 Jean-Marc LasgouttesQt/Mac disappearing menu syndrom, part II
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-05-17 Angus LeemingCitation labels now update immediately if the citation...
2004-05-04 Jean-Marc Lasgouttesfix command-sequence handling
2004-04-29 Angus Leeming* Positionable and dynamically visible toolbars for...
2004-04-21 John LevonMake M-x show the minibuffer
2004-04-20 Angus LeemingWhitespace, only whitespace...
2004-04-13 Angus LeemingGeorg's add an editor to Formats / safe external_templa...
2004-04-07 Alfredo Braunsteinthe 'fitCursor fix'
2004-04-07 André Pönitzfix table crash;
2004-04-05 Angus LeemingRealize Allan Rae's PreferencesPolicy correctly and...
2004-04-05 Angus LeemingBug fix: enable the frontend to ignore the contents...
2004-04-05 Angus LeemingWrap all #warning calls inside #ifdef WITH_WARNINGS...
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-04-02 Alfredo Braunsteinrevert last commits. I've detected problems with it...
2004-04-02 Alfredo Braunsteinfitcursor work
2004-04-01 Alfredo Braunsteinadd BufferView::getStatus and use it + some lyx::find...
2004-03-31 Alfredo Braunsteinenable search & replace in LyXFunc::getStatus
2004-03-31 Angus LeemingConvert the preamble dialog to the Dialog-based scheme.
2004-03-31 Angus LeemingConvert the spellchecker dialog to the Dialog-based...
2004-03-31 Alfredo Braunsteins/DocumentIterator/DocIterator/g a.k.a showing off...
2004-03-31 Angus LeemingConvert the prefs dialog to the Dialog-based scheme.
2004-03-31 Angus LeemingA new LFUN_LYXRC_APPLY lfun, together with a bit of...
2004-03-31 Angus LeemingFix crash when changing text class.
2004-03-31 Angus LeemingUse Alfredo's getOutOfInset suggestion, but use it...
2004-03-30 Angus LeemingMove the document dialog over to the Dialog-based scheme.
2004-03-30 Angus Leeming5 new lfuns, move all apply code out of ControlDocument...
2004-03-30 Angus LeemingA slightly buggy lfun all-insets-toggle.
2004-03-28 Alfredo Braunsteinthe pariterator stuff
2004-03-28 Angus LeemingIntroduce LFUN_PRINT.
2004-03-27 Angus LeemingNew LFUN_EXPORT_CUSTOM.
2004-03-25 Angus LeemingRemove test code in the LFUN_QUIT handler as it leads...
2004-03-25 Martin VermeerNew LColor::setColor
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-23 Jean-Marc Lasgouttesfix handling of read-only in getStatus; fix handling...
2004-03-18 André Pönitzmore privacy for CursorSlice members
2004-03-18 André Pönitzmore 'value' semantics for paragraphs
2004-03-18 André Pönitzthe forks compile fix
2004-03-18 André Pönitzsplit LyXFunc::getStatus() into inset specific chunks
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-03-17 Angus LeemingRemove the Forks dialog.
2004-03-11 André Pönitzrevert Buffer LyxText->InsetText commit
2004-03-11 André Pönitzthe Buffer::text -> inset change
2004-03-08 André Pönitzredo undo
2004-03-01 André Pönitzthe DocIterator stuff
next