]> git.lyx.org Git - lyx.git/history - src/insets
Avoid compiler warning about overloaded virtual function.
[lyx.git] / src / insets /
2014-05-31 Juergen SpitzmuellerRemove superfluous conversion
2014-05-31 Juergen SpitzmuellerWhitespace
2014-05-23 Richard HeckFix bug #9131 for development branch. There are two...
2014-05-20 Jean-Marc LasgouttesCode cleanup: get rid of RenderPreview::status()
2014-05-18 Enrico ForestieriPrettify the output of InsetSeparator.
2014-05-18 Richard HeckWhitespace.
2014-05-18 Scott KostyshakCorrect my previous comment (thanks Kornel)
2014-05-18 Scott KostyshakAdd comment
2014-05-17 Scott KostyshakGraphics only handle inset-modify graphics (#8262)
2014-05-17 Scott KostyshakFix alignment rendering of multirow in LyX (#8976)
2014-05-16 Jean-Marc LasgouttesRemove unused parameter.
2014-05-16 Enrico ForestieriMake use of otexstream also in external::writeExternal
2014-05-10 Enrico ForestieriFix bugs #8546 and #9055, and introduce new separator...
2014-05-07 Juergen SpitzmuellerListings: Validate skip amounts correctly.
2014-05-07 Juergen SpitzmuellerSimplification
2014-05-06 Juergen SpitzmuellerStore InsetListingsParams in a vector of pairs, not...
2014-05-06 Juergen SpitzmuellerFix typos in InsetListingsParams validator
2014-04-22 Juergen SpitzmuellerBibtopic requires styles files to be passed via argument
2014-04-21 Jean-Marc LasgouttesFix various warnings issued by clang++.
2014-04-21 Richard HeckUpdate comment slightly.
2014-04-21 Richard HeckMake some functions return const refs, and add a comment.
2014-04-21 Richard HeckFix a bunch of minor issues discovered by the cppcheck...
2014-04-21 Richard HeckFix two thinkos caught by the cppcheck script.
2014-04-21 Richard HeckTypos and style.
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2014-04-21 Juergen Spitzmuellerulem commands can be nested.
2014-04-21 Juergen SpitzmuellerInsetListings: Rewrite C-ism in C++ and fix terminator...
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2014-04-06 Juergen SpitzmuellerFix iterator invalidation.
2014-03-19 Vincent van RavesteijnFix comparing a pointer with a char
2014-03-19 Juergen SpitzmuellerRe-add removed workaround (fixes #9042).
2014-03-19 Richard HeckWhitespace.
2014-03-08 Georg BaumRemove dead code + whitespace
2014-03-06 Juergen SpitzmuellerDisable invalid inset-modify (#9019).
2014-03-05 Richard HeckAdd comment.
2014-03-05 Richard HeckSimplify, and delete unused routine.
2014-03-05 Richard HeckCheck in InsetLabel if LFUN_INSET_MODIFY is intended...
2014-03-02 Juergen SpitzmuellerFix crash after undo following replacement of a multice...
2014-02-26 Richard HeckTable cells are insets, but not from the point of view...
2014-02-25 Juergen SpitzmuellerFix caption counter in longtables (see #8993).
2014-02-24 Juergen SpitzmuellerAllow to unset header/footer in caption rows (#8990).
2014-02-23 Georg BaumFix crash on recursive include (bug #8994)
2014-02-23 Georg BaumFix bug #8992 without reintroducing #8933
2014-02-21 Scott KostyshakmoveColumn now also swaps column_info
2014-02-16 Juergen SpitzmuellerFix localization of captions (#8977)
2014-02-16 Juergen SpitzmuellerSimplification
2014-02-13 Jean-Marc LasgouttesRename some LFUN names to match their text name
2014-02-10 Georg BaumFix conflicting inset font defaults (bug #8874)
2014-02-08 Scott KostyshakRight border of multicol should be set if 1 column
2014-02-05 Vincent van RavesteijnFix wrong painting of lines right of multicol
2014-01-26 Richard HeckDo not allow newlines in subfloats. Fixes #8752.
2014-01-25 Juergen SpitzmuellerFix longtable captions (#8933)
2013-12-14 Juergen SpitzmuellerDo not load the tipa package when fontspec is used
2013-11-26 Richard HeckPrettify the tooltip for footnotes.
2013-11-15 Juergen SpitzmuellerDo not reset custom space values if accessed via contex...
2013-11-14 Juergen SpitzmuellerFix language issues in Argument read (#8471)
2013-11-12 Georg BaumSilence unwanted error popup on copying
2013-10-04 Jean-Marc LasgouttesFix bug #8859: crash on alignment of two cells in tabular
2013-09-22 Juergen SpitzmuellerInsetSpace and InsetVSpace are clickable (part of ...
2013-08-30 Richard HeckFix obvious oversight.
2013-07-21 Juergen SpitzmuellerFix setting of is_child runparam if grandchildren are...
2013-07-20 Richard HeckFix logic error that led to bug #8777. I have no idea...
2013-07-13 Georg BaumFix wrong space symbols (#8729)
2013-05-31 Juergen SpitzmuellerRe-introduce linebreak after caption, as in LyX 1.6...
2013-05-30 Richard HeckFix bug #8506: Output all references when asked to...
2013-05-28 Richard HeckFix logic of new InsetFlex::updateBuffer() routine...
2013-05-28 Richard HeckWe already allowed a counter declaraton for flex insets...
2013-05-27 Juergen SpitzmuellerInsetArgument: Set ResetsFontEdit to false
2013-05-26 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2013-05-25 Pavel SandaHeader cleanup cont.
2013-05-25 Uwe StöhrGuiBox.cpp, InsetBox.cpp: fix some wrong logic
2013-05-24 Jean-Marc LasgouttesFix empty width support for Box inset
2013-05-24 Pavel SandaHeader cleanup cont.
2013-05-19 Vincent van RavesteijnFix assertion: icon in insetinfo without a font
2013-05-16 Julien RiouxDon't use widest label for numerical citations.
2013-05-16 Julien RiouxCompute and output numbers for numerical citations.
2013-05-14 Uwe StöhrInsetBox.cpp: remove unnecessary non-ASCII char
2013-05-12 Lars Gullik BjønnesRemove ; from end of function definitions
2013-05-02 Jean-Marc LasgouttesMore llvm/clang warnings
2013-05-02 Jean-Marc LasgouttesA first batch of potential bugs spotted by llvm/clang
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-25 Richard HeckSimplify code a bit: If we only accept CITE_CODE, there...
2013-04-25 Richard HeckDefault font for an InsetLayout should be to inherit...
2013-04-14 Georg BaumImplement paste from LaTeX and HTML (bug #3096)
2013-04-08 Jean-Marc LasgouttesFix another faulty signature
2013-04-08 Juergen SpitzmuellerFix plaintext header definition
2013-03-28 Richard HeckImplement XHTML output for InsetPrintNomencl.
2013-03-28 Richard HeckAdd Nomenclature to the TOC.
2013-03-28 Richard HeckUse InsetLayout to get the tag type for TOC-like things.
2013-03-28 Richard HeckUpdate the XHTML output for InsetFloatList. We'll now...
2013-03-27 Richard HeckMinor code simplification.
2013-03-27 Richard HeckRemove the "arrow" from the XHTML TOC. I think I put...
2013-03-27 Richard HeckUse the TOC:Listings layout to hold CSS information...
2013-03-27 Richard HeckA little bit more cleaning up.
2013-03-27 Richard HeckRe-order things a little bit.
2013-03-27 Richard HeckFactor common code from TOC updates.
2013-03-27 Richard HeckAllow for the possibility of an "InsetLayout TOC".
2013-03-27 Richard HeckGet lists of listings working for XHTML output. Fixes...
2013-03-27 Richard HeckLinks between citations and bibliography entries were...
next