]> git.lyx.org Git - lyx.git/history - src/insets
ctests: samples for lib/unicodesymbols: only test export to 8-bit LaTeX.
[lyx.git] / src / insets /
2016-09-05 Jean-Marc LasgouttesAmend commit e194c9ce279
2016-09-02 Scott KostyshakExit with error if child exits with error (#10188)
2016-08-28 Richard HeckproducesOutput() should not be redeclared as producesOu...
2016-08-19 Jean-Marc LasgouttesRemove horizontal spacing around previews
2016-08-17 Jean-Marc LasgouttesA more radical approach to inset background painting
2016-08-05 Richard HeckSpecial characters should be output to the TOC.
2016-08-04 Jean-Marc LasgouttesLet InsetSpecialChar draw its background when necessary
2016-08-03 Guillaume MunchFix embarrassing logic mistake
2016-08-02 Richard HeckNo need to display contents of the branch when it is...
2016-07-31 Richard HeckFix display of code listings in XHTML.
2016-07-31 Richard HeckActivate export of external material for XHTML.
2016-07-31 Richard HeckFix substitution for $$Contents.
2016-07-31 Richard HeckFix preview of external material with plaintext and...
2016-07-31 Richard HeckUse scaling factor in XHTML output.
2016-07-31 Richard HeckIf we cannot find the input format for a graphic, we...
2016-07-31 Richard HeckFix output of table borders for XHTML. Fixes bug #10154.
2016-07-30 Richard HeckRevert most of dd7863b6.
2016-07-30 Richard HeckWhitespace.
2016-07-30 Richard HeckFix thinko from earlier commit.
2016-07-30 Richard HeckBe more careful with braces, due to comments.
2016-07-30 Richard HeckSimplify and unify code for special handling in argumen...
2016-07-30 Richard HeckFix display of colors in labels of arguments.
2016-07-30 Richard HeckFix display of branch buttons and tooltips.
2016-07-19 Jean-Marc LasgouttesTry to fix #4889 in the right way
2016-07-19 Jean-Marc LasgouttesRealize inset argument label font before using it
2016-07-18 Richard HeckRevert "Do not crash is release mode if we stumble...
2016-07-18 Richard HeckDo not crash is release mode if we stumble across an...
2016-07-18 Juergen SpitzmuellerWhitespace.
2016-07-18 Jean-Marc LasgouttesTypo
2016-07-18 Jean-Marc LasgouttesSome things did not need to be mutable after all
2016-07-18 Jean-Marc LasgouttesRemove mutable variable InsetTabular::offset_valign_
2016-07-18 Jean-Marc LasgouttesGet rid of InsetTabular::first_visible_cell_
2016-07-18 Jean-Marc LasgouttesSimplify display of InsetQuote
2016-07-12 Guillaume MunchBranch-invert: Fix discrepancy with the outliner and...
2016-07-12 Guillaume MunchBranch-invert: Record undo and update Toc
2016-07-12 Guillaume MunchBranch-invert: Add a check mark to the switch in the...
2016-07-12 Richard HeckLFUN to toggle branch inversion status, now available...
2016-07-12 Richard HeckIntroduce "inverted" branch insets: These are branches...
2016-07-11 Juergen SpitzmuellerSimplify BufferParams::bufferFormat()
2016-07-10 Richard HeckRename some variables and routines.
2016-07-10 Richard HeckFix problem with branch handling. The problem was that...
2016-07-04 Guillaume MunchRationalise includes
2016-07-03 Guillaume MunchChange tracking cue: InsetText and InsetCollapsible
2016-07-03 Guillaume MunchChange tracking cue: for Graphics
2016-07-03 Guillaume MunchChange tracking cue: for instant preview
2016-07-03 Guillaume MunchBeautify ToolTips in work area
2016-07-03 Guillaume MunchRemove tooltips from the data of Toc Items
2016-07-02 Guillaume MunchSimplifications, mainly removal of boost::function...
2016-07-02 Richard HeckSquash some warnings.
2016-07-01 Richard HeckSquash warning.
2016-06-30 Richard HeckDon't be so cute with VSpace: We just output it inline...
2016-06-30 Richard HeckOutput column width info for XHTML.
2016-06-26 Georg BaumRemove using directives from headers
2016-06-21 Richard HeckBy default, charstyles should not permit layout changes...
2016-06-21 Georg Baummore const correctness
2016-06-21 Richard HeckRemove "only", which is not really necessary.
2016-06-21 Richard HeckFix bug #10213 as discussed there: We now display the...
2016-06-20 Georg Baumconst correctness
2016-06-20 Richard HeckFix bug #10153: There's a mechanism in XHTML output...
2016-06-16 Georg BaumRemove InsetMathXYArrow
2016-06-13 Guillaume MunchChange tracking cue: paint over labels in text and...
2016-06-13 Guillaume MunchRefChanger
2016-06-12 Guillaume MunchToc: clean-up
2016-06-12 Richard HeckAdd comments to fix coverity #23505 and 23507.
2016-06-12 Richard HeckFix a number of other uninitialized members.
2016-06-12 Richard HeckFalse positive on coverity #23366.
2016-06-12 Richard HeckCheck to make sure we have a preview loader.
2016-06-12 Richard HeckMark a number of coverity false positives.
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2016-06-09 Guillaume MunchRemove non-copyable idioms
2016-06-09 Jean-Marc LasgouttesInitialize properly InsetTabular members in constructor
2016-06-09 Jean-Marc LasgouttesInitialize InsetExteralParams::preview_mode in constructor
2016-06-09 Jean-Marc LasgouttesAlways initialize InsetQuote language in constructor
2016-06-09 Guillaume MunchReplace boost::tuple with std::tuple
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2016-06-09 Guillaume MunchReplace boost::scoped_ptr with unique_ptr
2016-06-09 Guillaume MunchReplace auto_ptr with unique_ptr
2016-06-07 Georg BaumRemove zombie noncopyable.hpp dependency
2016-06-07 Richard HeckFix bug #10194: Space missing in UI.
2016-06-06 Georg BaumRethrow excepction instead of a copy
2016-06-06 Georg BaumRemove duplicated if clause
2016-05-30 Jean-Marc LasgouttesDo not use the return value of Painter::text for logos
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesRemove extra spacing around InsetCommand buttons
2016-05-29 Jean-Marc LasgouttesCleanup handling of LFUN_LAYOUT_PARAGRAPH in getStatus
2016-05-29 Jean-Marc LasgouttesCleanup handling of LFUN_LAYOUT in getStatus
2016-05-29 Jean-Marc LasgouttesRemove variables set but not used
2016-05-29 Jean-Marc LasgouttesMove one Text::setCursor instance to CursorSlice
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-29 Jean-Marc LasgouttesUse isMainText() instead of doing explicit tests
2016-05-29 Jean-Marc LasgouttesRemove declaration of classes that do not exist
2016-05-29 Jean-Marc Lasgouttes\\pagebreak is a fragile command in general
2016-05-29 Jean-Marc LasgouttesDisable LFUN_INSET_DISSOLVE in tabulars
2016-05-29 Guillaume MunchSimplify class structure in TocBackend
2016-05-29 Juergen SpitzmuellerImplement some forgotten context menu items for arguments
2016-05-28 Jean-Marc LasgouttesCleanup bv-dependent variables in InsetCollapsable
2016-05-28 Jean-Marc Lasgouttesamend 5b7be5eb (typo+spacing)
2016-05-28 Jean-Marc LasgouttesMake inset-select-all select all cells only in tables
2016-05-28 Jean-Marc LasgouttesChange mouse cursor on tabular selection zones
2016-05-28 Jean-Marc LasgouttesFix display of InsetCollapsable with split views
next