]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.cpp
Stupid bug fix.
[lyx.git] / src / insets / InsetTabular.cpp
2008-07-23 Abdelrazak Younes* Inset: ensure that the Buffer pointer is not copied...
2008-07-21 Richard HeckTry to fix a problem noted by Dov. There are design...
2008-07-16 Richard HeckTry to fix bug 5015---at least the crash is gone--...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-07-04 Edwin Leuvenfix http://bugzilla.lyx.org/show_bug.cgi?id=4998
2008-06-18 Pavel SandaFix include orderings.
2008-06-11 Pavel SandaLFUN_FONT_FREE_* -> LFUN_TEXSTYLE_*
2008-06-09 Edwin Leuvenfix http://bugzilla.lyx.org/show_bug.cgi?id=4778
2008-06-04 Pavel SandaLast rites for LFUN_BREAK_PARAGRAPH_SKIP, LFUN_DELETE_B...
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-25 Uwe StöhrInsetTabular.cpp: fix the logic when \linebreaks are...
2008-05-22 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4641
2008-05-07 Edwin Leuvenno vertical lines with booktabs
2008-05-06 Edwin Leuvenfix http://bugzilla.lyx.org/show_bug.cgi?id=4778
2008-05-04 Edwin Leuvenfix: http://bugzilla.lyx.org/show_bug.cgi?id=4688
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-27 Edwin Leuvenmore line fixes
2008-04-25 Edwin Leuvenfix http://bugzilla.lyx.org/show_bug.cgi?id=4792
2008-04-24 Edwin Leuvensmarter line setting in latex tabulars
2008-04-21 Abdelrazak YounesTabular de-spaghettization, step 2: move functions...
2008-04-21 Abdelrazak YounesTabular de-spaghettization, step 1.
2008-04-19 Edwin Leuventhis we don't need anymore
2008-04-19 Edwin Leuven- make line-lovers happy (fix bug 4677)
2008-04-17 Edwin Leuvenfix http://bugzilla.lyx.org/show_bug.cgi?id=4756
2008-04-11 Dov Feldsternvisual mode for bidi cursor movement --- in tables
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-05 André Pönitzlexer cosmetics
2008-04-05 André Pönitzuse simpler parser interface
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-31 Edwin Leuvenfix bug http://bugzilla.lyx.org/show_bug.cgi?id=4688
2008-03-28 Abdelrazak YounesAdd tabular context menu. Feel free to enhance/modify...
2008-03-28 Edwin Leuvenfix bug http://bugzilla.lyx.org/show_bug.cgi?id=4677
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-26 Edwin Leuvendon't call cellIndex with invalid columns
2008-03-26 Jürgen SpitzmüllerMerge the two linebreak insets into one.
2008-03-25 Edwin Leuvendon't know what i am doing here, but removing this...
2008-03-25 Edwin Leuvenmake selecting several rows/col more convenient
2008-03-25 Edwin Leuvenmore border tweaks
2008-03-25 Edwin Leuvenrename some methods
2008-03-25 Edwin Leuventake care of overlooked contingency
2008-03-25 Abdelrazak YounesCleanup mouse/selection/context-menu interactions.
2008-03-24 Edwin Leuvenremove cruft (simplify code)
2008-03-23 Edwin Leuvensimplify logic
2008-03-21 Richard HeckAnother attempt at 2178. This is a "minimal" patch...
2008-03-21 Edwin Leuvenremove unused code
2008-03-21 Richard HeckPrepare for InsetTableCell.
2008-03-20 Edwin Leuven* new function to set border around selection
2008-03-19 Richard HeckChange the signature of forceEmptyLayout(), so that...
2008-03-18 Edwin LeuvenFree line setting in tabulars. FILE FORMAT CHANGE.
2008-03-16 Stefan Schimanski* possibility to disable the completion cursor in text...
2008-03-15 Edwin Leuvenfix append column when cursor is in multicol cell
2008-03-15 Stefan Schimanski* moved text completion logic into Text class
2008-03-05 André Pönitzmake code look a bit more uniform
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André PönitzAPI cosmetics
2008-02-27 André Pönitzs/cellstruct/CellData/g
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitz(temporarily) add a Buffer * Inset::buffer_ membert
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-15 Jürgen Spitzmüller* src/insets/InsetTabular.cpp:
2008-02-15 Uwe StöhrInsetTabular.cpp: revert the \bottomline fix from the...
2008-02-15 Uwe StöhrInsetTabular.cpp: check for top and bottom lines, fixes...
2008-02-12 Dov Feldsternfix r22935, which was an attempt to fix a bug of mine...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-11 Abdelrazak YounesFix warning and probably a bug.
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2007-12-28 Jürgen SpitzmüllerFix multiple cell pasting on Windows and Mac (bug 4436):
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Jürgen Spitzmüller* src/insets/InsetTabular.cpp:
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-22 Jürgen Spitzmüller* src/insets/InsetTabular.cpp (doDispatch):
2007-11-15 André Pönitzreduce line noise
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-06 Abdelrazak Younes* BufferView: Make use of ScreenUpdateStrategy::NoScree...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Abdelrazak YounesFix bug 4147.
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-22 Dov FeldsternGetting rid of LTR bias --- part 1/?
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Abdelrazak YounesInset::translate() -> lyx::insetCode()
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-10-08 Jean-Marc Lasgouttes * src/paragraph_funcs.cpp (breakParagraph): change...
2007-10-06 André Pönitznext one
2007-10-03 André Pönitzand this...
next