]> git.lyx.org Git - lyx.git/history - src/insets
do what the FIXME suggested
[lyx.git] / src / insets /
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 Abdelrazak YounesAdd citations to Navigator.
2008-03-04 Stefan Schimanski* remove some garbage from the "buffer in inset" change
2008-03-04 Abdelrazak Younesadd missing break, should fix the remaining problem...
2008-03-04 Jürgen Spitzmüller* src/insets/InsetLabel.[cpp,h}:
2008-03-03 Abdelrazak Younesget rid of LFUN_INSET_REFRESH
2008-03-03 Abdelrazak YounesSanitize a bit the way InsetRef and InsetCommand button...
2008-03-03 Jürgen Spitzmüller* src/insets/InsetLabel.cpp (doDispatch):
2008-03-03 Abdelrazak YounesAdd "DUPLICATE:" prefix to screen labels. 1.6 won't...
2008-03-03 Abdelrazak Younesrevert 23410 and fix InsetLabel::update() instead....
2008-03-03 Jürgen Spitzmüller* src/insets/InsetLabel.cpp (doDispatch):
2008-03-03 Jürgen Spitzmülleradd label/refs validation on pasting.
2008-03-03 Jürgen Spitzmüller* src/insets/InsetLabel.cpp:
2008-03-03 Richard HeckNasty mistake here.
2008-03-02 Abdelrazak YounesIntroduce Inset::validate() for Inset validation purpos...
2008-03-02 Abdelrazak YounesAvoid duplicate labels when the user change an InsetLabel.
2008-03-02 Jürgen Spitzmüller* src/insets/InsetWrap.{cpp,h}:
2008-03-02 Jürgen Spitzmüller* src/insets/InsetWrap.{cpp,h}:
2008-03-02 Abdelrazak YounesIntroduce a labels&references cache at buffer level...
2008-03-02 Jürgen Spitzmüller** subfig support **
2008-02-29 Richard HeckMore clone safety.
2008-02-29 Richard HeckThese don't seem to be causing crashes at the moment...
2008-02-29 Richard HeckFix InsetBibitem::clone.
2008-02-29 Richard HeckFix InsetLabel::clone.
2008-02-29 Richard HeckFix InsetCitation::clone.
2008-02-29 Richard HeckFix numbering.
2008-02-29 Abdelrazak YounesIntroduce BufferException so that we don't crash if...
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2008-02-28 Richard HeckFix oddity in bibtotoc handling.
2008-02-28 Uwe StöhrRichard, I have to revert r23332 to be able to compile...
2008-02-28 Richard HeckMore work towards type safety regarding TextClass's...
2008-02-28 Richard HeckType safety sure will be nice.
2008-02-28 André Pönitzuses canonical foprm of clone()
2008-02-28 Richard Heckbaseclasslist --> BaseClassList singleton. Prep for...
2008-02-28 Abdelrazak Younes* Inset::buffer(): change to an ErrorException as this...
2008-02-28 Abdelrazak YounesFix crash on exit because of static dummy Buffer.
2008-02-28 Richard HeckMinor cleanup.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzcosmetics
2008-02-27 André PönitzAPI cosmetics
2008-02-27 André Pönitzremove Buffer & argument in functions realted to embedd...
2008-02-27 André Pönitzs/cellstruct/CellData/g
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-27 Abdelrazak Younesdoubly stupid bug fix.
2008-02-27 Abdelrazak Younesstupid bug fix.
2008-02-27 Abdelrazak YounesInsetRef::addTocToc(): add an entry for the referenced...
2008-02-27 Abdelrazak YounesBug fix: Adjustment for multiple reference to the same...
2008-02-27 Abdelrazak YounesHe he he, something I've been dreaming of for a long...
2008-02-27 Abdelrazak Younesfix bug: an Inset label is not editable of course.
2008-02-27 Abdelrazak YounesAdd list of labels. If I have the time and energy the...
2008-02-27 Abdelrazak YounesGet rid of 'quitting' global variable. It is not needed...
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-26 Abdelrazak YounesFix warning.
2008-02-26 Richard HeckCode rules.
2008-02-25 Richard HeckPer Abdel's suggestion that we focus on bug-fixing...
2008-02-25 Stefan SchimanskiRevert "* compile fix"
2008-02-25 Stefan Schimanski* compile fix
2008-02-25 Richard HeckReplace boost::shared_ptr<TextClass> with a global...
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* set is not needed anymore here
2008-02-25 Stefan Schimanski* implemention of the WordList with iterator caching...
2008-02-25 Richard HeckWarning.
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-24 Richard HeckRestore Andre's TextClassIndex, but now in the form...
2008-02-24 Richard HeckMore cleanup from Andre.
2008-02-24 Richard HeckCleanup.
2008-02-24 Richard HeckAndre's s/getBaseClass/baseClass/ cleanup.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitz(temporarily) add a Buffer * Inset::buffer_ membert
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-02-23 Stefan Schimanski* Moved std::sets out of Buffer.h to reduce overall...
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 Richard HeckCosmetics.
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* comments
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-22 Richard HeckLine length.
2008-02-22 Richard HeckMove the enum into InsetLayout.
2008-02-22 Richard HeckThis should be the last of the commits refactoring...
2008-02-22 Richard HeckSort table.
2008-02-22 Stefan Schimanski* stdlib-debug out of range fix
2008-02-22 Richard HeckMore headers.
2008-02-22 Richard HeckHeaders.
2008-02-22 Richard HeckThis is the second commit in the process of making...
2008-02-22 Richard HeckThis is the first of a series of commits that will...
2008-02-21 Stefan Schimanski* typo
2008-02-21 Stefan Schimanski* Reduce compilation time by removing the shared_ptr...
2008-02-21 Abdelrazak Younescompile fix
2008-02-21 Richard HeckCosmetics. And silence some warnings.
2008-02-21 Stefan Schimanski* minimize redraws during completion
2008-02-21 Stefan Schimanski* completion infrastructure
next