]> git.lyx.org Git - lyx.git/history - src/CutAndPaste.C
gnome build removal, gtk build fix
[lyx.git] / src / CutAndPaste.C
2005-02-25 Jean-Marc Lasgouttesfix counters updating mechanism
2005-02-08 Lars Gullik Bjønnesdociterator dont inherit from std::vector and updates
2005-02-07 Georg Baumfix cut and paste crash
2005-02-03 Georg Baumfile format change for bug 698 and fix for the reproduc...
2005-01-19 Angus LeemingAsger's exchanging of the class and struct keywords.
2005-01-10 Georg Baumfix bug 1332
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-25 Lars Gullik BjønnesInsetOld -> InsetBase renaming
2004-11-24 Alfredo Braunsteinpar->pit renaming
2004-11-06 Lars Gullik Bjønnes* lyxfunctional.h: delete back_inserter_fun functions...
2004-08-13 André Pönitzfix #1654
2004-05-17 Georg Baumremove now unnecessary const casts
2004-04-20 Angus LeemingWhitespace, only whitespace...
2004-04-18 André Pönitzpartial fix for cut and paste
2004-04-08 André Pönitzthe Paragraph::inInset() changes
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-03-30 Alfredo Braunsteinchange iterators ctors, implement backwardPos
2004-03-29 Alfredo Braunsteincure a couple of funny new bugs introduced in my latest...
2004-03-28 Alfredo Braunsteinthe pariterator stuff
2004-03-28 Alfredo Braunsteinfixes 3 c&p crashes, and a vanishing insets bug fix
2004-03-27 Angus LeemingSquash a bunch of compiler warnings.
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-01-07 Lars Gullik BjønnesMake some functors adaptable and related small stuff.
2003-12-10 André Pönitz * inset.h:
2003-12-01 André Pönitz * buffer.[Ch]:
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-19 Angus LeemingFix InsetInclude properly. Data is now stored in an...
2003-09-15 Alfredo Braunsteinremove an unusual nop and an outdated warning
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 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-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-06 Angus LeemingRemove a couple of #includes from buffer.h
2003-09-06 Angus LeemingMove depth_type to support/types.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-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-10 Alfredo BraunsteinTake out bufferview from buffer.
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-19 Jean-Marc Lasgouttescompilation fix
2003-06-18 Lars Gullik Bjønnesshown-2.diff
2003-06-17 Lars Gullik BjønnesThe Paste Recent patch
2003-06-12 André Pönitzreturn a Paragraph & from ParIterator::operator*()
2003-06-10 Lars Gullik Bjønnesthe current_view patch
2003-06-03 John Levonclone() at long last !
2003-05-21 Lars Gullik Bjønnesiterators-2.diff + some whitespace changes
2003-05-20 Alfredo Braunsteinget rid of InsetError users
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-07 Lars Gullik Bjønnesparlist cleanup
2003-05-06 Lars Gullik BjønnesSome cleanup, and prepare for new feature.
2003-05-01 Lars Gullik Bjønnes2003-05-02 Lars Gullik Bj�nnes <larsbj@gullik.net>
2003-05-01 Lars Gullik Bjønnes2003-05-01 Lars Gullik Bj�nnes <larsbj@gullik.net>
2003-05-01 Lars Gullik Bjønnes2003-05-01 Lars Gullik Bj�nnes <larsbj@gullik.net>
2003-05-01 Lars Gullik Bjønnes2003-05-01 Lars Gullik Bj�nnes <larsbj@gullik.net>
2003-05-01 Lars Gullik Bjønnes2003-05-01 Lars Gullik Bj�nnes <larsbj@gullik.net>
2003-05-01 Lars Gullik Bjønnes2003-05-01 Lars Gullik Bj�nnes <larsbj@gullik.net>
2003-05-01 Lars Gullik Bjønnes2003-05-01 Lars Gullik Bj�nnes <larsbj@gullik.net>
2003-04-30 André PönitzAlfredo's second patch
2003-04-29 André Pönitzmore Paragraph * -> Paragraph & changes
2003-04-29 André PönitzAlfredo's CutAndPaste fixes
2003-04-16 Lars Gullik Bjønnesparlist-13-c.diff
2003-04-16 Lars Gullik Bjønnesprepare for further work and a parlist thingie
2003-04-15 Lars Gullik Bjønnesparlist-11-a.diff
2003-04-13 Lars Gullik Bjønnesparlist-9-a.diff
2003-03-30 John Levonmove BoostFormat and boost-inst
2003-03-17 Lars Gullik BjønnesRemove the BufferView* arg from almost all LyXText...
2003-03-08 Lars Gullik Bjønnesremove commented code and reindent
2003-03-06 Lars Gullik Bjønnesadd some cut and paste bugs (disguised as cleanups)
2003-03-06 Lars Gullik Bjønnesmore ParagraphList work
2003-03-04 Lars Gullik Bjønnesadd a ParagraphList::insert, adjust other funcs accordingly
2003-03-04 Lars Gullik Bjønnesadd ParagraphList::erase, make mergeParagraph take...
2003-03-04 Lars Gullik Bjønnesws changes only
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-13 John Levonremoev debug
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
2002-12-02 Lars Gullik Bjønnesfix some BoostFormat mistakes, cast the 0u par to strin...
2002-12-01 Lars Gullik Bjønnesfix the switch layout bug, add some more boost.format...
2002-10-21 John Levonremove unused and a little documentation (all r=larsbj)
2002-08-21 Lars Gullik Bjønnesmove pasteParagraph to global scope
2002-08-20 Lars Gullik Bjønnesmove breakParagraph and breakParagraphConservative...
2002-08-12 Jürgen VignaDon't create undos for inserting Error insets. What...
2002-08-10 Lars Gullik Bjønnesa new paragraph function
2002-07-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
2002-06-24 Lars Gullik Bjønneslayout as layout
2002-04-24 Jean-Marc Lasgouttesfix bug #342
2002-04-06 Lars Gullik Bjønnesws changes
2002-03-25 Jean-Marc Lasgouttesfix to #241 and #300 from John
2002-03-25 Lars Gullik Bjønnesmakefile cleanup, and avoid some warnings
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-15 Jürgen VignaFixed/Disabled code inserting InsetError in the wrong...
2002-03-07 Jürgen Vigna* CutAndPaste.C (cutSelection): another layout settings...
2002-03-06 Jürgen Vignaset layout for new paragraph.
2002-03-05 Lars Gullik Bjønnesget rid of Paragraph::clear
2002-03-05 Jürgen VignaFix the paste bug with different depths.
2002-03-02 Lars Gullik Bjønneslayout as string
next