]> git.lyx.org Git - lyx.git/history - src/Paragraph.cpp
#9130 Text in main work area isn't rendered with high resolution
[lyx.git] / src / Paragraph.cpp
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
2012-05-26 Juergen SpitzmuellerFix macro termination in IPA inset if next character...
2012-04-29 Vincent van RavesteijnDo not show deleted text in the html title
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumExtend the notermination flag to math as well.
2012-03-10 Jürgen SpitzmüllerAdd "notermination" flag to unicodesymbols. This tells...
2012-03-10 Georg BaumUpdate tex2lyx to file format 427. InsetIPA is not...
2012-03-09 Jürgen SpitzmüllerConsider specifics for TIPAs T3 font encoding and allow...
2012-03-09 Jürgen Spitzmüller* implement possibility to use IPA shortcut notation...
2012-02-15 Georg BaumForgot that in r40694: There is no {} needed after...
2012-01-02 Stephan Witt#6760 add UI to configure the minimal length of a word...
2011-11-13 Georg BaumFix bug #7663: Misparsing of description \item with...
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-08-20 Stephan Wittcorrect spell check request for Paragraph::changeLanguage()
2011-08-20 Stephan Wittadd missing spell check requests for Paragraph::appendC...
2011-08-20 Stephan Wittcorrect implementation of "mark whole paragraph" for...
2011-06-22 Enrico ForestieriFix bug #7645 (stream encoding not properly reset after...
2011-06-20 Richard HeckFix bug #7634. Make sure we clear the tag deque if...
2011-04-08 Stephan Wittavoid the single dash (hard hyphen) or apostrophe enclo...
2011-04-03 Richard HeckThe mechanism for closing font tags at the end of a...
2011-04-03 Richard HeckRemove unused variable.
2011-04-02 Stephan Wittcorrect mark of misspelled word if it is the last of...
2011-03-29 Stephan Witt#6776 Remove cached misspelled marker for word delimiters
2011-03-20 Abdelrazak Younescoding style
next