]> git.lyx.org Git - lyx.git/history - src/Paragraph.cpp
prepare Qt 5.6 builds
[lyx.git] / src / Paragraph.cpp
2016-01-26 Georg BaumFix regression of 0bf8b8a1 (bug 9884)
2015-12-12 Richard HeckUse the much faster forOutliner also to get the tooltip...
2015-11-12 Günter MildeFix 480937a103708a651/lyxgit, second attempt.
2015-11-10 Günter MildeFix 480937a103708a651/lyxgit. See also #9740.
2015-11-09 Günter MildeReset encoding after insets and environments also for...
2015-10-20 Günter MildePartial fix for #9740 "XeTeX/LuaTeX with TeX fonts...
2015-10-19 Guillaume MunchAdd math cell positions to TexRow
2015-10-10 Georg BaumRemove unused variables
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-09-20 Georg BaumFix wrong label found by cppcheck
2015-09-20 Georg BaumFix cppcheck variable scope warnings
2015-07-15 Günter MildeAdd "TODO-comments" with link to textcyr/textgreek...
2015-07-15 Jean-Marc LasgouttesAvoid breaking kerning with continuous spell checking
2015-05-02 Juergen SpitzmuellerDo not output \noindent if paragraph does not support...
2015-04-20 Juergen SpitzmuellerNew (Inset)Layout tag PassThruChars
2015-04-02 Juergen SpitzmuellerProperly determine active font encoding
2015-03-01 Georg BaumReplace automatic logofication with insets
2015-02-24 Georg BaumFix plaintext output of dashes (bug #3647)
2015-02-24 Jean-Marc LasgouttesSome performance stuff reported by cppcheck
2015-02-15 Georg BaumOutput -- and --- in XHTML like in LaTeX
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-01 Juergen Spitzmuellercorrected_env: use breakln instead of hardcoded linebreak
2014-11-14 Georg BaumLoad footmisc.sty instead of using outdated code
2014-11-11 Georg BaumPrevent accidental usage of wrong copy constructor
2014-10-15 Scott KostyshakNo space after inline math for text export (#9282)
2014-07-28 Jean-MarcRename FontSpan::inside(pos) to contains(pos)
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-09 Jean-Marc LasgouttesGet rid of rtl_support preference
2014-07-08 Jean-Marc LasgouttesRemove obsolete code to handle Hebrew and Arabic characters
2014-06-29 Richard HeckThe flush should be done on either branch.
2014-06-26 Georg BaumWork around MSVC warning
2014-06-25 Jean-Marc LasgouttesSmall Inset isXXX methods cleanup
2014-06-04 Richard HeckFlush stream more often to help figure out where the...
2014-05-29 Juergen SpitzmuellerAdd layout tag that determines if/when a paragraph...
2014-05-16 Jean-Marc LasgouttesDo not forget last word of paragraph in completion
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 HeckTypos and style.
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2014-04-21 Jean-Marc LasgouttesDo not store Languages objects in completion words...
2014-04-21 Juergen SpitzmuellerIn Paragraph::changeCase, correctly track the font...
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...
2014-03-13 Juergen SpitzmuellerInclude child's own authors when using BufferParams...
2014-02-07 Vincent van RavesteijnDo not try to track_change an auto-deleted bibitem
2013-11-18 Juergen SpitzmuellerUse the master buffer's param when compiling as a child...
2013-09-29 Vincent van RavesteijnMerge: Remove tex2lyx defines to allow for newer automake
2013-09-29 Vincent van RavesteijnEncodings: Use BufferEncodings where needed
2013-08-30 Juergen SpitzmuellerCatch uncodable character problem
2013-05-19 Vincent van RavesteijnDisallow to insert an inset without a font
2013-05-19 Vincent van RavesteijnFix assertion: bibitem inset without a font
2013-05-19 Vincent van RavesteijnRevert "Fix assertion for InsetInfos of icon types"
2013-05-13 Richard HeckGet font sizes working for XHTML.
2013-05-13 Richard HeckGet font families working for XHTML.
2013-05-13 Richard HeckXHTML support for font shapes.
2013-05-13 Richard HeckRework that way that font tags are handled in XHTML...
2013-05-13 Richard HeckRework how paragraph ids are handled.
2013-05-03 Richard HeckMinor cleanup.
2013-04-28 Vincent van RavesteijnFix assertion for InsetInfos of icon types
2013-04-28 Vincent van RavesteijnFix FontIterator to not access pos >= par.size()
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-27 Kornel BenkoUse doctring as LBUFFER() etc parameters
2013-04-27 Kornel BenkoStrings as parameters to LASSERT should not be translat...
2013-04-27 Jean-Marc LasgouttesGet rid of annoying warning message
2013-04-26 Richard HeckRemove assertion accidentally added during the audit.
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-08 Juergen SpitzmuellerRevert "Do not pass thru argument of pass-thru layout...
2013-04-08 Juergen SpitzmuellerDo not pass thru argument of pass-thru layout literally
2013-03-27 Richard HeckHandle other text ranges in XHTML output.
2013-03-19 Richard HeckFix bug #8587 properly, by using local language for...
2013-03-18 Richard HeckI'm not absolutely sure about this, but it seems to...
2013-03-12 Richard HeckForgot the crucial piece of the last commit!!
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...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2013-02-09 Richard HeckRemove references to Counter LabelType from source...
2012-12-28 Juergen SpitzmuellerSupport for command argument placement after the workar...
2012-12-24 Richard HeckRespect InsetLayout's PassThru setting in XHTML export.
2012-11-28 Juergen SpitzmuellerPass local font to arguments and assure pass_thru is...
2012-11-26 Juergen SpitzmuellerLaTeXParam and Argument do not necessarily exclude...
2012-11-25 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-25 Juergen SpitzmuellerAdd LeftDelim and RightDelim to the Style and InsetLayo...
2012-11-24 Richard HeckSome minor cleanup of new InsetArguments stuff that...
2012-11-23 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' into features/latexargs
2012-11-19 Juergen SpitzmuellerInsetArgument revision, first working version
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2012-08-21 Juergen SpitzmuellerMake tipa shortcuts work for combining chars
2012-08-19 Juergen SpitzmuellerTIPA fixes
2012-08-05 Richard HeckWow, that last commit was dumb. So let's fix #8278...
2012-08-04 Richard HeckFix bug #8278, as suggested there by Ronen.
2012-07-23 Juergen SpitzmuellerWhitespace
2012-07-23 Juergen SpitzmuellerFix direction of brackets in Hebrew when using Polyglos...
2012-07-23 Juergen SpitzmuellerSuppress babel RTL commands when using polyglossia...
2012-07-18 Jean-Marc LasgouttesMake sure that undo is recorded when magic tricks are...
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
next