]> git.lyx.org Git - lyx.git/history - src/insets
Reduce caption hardcoding
[lyx.git] / src / insets /
2014-12-27 Georg Baumwhitespace
2014-12-22 Scott KostyshakWhitespace
2014-12-21 Juergen SpitzmuellerFix initialization order
2014-12-20 Scott KostyshakInitialize recently added forceownlines_ bool
2014-12-20 Scott KostyshakWhitespace
2014-12-09 Georg BaumImprove and unify error messages
2014-12-08 Jean-Marc Lasgouttes\\subfloat captions are moving arguments
2014-12-08 Juergen SpitzmuellerAdd ObsoletedBy tag to InsetLayout
2014-12-01 Juergen SpitzmuellerAdd a layout tag ForceOwnlines that assures an inset...
2014-11-27 Jean-Marc LasgouttesFix warnings reported by clang
2014-11-21 Jean-Marc LasgouttesLet the Foot inset have a different Layout when inside...
2014-11-18 Scott KostyshakDo nothing if converting to the same type of Note
2014-11-14 Richard HeckGet rid of boost::noncopyable.
2014-11-04 Uwe StöhrInsetFootlike.cpp: disable listings inside footnotes
2014-10-30 Richard HeckDo not truncate references in outline pane (bug 9312).
2014-10-25 Enrico ForestieriTweak the shape of the parbreak separator.
2014-10-16 Richard HeckUpdate comment.
2014-10-14 Alfredo Braunsteininsets/InsetTabular.cpp (doDispatch): fix to #9291...
2014-10-12 Alfredo BraunsteinText2.cpp (checkAndActivateInset, checkAndActivateInset...
2014-08-22 Richard HeckMake BiblioInfo::collectCitedEntries private (since...
2014-08-15 Richard HeckPossible fix for the mystery crash, which is bug #9049.
2014-08-09 Richard HeckAdd some comments about the behavior of cellInset and...
2014-07-26 Jean-Marc LasgouttesWhitespace
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-25 Jean-MarcFix bad use of undo kind in Tabular inset.
2014-07-07 Georg BaumRemove unneeded swap() (thanks Jean-Marc)
2014-07-05 Jean-MarcFix a bunch of small performance issues spotted by...
2014-07-05 Georg BaumMake include and bibitem insets threadsafe
2014-07-05 Georg BaumFix Tabular::CellData::operator=()
2014-06-25 Jean-Marc LasgouttesSmall Inset isXXX methods cleanup
2014-06-13 Jean-Marc LasgouttesFix checkmark on current entry for InsetSeparator conte...
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2014-06-04 Richard HeckFlush stream more often to help figure out where the...
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...
next