]> git.lyx.org Git - features.git/commit
The 'Branches' mega-patch.
authorMartin Vermeer <martin.vermeer@hut.fi>
Sun, 17 Aug 2003 11:28:23 +0000 (11:28 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Sun, 17 Aug 2003 11:28:23 +0000 (11:28 +0000)
commitfd6cd728a390aeac274f505723c1cdc92a60010a
tree302700ecad15e198cd6a67583cdbe02557d85641
parent0bbad21ca035fdc9784ae6717d9a54829ec0e228
The 'Branches' mega-patch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7560 a592a061-630c-0410-9148-cb99ea01b6c8
42 files changed:
lib/ChangeLog
lib/ui/stdmenus.ui
po/POTFILES.in
src/BranchList.C [new file with mode: 0644]
src/BranchList.h [new file with mode: 0644]
src/ChangeLog
src/InsetList.C
src/InsetList.h
src/LColor.C
src/LColor.h
src/LyXAction.C
src/Makefile.am
src/MenuBackend.C
src/MenuBackend.h
src/bufferparams.C
src/bufferparams.h
src/factory.C
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlBranch.C [new file with mode: 0644]
src/frontends/controllers/ControlBranch.h [new file with mode: 0644]
src/frontends/controllers/ControlDocument.C
src/frontends/controllers/Makefile.am
src/frontends/xforms/ChangeLog
src/frontends/xforms/ColorHandler.C
src/frontends/xforms/ColorHandler.h
src/frontends/xforms/Dialogs.C
src/frontends/xforms/FormBranch.C [new file with mode: 0644]
src/frontends/xforms/FormBranch.h [new file with mode: 0644]
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormDocument.h
src/frontends/xforms/Makefile.am
src/frontends/xforms/forms/Makefile.am
src/frontends/xforms/forms/form_branch.fd [new file with mode: 0644]
src/frontends/xforms/forms/form_document.fd
src/insets/ChangeLog
src/insets/Makefile.am
src/insets/inset.h
src/insets/insetbranch.C [new file with mode: 0644]
src/insets/insetbranch.h [new file with mode: 0644]
src/lfuns.h
src/lyxfunc.C
src/text3.C