]> git.lyx.org Git - lyx.git/history - src/insets/InsetText.cpp
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetText.cpp
2009-07-13 Jean-Marc Lasgouttesremove BufferParams parameter from Inset::accept/reject...
2009-06-19 Richard HeckPolish some of the recent changes in accord with sugges...
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-11 Richard HeckGet InsetBibitem working, and the output for LATEX_BIB_...
2009-06-05 Richard HeckHTML output code for a handful of easy insets.
2009-05-09 Vincent van RavesteijnFix bug #5890: Assertion when reducing the view size.
2009-05-01 Abdelrazak YounesForgot to commit this in previous rev. Sorry.
2009-04-10 Vincent van RavesteijnMake sure we also dispatch the doDispatch() and getResu...
2009-04-09 Vincent van Ravesteijn* whitespace
2009-04-09 Vincent van RavesteijnAllow LFUNs to be relayed from InsetText to Inset if...
2009-04-04 Richard HeckManage the initial setting of Default or Plain Layout...
2009-02-23 Vincent van RavesteijnFix bug 5797: http://bugzilla.lyx.org/show_bug.cgi...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 André Pönitzmove more stuff from buffer_func to Buffer
2008-11-15 Jean-Marc Lasgouttesmove the catInit call around
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-03 Jean-Marc Lasgouttes * insets/InsetText.cpp (addToToc):
2008-10-28 Richard HeckThis is a conservative fix for the layout setting bug...
2008-10-26 Richard HeckRevert r27129. We can't get rid of these until we have...
2008-10-26 Richard HeckThe last commit was, uhh, not what I intended.
2008-10-26 Richard HeckThe two lines deleted here attempt to call virtual...
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-10-05 Jürgen Spitzmüllerfix bug 3434.
2008-09-30 Abdelrazak YounesAdd a "List of Changes" in the Navigator. The list...
2008-09-13 Abdelrazak YounesParagraph::inInset() shall not be used if the owner...
2008-07-29 Abdelrazak YounesInsetText: remove InsetText default ctor and make text_...
2008-07-23 Abdelrazak YounesStupid bug fix.
2008-07-23 Abdelrazak YounesForgot this in previous commit.
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-06-03 Abdelrazak YounesFix toc generation after rev25096.
2008-06-03 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4910...
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-23 Jean-Marc Lasgouttes * Inset.h (producesOutput): new mvirtual method, retur...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-05 André Pönitzlexer cosmetics
2008-03-26 Richard HeckRevert last commit.
2008-03-26 Richard HeckMake InsetText store a Buffer.
2008-03-25 Abdelrazak YounesCleanup mouse/selection/context-menu interactions.
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-15 André Pönitzearder cleanup; cosmetics;
2008-03-11 Richard HeckTry again to fix bug 2178.
2008-03-09 Pavel SandaStart some context-edit menu.
2008-03-08 Abdelrazak YounesTransfer general edit context menu from BufferView...
2008-03-08 Richard HeckFix crash.
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
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-03-04 Stefan Schimanski* remove some garbage from the "buffer in inset" change
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
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-26 Stefan Schimanski* Update::SinglePar is enough, Update::Force is a fulls...
2008-02-26 Stefan Schimanski* cur.insert does not set the update flags
2008-02-26 Stefan Schimanski* paragraph support for the global word list. To make...
2008-02-25 Stefan SchimanskiRevert "* compile fix"
2008-02-25 Stefan Schimanski* compile fix
2008-02-25 Abdelrazak YounesChange CompletionList::data() signature and cosmetics.
2008-02-25 Stefan Schimanski* cosmetic
2008-02-25 Abdelrazak Younescosmetics
2008-02-25 Stefan Schimanski* implemention of the WordList with iterator caching...
2008-02-25 Richard HeckWarning.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-23 Stefan Schimanski* cleaned up word dimension calculation of completion...
2008-02-22 Stefan Schimanski* following Andre's advice to rename the method into
2008-02-22 Stefan Schimanski* stdlib-debug out of range fix
2008-02-21 Stefan Schimanski* Reduce compilation time by removing the shared_ptr...
2008-02-21 Abdelrazak Younescompile fix
2008-02-21 Stefan Schimanski* minimize redraws during completion
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-19 Richard HeckIt used to be that things like InsetFlex, InsetCaption...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-14 Abdelrazak YounesInsetText::draw() Painting tweaks; reduce the frame...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-01-25 Jürgen Spitzmüller** Fix language switch issue introduced by the CJK...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-15 André Pönitzreduce line noise
2007-11-13 André Pönitzcosmetics
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
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-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-09-21 Abdelrazak Younes* Inset:
2007-09-18 Abdelrazak YounesFix InsetBox drawing and remove remnant of the wide...
2007-09-17 Abdelrazak YounesCleanup the TEXT_TO_INSET_OFFSET mess. This correction...
2007-09-09 Abdelrazak Younes* TextMetrics::draw(): withdraw first row ascent before...
next