]> git.lyx.org Git - lyx.git/history - src/insets/insettabular.C
replace nextToken by more appropriate lex methods.
[lyx.git] / src / insets / insettabular.C
2004-10-05 José Matoxreplace nextToken by more appropriate lex methods.
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-08-16 Jean-Marc Lasgouttesget rid of ownerPar(), which was super slow; fix tabula...
2004-08-15 Jean-Marc Lasgouttessome profiler work, a few cleanups
2004-08-15 André Pönitzchange a few par_type args in LyXText::* to Paragrpah...
2004-08-14 André Pönitzbetter mouse selection within tabulars
2004-08-14 Jean-Marc Lasgouttesfix width of unconstrained cells in insettabular
2004-08-14 André Pönitzfix a crash when selecting within tabulars
2004-08-14 André Pönitzmove around stuff, remove unneeded declarations etc
2004-08-14 André Pönitzremove per-inset position cahce, use new external map...
2004-08-13 André Pönitzuse accessor functions if possible
2004-08-13 André Pönitzremove unused mathed parts
2004-08-13 Jean-Marc Lasgouttesconstify the various incarnations of editXY
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-06-18 Georg Baumimprove tex2lyx paragraph and comment handling
2004-05-17 Georg Baumremove now unnecessary const casts
2004-04-13 André Pönitzfix the cursor-y problem in math
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-27 André Pönitzpartial fix for cursor movement in tables
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André Pönitzsplit LyXFunc::getStatus() into inset specific chunks
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-03-11 André Pönitzrevert Buffer LyxText->InsetText commit
2004-03-11 André Pönitzthe Buffer::text -> inset change
2004-03-01 André Pönitzthe DocIterator stuff
2004-02-20 André Pönitz * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
2004-02-20 André Pönitzfix tabular crashs
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-02-13 André Pönitzsome table work
2004-02-13 André Pönitzmore IU as advertised
2004-02-13 André Pönitzmore IU stuff
2004-02-11 André Pönitzbug + spped fixes + small stuff
2004-01-31 Lars Gullik BjønnesThe func.diff patch. Functors work and some tiny cleanup.
2004-01-30 André Pönitzmore IU
2004-01-28 Lars Gullik Bjønnesstd:: changes, stupid stuff
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-16 André Pönitzand some mathed de-uglyfication
2004-01-15 André Pönitzthe monster patch
2004-01-15 André Pönitzfix one of the tabular crashs
2004-01-14 André Pönitzmore shuffling...
2004-01-13 André PönitzAnchor globalization
2004-01-08 André Pönitzsome selection work for tabulars
2004-01-05 Lars Gullik BjønnesSome more functor work.
2003-12-15 André Pönitzsplit functions into logical pieces
2003-12-15 André Pönitzmerge CursorItem and MathPos
2003-12-12 André Pönitzsmallish InsetTabular code shifting
2003-12-10 André Pönitz * inset.h:
2003-12-03 André Pönitzremove Inset::getParagraphs()
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 André Pönitzismall stuff
2003-11-27 Alfredo BraunsteinsetFont rework + some code simplification
2003-11-22 Lars Gullik BjønnesA couple of changing resulting from gcc 3.4 debug mode...
2003-11-21 André PönitzMichael Schmitt's patch to remove unused arguments
2003-11-20 Angus LeemingSquash a bunch of warnings thrown up by g++.
2003-11-17 André Pönitzre-enable paste in tables
2003-11-13 André Pönitzno need for three calls to update() in a row...
2003-11-13 Alfredo BraunsteinfitCursor work
2003-11-10 André Pönitzsmall clenaup
2003-11-10 André Pönitzcoordinate cache IU
2003-11-10 André Pönitzthe update/updateInset merge
2003-11-10 André PönitzThe deed is done.
2003-11-06 André Pönitzmore global cursor work
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-04 André Pönitzcursor changes
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-11-04 Alfredo Braunsteinremove dead spellcheck code
2003-11-04 Alfredo Braunsteinsmall fix to the locking nightmare
2003-11-03 Lars Gullik BjønnesChange DispatchResult semantics a bit.
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-11-03 André Pönitzremove Inset::id
2003-11-01 Lars Gullik Bjønnesmore dispatchresult changes
2003-11-01 Alfredo Braunsteinprepare for global iterator's operator--
2003-10-31 José Matoxunify API for insets export
2003-10-29 Lars Gullik Bjønnesmake dispatch_result_t ctor of DispatchResult explicit
2003-10-29 Lars Gullik Bjønnesmore dispatch work
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-21 André Pönitzsmall stuff, whitespace & consistent naming
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-15 André Pönitzundo per inset. still a few crashes...
2003-10-14 André PönitzIn insets:
2003-10-13 André Pönitz * BufferView_pimpl.C:
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-10 André Pönitzfix a few of the tabular crashes
2003-10-08 André Pönitz * lyxtext.h: make the paragraphs_ a pointer instead...
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-18 Angus LeemingPass Buffer arg to Inset::getLabelList, Inset::fillWith...
2003-09-16 Angus LeemingRemove #include "LColor.h" from insettext.h. Deps down...
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 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 LeemingMove depth_type to support/types.h.
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
next