]> git.lyx.org Git - lyx.git/history - src/insets/insettext.C
small cleanup
[lyx.git] / src / insets / insettext.C
2003-07-27 André Pönitzsmall cleanup
2003-07-27 Lars Gullik Bjønnesget rid of namesapce lyxfind and introduce namespace...
2003-07-26 José Matoxadd support for tables and figures (linuxdoc).
2003-07-26 Asger Ottar Alstrup*** empty log message ***
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Asger Ottar AlstrupUndo cleaned up. It seems to work pretty well now.
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-22 André Pönitzsmall stuff
2003-07-22 André PönitzLyXText::rebuild -> LyXText::metrics
2003-07-21 André Pönitzrowpainter.C: remove unused variables
2003-07-18 André Pönitzsmall general cleanup
2003-07-18 André Pönitzsmall stuff getLyXText() -> text_, parantheses
2003-07-18 André Pönitzremove unneeded Inset::getMaxWidth(
2003-07-18 André Pönitzmake textWidth access a bit simpler
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-07-17 André Pönitzprepare passing down max text widths...
2003-07-17 André Pönitzremove unneeded InsetText::old_max_width member
2003-07-17 André Pönitzremove unneeded in_update_ members
2003-07-17 André Pönitzremove Inset::update()
2003-07-17 André PönitzDisable InsetText::update and InsetTabular::update
2003-07-16 André Pönitz*** empty log message ***
2003-07-15 André Pönitz'full redraw' related stuff that's innocent for the...
2003-07-15 André Pönitzrefresh_status_ trisate -> need_refresh_ bool
2003-07-15 Alfredo Braunsteinremove reinit argument from LyXText::init (act as if...
2003-07-15 Alfredo BraunsteinJuergen's clear-selection-before-insertion patch. See...
2003-07-14 André Pönitzslimmer row painter interface
2003-07-14 André Pönitzavoid a few more getLyXTexts
2003-07-14 André Pönitz * insets/insettext.[Ch] (cy, ciy, setUpdateStatus):
2003-07-14 André Pönitzused pre-computed metrics a bit more...
2003-07-10 André Pönitzremove now unneeded LyXText * argument to save/restoreL...
2003-07-10 André Pönitzsmall benefits 2 + fix of resize problem
2003-07-10 André Pönitzthe 'small benefits'
2003-07-10 André PönitzsetViewCache: small helper function to hide messy details.
2003-07-10 André PönitzThe insettext patch.
2003-07-07 Alfredo BraunsteinAdded new signals to Buffer, connect/disconnect to...
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-27 André Pönitzmove cursor related data fro LyXText to new strcut...
2003-06-27 André Pönitzrename fullRebreak() to partialRebreak() and implement
2003-06-27 André Pönitzremove LyXCursor::row_ member
2003-06-20 Alfredo Braunsteinadded a parseError signal to Buffer and use it
2003-06-18 Lars Gullik Bjønnesbnext-2.diff + some more boost::next stuff
2003-06-17 Lars Gullik BjønnesThe Paste Recent patch
2003-06-16 Jean-Marc Lasgouttescompilation fix; audit and fix calls to cutSelection
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-10 Lars Gullik Bjønnesthe current_view patch
2003-06-03 John Levonclone() at long last !
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-05-30 André PönitzIU for second phase of two-phase drawing
2003-05-29 Lars Gullik Bjønnessimplify InsetList a bit and constify a bit too
2003-05-28 Lars Gullik Bjønnesremove commented same_id functions, and also remove...
2003-05-28 John Levonfix bug 1055, bug 1143, bug 1144
2003-05-27 Lars Gullik Bjønnesparlist-23-a,diff
2003-05-27 Lars Gullik Bjønnesparlist-21-a.diff
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
next