lyx_mirror/src/insets
André Pönitz 4b2c271e23 * buffer.[Ch]:
* lyxtext.h: move ParagraphList member to LyXText
	rename LyXText::ownerParagraphs to LyXText::paragraph

	* CutAndPaste.C:
	* bufferview_funcs.C:
	* iterators.[Ch]:
	* lyx_cb.C:
	* paragraph.C:
	* rowpainter.C:
	* tabular.C:
	* text.C:
	* text2.C:
	* text3.C: adjust

	* lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.

	* undo.C: fix cursor positioning
	* insetbase.h: whitespace

	* inset.[Ch]: remove latexTextWidth
	make setBackgroundColor virtual

	* insettext.[Ch]:  move ParagraphList member to LyXText

	* insetcollapsable.[Ch]: handle LFUN_INSET_TOGGLE

	* insetcharstyle.C:
	* insetenv.C:
	* insetert.[Ch]:
	* insetfloat.[Ch]:
	* insetminipage.[Ch]:
	* insettabular.C:
	* insetwrap.[Ch]: adjust paragraphs and background color handling,


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8166 a592a061-630c-0410-9148-cb99ea01b6c8
2003-12-01 13:35:49 +00:00
..
.cvsignore
ChangeLog * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
ExternalSupport.C ws changes only 2003-10-13 02:10:45 +00:00
ExternalSupport.h * Rename InsetExternal::Params as InsetExternalParams. Consistent with 2003-10-07 20:25:10 +00:00
ExternalTemplate.C Add transformations to InsetExternal. 2003-10-07 22:59:58 +00:00
ExternalTemplate.h Add transformations to InsetExternal. 2003-10-07 22:59:58 +00:00
ExternalTransforms.C make some more regexs static 2003-10-17 18:23:41 +00:00
ExternalTransforms.h Add transformations to InsetExternal. 2003-10-07 22:59:58 +00:00
inset.C * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
inset.h * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetbase.C more global cursor work 2003-11-06 16:43:12 +00:00
insetbase.h * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetbibitem.C the update/updateInset merge 2003-11-10 13:23:14 +00:00
insetbibitem.h dispatchresult -> DispatchResult 2003-10-29 10:47:21 +00:00
insetbibtex.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetbibtex.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetbox.C Simplify the invocation of the Mailer::hide/showDialog() functions. 2003-11-28 17:13:41 +00:00
insetbox.h The deed is done. 2003-11-10 09:06:48 +00:00
insetbranch.C Simplify the invocation of the Mailer::hide/showDialog() functions. 2003-11-28 17:13:41 +00:00
insetbranch.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetcaption.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetcaption.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetcharstyle.C * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetcharstyle.h The Character Style and XML short element inset. 2003-11-12 14:38:26 +00:00
insetcite.C Simplify the invocation of the Mailer::hide/showDialog() functions. 2003-11-28 17:13:41 +00:00
insetcite.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetcollapsable.C * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetcollapsable.h * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetcommand.C coordinate cache IU 2003-11-10 15:38:20 +00:00
insetcommand.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetcommandparams.C The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetcommandparams.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetenv.C * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetenv.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetert.C * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetert.h * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetexternal.C the update/updateInset merge 2003-11-10 13:23:14 +00:00
insetexternal.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetfloat.C * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetfloat.h * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetfloatlist.C Simplify the invocation of the Mailer::hide/showDialog() functions. 2003-11-28 17:13:41 +00:00
insetfloatlist.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetfoot.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetfoot.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetfootlike.C Remove unused LColor::color framecolor variable from insetcollabsable.h 2003-09-16 10:54:23 +00:00
insetfootlike.h Final touch 'inset display()'; fix 'is a bit silly' bug 2003-10-21 13:04:14 +00:00
insetgraphics.C make insetgraphics cache their position 2003-11-25 08:50:07 +00:00
insetgraphics.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetgraphicsParams.C displayTranslator is now a function. No need to invoke setDisplayTranslator 2003-10-13 21:50:33 +00:00
insetgraphicsParams.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insethfill.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insethfill.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetinclude.C Simplify the invocation of the Mailer::hide/showDialog() functions. 2003-11-28 17:13:41 +00:00
insetinclude.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetindex.C Simplify the invocation of the Mailer::hide/showDialog() functions. 2003-11-28 17:13:41 +00:00
insetindex.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetlabel.C the update/updateInset merge 2003-11-10 13:23:14 +00:00
insetlabel.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetlatexaccent.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetlatexaccent.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetline.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetline.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetlist.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetlist.h no need for three calls to update() in a row... 2003-11-13 13:43:44 +00:00
insetmarginal.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetmarginal.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetminipage.C * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetminipage.h * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetnewline.C ismall stuff 2003-11-28 08:55:12 +00:00
insetnewline.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetnote.C the update/updateInset merge 2003-11-10 13:23:14 +00:00
insetnote.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetoptarg.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetoptarg.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetpagebreak.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetpagebreak.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetquotes.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetquotes.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetref.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetref.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetspace.C small stuff 2003-11-21 16:35:46 +00:00
insetspace.h small stuff 2003-11-21 16:35:46 +00:00
insetspecialchar.C small stuff 2003-11-21 16:35:46 +00:00
insetspecialchar.h small stuff 2003-11-21 16:35:46 +00:00
insettabular.C * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insettabular.h ismall stuff 2003-11-28 08:55:12 +00:00
insettext.C * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insettext.h * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insettheorem.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insettheorem.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insettoc.C Squash a bunch of warnings thrown up by g++. 2003-11-20 01:22:51 +00:00
insettoc.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
inseturl.C Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
inseturl.h Rename ascii to plaintext and LatexRunParams to OutputParams. 2003-11-05 12:06:20 +00:00
insetvspace.C The VSpace inset is now fully functional AFAICT. 2003-11-28 17:38:39 +00:00
insetvspace.h The VSpace inset is now fully functional AFAICT. 2003-11-28 17:38:39 +00:00
insetwrap.C * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
insetwrap.h * buffer.[Ch]: 2003-12-01 13:35:49 +00:00
mailinset.C small stuff, whitespace & consistent naming 2003-10-21 16:15:14 +00:00
mailinset.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
Makefile.am move space above/below from Paragraph into a separate vspace inset. 2003-11-28 15:53:34 +00:00
render_base.h the exception safety patch 2003-11-03 17:47:28 +00:00
render_button.C the exception safety patch 2003-11-03 17:47:28 +00:00
render_button.h the exception safety patch 2003-11-03 17:47:28 +00:00
render_graphic.C adjust two comments 2003-11-25 16:49:02 +00:00
render_graphic.h adjust two comments 2003-11-25 16:49:02 +00:00
render_preview.C the exception safety patch 2003-11-03 17:47:28 +00:00
render_preview.h the exception safety patch 2003-11-03 17:47:28 +00:00
updatableinset.C Michael Schmitt's patch to remove unused arguments 2003-11-21 14:59:24 +00:00
updatableinset.h ismall stuff 2003-11-28 08:55:12 +00:00