]> git.lyx.org Git - lyx.git/history - src/Paragraph.h
Re-fix #11146 with recent LaTeX
[lyx.git] / src / Paragraph.h
2019-07-11 Juergen SpitzmuellerFix right and left layout alignment (in workarea) with RTL
2018-12-22 Scott KostyshakOnly show Accept/Reject Change options if relevant
2018-07-21 Juergen SpitzmuellerFix bracket output in RTL languages
2018-04-15 Richard HeckMerge branch '2.3.2-staging' into 2.3.x
2018-02-15 Jean-Marc LasgouttesImplement buffer-anonymize more efficiently
2017-07-03 Richard HeckFix whitespace at EOL.
2017-01-24 Jean-Marc LasgouttesUse Paragraph::getAlign in TextMetrics
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-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchImplement AddToToc for paragraph layouts
2016-12-05 Jean-Marc LasgouttesIntroduce (Inset|InsetList|Paragraph)::resetBuffer
2016-07-10 Richard HeckFix problem with branch handling. The problem was that...
2016-05-30 Jean-Marc LasgouttesRewrite setRowHeight using row information
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesRemove declaration of classes that do not exist
2016-05-29 Guillaume MunchAutomatically show the review toolbar if the document...
2016-05-29 Guillaume MunchSimplify class structure in TocBackend
2015-11-04 Georg BaumRemove unused declarations
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-07-15 Jean-Marc LasgouttesAvoid breaking kerning with continuous spell checking
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-07-28 Jean-MarcRename FontSpan::inside(pos) to contains(pos)
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-08 Jean-Marc LasgouttesRemove obsolete code to handle Hebrew and Arabic characters
2014-05-10 Enrico ForestieriFix bugs #8546 and #9055, and introduce new separator...
2014-04-21 Tommaso CucinottaMerged Paragraph::stringify into asString().
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2014-03-29 Vincent van RavesteijnRevert "Fixing #7987: deleted text in change-tracking...
2014-03-27 Tommaso CucinottaFixing #7987: deleted text in change-tracking mode...
2013-05-19 Vincent van RavesteijnDisallow to insert an inset without a font
2013-05-16 Pavel SandaSlowly going through the suggestion made by our headers...
2013-03-12 Richard HeckAdd a for_search member to OutputParams, and use it...
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2012-07-18 Jean-Marc LasgouttesMake sure that undo is recorded when magic tricks are...
2011-04-08 Stephan Wittavoid the single dash (hard hyphen) or apostrophe enclo...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-02-03 Stephan Wittsuppress the misspelled marker only when typing in...
2011-01-29 Stephan Wittrestore the correct behavior of suppression of misspell...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-26 Jean-Marc LasgouttesUnify handling of pass thru insets and paragraphs by...
2011-01-07 Stephan Witt#7220 correct spell check state ranges for word splits
2010-12-22 Stephan Wittfix for #7081: the painting of misspelled marker is...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-20 Vincent van RavesteijnFix bug #7166: Insets that shouldn't appear in the...
2010-11-22 Tommaso CucinottaIgnore ligature breaks and hyphenations during simple...
2010-09-29 Stephan Witt#6917 correct spell check for deleted text in change...
2010-09-14 Stephan Wittreduce nesting levels in markMisspelledWords; simplify...
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-08-05 Jean-Marc LasgouttesImplement LFUN_SPELLING_REMOVE (patch from switt)
2010-06-15 Richard HeckParagraph::latex() always returned false. So remove...
2010-06-15 Richard HeckFix InPreamble. I must have committed an incomplete...
2010-02-08 Jürgen SpitzmüllerAllow to switch buffer languages via the menu.
2010-01-21 Richard HeckRemove it for real now.
2010-01-21 Richard HeckRemove an unnecessary dependency.
2010-01-21 Richard HeckKill a (public) magic boolean.
2010-01-14 Richard HeckThe fortoc argument I introduced earlier should all...
2010-01-05 Abdelrazak YounesCleanup a bit the pargraph ids generation in order...
2009-12-10 Richard HeckThis really gets the TOC working now. We auto-generate...
2009-12-10 Richard HeckInitial work for InsetTOC. This does actually write...
2009-11-19 Richard HeckRestore basic paragraph output for XHTML. The insets...
2009-08-09 Abdelrazak YounesGet rid of Paragraph::forcePlainLayout().
2009-08-09 Abdelrazak YounesGet rid of Paragraph::ownerCode().
2009-08-04 Vincent van RavesteijnUniform naming of functions.
2009-08-04 Vincent van RavesteijnRemove some unnecessary negated logic.
2009-08-02 Abdelrazak YounesOptimization: don't do suggestion if we only want to...
2009-07-16 Jean-Marc Lasgouttesun-revert r30531, after Richard told me how to avoid...
2009-07-15 Jean-Marc Lasgouttesrevert r30531, which causes a crash when copying an...
2009-07-13 Jean-Marc Lasgouttesremove BufferParams parameter from Inset::accept/reject...
2009-07-12 Jean-Marc Lasgouttesremove the now unused Paragraph::translateIfPossible
2009-06-22 Abdelrazak YounesSimplify Buffer::spellCheck() by using Paragraph::spell...
2009-06-21 Abdelrazak YounesIntroduce Paragraph::isWordSeparator() and use it inste...
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-05 Richard HeckBasic output routines for HTML.
2009-05-14 Vincent van RavesteijnFix bug #5390. Copy from a deleted section with change...
2009-05-06 Abdelrazak YounesSpellChecker context menu. Part of the continuous Spell...
2009-05-01 Abdelrazak YounesParagraph::updateWord() and collectWords(): Remove...
2009-05-01 Abdelrazak YounesTransfer word locating code from Text to Paragraph.
2008-12-20 Pavel SandaAdvSearch - next patch from Tommaso.
2008-11-16 Stephan Wittfix broken latex output range checking
2008-11-16 Abdelrazak YounesTommaso patch, part 5, lots of thing to cleanup still...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-28 Richard HeckThis is a conservative fix for the layout setting bug...
2008-10-19 Enrico ForestieriFix bug 5374
2008-10-19 Abdelrazak YounesParagraph:
2008-10-08 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5328
2008-09-30 Abdelrazak YounesAdd a "List of Changes" in the Navigator. The list...
2008-09-13 Abdelrazak YounesParagraph::inInset() shall not be used if the owner...
2008-09-12 Abdelrazak YounesGet rid of Paragraph::insetAllowed()
2008-07-30 Abdelrazak YounesParagraph: Add a partial copy ctor that will get used...
2008-07-23 Abdelrazak YounesEnsure that the Buffer pointer is correctly set with...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-07-01 Jean-Marc Lasgouttes * LyXRC.cpp:
2008-06-24 Jean-Marc LasgouttesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=3580
2008-05-22 Abdelrazak YounesUnify Paragraph::asString() methods.
2008-05-22 Abdelrazak Younesforward port rev 24877. Even if trunk is not affected...
2008-03-08 Richard HeckComment.
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-04 Stefan Schimanski* remove some garbage from the "buffer in inset" change
next