]> git.lyx.org Git - lyx.git/commit
Controller-view split of Graphics and Index popups.
authorAngus Leeming <leeming@lyx.org>
Wed, 28 Mar 2001 12:59:29 +0000 (12:59 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 28 Mar 2001 12:59:29 +0000 (12:59 +0000)
commitcda84cbcdfa4e4b0881c7dda6d91862b4356ac0e
tree01e99c1fa9c86792a7a14c5a562ad686311b7f24
parent39447abc2dfe035b675f74c86e69ff670c1907cb
Controller-view split of Graphics and Index popups.
Moved Citation and Character helper functions into their own namespaces.
Fixed bugs in Minipage controller.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1843 a592a061-630c-0410-9148-cb99ea01b6c8
25 files changed:
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlBibitem.h
src/frontends/controllers/ControlBibtex.h
src/frontends/controllers/ControlCharacter.C
src/frontends/controllers/ControlCharacter.h
src/frontends/controllers/ControlCitation.C
src/frontends/controllers/ControlCitation.h
src/frontends/controllers/ControlError.h
src/frontends/controllers/ControlGraphics.C [new file with mode: 0644]
src/frontends/controllers/ControlGraphics.h [new file with mode: 0644]
src/frontends/controllers/ControlInclude.h
src/frontends/controllers/ControlIndex.C [new file with mode: 0644]
src/frontends/controllers/ControlIndex.h [new file with mode: 0644]
src/frontends/controllers/ControlInset.h
src/frontends/controllers/ControlMinipage.C
src/frontends/controllers/ControlMinipage.h
src/frontends/controllers/ControlRef.h
src/frontends/controllers/ControlSearch.h
src/frontends/controllers/ControlUrl.h
src/frontends/controllers/GUI.h
src/frontends/controllers/Makefile.am
src/frontends/controllers/biblio.C [new file with mode: 0644]
src/frontends/controllers/biblio.h [new file with mode: 0644]
src/frontends/controllers/character.C [new file with mode: 0644]
src/frontends/controllers/character.h [new file with mode: 0644]