]> git.lyx.org Git - lyx.git/history - src/support/lstrings.cpp
listerrors.lyx : Update a link.
[lyx.git] / src / support / lstrings.cpp
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
2008-04-22 Peter Kümmel* lstring.cpp: parts already implemented in qstring_hel...
2008-04-20 André Pönitzmove the string conversion functions out-of-line to...
2008-04-19 Richard HeckRemove embedding stuff from InsetBibtex.
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-02-01 Jean-Marc Lasgouttesabdel likes short code
2008-02-01 Jean-Marc LasgouttesRemove unused macros USE_INCLUDED_STRING and STD_STRING...
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-30 André PönitzI'll find a solution for the 'dirList problem', Abdel.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-10 André Pönitzcosmetics
2007-11-08 André Pönitzshuffle stuff around
2007-10-31 André Pönitzintroduce a header to forward declare std::string.
2007-07-06 Abdelrazak Younesrevert the obviously incorrect fix of rev. 19001.
2007-07-06 Abdelrazak Younes* lstring.cpp:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two