]> git.lyx.org Git - lyx.git/history - src/insets
typo
[lyx.git] / src / insets /
2010-10-12 Richard HeckCustomize getLayout for InsetFlex and change how we...
2010-10-12 Richard Heckstyle
2010-10-12 Richard HeckGet rid of "CharStyle:", "Custom:", and "Element:"...
2010-10-11 Uwe StöhrInsetBibtex.cpp:
2010-10-09 Uwe StöhrInsetBibitem.cpp: fix #5786
2010-10-05 Uwe StöhrInsetTabular.cpp: fix #6907, patch by goriccardo
2010-09-27 Uwe StöhrInsetGraphics.cpp and InsetInclude.cpp: whitespace...
2010-09-27 Uwe Stöhrfiletools.cpp: introduce a new method to be able to...
2010-09-19 Pavel SandaAllow InsetPreview in no math preview mode.
2010-09-19 Pavel SandaAdd support for feyn package and Diagram inset.
2010-09-19 Jürgen Spitzmüller* ExternalSupport.cpp:
2010-09-17 Uwe StöhrInsetLine.h revert changes made in r35417
2010-09-17 Uwe StöhrInsetLine:
2010-09-16 Abdelrazak YounesInsetLine: Fix vertical positioning, offset is really...
2010-09-16 Abdelrazak Younesheader cleanup and doxy.
2010-09-16 Abdelrazak YounesRemove uneeded hack.
2010-09-16 Abdelrazak YounesFix InsetLine painting for exotic offset and heigth.
2010-09-15 Richard HeckPart of #6893.
2010-09-15 Richard HeckFix output of HTML tags in bibliography info.
2010-09-15 Richard HeckFix i18n for InsetBibtex.
2010-09-15 Abdelrazak Younes* add InsetLine::dimension() to avoid calling InsetComm...
2010-09-15 Abdelrazak Younesrevert r35374 and further improve the metrics and drawi...
2010-09-15 Richard HeckVoid functions don't return things. ;-)
2010-09-14 Uwe StöhrInsetLine.cpp: correct coding style
2010-09-14 Uwe StöhrInsetLine.cpp: restore the drawing routine after r35373...
2010-09-14 Abdelrazak YounesFix InsetLine metrics and drawing.
2010-09-14 Abdelrazak Younescoding style and C++ fixes.
2010-09-14 Stephan Wittimplement isChar() in header like all other insets
2010-09-12 Abdelrazak Younes* Get rid of LFUN_TOC_INSERT: we use LFUN_INSET_INSERT...
2010-09-09 Jean-Marc LasgouttesThere was no need to use ColorChanger after all :)
2010-09-09 Jean-Marc LasgouttesWhen selecting, get the label color of caption inset...
2010-09-07 Pavel SandaCommit clash, Abdel just fixed it another way.
2010-09-07 Pavel SandaCompilation fix for 'abs'
2010-09-07 Abdelrazak YounesGcc compile fix. abs is defined for float not int.
2010-09-07 Pavel SandaSquash warning
2010-09-07 Uwe StöhrInsetLine.cpp: remove unused include
2010-09-07 Uwe StöhrInsetLine: support for the LaTeX command \rule; kick...
2010-09-05 Uwe StöhrInsetLine.cpp: fix #6863: use text color also for lines...
2010-09-05 Uwe StöhrInsetLine.cpp: compile fix for r35283
2010-09-02 Jean-Marc LasgouttesMetricsInfo::textColor: helper function that helps...
2010-09-02 Jean-Marc LasgouttesHeader cleanup (remove uneeded declarations)
2010-08-30 Pavel SandaCorners of collapsable insets to be painted via Color_f...
2010-08-29 Pavel SandaLearn URL viewing for hyperlink insets
2010-08-29 Jürgen Spitzmüller* InsetHyperlink.{cpp,h}:
2010-08-29 Jürgen Spitzmüller* InsetHyperlink.{cpp,h}:
2010-08-25 Uwe StöhrInsetLine.cpp: use text color also for lyxlines
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2010-08-24 Uwe StöhrInsetCaption: we use IndianRad as frame color while...
2010-08-24 Uwe Stöhr\lyxline is a LyX-specific macro that creates a line...
2010-08-14 Jürgen Spitzmüller* InsetTabular.cpp: do not attempt to access an empty...
2010-08-13 Uwe StöhrInsetGraphics.cpp: fix a comment
2010-08-10 Richard Heckbuffer_ --> buffer()
2010-08-10 Richard HeckloadIfNeeded() returns a pointer to the loaded child...
2010-08-10 Richard Heckbuffer_ --> buffer()
2010-08-10 Richard HeckFix some bugs in the bibinfo caching mechanism. Comment...
2010-08-09 Richard HeckMissing invalidations of bibfile cache.
2010-08-09 Jean-Marc LasgouttesIntroduce new tag ParbreakIsNewline in Layout and Inset...
2010-08-09 Richard HeckRevert r35106.
2010-08-09 Richard HeckDon't need this argument, since it was only ever called...
2010-08-09 Richard HeckChange error message. Reason why appears later.
2010-08-09 Richard HeckMore work toward speeding up the bibfile caching stuff.
2010-08-08 Jean-Marc Lasgouttesfix oversight
2010-08-07 Jean-Marc LasgouttesClean-up the code with respect to PassThru insets and...
2010-08-07 Uwe Stöhr- InsetTabular.cpp: floats must not be inserted to...
2010-08-05 Richard HeckRemove unused variables, add questions. Anyone know?
2010-08-02 Richard HeckStyle and a sanity check.
2010-07-30 Richard HeckAdd a comment.
2010-07-29 Richard HeckAllow images to be export even when LyXRC says no previews.
2010-07-21 Richard HeckSupport for exporting math as images with XHTML. The...
2010-07-16 Richard HeckRemove Nameref support. Too many issues involving trans...
2010-07-13 Richard HeckNameref support.
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-07-08 Uwe StöhrInsetBox.cpp: only shaded boxes can have a non-plain...
2010-07-08 Uwe StöhrInsetBox.cpp: only shaded boxes can have multiple parag...
2010-07-03 Uwe Stöhr- new support for makebox; fileformat change
2010-06-29 Peter KümmelTR1: use std::tr1 regex with msvc10
2010-06-14 Vincent van RavesteijnAdd an update parameter to BufferView::scrollToCursor...
2010-06-14 Jürgen Spitzmüller* InsetIndex.cpp (validate):
2010-06-14 Jürgen Spitzmüller* InsetListings.cpp:
2010-06-14 Edwin Leuvenbit of cleanup to avoid ambiguities (in the sense of...
2010-06-13 Edwin LeuvencolumnWidth returns the col width of a cell, which...
2010-06-12 Edwin Leuvendo not use cells without decimals when calculating...
2010-06-08 Jean-Marc Lasgouttesfix warnings
2010-06-07 Richard HeckRenaming: \\begin_inset OptArg to \\begin_inset Argument.
2010-06-07 Vincent van RavesteijnFix bug #6751: Assert when changing number of columns...
2010-06-07 Edwin Leuvensimplify some conditions
2010-06-05 Edwin Leuvenadd support for decimal alignment in tables
2010-06-04 Richard HeckRename LFUN_OPTIONAL_INSERT as LFUN_ARGUMENT_INSERT.
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-06-04 Richard HeckIntroduce a new "RequiredArgs" tag for layouts. This...
2010-05-23 Uwe StöhrInsetBox.cpp: fix #4776; the additional \makebox is...
2010-05-22 Enrico ForestieriFix bug #6712: LyX 2 does not restore encoding after...
2010-05-22 Uwe StöhrInsetRef.h: fix #6711
2010-05-22 Uwe StöhrInset***.h: fix typo in comment
2010-05-18 Jean-Marc Lasgouttesfix bugs #6696 and #6697
2010-05-10 Jean-Marc Lasgouttesfix warning
2010-05-05 Vincent van RavesteijnDisallow InsetMarginals in InsetTabulars.
2010-05-03 Vincent van RavesteijnFix another crash due to BufferView::last_inset_ being...
2010-05-03 Vincent van RavesteijnAnother non-base class with a virtual destructor. Sorry...
next