]> git.lyx.org Git - features.git/commit
Replace InsetButton and ButtonInset with a ButtonRenderer that can be
authorAngus Leeming <leeming@lyx.org>
Thu, 12 Jun 2003 08:52:36 +0000 (08:52 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 12 Jun 2003 08:52:36 +0000 (08:52 +0000)
commitba01e80b7cd9ff3dd59e268206603e6be6cecfd9
tree039dc828c9044ae9e5bc7f247101d32ac1388fd5
parent79ca0d3b49f12a9e3de55d7a463ef691d4b05a99
Replace InsetButton and ButtonInset with a ButtonRenderer that can be
included as a member variable.
Enable InsetExternal to choose its renderer dynamically.
diffstat tells me
25 files changed, 627 insertions(+), 646 deletions(-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7160 a592a061-630c-0410-9148-cb99ea01b6c8
25 files changed:
po/POTFILES.in
src/insets/ChangeLog
src/insets/Makefile.am
src/insets/graphicinset.C [deleted file]
src/insets/graphicinset.h [deleted file]
src/insets/insetbutton.C [deleted file]
src/insets/insetbutton.h [deleted file]
src/insets/insetcommand.C
src/insets/insetcommand.h
src/insets/insetexternal.C
src/insets/insetexternal.h
src/insets/insetgraphics.C
src/insets/insetgraphics.h
src/insets/insetinclude.C
src/insets/insetinclude.h
src/insets/renderers.C [new file with mode: 0644]
src/insets/renderers.h [new file with mode: 0644]
src/mathed/ChangeLog
src/mathed/Makefile.am
src/mathed/button_inset.C [deleted file]
src/mathed/button_inset.h [deleted file]
src/mathed/command_inset.C
src/mathed/command_inset.h
src/mathed/ref_inset.C
src/mathed/ref_inset.h