]> git.lyx.org Git - features.git/history - src/support/lstrings.cpp
Handle multiple spaces at row break
[features.git] / src / support / lstrings.cpp
2022-11-10 Jean-Marc LasgouttesHandle multiple spaces at row break
2022-10-26 Juergen SpitzmuellerSync with master
2022-05-29 Kornel BenkoGuard 'isNumberChar()' from char outside ucs4-range
2022-05-29 Kornel BenkoIntroduce isNumberChar(char_type) function
2022-04-08 Jean-Marc LasgouttesFix crash with countExpanders in Qt6
2021-01-10 Richard Kimberly... Count words in hyperlink
2021-01-05 Richard Kimberly... Fix bug #11104. Activate refstyle support for InsetMathRef.
2020-11-27 Yuriy SkalkoFix signed integer overflow on x = 0, detected by GCC...
2020-11-02 Yuriy SkalkoSimplify bformat
2020-10-09 Yuriy SkalkoLoop refactoring
2020-07-10 Jean-Marc LasgouttesUse Common Number separator instead of European to...
2020-06-25 Jean-Marc LasgouttesRun codespell on src/support
2020-05-03 Richard Kimberly... Fix warnings by using size_t as the loop variable.
2020-04-26 Richard Kimberly... Revert last three commits.
2020-04-26 Richard Kimberly... Fix compilation problem
2019-09-13 Jean-Marc LasgouttesVarious fixes suggested by cppcheck
2019-07-09 Juergen SpitzmuellerTruncate long citation label in the middle rather than...
2019-06-20 Jean-Marc LasgouttesFixup 3dc54d4a: fix string encoding issues with Qt4
2019-03-23 Juergen SpitzmuellerDisplay URL-encoded chars decoded in display path
2019-03-21 Jean-Marc LasgouttesUse HAVE_LONG_LONG_INT instead of LYX_USE_LONG_LONG
2019-03-18 Günter MildeWarn user, if input encodings of master and child docum...
2018-07-22 Juergen SpitzmuellerConsider EuropeanNumberTerminator property when determi...
2018-06-09 Juergen SpitzmuellerSupport input of non-ASCII characters in hyperlinks
2017-10-18 Richard HeckFix bug #9847.
2017-09-22 Juergen SpitzmuellerFix some spelling errors reported by Sven
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-01-29 Juergen SpitzmuellerMove protectArgument function to lstrings
2017-01-27 Juergen SpitzmuellerHandle backslash in escape function.
2016-12-27 Juergen SpitzmuellerImprove quotation mark opening/closing guess
2016-12-04 Tommaso CucinottaRemove unneeded templatization code from bformat().
2016-10-16 Guillaume MunchDocstringify getLongString in general and preamble...
2016-08-28 Guillaume MunchFix the compare_locale function by relying on Qt's...
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Georg BaumMingw-w64 build fixes for long long
2016-02-17 Georg BaumIntroduce proper integer rounding function
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-09-12 Jean-MarcFix unreachable code
2015-06-28 Georg BaumMake it explicit that we need floating point abs
2015-06-26 Enrico ForestieriWas forgetting this
2015-06-26 Enrico ForestieriAmend c9d9309c
2015-06-26 Juergen SpitzmuellerFix formatFPnumber with negative doubles.
2015-05-14 Georg BaumFix MSVC build
2015-05-14 Georg BaumFix LaTeX length export of big numbers (bug 9416)
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-25 Jean-MarcBetter algorithm for forcing bidi drawing
2014-07-08 Jean-Marc LasgouttesDo not split words at selection boundary
2014-07-08 Jean-Marc LasgouttesImplement a better solution for painting of RTL text
2014-07-08 Jean-Marc LasgouttesDraw right-to-left text string-wise using Qt
2014-07-05 Jean-MarcFix typo spotted by cppcheck
2014-06-05 Enrico ForestieriFix bug #9146.
2014-05-19 Enrico ForestieriFix compilation after afc34c7a
2014-05-19 Georg BaumFix bug 9030 except for windows
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2014-02-23 Richard HeckForgot in previous commit to deal with case. As I'm...
2014-02-23 Richard HeckIf the selection is some sort of URL, then make it...
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-12 Georg BaumImprove LaTeX format detection
2012-12-30 Georg BaumMake ASCII test more explicit.
2012-11-23 Juergen SpitzmuellerDo not separate the shortcut from the label string
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-12 Pavel SandaMore headers from lstrings.
2012-11-12 Pavel SandaHeader no more needed.
2012-07-15 Jean-Marc LasgouttesFix bug #7741: incorrect locale when starting R from...
2012-06-29 Juergen SpitzmuellerAdd some more characters that need to be escaped in...
2012-03-02 Jürgen SpitzmüllerWork around qt bug that prevents the glyph LATIN CAPITA...
2011-04-09 Peter Kümmelremove debug code, we know the translation failed
2011-04-09 Peter Kümmeltemporary code to find bug #7371
2010-12-22 Richard HeckImprove the wrapParas routine. Previously, we had ...
2010-12-07 Enrico ForestieriCompile fix for those platforms using the locale facets...
2010-12-07 Pavel SandaReplay r36748
2010-12-07 Pavel SandaRevert commits from 36745
2010-12-06 Stephan Witt#7026 substitute isDigit() by isDigitASCII() and ditch...
2010-12-03 Georg Baumfix bug #6584
2010-11-21 Georg Baumfix bug 3008: Add subscript/superscript inset for text
2010-11-17 Richard HeckBetter way of doing these checks, suggested by Enrico.
2010-11-17 Richard HeckWe don't generally use "static" this way in the LyX...
2010-11-17 Richard HeckRemove redundant code.
2010-10-14 Pavel SandaThis stuff is general enough for lstrings
2010-04-16 Pavel SandaFix bug #6649 - fix texrow structure generated by Inset...
2010-02-10 Abdelrazak YouneshasDigit(): Avoid a string copy as this is in a critica...
2010-02-09 Jürgen Spitzmüller* support/lstring.{cpp,h}:
2009-12-02 Jean-Marc Lasgouttesadd a new bformat version
2009-11-13 Jean-Marc Lasgouttesconstify
2009-09-30 Abdelrazak YounesFix gcc4.4 warnings.
2009-09-20 Enrico ForestieriCorrectly reinitialize ind when successive lines are...
2009-09-19 Enrico ForestieriFix bug #6215 (spotted by Vincent).
2009-07-25 Vincent van RavesteijnFix bug #4473: Incorrect LaTeX output for inter-word...
2009-05-11 Abdelrazak Younesgcc warning
2009-05-07 Richard HeckForgot these bits.
2009-05-07 Richard HeckThis patch introduces wrapped tooltips for some more...
2009-05-07 Richard HeckThinko.
2009-05-07 Richard HeckMinor fixups.
2009-05-07 Richard HeckMove the word-wrapping code to support, so that it...
2009-01-04 Richard HeckImprovements to the parser that extracts the "family...
2008-11-17 Pavel SandaSupport gcc 4.4. Patch from Martin Michlmayr.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-09 Jean-Marc LasgouttesX dependency cleanup (2/3)
2008-07-16 Richard HeckFix for bug 5053. There are still some serious problems...
2008-07-14 Jürgen SpitzmüllerFix bug 5040:
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
next