]> git.lyx.org Git - lyx.git/history - src/lyxfunc.C
the convert patch
[lyx.git] / src / lyxfunc.C
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
2004-02-20 André Pönitzfix tabular crashs
2004-02-20 André Pönitzrename a function
2004-02-13 André Pönitzsome table work
2004-02-13 André PönitzIU stuff + shuffling things from BV::dispatch to LyXTex...
2004-02-11 André Pönitzbug + spped fixes + small stuff
2004-02-06 André Pönitzfix mathed crash
2004-02-06 André Pönitzdisable a few messages
2004-02-03 André Pönitzfix super/subscript crash
2004-02-03 Alfredo Braunsteinre-enable bv::dispatch
2004-02-03 André Pönitzremove math cursor plus
2004-02-02 Alfredo Braunsteinremove lockPath
2004-01-30 André Pönitzmore IU
2004-01-26 André Pönitzmore IU
2004-01-26 Angus LeemingConvert the Search/Replace dialog to the cleaner MCV...
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
2004-01-14 André Pönitzmove the Selection structure from LyXText to BufferView
2004-01-13 André PönitzAnchor globalization
2004-01-13 André Pönitz hide cursor and selection anchor behind accessor function
2004-01-08 Angus LeemingHandle Qt-style file filters like
2004-01-07 Angus LeemingHandle the new LFUN_WORD_FIND and LFUN_WORD_REPLACE.
2003-12-29 Jürgen SpitzmüllerMichael's latest minipage cleanup patch
2003-12-14 Angus LeemingOverhaul the branches code.
2003-12-14 Jürgen SpitzmüllerMinipage is no more (long live the box inset)
2003-12-12 André Pönitzfix math super/subscript
2003-12-10 Angus LeemingEnable all inset dialogs to be opened from the command...
2003-12-05 Angus LeemingRationalize the interface to the log dialog.
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-26 Alfredo BraunsteinupdateCounters fix + changeDepth simplification
2003-11-24 Angus Leeming(Georg Baum): propogate BibTeX databases from the maste...
2003-11-21 Alfredo Braunsteinallow extending a double/triple click + whitespace...
2003-11-20 Alfredo Braunsteincursor work + absolute coords for lyxtext
2003-11-17 Alfredo Braunsteinfix cursor positioning at the end of lyxfunc::dispatch
next