]> git.lyx.org Git - lyx.git/history - src/paragraph.h
get rid of MSVC warning (signed/unsigned comparison)
[lyx.git] / src / paragraph.h
2007-01-23 Michael Schmitt* src/lyxtext.h:
2007-01-21 Michael Schmitt * src/paragraph.h:
2007-01-19 Jean-Marc Lasgouttes * insets/insetbase.h (textString): Simplify the signature
2007-01-15 Abdelrazak YounesTranslate labels based on the paragraph language instea...
2007-01-14 Michael Schmitt* src/CutAndPaste.C:
2007-01-08 Michael Schmitt* src/paragraph.C:
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...
2006-12-28 Georg Baumfix comments
2006-12-21 Georg BaumLet the compiler generate default constructor, copy...
2006-12-19 Abdelrazak YounesFirst step towards model/view separation of Paragraph...
2006-12-17 Abdelrazak YounesFix for bug 3027 by Martin V.
2006-11-24 Michael Schmitt * src/paragraph.C:
2006-11-01 Michael Schmitt * src/paragraph.h:
2006-10-24 Michael Schmittchange tracking:
2006-10-24 Michael Schmittchange tracking:
2006-10-23 Michael Schmittchange tracking:
2006-10-22 Michael Schmittchange tracking:
2006-10-22 Michael Schmittchange tracking:
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 Asger Ottar Alstrup- Fix erase selections broken by "changeTracking" it
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-08-23 Michael Schmittdrop linuxdoc support (part 4)
2006-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
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-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-11 Martin VermeerFix bug 880, or the multi-paragraph change tracking...
2006-02-05 Martin VermeerFix bug 2115 ("blueline bug")
2006-01-01 Lars Gullik Bjønnesfix some syntax errors
2005-12-30 Martin VermeerThe speed patch: redraw only rows that have changed
2005-09-07 Jean-Marc LasgouttesJohn&JMarc's change tracking patch
2005-07-18 André Pönitzuse the FontSpan trick in drawing as well
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önitzsome more inlining
2005-07-16 André Pönitzremove assert
2005-07-15 André Pönitzsend UpdatableInset down the way of the Dodo
2005-06-10 Jean-Marc Lasgouttesreduce number of calls to LyXText::getFont
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2005-01-19 Angus LeemingAsger's exchanging of the class and struct keywords.
2004-12-17 Alfredo Braunsteinremove paragraph::autoBreakRows
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-25 Lars Gullik BjønnesInsetOld -> InsetBase renaming
2004-11-18 Jean-Marc Lasgouttesget rid of Paragraph::isWord; ignore words with digits...
2004-11-17 Lars Gullik Bjønnesfix one ambiguity, and comment out a un-implemented...
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é 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-08-14 André Pönitzmove around stuff, remove unneeded declarations etc
2004-08-13 Lars Gullik Bjønnesbug 1305
2004-08-05 Jean-Marc Lasgouttesfix insertion of insets in non english doc; use native...
2004-05-17 Georg Baumremove now unnecessary const casts
2004-05-14 José Matoxclean code to export between different flavours, output...
2004-04-08 André Pönitzthe Paragraph::inInset() changes
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-24 Angus Leeming64 bit compile fixes.
2004-03-19 Alfredo Braunsteinandre's "brown paper bag" patch
2004-02-25 Jean-Marc LasgouttesGeorg Baum\'s no-tempdir patch
2004-02-12 André Pönitzadd LCursor & parameter to cursor moving functions
2004-02-03 André Pönitzremove math cursor plus
2004-01-26 André Pönitzmore IU
2003-11-25 Martin VermeerIntroducing a number of tags parametrizing various
2003-11-13 André Pönitzno need for three calls to update() in a row...
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-10-31 José Matoxunify API for insets export
2003-10-30 José Matoxfactorise linuxdoc and docbook output code
2003-10-29 André Pönitzsome more 'global cursor' stuff
2003-10-27 André Pönitz * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INS...
2003-10-24 André Pönitzrefrain from computing width in setHeightOfRow as this...
2003-10-23 André Pönitz * lyxtext.h:
2003-10-16 André Pönitzmake updateRowPositions() a bit faster.
2003-10-14 André PönitzIn insets:
2003-10-08 Lars Gullik BjønnesBug: 1025
2003-10-07 Martin Vermeeradd <string> and other small fixes to make
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-18 Angus LeemingAdd an InsetOld::Code wrapper class, enabling #include...
2003-09-16 André Pönitzun-pimpl Paragraph::(Pimpl::)text for performance reasons
2003-09-16 Angus LeemingDefine a wrapper LyXFont_size for LyXFont::FONT_SIZE.
next