]> git.lyx.org Git - lyx.git/history - src/insets/InsetRef.h
Fix text direction of references with XeTeX/bidi
[lyx.git] / src / insets / InsetRef.h
2019-08-05 Juergen SpitzmuellerFix text direction of references with XeTeX/bidi
2019-03-15 Juergen SpitzmuellerDo not force LTR with nameref and non-TeX fonts
2019-01-06 Richard Kimberly... Remove now unused routine.
2019-01-06 Richard Kimberly... Use combo box data rather than looking up info from...
2018-09-12 Jean-Marc LasgouttesRevert "Use new display() values to remove some inset...
2018-09-12 Jean-Marc LasgouttesUse new display() values to remove some inset hardcoding.
2018-05-01 Richard HeckFix bug 11070.
2017-05-24 Jean-Marc LasgouttesRevert "Add possibility for command inset to inherit...
2017-05-16 Guillaume MMStructure the broken InsetRef status
2017-03-28 Jean-Marc LasgouttesAdd possibility for command inset to inherit enclosing...
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchMake the generation of children's tocs more robust
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Richard HeckAdd ability to use refstyle's plural and capitalization...
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-10-30 Richard HeckDo not truncate references in outline pane (bug 9312).
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
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...
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-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-11-08 Richard HeckFix bug in fallback reference output with refstyle...
2010-10-28 Richard HeckChange the way we output formatted references under...
2010-10-27 Vincent van RavesteijnRemove InsetRef::isLatex. This no longer needed as...
2010-10-27 Vincent van RavesteijnOrganize header files in src\insets.
2010-05-22 Uwe StöhrInsetRef.h: fix #6711
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-26 Richard HeckTruncate long cross-references and show the whole thing...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-28 Richard HeckRestore XHTML output for InsetLabel and InsetRef. There...
2009-11-14 Richard HeckGet XHTML output for InsetRef working, again in a fairl...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
2008-03-09 Abdelrazak YounesGeneral support for InsetCommand context menu. For...
2008-03-08 Abdelrazak YounesTransfer general edit context menu from BufferView...
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-03-03 Abdelrazak YounesSanitize a bit the way InsetRef and InsetCommand button...
2008-03-02 Abdelrazak YounesIntroduce a labels&references cache at buffer level...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-27 Abdelrazak YounesHe he he, something I've been dreaming of for a long...
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2