]> git.lyx.org Git - lyx.git/history - src/insets/insettabular.C
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insettabular.C
2002-11-24 Lars Gullik Bjønneshandle USE_BOOST_FORMAT
2002-11-21 Dekel TsurSupport for block alignment in fixed width columns.
2002-11-20 Jürgen VignaFix for the endless loop bug on wide tabulars.
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-10-24 Dekel TsurFix LyXLength::inPixels
2002-09-25 Angus LeemingCopyright notices
2002-09-11 André Pönitzlfun word-select
2002-08-29 Jürgen VignaFixed the selection problem for insettext/insettabular...
2002-08-26 Jürgen VignaJohn's patch for fixing mouse button press lfuns inside...
2002-08-23 André Pönitzwhitespace changes to sync my tree
2002-08-20 Lars Gullik Bjønnesremove NO_PEXTRA_STUFF
2002-08-19 André Pönitzuse the new mouse LFUNs
2002-08-13 André Pönitzthe lfun3 patches (overall cleanup and "localizing...
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-07 Jürgen VignaDon't put selected stuff into the clipboard on delete...
2002-08-07 André Pönitzthe FuncRequest changes
2002-08-06 John LevonRemove LYX_LAYOUT_DEFAULT - it is very very old, even...
2002-08-02 Angus LeemingNow generate previews when loading the buffer for inset...
2002-07-28 Lars Gullik BjønnesRename strip to rtrim
2002-07-26 Jürgen VignaFixed 2 more problems with s+r. This fixes #482.
2002-07-25 Jürgen VignaFixed some s+r bugs.
2002-07-25 Jürgen VignaPerformance patches for tabulars from Edwin and John...
2002-07-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
2002-07-20 Jean-Marc Lasgouttesimplement DependsOn tag for layout files; more unintere...
2002-07-13 Dekel TsurRTL fixes
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-12 John LevonPainter and scrollbar API patches
2002-05-30 John Levonadd const
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-26 John Levonstatic_cast-based key/mouse-state. Kill insetKeyPress.
2002-05-24 John Levonfont_metrics part 1
2002-05-23 John Levonguii2
2002-05-23 John LevonOK I'll try guii1 again ...
2002-05-03 Jürgen VignaForgot to recalculate the cursor position as it is...
2002-04-23 Jürgen VignaFix off by one error in tabular draw selection code.
2002-04-22 Lars Gullik Bjønnesadd qt2/xforms to guilib + simple ws changes
2002-04-22 Jürgen VignaRewoke full selection make with selectall otherwise...
2002-04-19 Jürgen VignaFix recalculating of row dimensions on a zoom (fix...
2002-04-19 Jürgen VignaCall an update before setting the_locking_inset = 0...
2002-04-18 Jürgen VignaFix small redraw bug.
2002-04-16 Jürgen VignaLosts of fixes to cursor handling with insets. Cursor...
2002-03-29 Jürgen VignaSome more fixes to selection, fitCursor calls for Inset...
2002-03-28 Jürgen VignaFix old tabularcode/ert compatibility read (fix #305).
2002-03-26 Jürgen VignaFixed insert File inside tabulars/insettext (fix #301...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-21 Jürgen VignaCollapse the contents of multicolumn cells into one...
2002-03-19 Angus LeemingJohn's msg3.diff
2002-03-18 Jürgen VignaRemove some showInsetCursor calls we don't really need...
2002-03-08 Jürgen VignaFix updating inset inside insets (typically graphics...
2002-03-07 Angus Leemingremove #include "WorkArea.h".
2002-03-05 Jürgen VignaFixed calling edit off subinset on a ButtonPress event...
2002-03-04 Jürgen VignaFixed Inset->File as inside insets (InsetTabular/InsetT...
2002-03-03 Lars Gullik Bjønnesremove lowercase, better layout handling and some varia...
2002-02-28 Angus LeemingUpgrading of my xforms libs showed that lots of files...
2002-02-28 Jürgen VignaClear selection on PgUp/Down in tabulars (fix #216).
2002-02-26 Jürgen Vignahandle font changing stuff when we have a cell selectio...
2002-02-26 Jürgen VignaForce a SELECTION update if we had a selection and...
2002-02-20 Jürgen VignaDon't remove cell selections after fontchange.
2002-02-20 Jürgen VignaClear the space around a cells inset also above (Fix...
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-01-20 Jean-Marc Lasgouttesfixes to biblio and insetgraphics from herbert; disable...
2002-01-19 Jean-Marc Lasgouttesfix bug 175 (minipage in minipage); fix some warnings...
2002-01-17 Jean-Marc Lasgouttesuse real LyXLength for minipages; new method LyXLength...
2002-01-17 Jürgen VignaFixed insetlocking-mechanism and PARAGRAPH_GOTO func.
2002-01-16 Jürgen VignaSmall fix in lyxrc and fixed #167 and #181.
2002-01-16 José MatoxSmall fixes:
2002-01-14 Angus LeemingResolve virtual function name clashes:
2002-01-14 Lars Gullik Bjønnesbuf.diff
2002-01-12 Allan RaeMostly fixed the 'empty paragraph deletion kills the...
2002-01-11 Jean-Marc Lasgouttesfix non-working edit>tabular menu
2002-01-09 Jean-Marc Lasgouttesfunc_status cleanup from Martin; fix small configure bug
2002-01-08 Jürgen VignaFixed getMaxWidth() in insetminipage if the width is...
2002-01-08 Jürgen VignaFixed rowbreaking for "character"-insets and ignore...
2002-01-07 Jürgen VignaJohn's Layout Tabular UI improvements and Martins fixes...
2002-01-06 Jürgen VignaFixed long standing bug in breaking rows correctly...
2002-01-03 Jean-Marc Lasgouttestable selection fix from John; Here & wide figures...
2001-12-27 Jürgen VignaMore ascii-export fixes and when making copy of single...
2001-12-20 Jürgen VignaFinished new Longtable options support. Please head...
2001-12-19 Jürgen VignaMore fixes for longtable options, still more to come.
2001-12-19 Jürgen VignaFixed small problem in InsetText and start for a better...
2001-12-18 Lars Gullik Bjønnessmall stuff
2001-12-17 Jürgen VignaFixed poping up of Layout-Dialogs on Mouse-Button-3...
2001-12-14 Jürgen VignaJohn's InsetTabular cursor patch and modifications...
2001-12-11 Jean-Marc Lasgouttesuse LyXLength for tabular pwidth
2001-12-10 Allan Raeremove redundant code
2001-12-05 Lars Gullik BjønnesAdd string << operators for the other streams as well...
2001-12-04 Jürgen VignaMore fixes.
2001-12-02 Lars Gullik Bjønnestab-sel patch
2001-11-30 Jürgen VignaHopefully fixed the redo problems with insets!
2001-11-29 Jürgen VignaFixed various bugs + John's form paragraph bug.
2001-11-28 Jürgen VignaReduce Michael's buglist.
2001-11-26 Jean-Marc Lasgouttesnew alert code
2001-10-24 Jürgen VignaChanges to the longtable support.
2001-10-24 José MatoxFixed longtable export.
2001-10-01 Jean-Marc Lasgouttessmall tweaks
2001-10-01 Jürgen VignaHonor FINISHED_XXX flags in LocalDispatch of InsetText...
2001-09-21 Angus LeemingRenamed selectNextWord as selectNextWordToSpellcheck.
2001-09-04 José Matoxrename docBook method to docbook
2001-09-01 Dekel TsurParagraph iterators
2001-08-16 Jürgen VignaAdded new FINISED states FINISHED_RIGHT, FINISHED_UP...
next