lyx_mirror/src/insets
Abdelrazak Younes 198a1c3976 Add "Senseless!!! " label to non supported caption.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16968 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-31 13:35:12 +00:00
..
ChangeLog merge booktabs branch 2006-07-03 19:13:56 +00:00
ExternalSupport.C * mover.h 2007-01-18 08:42:53 +00:00
ExternalSupport.h move everything into namespace lyx 2006-10-21 00:16:43 +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 PreparePrepare for independent decoration drawing and correct a CoordCache bug: Previously, only the math insets containing the cursor were put in the cache. I believe this was the reason for some of the weird problems with cursors in math (egg: cursor trapped in a fraction). 2007-01-20 01:15:05 +00:00
insetbase.h fix compiler warnings about unused parameter 2007-01-24 19:02:41 +00:00
insetbibitem.C some compile fixes, more to be expected 2006-10-22 11:00:04 +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 * insetcollapsable.C (hasFixedWidth): new virtual method, returns 2006-12-29 11:52:01 +00:00
insetbox.h * insetcollapsable.C (hasFixedWidth): new virtual method, returns 2006-12-29 11:52:01 +00:00
insetbranch.C * insetbranch.C (textString): implement, so that branches appear 2007-01-19 16:23:47 +00:00
insetbranch.h * insetbranch.C (textString): implement, so that branches appear 2007-01-19 16:23:47 +00:00
insetcaption.C Add "Senseless!!! " label to non supported caption. 2007-01-31 13:35:12 +00:00
insetcaption.h The caption inset patch by Georg, Martin and myself. 2007-01-30 13:23:21 +00:00
insetcharstyle.C * insets/insetbase.h (textString): Simplify the signature 2007-01-19 16:23:13 +00:00
insetcharstyle.h * insets/insetbase.h (textString): Simplify the signature 2007-01-19 16:23:13 +00:00
insetcite.C * src/insets/insetcite.C (getNatbibLabel): correct check for citation key cache. 2007-01-08 17:38:39 +00:00
insetcite.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetcollapsable.C Fix bug 3170: 2007-01-31 09:55:12 +00:00
insetcollapsable.h * insetcollapsable.C (hasFixedWidth): new virtual method, returns 2006-12-29 11:52:01 +00:00
insetcommand.C Button face-lift: use mouse hover-buttons. 2006-12-04 04:31:18 +00:00
insetcommand.h remove unused stuff 2006-12-27 08:40:40 +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 use more unicode in math 2006-10-22 10:15:23 +00:00
insetenv.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetert.C * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetert.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetexternal.C From Bernhard Roider: 2007-01-21 21:46:33 +00:00
insetexternal.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetfloat.C performance fix. 2007-01-08 11:35:55 +00:00
insetfloat.h Extend the navigate menu to child docs 2006-11-13 16:53:49 +00:00
insetfloatlist.C * insets/insetfloatlist.C: 2007-01-18 22:29:50 +00:00
insetfloatlist.h Revert faulty floatlist fix (revision 15376) and fix reading of floatlists 2006-10-22 18:24:41 +00:00
insetfoot.C use more unicode in math 2006-10-22 10:15:23 +00:00
insetfoot.h move everything into namespace lyx 2006-10-21 00:16:43 +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 * mover.h 2007-01-18 08:42:53 +00:00
insetgraphics.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +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 * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insethfill.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetinclude.C Real fix from Bernhard Roider 2007-01-25 21:12:12 +00:00
insetinclude.h Convert most of the bibtex machinery to docstring. 2006-12-17 10:52:04 +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 remove obsolete comment 2006-12-28 12:01:27 +00:00
insetlabel.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetlatexaccent.C fix display of hungarian umlaut 2006-12-01 21:13:47 +00:00
insetlatexaccent.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetline.C * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetline.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetmarginal.C use more unicode in math 2006-10-22 10:15:23 +00:00
insetmarginal.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetnewline.C * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetnewline.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +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 get rid of more utf8 conversions 2006-12-22 09:23:10 +00:00
insetnote.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetoptarg.C move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetoptarg.h fix typo 2006-12-28 12:05:40 +00:00
insetpagebreak.C This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class. 2006-12-29 23:54:48 +00:00
insetpagebreak.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetquotes.C * insets/insetbase.h (textString): Simplify the signature 2007-01-19 16:23:13 +00:00
insetquotes.h * insets/insetbase.h (textString): Simplify the signature 2007-01-19 16:23:13 +00:00
insetref.C some compile fixes, more to be expected 2006-10-22 11:00:04 +00:00
insetref.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetspace.C * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetspace.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetspecialchar.C * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetspecialchar.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insettabular.C * src/lyxtext.h: 2007-01-23 21:53:16 +00:00
insettabular.h * src/lyxtext.h: 2007-01-23 21:53:16 +00:00
insettext.C * src/lyxtext.h: 2007-01-25 22:28:15 +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 * insets/insetfloatlist.C: 2007-01-18 22:29:50 +00:00
insettoc.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
inseturl.C move everything into namespace lyx 2006-10-21 00:16:43 +00:00
inseturl.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
insetvspace.C * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetvspace.h * dimension.h: new operator!=() and operator=() 2006-11-28 15:15:49 +00:00
insetwrap.C same performance fix as rev. 16600. 2007-01-08 11:42:20 +00:00
insetwrap.h Extend the navigate menu to child docs 2006-11-13 16:53:49 +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 whitespace 2007-01-20 13:17:40 +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