lyx_mirror/src/insets
André Pönitz 69fae0531d * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
* factory.C: handle new InsetPagebreak, InsetLine

	* ParagraphParameters.h: remove [line|pagebreak]_[above|below]
	and move handling into new InsetPagebreak, InsetLine

	* BufferView_pimpl.C:
	* LyXAction.C:
	* ParagraphParameters.C:
	* ParameterStruct.h:
	* lyxfunc.C:
	* lyxtext.h:
	* paragraph.C:
	* paragraph.h:
	* paragraph_funcs.C:
	* paragraph_pimpl.C:
	* rowpainter.C:
	* text.C:
	* text2.C:
	* text3.C: adjust

etc


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7985 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-27 12:41:26 +00:00
..
.cvsignore read ChangeLog, a lot of whitespace changes. experimental use of libtool 1999-11-22 16:19:48 +00:00
ChangeLog * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK 2003-10-27 12:41:26 +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 The std::string mammoth path. 2003-10-06 15:43:21 +00:00
inset.h * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK 2003-10-27 12:41:26 +00:00
insetbase.C small stuff, whitespace & consistent naming 2003-10-21 16:15:14 +00:00
insetbase.h the dispatch patch 2003-10-17 18:01:15 +00:00
insetbibitem.C small stuff, whitespace & consistent naming 2003-10-21 16:15:14 +00:00
insetbibitem.h the dispatch patch 2003-10-17 18:01:15 +00:00
insetbibtex.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetbibtex.h display() { return true; } only for those insets that are is display mode. 2003-10-22 10:22:09 +00:00
insetbox.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetbox.h the dispatch patch 2003-10-17 18:01:15 +00:00
insetbranch.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetbranch.h the dispatch patch 2003-10-17 18:01:15 +00:00
insetcaption.C The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetcaption.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetcite.C Add a Buffer::fully_loaded member function, returning true only when 2003-10-22 13:15:18 +00:00
insetcite.h Add a Buffer::fully_loaded member function, returning true only when 2003-10-22 13:15:18 +00:00
insetcollapsable.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetcollapsable.h Final touch 'inset display()'; fix 'is a bit silly' bug 2003-10-21 13:04:14 +00:00
insetcommand.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetcommand.h display() { return true; } only for those insets that are is display mode. 2003-10-22 10:22:09 +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 The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetenv.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetert.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetert.h the dispatch patch 2003-10-17 18:01:15 +00:00
insetexternal.C Get rid of hte dynamic_casts in InsetExternal. 2003-10-25 20:09:52 +00:00
insetexternal.h Give InsetExternal the ability to preview its contents. 2003-10-22 22:26:47 +00:00
insetfloat.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetfloat.h Final touch 'inset display()'; fix 'is a bit silly' bug 2003-10-21 13:04:14 +00:00
insetfloatlist.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetfloatlist.h display() { return true; } only for those insets that are is display mode. 2003-10-22 10:22:09 +00:00
insetfoot.C The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetfoot.h The std::string mammoth path. 2003-10-06 15:43:21 +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 the dispatch patch 2003-10-17 18:01:15 +00:00
insetgraphics.h the dispatch patch 2003-10-17 18:01:15 +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 RenderButton, RenderGraphic and RenderPreview now have a common lineage. 2003-10-10 21:08:55 +00:00
insethfill.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetinclude.C Give InsetExternal the ability to preview its contents. 2003-10-22 22:26:47 +00:00
insetinclude.h Final touch 'inset display()'; fix 'is a bit silly' bug 2003-10-21 13:04:14 +00:00
insetindex.C display() { return true; } only for those insets that are is display mode. 2003-10-22 10:22:09 +00:00
insetindex.h display() { return true; } only for those insets that are is display mode. 2003-10-22 10:22:09 +00:00
insetlabel.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetlabel.h the dispatch patch 2003-10-17 18:01:15 +00:00
insetlatexaccent.C The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetlatexaccent.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetline.C * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK 2003-10-27 12:41:26 +00:00
insetline.h * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK 2003-10-27 12:41:26 +00:00
insetlist.C Replace LString.h with support/std_string.h, 2003-09-05 17:23:11 +00:00
insetlist.h Use Buffer const reference in most placees possible. 2003-08-28 07:41:31 +00:00
insetmarginal.C The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetmarginal.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetminipage.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetminipage.h the dispatch patch 2003-10-17 18:01:15 +00:00
insetnewline.C take the bidi stuff out of lyxtext.h to its own file 2003-10-23 13:28:49 +00:00
insetnewline.h Use Buffer const reference in most placees possible. 2003-08-28 07:41:31 +00:00
insetnote.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetnote.h the dispatch patch 2003-10-17 18:01:15 +00:00
insetoptarg.C The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetoptarg.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetpagebreak.C * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK 2003-10-27 12:41:26 +00:00
insetpagebreak.h * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK 2003-10-27 12:41:26 +00:00
insetquotes.C The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetquotes.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetref.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetref.h the dispatch patch 2003-10-17 18:01:15 +00:00
insetspace.C The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetspace.h Finish the task of removing all cruft from the header files. 2003-09-07 21:25:37 +00:00
insetspecialchar.C The std::string mammoth path. 2003-10-06 15:43:21 +00:00
insetspecialchar.h Finish the task of removing all cruft from the header files. 2003-09-07 21:25:37 +00:00
insettabular.C small stuff, whitespace & consistent naming 2003-10-21 16:15:14 +00:00
insettabular.h the dispatch patch 2003-10-17 18:01:15 +00:00
insettext.C refrain from computing width in setHeightOfRow as this happens already 2003-10-24 09:45:07 +00:00
insettext.h the dispatch patch 2003-10-17 18:01:15 +00:00
insettheorem.C Make all of InsetCollapsable's member variables (save 'inset') private. 2003-09-16 15:39:33 +00:00
insettheorem.h Use Buffer const reference in most placees possible. 2003-08-28 07:41:31 +00:00
insettoc.C the dispatch patch 2003-10-17 18:01:15 +00:00
insettoc.h display() { return true; } only for those insets that are is display mode. 2003-10-22 10:22:09 +00:00
inseturl.C the dispatch patch 2003-10-17 18:01:15 +00:00
inseturl.h the dispatch patch 2003-10-17 18:01:15 +00:00
insetwrap.C the dispatch patch 2003-10-17 18:01:15 +00:00
insetwrap.h the dispatch patch 2003-10-17 18:01:15 +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 * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK 2003-10-27 12:41:26 +00:00
render_base.h Get rid of hte dynamic_casts in InsetExternal. 2003-10-25 20:09:52 +00:00
render_button.C Minimise the use of the BufferView cache. The only things left using it 2003-10-12 18:54:12 +00:00
render_button.h Get rid of hte dynamic_casts in InsetExternal. 2003-10-25 20:09:52 +00:00
render_graphic.C Move a couple of private member functions into namespace anon. 2003-10-22 11:12:31 +00:00
render_graphic.h Get rid of hte dynamic_casts in InsetExternal. 2003-10-25 20:09:52 +00:00
render_preview.C Give InsetExternal the ability to preview its contents. 2003-10-22 22:26:47 +00:00
render_preview.h Get rid of hte dynamic_casts in InsetExternal. 2003-10-25 20:09:52 +00:00
updatableinset.C the dispatch patch 2003-10-17 18:01:15 +00:00
updatableinset.h the dispatch patch 2003-10-17 18:01:15 +00:00