lyx_mirror/src/insets
Georg Baum 4bbddb06e6 fix compiler warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17294 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-21 21:09:43 +00:00
..
ChangeLog merge booktabs branch 2006-07-03 19:13:56 +00:00
ExternalSupport.C Fix bugs 3240 and 3241 2007-02-18 18:29:25 +00:00
ExternalSupport.h Fix bug 3240 2007-02-15 21:22:40 +00:00
ExternalTemplate.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
ExternalTemplate.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
ExternalTransforms.C move everything into namespace lyx 2006-10-21 00:16:43 +00:00
ExternalTransforms.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
inset.C move everything into namespace lyx 2006-10-21 00:16:43 +00:00
inset.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetbase.C * src/insets/insetbase.[Ch]: make plaintext() abstract to force subclasses to 2007-02-16 10:05:30 +00:00
insetbase.h * inset*.C: 2007-02-20 17:52:41 +00:00
insetbibitem.C * src/insets/insetbititem.C: 2007-02-17 16:36:45 +00:00
insetbibitem.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetbibtex.C Fix bug 3067: Special column attributes can contain non-ascii characters, 2007-01-05 17:11:32 +00:00
insetbibtex.h Convert most of the bibtex machinery to docstring. 2006-12-17 10:52:04 +00:00
insetbox.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetbox.h * src/insets/insetbox.[Ch]: 2007-02-15 22:59:06 +00:00
insetbranch.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetbranch.h * src/insets/insetbranch.[Ch]: 2007-02-16 09:28:25 +00:00
insetcaption.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetcaption.h * src/insets/insetcaption.*: fix plaintext(); add private computeFullLabel() to 2007-02-16 09:53:51 +00:00
insetcharstyle.C * src/insets/insetfloatlist.C: fix plaintex() 2007-02-17 15:28:50 +00:00
insetcharstyle.h * src/insets/insetfloatlist.C: fix plaintex() 2007-02-17 15:28:50 +00:00
insetcite.C * src/insets/insetbititem.C: 2007-02-17 16:36:45 +00:00
insetcite.h * src/insets/insetbititem.C: 2007-02-17 16:36:45 +00:00
insetcollapsable.C * src/insets/insetcollapsable.[Ch]: constify floatName() 2007-02-16 09:11:19 +00:00
insetcollapsable.h * src/insets/insetcollapsable.[Ch]: constify floatName() 2007-02-16 09:11:19 +00:00
insetcommand.C * src/insets/insetcommand.C: fix plaintext() output 2007-02-20 18:02:46 +00:00
insetcommand.h * insetref.C: 2007-02-15 23:28:31 +00:00
insetcommandparams.C New nomenclature inset from Ugras 2006-11-04 17:55:36 +00:00
insetcommandparams.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetenv.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetenv.h * src/insets/insetbase.[Ch]: make plaintext() abstract to force subclasses to 2007-02-16 10:05:30 +00:00
insetert.C Fix crash after inset-insert ert, from Bernhard Roider 2007-02-20 20:48:23 +00:00
insetert.h * insetert.[Ch]: 2007-02-15 22:27:45 +00:00
insetexternal.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetexternal.h * src/insets/insetexternal.[Ch]: fix plaintext(); code formatting; header alignment 2007-02-18 10:57:23 +00:00
insetfloat.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetfloat.h * src/insets/insetfloat.[Ch]: 2007-02-16 08:15:16 +00:00
insetfloatlist.C fix compiler warning 2007-02-21 21:09:43 +00:00
insetfloatlist.h * src/insets/insetfloatlist.C: fix plaintex() 2007-02-17 15:28:50 +00:00
insetfoot.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetfoot.h * src/insets/insetbranch.[Ch]: 2007-02-16 09:28:25 +00:00
insetfootlike.C * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetfootlike.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetgraphics.C * insetgraphics.[Ch]: 2007-02-17 11:30:58 +00:00
insetgraphics.h * insetgraphics.[Ch]: 2007-02-17 11:30:58 +00:00
insetgraphicsParams.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
insetgraphicsParams.h Split FileName into FileName and DocFileName. FileName will be used for all 2006-11-18 12:49:47 +00:00
insethfill.C * src/output_plaintext.C: check line length before outputting 2007-02-15 16:07:36 +00:00
insethfill.h * src/output_plaintext.C: check line length before outputting 2007-02-15 16:07:36 +00:00
insetinclude.C * src/insets/insetinclude.[Ch]: fix plaintext(); code formatting 2007-02-20 19:14:55 +00:00
insetinclude.h * src/insets/insetinclude.[Ch]: fix plaintext(); code formatting 2007-02-20 19:14:55 +00:00
insetindex.C Fix sgml::escapeChar and sgml::escapeString to return docstring. 2006-10-21 11:38:43 +00:00
insetindex.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetlabel.C * src/insets/insetspace.[Ch]: 2007-02-15 23:44:33 +00:00
insetlabel.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetline.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetline.h * insetert.[Ch]: 2007-02-15 22:27:45 +00:00
insetmarginal.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetmarginal.h * src/insets/insetfloat.[Ch]: 2007-02-16 08:15:16 +00:00
insetnewline.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetnewline.h * insetert.[Ch]: 2007-02-15 22:27:45 +00:00
insetnomencl.C fix compiler warnings 2006-11-10 21:13:17 +00:00
insetnomencl.h fix docbook glossary export, from Ugras and me 2006-11-10 15:45:42 +00:00
insetnote.C Fix crash after inset-insert ert, from Bernhard Roider 2007-02-20 20:48:23 +00:00
insetnote.h * src/insets/insetbox.[Ch]: 2007-02-15 22:59:06 +00:00
insetoptarg.C * src/insets/insetert.C: 2007-02-18 18:55:11 +00:00
insetoptarg.h * src/insets/insetspace.[Ch]: 2007-02-15 23:44:33 +00:00
insetpagebreak.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetpagebreak.h * insetref.C: 2007-02-15 23:28:31 +00:00
insetquotes.C * insetgraphics.[Ch]: 2007-02-17 11:30:58 +00:00
insetquotes.h * insets/insetbase.h (textString): Simplify the signature 2007-01-19 16:23:13 +00:00
insetref.C * insetref.C: 2007-02-15 23:28:31 +00:00
insetref.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetspace.C * src/insets/insetspace.[Ch]: 2007-02-15 23:44:33 +00:00
insetspace.h * src/insets/insetspace.[Ch]: 2007-02-15 23:44:33 +00:00
insetspecialchar.C * src/insets/insettoc.[Ch]: 2007-02-17 11:59:42 +00:00
insetspecialchar.h * src/insets/insettoc.[Ch]: 2007-02-17 11:59:42 +00:00
insettabular.C * inset*.C: 2007-02-20 17:52:41 +00:00
insettabular.h * src/insets/insettabular.[Ch]: fix plaintext(); code formatting 2007-02-18 10:47:08 +00:00
insettext.C * inset*.C: 2007-02-20 17:52:41 +00:00
insettext.h The caption inset patch by Georg, Martin and myself. 2007-01-30 13:23:21 +00:00
insettheorem.C * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insettheorem.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insettoc.C * inset*.C: 2007-02-20 17:52:41 +00:00
insettoc.h * src/insets/insettoc.[Ch]: 2007-02-17 11:59:42 +00:00
inseturl.C * src/insets/insetbranch.[Ch]: 2007-02-16 09:28:25 +00:00
inseturl.h * src/insets/insetbranch.[Ch]: 2007-02-16 09:28:25 +00:00
insetvspace.C fix compiler warning 2007-02-20 20:53:37 +00:00
insetvspace.h * src/insets/insetnewline.C: 2007-02-17 11:18:15 +00:00
insetwrap.C * inset*.C: 2007-02-20 17:52:41 +00:00
insetwrap.h * src/insets/insetfloat.[Ch]: 2007-02-16 08:15:16 +00:00
mailinset.C move everything into namespace lyx 2006-10-21 00:16:43 +00:00
mailinset.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Makefile.am Convert lyxaccents to unicode (most of the work comes from Georg) 2007-02-11 23:52:07 +00:00
pch.h Use the preferred calling for Boost.Signal 2004-09-26 14:19:47 +00:00
render_base.h Button face-lift: use mouse hover-buttons. 2006-12-04 04:31:18 +00:00
render_button.C Button face-lift: use mouse hover-buttons. 2006-12-04 04:31:18 +00:00
render_button.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
render_graphic.C * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
render_graphic.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
render_preview.C * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
render_preview.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00