]> git.lyx.org Git - lyx.git/history - src/insets/Inset.h
Merge branch 'master' into biblatex2
[lyx.git] / src / insets / Inset.h
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
2007-06-14 Stefan Schimanski* the old cursor is stored before dispatch and then...
2007-06-12 Jean-Marc LasgouttesRemove background_color_ in Insets: it takes a lot...
2007-06-11 Stefan Schimanski* they are conceptionally the same and should be merged
2007-06-09 Abdelrazak Younesfollowing rev. 18724 boost/signal is not needed.
2007-06-09 Abdelrazak YounesFollowing revision 18723, Inset::destroyed() signal...
2007-06-07 Bo PengFix compiling errors caused by r18701 (moving drawMarke...
2007-06-07 Bo PengShow corners of mathed with mouse hover, details see...
2007-06-05 Bo Pengremove pit from addToToc definition in Inset.h, as...
2007-06-05 Bo PengaddToToc, pass parent ParConstIterator, fix bug 3711
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-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-25 Abdelrazak YounesSanitize cursor saving/restoring in a multi-view context.
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-11 Bo Pengrevert wrongly committed patch
2007-05-11 Bo Penglib/lyx2lyx/lyx_1_5.py: fix revert of listings insets
2007-05-09 Bo PengAdd support for listings package. Two listings command...
2007-04-30 Abdelrazak Younes* Inset and derivatives: insetName() -> name()
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2