]> git.lyx.org Git - lyx.git/history - src/insets/InsetBranch.cpp
Fix previews in yellow notes and disabled branches
[lyx.git] / src / insets / InsetBranch.cpp
2023-12-19 Jean-Marc LasgouttesFix previews in yellow notes and disabled branches
2023-11-18 Richard Kimberly... Amend 28e8bf742.
2023-11-17 Richard Kimberly... Let label strings work with branches.
2023-11-17 Richard Kimberly... Fix layout names for branches.
2023-07-23 Jean-Marc LasgouttesImprove branch activatiion LFUNs
2022-10-26 Juergen SpitzmuellerSync with master
2022-10-04 Scott KostyshakWhitespace
2022-05-14 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-05-09 Kornel BenkoFindAdv: Use private variable for_search
2022-04-16 Pavel SandaAllow syncing open/close status of branch inset with...
2022-04-12 Kornel BenkoFind: Renamend for_searchAdv to for_serach in src/Outpu...
2022-03-10 Kornel BenkoFindAdv: Added possibility to search also in deactvated...
2022-01-22 Juergen SpitzmuellerFix bug 12459
2021-10-26 Yuriy SkalkoMark inverted branch insets
2021-01-21 Juergen SpitzmuellerPrevent branch background color from leaking out of...
2020-12-06 Yuriy SkalkoMore enums & includes refactoring
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-07-08 Thibaut CuvelierNew DocBook support
2020-07-03 Juergen SpitzmuellerProperly fix handling of title layouts within insets...
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2019-12-16 Scott KostyshakCorrect typo in method name getDescendants()
2019-12-11 Scott KostyshakRefresh previews on branch toggle
2019-07-18 Juergen SpitzmuellerRevert "Fix bug #11616"
2019-07-17 Enrico ForestieriFix bug #11616
2019-05-10 Enrico ForestieriRefined fix for #9633
2018-09-08 Jean-Marc LasgouttesHandle branches with space in their name
2017-12-06 Uwe StöhrInsetBranch.cpp: remove an unused include
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchRemove some hardcoded addToToc: note, footnote, margina...
2016-08-28 Richard HeckproducesOutput() should not be redeclared as producesOu...
2016-08-02 Richard HeckNo need to display contents of the branch when it is...
2016-07-30 Richard HeckFix display of branch buttons and tooltips.
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-03 Guillaume MunchRemove tooltips from the data of Toc Items
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...
2015-12-12 Richard HeckUse the much faster forOutliner also to get the tooltip...
2015-12-04 Guillaume MunchSimplify Unicode symbols for old systems
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-01-22 Jean-Marc LasgouttesImplement new recordUndoBufferParams method.
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-11-23 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Jean-Marc LasgouttesShow status of branches even when inset is closed
2012-10-01 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-01 Juergen SpitzmuellerAsk for saving changes when branch state in child was...
2012-09-30 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2012-09-30 Juergen SpitzmuellerContext menu item to add unknown branch (rest of #7643)
2012-09-30 Juergen SpitzmuellerWhitespace
2012-09-30 Juergen SpitzmuellerUI for separate control of master/child branch state...
2011-12-02 Richard HeckDeal with the part of #7872 involving changing branch...
2011-11-18 Richard HeckFix bug #7872: Mark Buffer dirty after changing branch...
2011-10-29 Richard HeckFix crash when outputting XHTML. Not resetting the...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-10-14 Jürgen Spitzmülleroops.
2011-10-14 Jürgen SpitzmüllerFix parsing of branch names with spaces.
2011-09-07 Richard HeckFix bug #7721. We don't need to do anything here other...
2011-08-11 Pavel SandaFix #7720: plain text export of branches should contain...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2010-12-22 Richard HeckMini-optimization: We do not need really long tooltips...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-11-30 Vincent van RavesteijnFix 'inset-toggle assign' for InsetBranch.
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Vincent van RavesteijnAdd missing cur.forceBufferUpdate() to LFUN_BRANCH_...
2010-11-17 Richard HeckSimplify more of the tooltips. There will be some speed...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-04-26 Vincent van RavesteijnFix bug #6672 (part 2): Add tooltips to the outliner.
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-11 Vincent van RavesteijnFix the InsetBranchParams::read function after that...
2010-03-11 Richard HeckFinish fixing the problem with "New Inset" in branches...
2010-03-10 Richard HeckFix part of a problem reported by Vincent.
2010-02-19 Abdelrazak YounesMigrate Branch dialog to InsetParamsWidget
2009-12-17 Vincent van RavesteijnCorrectly paint the background of the instant preview...
2009-11-21 Richard HeckInsetBranch works again.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-14 Jean-Marc LasgouttesRemove the layout_ cache in InsetCollapsable.
2009-07-13 Jean-Marc LasgouttesRemove all BufferParam arguments in InsetXXX methods...
2009-07-11 Pavel SandaFix setting via context menu.
2009-07-11 Pavel SandaFix status check of branch (de)activation from the...
2009-07-09 Jürgen Spitzmüller* InsetBranch.cpp:
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-05 Richard HeckHTML output code for a handful of easy insets.
next