]> git.lyx.org Git - lyx.git/history - src/paragraph.C
speedup latex export a lot
[lyx.git] / src / paragraph.C
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...
2004-04-18 André Pönitzpartial fix for cut and paste
2004-04-13 André Pönitzmacro rework
2004-04-08 André Pönitzadd (needed) paranoia checks
2004-04-08 André Pönitzthe Paragraph::inInset() changes
2004-04-07 André Pönitzfix table crash;
2004-04-05 Angus LeemingWrap all #warning calls inside #ifdef WITH_WARNINGS...
2004-04-03 Lars Gullik Bjønnessimple ws changes only
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-03-18 André Pönitzmore 'value' semantics for paragraphs
2004-02-25 Jean-Marc LasgouttesGeorg Baum\'s no-tempdir patch
2004-02-20 André Pönitzfix tabular crashs
2004-02-12 André Pönitzadd LCursor & parameter to cursor moving functions
2004-02-11 André Pönitzbug + spped fixes + small stuff
2004-02-03 André Pönitzremove math cursor plus
2004-01-28 Lars Gullik Bjønnesstd:: changes, stupid stuff
2004-01-26 André Pönitzmore IU
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-25 Martin VermeerIntroducing a number of tags parametrizing various
2003-11-25 André Pönitzthe 'lots of small stuff' patch
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-27 Alfredo Braunsteinremove lastPos and use endpos instead
2003-10-24 Alfredo Braunsteinmake endpos behave
2003-10-24 André Pönitzrefrain from computing width in setHeightOfRow as this...
2003-10-21 André Pönitzsmall stuff, whitespace & consistent naming
2003-10-17 André PönitzRowList::iterator -> Row &, ParagraphList::iterator...
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-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-06 André Pönitz * metricsinfo.C: initialize LyXFont before changiging...
2003-09-21 Lars Gullik Bjønnesmore action work
2003-09-19 Jürgen Spitzmüllerfix centering of float contents (bug 1290)
2003-09-18 Angus LeemingAdd an InsetOld::Code wrapper class, enabling #include...
2003-09-16 Angus LeemingMake Martin's compiler happy.
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.
2003-09-16 Angus LeemingRemove IsInsetChar and IsWordChar from textutils.h.
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-09 Angus LeemingPragmatic pimpl-ing of BufferParams.
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-06 Angus LeemingForward declare LatexRunParams in converter.h.
2003-09-06 Angus LeemingReplace ParagraphList.h with ParagraphList_fwd.h.
2003-09-06 Angus LeemingReduce 115 dependencies on RowList.h to just 10 depende...
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-26 André Pönitzremove InsetOld::par_owner & handling
2003-08-26 André PönitzouterPar
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-07 André Pönitzmerge parts of InsetText and LyXText::dispatch
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-07-31 André Pönitzremove broken operator==() for Paragraphs
2003-07-31 André Pönitzput two functions in one, remove global variables
2003-07-31 André Pönitzremove unused Paragraph::copyIntoMinibuffer
2003-07-29 André Pönitz- y - (-y) is pretty close to 0
2003-07-28 José Matox\layout -> \begin_layout and missing \end_layout
2003-07-28 Lars Gullik Bjønnesmore compress support
2003-07-28 André Pönitzspeed up after some profiling
2003-07-27 André Pönitz remove Buffer * parameter from a bunch of get*Font...
2003-07-27 José MatoxAdd \end_layout, increment file format.
2003-07-27 Asger Ottar AlstrupWhen calculating fill, exploit data structure to avoid...
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-10 Alfredo BraunsteinTake out bufferview from buffer.
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-17 Lars Gullik BjønnesThe Paste Recent patch
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-07 John Levonminimal ERT spacing patch (first patch sent to list...
2003-06-04 André Pönitztry to position cusor correctly after undo
2003-06-04 André Pönitzbit of undo
2003-06-03 John Levonclone() at long last !
2003-05-29 Lars Gullik Bjønnesremove NO_STD_LIST stuff, and some other small changes
2003-05-29 Lars Gullik Bjønnessimplify InsetList a bit and constify a bit too
2003-05-27 Lars Gullik Bjønnesparlist-23-a,diff
2003-05-27 Lars Gullik Bjønnesparlist-22-a.diff
2003-05-26 Lars Gullik Bjønnesget rid of same_id from function signatures
2003-05-25 Lars Gullik Bjønnesparlist-19-a.diff
2003-05-24 Lars Gullik Bjønnesfix some small problems... kindo hackish...
2003-05-24 Lars Gullik Bjønnesmake ParagraphList::push_back take a reference instead...
next