]> git.lyx.org Git - lyx.git/history - src/insets
Initialize bool member of Package in default constructor
[lyx.git] / src / insets /
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
2016-05-28 Jean-Marc Lasgoutteswhitespace only
2016-05-28 Jean-Marc LasgouttesPass a BufferView to Inset::clickable
2016-05-28 Jean-Marc LasgouttesAvoid narrow boxes when using \width as box width unit
2016-05-16 Guillaume MunchAllow inset-forall to match separators (#10090)
2016-04-11 Guillaume MunchFix dataloss when flex inset is undefined.
2016-04-06 Enrico ForestieriIntroduce the latexpar separator.
2016-03-30 Jean-Marc LasgouttesRename Caption:LongTableNoNumber to Caption:Unnumbered
2016-02-17 Georg BaumIntroduce proper integer rounding function
2016-02-09 Jean-Marc LasgouttesGet rid of use_preview_ in various insets
2016-02-09 Jean-Marc LasgouttesDo not record undo in the tabularFeatures helper
2016-02-04 Uwe StöhrInsetBox.cpp: fix bug #8712
2016-02-03 Jean-Marc LasgouttesWhen selecting whole row, reset properly the pit()
2016-01-31 Guillaume Munchminor cleanup
2016-01-27 Guillaume MunchNew LFUN tabular-feature (#9794)
2016-01-26 Georg BaumFix file locking problem on windows (bug 9925)
2016-01-24 Georg BaumFix date inset except on windows (bug 9925)
2016-01-24 Enrico ForestieriChange the shape of the parbreak separator
2016-01-10 Georg BaumDo not apply \origin at existing files
2016-01-04 Guillaume MunchAmend bb344452
2015-12-13 Guillaume MunchLayout format update: AddToToc, IsTocCaption, OutlinerName
2015-12-12 Richard HeckUse the much faster forOutliner also to get the tooltip...
2015-12-11 Enrico ForestieriFix bug #9898: inset info cannot show specified icon
2015-12-10 Uwe StöhrInset files: add includes to compile with cxx11
2015-12-07 Scott KostyshakRevert "InsetFootlike.cpp: disable listings inside...
2015-12-04 Guillaume MunchSimplify Unicode symbols for old systems
2015-11-24 Jean-Marc LasgouttesFix length of hfills
2015-11-23 Jean-Marc LasgouttesImplement on screen rendering of alignment in LR boxes.
2015-11-22 Georg BaumFix InsetListings::getCaption() for std::regex
2015-11-22 Georg BaumAdd unit test for InsetListings::getCaption()
2015-11-18 Guillaume MunchRewrite regexes in ECMAScript style (bug #9799)
2015-11-17 Juergen SpitzmuellerDo not switch listings to singlebyte encoding with...
2015-11-17 Jean-Marc LasgouttesImplement toggling for longtabular and booktabs tabular...
2015-11-05 Günter MildeFix encoding-setting of child document with LuaTeX...
2015-11-02 Jean-Marc LasgouttesDisable setting vertical lines when using a formal...
2015-11-02 Guillaume MunchFix bug #9813
2015-10-23 Georg BaumRevert the box alignment part of 8010b90c
2015-10-20 Guillaume MunchAmend bb344452
2015-10-19 Guillaume MunchAdd cursor<->row correspondance tracking for tables...
2015-10-18 Georg BaumRemove confusing parentheses
2015-10-15 Georg BaumFix std::string docstream output error
2015-10-11 Georg BaumDisable assigment operator
2015-10-11 Georg BaumComply with rule-of-three
2015-10-11 Georg BaumMove comment where it belongs
2015-10-10 Georg BaumRemove unused variables
2015-10-09 Georg BaumFix typo
2015-10-09 Stephan WittFix "dead store" warnings of Xcode analyze tool
2015-10-07 Jean-Marc LasgouttesRevise commit 7a5eff56
2015-10-07 Pavel SandaSet minimal width of fixedwidth collapsable insets.
2015-10-05 Guillaume MunchAdd TOC of external materials. (#7790, partial)
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-10-02 Guillaume MunchAmend d5a5fbb8e (cosmetic)
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-20 Georg BaumRemove unused variables found by cppcheck
2015-09-15 Juergen Spitzmuellerrestore crucial float information in note insets (bug...
2015-09-15 Guillaume MunchNew class InsetCaptionable
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-09-15 Guillaume MunchDo not show subfigures in the menu (bug #9759)
2015-09-13 Georg BaumAdd some missing member variable initializations
2015-09-13 Georg BaumReturn reference to this in operator=()
2015-09-12 Jean-Marc LasgouttesInitialize properly two members of InsetTabular
2015-09-12 Jean-MarcFix logic of method
2015-09-12 Jean-Marcimage_ready is false at this point
2015-07-25 Juergen SpitzmuellerDo not attempt to select an empty cell before inserting...
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-20 Georg BaumSupport Photos in RasterImage template
2015-07-18 Georg BaumStore InsetGraphics bounding box in parsed form
2015-07-16 Georg BaumSupport units in external inset bbox
2015-07-16 Georg BaumRemove InsetGraphics noUnzip parameter
2015-07-14 Jean-Marc LasgouttesUse integer line thickness in painter
2015-06-18 Juergen SpitzmuellerForce local font switch in caption.
next