]> git.lyx.org Git - lyx.git/history - src/frontends/controllers
5 new lfuns, move all apply code out of ControlDocument and into the core.
[lyx.git] / src / frontends / controllers /
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-29 Jürgen Spitzmülleradd bibtopic support (bug 870).
2004-03-28 Alfredo Braunsteinthe pariterator stuff
2004-03-28 Angus LeemingIntroduce LFUN_PRINT.
2004-03-27 Angus LeemingNew LFUN_EXPORT_CUSTOM.
2004-03-27 Angus LeemingSquash a bunch of compiler warnings.
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-24 Angus Leeming64 bit compile fixes.
2004-03-17 Angus LeemingRemove the Forks dialog.
2004-03-07 Jürgen SpitzmüllerAdd support for the jurabib package (www.jurabib.org...
2004-02-25 Jean-Marc LasgouttesGeorg Baum\'s no-tempdir patch
2004-02-13 André PönitzIU stuff + shuffling things from BV::dispatch to LyXTex...
2004-02-01 Lars Gullik BjønnesCleanup usage of contains and simplify a bit.
2004-01-31 Lars Gullik BjønnesThe func.diff patch. Functors work and some tiny cleanup.
2004-01-28 Lars Gullik Bjønnesstd:: changes, stupid stuff
2004-01-27 Lars Gullik Bjønnesunpimplify ParIterator, move some functions around...
2004-01-26 Lars Gullik Bjønnesuse std::advance and std::distance instead of home...
2004-01-26 Angus LeemingConvert the Search/Replace dialog to the cleaner MCV...
2004-01-15 André Pönitzthe monster patch
2004-01-14 André Pönitzmore shuffling...
2004-01-09 Alfredo Braunsteinpartial fix to Bug 1251. The bug is still present,...
2004-01-08 Angus LeemingHandle Qt-style file filters like
2004-01-07 Lars Gullik BjønnesMake some functors adaptable and related small stuff.
2004-01-07 Angus LeemingHandle the new LFUN_WORD_FIND and LFUN_WORD_REPLACE.
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 Angus Leeming(Martin): enable the math panel sub/superscript buttons...
2003-12-11 Angus LeemingRemove a whole heap of redundant functions from classes...
2003-12-10 Angus LeemingInsetNote clean-up.
2003-12-10 Angus LeemingClean-up of the Note, Branch mailer interface.
2003-12-05 Angus LeemingSay "Byeeeee" to 472 lines.
2003-12-05 Angus LeemingRationalize the interface to the log dialog.
2003-12-04 Angus LeemingSome helper functions for the augmented dialogs.
2003-12-02 André Pönitzmove 'Inline' state from InsetERT to InsetCollapsable
2003-12-01 Jürgen SpitzmüllerThe VSpace fixes (removal of VSPACE::NONE) from Michael...
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-21 André PönitzMichael's open-close-patch
2003-11-07 Alfredo Braunsteinskip ert on spellchecking
2003-11-06 Alfredo Braunsteinfiner error handling
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-11-04 Alfredo Braunsteinsmall fix
2003-11-04 Alfredo Braunsteinspellcheck cleanup
2003-10-27 Jürgen Spitzmüllerqt branches: color fixes
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-13 Angus LeemingNo trailing whitespace left in src...
2003-10-13 Lars Gullik BjønnesGet rid of LyXFunc::dispatch that takes a string.
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-07 Angus Leeming* Rename InsetExternal::Params as InsetExternalParams...
2003-10-07 Martin VermeerThe Box patch
2003-10-07 Martin Vermeeradd <string> and other small fixes to make
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-01 Angus LeemingIntroduce namespace lyx::external.
2003-09-25 Angus LeemingRe-add the RasterImage template.
2003-09-21 Lars Gullik Bjønnessome configure output changes, fix a new bug
2003-09-19 Angus LeemingFix InsetInclude properly. Data is now stored in an...
2003-09-18 Angus LeemingSmall clean-up.
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-16 Angus LeemingRemove #include "LColor.h" from inset.h.
2003-09-16 Angus Leeminglyxfont.h no longer #includes LColor.h.
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingGet rid of trailing whitespace 'noise' in future patche...
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-09 Angus LeemingPragmatic pimpl-ing of BufferParams.
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-07 Angus LeemingFinish the task of removing all cruft from the header...
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-06 Angus LeemingGeneral tidy. Not very exciting.
2003-09-06 Angus LeemingRemove a couple of #includes from buffer.h
2003-09-06 Angus LeemingMove depth_type to support/types.h.
2003-09-06 Angus LeemingReplace ParagraphList.h with ParagraphList_fwd.h.
2003-09-05 Angus LeemingAdd missing headers. With thanks to Martin...
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingAnother 49 #includes bite the dust.
2003-09-05 Angus LeemingEnsure that the header file can be compiled stand-alone.
2003-09-04 Angus LeemingMove #includes out of header files.
2003-09-03 Angus LeemingRevert, revert, revert. Sorry about that, y'all.
2003-09-03 Angus Leemingsrc/support/ChangeLog
2003-08-28 Angus LeemingWhitespace.
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-19 Angus LeemingMore 'standard conformant blurb' nonsense.
2003-08-17 Martin VermeerThe 'Branches' mega-patch.
2003-08-15 André Pönitzremove toggleSelection
2003-08-14 John LevonMichael's UI patch v2
2003-08-07 André Pönitzadd a 'fitCursor'
2003-08-04 André Pönitz replace "complicate" BufferView::update(...) calls...
2003-07-30 Angus LeemingMartin's changes to the Note inset.
2003-07-27 Angus LeemingFlying high and free...
2003-07-27 Angus LeemingLearing to fly...
2003-07-27 Lars Gullik Bjønnesput namespace toc inside namespace lxy
2003-07-27 Lars Gullik Bjønnesget rid of namesapce lyxfind and introduce namespace...
2003-07-26 Jean-Marc Lasgouttesmove reading of bind files from lyxrc.C to kbmap.C...
2003-07-23 Angus LeemingThe inset mailers' inset2string function now requires...
next