]> git.lyx.org Git - lyx.git/history - src/paragraph.C
hopefully fix tex2lyx linking.
[lyx.git] / src / paragraph.C
2006-11-13 Georg BaumUse wctype character classification functions if possible
2006-11-12 Georg BaumFix the remaining bits of bug 2476
2006-11-10 Georg Baumremove obsolete FIXMEs
2006-11-01 Michael Schmitt * src/paragraph.h:
2006-10-26 Michael Schmittchange tracking:
2006-10-24 Michael Schmittchange tracking:
2006-10-24 Michael Schmittchange tracking:
2006-10-23 Michael Schmitt * src/lyxfind.C:
2006-10-23 Michael Schmitt * text2.C:
2006-10-22 Michael Schmittchange tracking:
2006-10-22 André Pönitzsome compile fixes, more to be expected
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 José MatoxMore unicode fixes for docbook.
2006-10-21 Asger Ottar Alstrup- Fix erase selections broken by "changeTracking" it
2006-10-21 José MatoxFix sgml::escapeChar and sgml::escapeString to return...
2006-10-21 Michael Schmittchange tracking:
2006-10-21 Michael Schmitt * paragraph.h:
2006-10-21 André Pönitzmove the only remaining function in lyxrow_func to...
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Lars Gullik BjønnesChange (and fix) the bullets in itemize to be more...
2006-10-20 Michael Schmittchange tracking:
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-19 Michael Schmittchange tracking:
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-19 Michael SchmittChange tracking:
2006-10-19 Michael SchmittChange tracking:
2006-10-19 Michael SchmittChange tracking:
2006-10-11 Michael SchmittChange tracking:
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-06 Michael SchmittChange tracking:
2006-10-06 Michael SchmittChange tracking:
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-08-23 Michael Schmittdrop linuxdoc support (part 4)
2006-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
2006-06-19 Jürgen SpitzmüllerThe Grand Font Selection Redesign:
2006-05-08 Michael Schmittsrc/paragraph.h:
2006-05-05 Michael Schmitt src/paragraph.h:
2006-04-13 Jürgen Spitzmüller * src/paragraph.h (public): new enum ChangeTrac...
2006-04-09 Lars Gullik Bjønnes* support/types.h: introduce the char_type type
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-08 André Pönitzsupport/textutils.h:
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-28 Georg BaumFix bug 2107:
2006-03-23 Lars Gullik Bjønnes * output_latex.h:
2006-03-16 Jürgen Spitzmüllerfix stripLeadingSpaces mechanism with change tracking...
2006-03-16 Martin VermeerChange tracking -related bug fixes (reported by Juergen...
2006-03-11 Martin VermeerFix bug 880, or the multi-paragraph change tracking...
2006-02-05 Martin VermeerFix bug 2115 ("blueline bug")
2005-12-30 Martin VermeerThe speed patch: redraw only rows that have changed
2005-11-25 Jürgen Spitzmüllerfix bug 2089: Touching Navigate menu crashes Lyx when...
2005-11-17 Jürgen Spitzmüllerfirst step to sanitize forceDefaultParagraphs (part...
2005-11-07 Jean-Marc Lasgouttesbug 1947: cursor placement in paragraph description
2005-09-09 Georg Baumfix bug 2014 (lyxline font size)
2005-09-07 Jean-Marc LasgouttesJohn&JMarc's change tracking patch
2005-07-18 André Pönitz3 more percents...
2005-07-18 André Pönitzfix bug 1795
2005-07-17 Jürgen VignaAdd parameter boundary for getRow() function
2005-07-16 André Pönitzremove unneeded function Paragraph::checkInsertChar...
2005-07-15 André Pönitzsend UpdatableInset down the way of the Dodo
2005-07-07 Jean-Marc Lasgouttesclean up french language handling
2005-06-10 Jean-Marc Lasgouttesreduce number of calls to LyXText::getFont
2005-05-05 Martin VermeerUngoose (degoose?) bibliography
2005-04-11 Jürgen Spitzmüllerfix output of description/labeling \item when there...
2005-02-28 Jürgen Spitzmüller(Johnathan Burchill): change tracker fixes (bug 1827)
2005-02-08 Lars Gullik Bjønnesdociterator dont inherit from std::vector and updates
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2005-01-24 Jürgen SpitzmüllerFix output of change tracked documents (also fixes...
2005-01-06 José Matoxplace one paragraph parameter per line. (file format...
2005-01-06 Lars Gullik Bjønnesrename tostr.[Ch] to convert.[Ch]
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
2004-12-29 Jean-Marc Lasgouttesfix some compiler warnings
2004-12-17 Alfredo Braunsteinremove paragraph::autoBreakRows
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-25 Lars Gullik BjønnesInsetOld -> InsetBase renaming
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-11-18 Jean-Marc Lasgouttesget rid of Paragraph::isWord; ignore words with digits...
2004-11-15 Jean-Marc Lasgouttespropagate the need_protect property to optional insets...
2004-11-02 José MatoxRemove mixed_content from output parameters.
2004-10-30 José MatoxInside the same the same paragraph don't change CDATA...
2004-10-30 José Matoxremove unused variable.
2004-10-30 José MatoxReplace CDATA argument as innertag.
2004-10-30 José MatoxFix reference to CDATA. (docbook)
2004-10-30 José MatoxMake the standard paragraph an empty paragraph if its...
2004-10-29 José MatoxSanitize ids for SGML/XML.
2004-10-24 José MatoxFix description paragraph. (docbook)
2004-10-24 José MatoxReorganized docbook export code and fixed several bugs...
2004-10-07 Martin VermeerImplement use of babel language in xindy.
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-08-16 José MatoxRemove space at end of line, when superfluous.
2004-08-15 Jean-Marc Lasgouttessome profiler work, a few cleanups
2004-08-14 André Pönitzmake all cached positions screen-absolute
2004-08-14 André Pönitzmove around stuff, remove unneeded declarations etc
2004-08-13 Jean-Marc Lasgouttesfix problems with ] in optional latex arguments
2004-08-13 Lars Gullik Bjønnesbug 1305
2004-08-05 Jean-Marc Lasgouttesfix insertion of insets in non english doc; use native...
2004-08-05 Jean-Marc Lasgouttesspeedup latex export a lot
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-06-29 Jean-Marc Lasgouttesfix LyXText::getWord (bug 1609)
2004-05-17 Georg Baumremove now unnecessary const casts
2004-05-14 José Matoxclean code to export between different flavours, output...
next