]> git.lyx.org Git - lyx.git/history - src/insets
baseclasslist --> BaseClassList singleton. Prep for further type safety.
[lyx.git] / src / insets /
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
2008-02-21 Richard HeckAdd empty InsetLayout for undefined cases. Should avoid...
2008-02-20 Richard HeckFix crash by setting Layout before calling InsetText...
2008-02-19 Abdelrazak YounesVarious small cleanup.
2008-02-19 Richard HeckIt used to be that things like InsetFlex, InsetCaption...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak Younesheader cleanup
2008-02-15 Abdelrazak Younescosmetics
2008-02-15 Jürgen Spitzmüller* src/insets/InsetTabular.cpp:
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-15 Abdelrazak YounesInsetFoot::updateLabels(): fix potentially dangerous...
2008-02-15 Abdelrazak Younes* InsetXXX::addToToc(): properly use passed ParConstIte...
2008-02-15 Abdelrazak Younes* ParConstIterator::push_back(): new method for easier...
2008-02-15 Uwe StöhrInsetTabular.cpp: revert the \bottomline fix from the...
2008-02-15 Uwe StöhrInsetTabular.cpp: check for top and bottom lines, fixes...
2008-02-14 Abdelrazak YounesInsetNote::addToToc(): Stupid Bug fix causing crash...
2008-02-14 Abdelrazak YounesInsetText::draw() Painting tweaks; reduce the frame...
2008-02-14 Abdelrazak Younes* InsetNote::addToToc(): Prefix toc entries with note...
2008-02-14 Richard HeckCleanup.
2008-02-14 Richard HeckProtect our data.
2008-02-14 Richard HeckDo not inherit from std::map.
2008-02-14 Richard HeckFix previous commit.
2008-02-14 Richard HeckMake sure we write a valid file even if InsetFlex is...
2008-02-14 Richard HeckWarnings
2008-02-13 Abdelrazak YounesAdd list of Marginal Notes.
2008-02-13 Abdelrazak YounesAdd list of Indexes.
2008-02-12 Dov Feldsternfix r22935, which was an attempt to fix a bug of mine...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-12 Richard HeckTranlatable strings.
2008-02-12 Martin VermeerTooltips for collapsables and branches
2008-02-11 Richard HeckBetter error messages.
2008-02-11 Abdelrazak YounesFix List of Figures and Tables in the Outliner and...
2008-02-11 Abdelrazak YounesAdd list of notes and list of footnotes to the outline...
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-11 Abdelrazak YounesFix warning and probably a bug.
next