]> git.lyx.org Git - lyx.git/history - src/insets/Inset.h
Fix InsetBox::contentAlignment()
[lyx.git] / src / insets / Inset.h
2009-11-22 Richard HeckKill a gazillion warnings.
2009-11-22 Vincent van RavesteijnFix bug #4360: Instant preview does not render formulas...
2009-11-19 Richard HeckInset::xhtml(XHTMLStream &, ...)
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-02 Vincent van RavesteijnMove CollapseStatus from Inset to InsetCollapsable...
2009-10-24 Vincent van RavesteijnFix bug #6280: Wrong context menu is opened in an auto...
2009-08-01 Vincent van RavesteijnAdd const versions of Inset::asInsetMath.
2009-07-16 Jean-Marc Lasgouttesun-revert r30531, after Richard told me how to avoid...
2009-07-15 Jean-Marc Lasgouttesrevert r30531, which causes a crash when copying an...
2009-07-14 Jean-Marc Lasgouttesmove InsetCollapsable::docbook to InsetText; move Inset...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-13 Jean-Marc Lasgouttesnote to self: always compile before committing
2009-07-13 Jean-Marc LasgouttesThe most important change in this changeset is that...
2009-07-13 Jürgen SpitzmüllerFinally make the label color of multiple index entries...
2009-07-13 Jean-Marc Lasgouttesremove BufferParams parameter from Inset::accept/reject...
2009-07-13 Jean-Marc LasgouttesFirst step of InsetLayout cleanup.
2009-07-03 Enrico ForestieriFix bugs #6047, #4043, and #5394.
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-05 Richard HeckBasic output routines for HTML.
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2008-11-15 Stefan Schimanski* notifyCursorEnters called on insets when the cursor...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-09-26 Enrico ForestieriIn mathmode, treat nonascii chars with diacritical...
2008-09-13 Jürgen Spitzmüller* Fix display of horizontal alignment in fixed width...
2008-07-29 Abdelrazak YounesBufferList::bufferNum() and getFileNames(): migrate...
2008-07-23 Abdelrazak Younes* Inset: ensure that the Buffer pointer is not copied...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-06-06 Richard HeckPrevent a crash when destroying insets whose Buffers...
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-04-23 Jean-Marc Lasgouttes * Inset.h (producesOutput): new mvirtual method, retur...
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-11 Dov Feldsternvisual mode for bidi cursor movement --- in tables
2008-03-19 Richard HeckChange the signature of forceEmptyLayout(), so that...
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-16 Stefan Schimanski* possibility to disable the completion cursor in text...
2008-03-15 André Pönitzearder cleanup; cosmetics;
2008-03-12 Stefan Schimanski* typo
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
2008-03-09 Bo PengContinue working on the embedding feature. An additiona...
2008-03-07 Abdelrazak Younes* Buffer::getLabelList(): Speed up and simplify by...
2008-03-03 Abdelrazak YounesSanitize a bit the way InsetRef and InsetCommand button...
2008-03-02 Abdelrazak YounesIntroduce Inset::validate() for Inset validation purpos...
2008-02-27 André Pönitzremove Buffer & argument in functions realted to embedd...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-25 Abdelrazak YounesChange CompletionList::data() signature and cosmetics.
2008-02-25 Stefan Schimanski* implemention of the WordList with iterator caching...
2008-02-23 André Pönitz(temporarily) add a Buffer * Inset::buffer_ membert
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-21 Stefan Schimanski* typo
2008-02-21 Stefan Schimanski* Reduce compilation time by removing the shared_ptr...
2008-02-21 Richard HeckCosmetics. And silence some warnings.
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
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-02-09 Stefan Schimanski* notifyCursorLeaves does not necessarily get a cursor...
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2007-12-26 Abdelrazak Younesinitial basic context menu support.
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-12-22 Stefan Schimanski* Inset::editing should be const
2007-11-30 Richard HeckComments.
2007-11-17 André Pönitzshuffle code around
2007-11-05 Dov FeldsternUse forceLTR instead of inset codes in order to determi...
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 4/4
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-03 Dov Feldsternrename asTextInset -> asInsetText (to conform with...
2007-11-02 Abdelrazak YounesFurther cleanup of collapsable insets. The layouts...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-25 Martin VermeerIntroduce inset parameters keepempty, freespacing,...
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-13 Uwe StöhrThe huge URL patch:
2007-10-13 Abdelrazak YounesRemove mostly unused function.
2007-10-13 Abdelrazak YounesInset::translate() -> lyx::insetCode()
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-11 Bo PengInsetInfo: add InsetInfo (core)
2007-09-23 Abdelrazak YounesPut mathed on a diet: transfer dimension cache from...
2007-09-21 Abdelrazak Younes* Inset:
2007-09-12 Bo PengEmbedding: update related insets when the embedding...
2007-09-09 Bo PengEmbedding: store inset pointer instead of ParConstItera...
2007-09-05 Martin VermeerName change CharStyle -> Flex
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-27 Abdelrazak YounesBug fix: correctly redraw a Row containing and inset...
2007-08-20 Richard HeckBiblio.{h,cpp} --> BiblioInfo.{h,cpp}
2007-08-20 Richard HeckImprovements to the citation dialog UI. It is now possi...
2007-08-16 Martin VermeerStreamlining CollapseStatus stuff
2007-08-16 Richard HeckRe-write of the BibTeX representation. The main change...
2007-08-14 Richard HeckMove the lyx::biblio namespace into src/. Also make...
2007-08-13 Martin VermeerPrepare for inset configurability
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-07-18 Jürgen Spitzmüller* src/insets/Inset.h: fix encoding of author names
2007-06-22 Alfredo Braunsteinconst correctness
next