]> git.lyx.org Git - lyx.git/history - src/insets/insettext.C
rename the members of Dimension
[lyx.git] / src / insets / insettext.C
2003-05-27 André Pönitzrename the members of Dimension
2003-05-26 Lars Gullik Bjønnesget rid of same_id from function signatures
2003-05-24 Lars Gullik Bjønnesuse a reference instead of a pointer in ParagraphList...
2003-05-24 Lars Gullik Bjønnesmake ParagraphList::push_back take a reference instead...
2003-05-23 André PönitzsetUndo2 interface change
2003-05-23 Angus LeemingThe free_spacing patch and fix to the mess that Rob...
2003-05-22 Angus LeemingPurely mechanical: move fragile into LatexRunParams.
2003-05-22 Angus LeemingPass struct LatexRunParams around a bit...
2003-05-22 Lars Gullik Bjønnesadd warning make controllers compile and remove some...
2003-05-21 André Pönitzfix drawing bug
2003-05-20 Alfredo Braunsteinget rid of InsetError users
2003-05-19 André Pönitzthe ascent/descent/width -> dimensions() change
2003-05-19 André Pönitzon the way to a usable insetenv
2003-05-16 André Pönitzedit->LFUN_INSET_EDIT + CHangeLog + working URL insets.
2003-05-13 André PönitzSTRCONV() all over the place
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-07 Lars Gullik Bjønnesparlist cleanup
2003-05-05 André Pönitz replace getFirstParagraph() by getParagraphs()
2003-05-05 André Pönitz2003-05-05 Andr� P�nitz <poenitz@gmx.net>
2003-05-03 John Levoncursor.diff, bug 1095
2003-05-02 André Pönitzsmall Paragraph* -> ParagraphList::iterator
2003-04-29 Lars Gullik Bjønnes003-04-30 Lars Gullik Bj�nnes <larsbj@gullik.net>
2003-04-28 André Pönitzpart of Lars' parlist-14-a.diff
2003-04-09 Lars Gullik BjønnesMake lyxcursor store a ParagraphList::iterator, change...
2003-04-07 John Levonreset the status message on leaving an inset or clickin...
2003-04-02 Lars Gullik Bjønnesparlist-2-a.diff
2003-04-02 Lars Gullik Bjønnesparlist-a-1.diff
2003-04-01 John LevonAlfredo's patches
2003-04-01 Lars Gullik Bjønnesrowlist10
2003-04-01 Lars Gullik Bjønnesrowlist9
2003-03-31 John Levonkill Alert::alert()
2003-03-29 Lars Gullik Bjønnesrowlist2
2003-03-28 John Levonremove math greek lfuns properly instead of leaving...
2003-03-25 John Levonrename the refresh stuff
2003-03-24 John LevonVarious selection fixes inside insets including bug 972
2003-03-22 John LevonDing dong, the CID is dead...
2003-03-20 John LevonMy patch from yesterday
2003-03-19 John LevonThe markDirty() and fitCursor() changes
2003-03-17 Lars Gullik BjønnesRemove the BufferView* arg from almost all LyXText...
2003-03-17 John Levonpaint cleanups as sent to list
2003-03-16 John LevonpostPaint() etc.
2003-03-13 Angus LeemingYou've had enough time for that ol' review and I've...
2003-03-12 John LevonThe inset newline patch I sent plus the requisite fixes...
2003-03-12 John LevonThe final parsing patch. Tested on a variety of weird...
2003-03-12 John LevonUse ParList iterator to insert lyxfile and read the...
2003-03-12 John Levonsplit out header parsing
2003-03-10 Lars Gullik BjønnesFix InsetText latex export.
2003-03-06 John LevonAlfredo's patch.
2003-03-06 Lars Gullik Bjønnesmore ParagraphList work
2003-03-04 Lars Gullik Bjønnesadd ParagraphList::erase, make mergeParagraph take...
2003-03-03 Lars Gullik Bjønnesuse ParagraphList::iterator a bit more
2003-02-26 John LevonThe row-painter patch
2003-02-18 André Pönitzsome ws
2003-02-14 John LevonReplace ugly getParFromID() code with ParIterator...
2003-02-14 John Levon2003-02-13 John Levon <levon@movementarian.org>
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
2003-01-23 John LevonMichael's text fixes
2003-01-08 Jürgen VignaFixed down movement inside inset text (hopefully).
2003-01-06 Angus LeemingMinor bits 'n' bobs from Michael, J�rgen and Jean-Marc.
2002-12-18 John LevonAlfredo's double-dialog fix
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-10-21 John Levonremove unused and a little documentation (all r=larsbj)
2002-10-14 Jürgen VignaFix undo bugs.
2002-10-11 André PönitzFix the "can't move out of nested text insets using...
2002-09-25 Angus LeemingCopyright notices
2002-08-28 André Pönitzbugfix (clicking into insets in insets was broken)
2002-08-28 André Pönitz100 lines moved, 33 dead.
2002-08-26 André Pönitzessentially Martin's patch to fix the \end-deeper bug
2002-08-26 Jürgen VignaJohn's patch for fixing mouse button press lfuns inside...
2002-08-21 Lars Gullik Bjønnesmove pasteParagraph to global scope
2002-08-21 Lars Gullik Bjønnesremove NO_COMPABILITY stuff
2002-08-20 André Pönitzmore stuff from Lars' diff-6 (write one par at a time)
2002-08-20 André Pönitz- parts of Lars' diff-6.diff
2002-08-19 André Pönitzuse the new mouse LFUNs
2002-08-14 Lars Gullik Bjønnesmore from the diff-5.diff merged
2002-08-14 Lars Gullik Bjønnesfix typo
2002-08-14 Lars Gullik Bjønnesdiff test alterations
2002-08-14 Lars Gullik Bjønnesfix ParagraphList reading in InsetText
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-12 Lars Gullik BjønnesThe ParagraphList stuff
2002-08-11 Lars Gullik BjønnesThe InsetList
2002-08-10 Lars Gullik Bjønnesa new paragraph function
2002-08-09 John Levontwo minor cleanups
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-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-17 John LevonMake showState be view_state_changed, and rename setSta...
2002-07-13 Dekel TsurRTL fixes
2002-06-24 Lars Gullik Bjønneslayout as layout
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-12 John Levonrefactor topCursorVisible() prototype a little. Compile fix
2002-06-11 John LevonRename screen, and don't re-construct it on a buffer...
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
next