]> git.lyx.org Git - lyx.git/history - src/insets/InsetText.h
HTML output code for a handful of easy insets.
[lyx.git] / src / insets / InsetText.h
2009-06-05 Richard HeckHTML output code for a handful of easy insets.
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-04 Richard HeckManage the initial setting of Default or Plain Layout...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-26 Richard HeckThe last commit was, uhh, not what I intended.
2008-07-29 Abdelrazak YounesInsetText: remove InsetText default ctor and make text_...
2008-07-23 Abdelrazak YounesForgot this in previous commit.
2008-06-03 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4910...
2008-03-26 Richard HeckRevert last commit.
2008-03-26 Richard HeckMake InsetText store a Buffer.
2008-03-21 Richard HeckAnother attempt at 2178. This is a "minimal" patch...
2008-03-16 Stefan Schimanski* possibility to disable the completion cursor in text...
2008-03-15 Stefan Schimanski* moved text completion logic into Text class
2008-03-14 Stefan Schimanski* cosmetic
2008-03-11 Richard HeckTry again to fix bug 2178.
2008-03-10 Stefan Schimanski* make macros global. This is conceptionally much easie...
2008-03-08 Abdelrazak YounesTransfer general edit context menu from BufferView...
2008-03-05 André Pönitzmake code look a bit more uniform
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-26 Stefan Schimanski* update the words of a paragraph when the cursor leaves.
2008-02-25 Stefan Schimanski* set is not needed anymore here
2008-02-25 Stefan Schimanski* implemention of the WordList with iterator caching...
2008-02-24 Richard HeckRestore Andre's TextClassIndex, but now in the form...
2008-02-23 Stefan Schimanski* Moved std::sets out of Buffer.h to reduce overall...
2008-02-22 Stefan Schimanski* following Andre's advice to rename the method into
2008-02-21 Stefan Schimanski* Reduce compilation time by removing the shared_ptr...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-19 Richard HeckIt used to be that things like InsetFlex, InsetCaption...
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2007-12-24 Stefan Schimanski* some warnings less
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-11-03 Dov Feldsternrename asTextInset -> asInsetText (to conform with...
2007-10-29 Abdelrazak Younes* InsetText::frame_color_: int -> ColorCode.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-11 Martin VermeerIntroduce allowMultiPar()
2007-10-02 André Pönitzcosmetics
2007-09-21 Abdelrazak Younes* Inset:
2007-09-17 Abdelrazak YounesCleanup the TEXT_TO_INSET_OFFSET mess. This correction...
2007-09-02 Abdelrazak Younes* InsetText::font_: removed, this was not used anywhere.
2007-08-31 Abdelrazak Younesremove unneeded drawSelection() method.
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-27 Abdelrazak YounesRemove the wide() hack. This simplifies quite a few...
2007-08-13 Richard HeckFix update bug when leaving a wide inset with up or...
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-06-09 Abdelrazak YounesFollowing revision 18723, Inset::destroyed() signal...
2007-05-31 Abdelrazak YounesThis patch transfer Inset::destroyed signal to InsetTex...
2007-05-29 Stefan Schimanski1. switch LFUN_UP/DOWN handling to a structural approac...
2007-04-30 André Pönitzremove RowList_fwd.h. Not really needed
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 André Pönitzremove ParagraphList_fwd.h
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2