]> git.lyx.org Git - lyx.git/history - src/factory.C
Simplify the mechanics of generating the 'inactive' pixmap.
[lyx.git] / src / factory.C
2004-04-29 Angus LeemingEnsure all #warning statements are wrapped by #ifdef...
2004-04-20 Angus LeemingWhitespace, only whitespace...
2004-04-13 André Pönitzpartial revert of macro stuff
2004-04-13 André Pönitzmacro rework
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-03-11 André Pönitzrevert Buffer LyxText->InsetText commit
2004-03-11 André Pönitzthe Buffer::text -> inset change
2004-02-13 André PönitzIU stuff + shuffling things from BV::dispatch to LyXTex...
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
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-11 Angus LeemingRemove a whole heap of redundant functions from classes...
2003-12-10 Angus LeemingModify the InsetBox format to always start 'Box'.
2003-12-10 Angus LeemingInsetNote clean-up.
2003-12-02 André Pönitzmove 'Inline' state from InsetERT to InsetCollapsable
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-28 Martin VermeerSyntax change for CharStyles
2003-11-21 André PönitzMichael's open-close-patch
2003-11-13 Martin VermeerFix insertion/modification of button-style insets
2003-11-12 Martin VermeerThe Character Style and XML short element inset.
2003-11-11 Martin VermeerSmall step to solving 'impossible to insert some insets...
2003-11-10 André PönitzThe deed is done.
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-10-27 André Pönitz * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INS...
2003-10-22 Angus LeemingAdd a Buffer::fully_loaded member function, returning...
2003-10-14 Alfredo BraunsteinFix bug 1323
2003-10-07 Angus Leeming* Rename InsetExternal::Params as InsetExternalParams...
2003-10-07 Martin VermeerThe Box patch
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-01 André Pönitzassert on unknown insets
2003-09-22 Martin VermeerBug fix in branches (was earlier fixed wrongly)
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-16 Angus LeemingRemove unused LColor::color framecolor variable from...
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-05 Angus LeemingAdd missing headers. With thanks to Martin...
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-09-03 Angus LeemingRevert, revert, revert. Sorry about that, y'all.
2003-09-03 Angus Leemingsrc/support/ChangeLog
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-17 Martin VermeerThe 'Branches' mega-patch.
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-07-30 Martin Vermeerlimited 'arg' scope
2003-07-30 Martin Vermeerfixed Note submenu issues
2003-07-30 Martin Vermeersubmenu for Note/Comment/Greyedout
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-23 Angus LeemingPrettify the screen label of the external inset.
2003-07-23 Angus LeemingThe inset mailers' inset2string function now requires...
2003-07-23 Angus LeemingUse a FileName variable in the external inset too.
2003-07-21 Angus LeemingAdd a buffer_path arg to InsetGraphicsMailer's params2s...
2003-07-08 Martin VermeerExtend Note inset to other forms of annotation like...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-04 Angus LeemingThe external inset uses the converters. Graphical displ...
2003-06-03 John Levonclone() at long last !
2003-06-02 John Levonremove insetparent
2003-06-01 John Levonbug 1018 fix part 1
2003-05-22 Angus Leeming(Juergen) the new space inset.
2003-04-24 André Pönitzsupport for eqref (fixes #862)
2003-03-25 Angus LeemingSatisfy JMarc and Lar's desire for LFUN_INSET_INSERT
2003-03-17 Lars Gullik BjønnesRemove the BufferView* arg from almost all LyXText...
2003-03-13 André Pönitzread them back...
2003-03-13 André Pönitzsimple factory extension
2003-03-12 John LevonThe final parsing patch. Tested on a variety of weird...
2003-03-11 André Pönitzthe formal stuff for an HFill inset (not active yet)
2003-03-09 Angus LeemingPort the About LyX dialog to the Dialog scheme.
2003-03-09 Angus LeemingPort the TabularCreate dialog to the Dialog scheme.
2003-03-07 Angus Leemingport the graphics dialog to the new scheme and get...
2003-03-05 Angus LeemingMove the include dialog to the new scheme
2003-03-05 Angus LeemingMove the external dialog to the new scheme.
2003-02-27 Angus LeemingA real, LyX label dialog. Part 1.
2003-02-27 Angus LeemingCollapse all those LFUN_XYZ_APPLY to a single LFUN_INSE...
2003-02-26 Angus LeemingAdd locaDispatch methods to various inset classes....
2003-02-25 Angus LeemingHold on to your hats.
2003-02-21 Angus Leeming* Split insetbib.[Ch] into insetbibitem.[Ch] and insetb...
2003-02-17 André Pönitzremove the hardcoded bibkey from the paragraph
2003-01-31 Angus LeemingFix Helge's index bugs.
2002-11-04 Lars Gullik Bjønnessmall changes
2002-09-12 John Levontrivial shit
2002-09-10 Dekel TsurAdd insetwrap.
2002-09-03 Angus LeemingA couple more trivial compilation fixes.
2002-08-29 André PönitzMakefile.am:
2002-08-28 André Pönitzmoving more stuff
2002-08-27 André Pönitzmove tabular creation to the factory
2002-08-27 Jean-Marc Lasgouttesmove floatlist to textclass
2002-08-27 André Pönitzthe factory stuff