]> git.lyx.org Git - lyx.git/history - src/insets/insettabular.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insettabular.h
2007-01-15 Michael Schmitt* change LFUN file-insert-ascii to file-insert-plaintext
2007-01-04 Georg BaumGet rid of InsetTabular::hasPasteBuffer. I verified...
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
2006-10-24 Michael Schmittchange tracking:
2006-10-24 Michael Schmittchange tracking:
2006-10-21 André Pönitzmove everything into namespace lyx
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 Georg BaumUse UTF8 for LaTeX export.
2006-10-17 Abdelrazak YounesThis commit fixes a crash when accessing a math inset...
2006-10-13 Abdelrazak YounesIn order to support multiple LyXView each BufferView...
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-09-09 Lars Gullik BjønnesChange editMessage to return a docstring, change functi...
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-08-23 Michael Schmittdrop linuxdoc support (part 2)
2006-07-07 Jürgen Spitzmüller* src/insets/insettabular.h: return true for allowSpell...
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-17 Martin Vermeer Changes to the within-inset row rendering caching...
2006-01-11 Jean-Marc Lasgouttesfix bug 2188
2005-11-17 Jürgen Spitzmüllerfirst step to sanitize forceDefaultParagraphs (part...
2005-09-07 Jean-Marc LasgouttesJohn&JMarc's change tracking patch
2005-07-18 André Pönitz3 more percents...
2005-07-17 André Pönitzclean up
2005-07-15 André Pönitzsend UpdatableInset down the way of the Dodo
2005-07-15 André Pönitzmake boundary property an iterator property instead...
2005-07-15 André Pönitzpartial fix for bug 622, cosmetic rest remains open
2005-06-27 Jürgen Spitzmüllerfix calculation of tabular cell dimensions (bug 1801)
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-03-21 Alfredo Braunsteinfix crash in table selection
2004-12-03 Georg Baumuse better index types for tabular rows, columns and...
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-24 Lars Gullik Bjønnesrename priv_dispatch to doDispatch
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-11-18 Georg Baumdetermine current cell in the tabular controller instea...
2004-10-23 André Pönitzfix further crashs due to invalid cursor positions
2004-08-16 Jean-Marc Lasgouttesget rid of ownerPar(), which was super slow; fix tabula...
2004-08-13 Jean-Marc Lasgouttesconstify the various incarnations of editXY
2004-05-17 Georg Baumremove now unnecessary const casts
2004-04-13 André Pönitzfix the cursor-y problem in math
2004-03-27 André Pönitzpartial fix for cursor movement in tables
2004-03-18 André Pönitzsplit LyXFunc::getStatus() into inset specific chunks
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
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-01-30 André Pönitzmore IU
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
2004-01-14 André Pönitzmore shuffling...
2004-01-08 André Pönitzsome selection work for tabulars
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-11-28 André Pönitzismall stuff
2003-11-27 Alfredo BraunsteinsetFont rework + some code simplification
2003-11-21 André PönitzMichael Schmitt's patch to remove unused arguments
2003-11-17 André Pönitzmake tables descendable
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ö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-03 André Pönitzremove Inset::id
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ønnesdispatchresult -> DispatchResult
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 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-18 Angus LeemingPass Buffer arg to Inset::getLabelList, Inset::fillWith...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-04 Angus LeemingMove some more #includes out of the header files.
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-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-05 André Pönitz * insettabular.[Ch] (updateLocal): simplify logic
2003-08-05 André Pönitzremove "deep update"
2003-07-31 André Pönitzremove InsetUpdatable::nodraw (premature...) optimization
2003-07-31 André Pönitzremove toggleSelection
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-23 Angus LeemingThe inset mailers' inset2string function now requires...
2003-07-18 André Pönitzsimplify InsetTabular a bit
2003-07-18 André Pönitzsmall general cleanup
2003-07-18 André Pönitzremove unneeded Inset::getMaxWidth(
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-07-17 André Pönitzsimplify InsetTabular::calculate_dimensions_of_cells...
2003-07-17 André Pönitzremove unneeded in_update_ members
2003-07-17 André Pönitzremove Inset::update()
next