]> git.lyx.org Git - lyx.git/history - src/insets/insettext.C
Final touch 'inset display()'; fix 'is a bit silly' bug
[lyx.git] / src / insets / insettext.C
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-14 André PönitzIn insets:
2003-10-13 André Pönitz * BufferView_pimpl.C:
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-13 Lars Gullik BjønnesGet rid of LyXFunc::dispatch that takes a string.
2003-10-10 André Pönitzfix a few of the tabular crashes
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-08 André Pönitz * lyxtext.h: make the paragraphs_ a pointer instead...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-02 André Pönitz * insettext.C (read): make sure there is at least...
2003-09-18 Angus LeemingPass Buffer arg to Inset::getLabelList, Inset::fillWith...
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-16 Angus LeemingRemove #include "LColor.h" from insettext.h. Deps down...
2003-09-16 Angus LeemingMove a couple of InsetText member variables from protec...
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-12 Martin VermeerFix problem in lockInsetInInset
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-09 Martin VermeerRemove drawText[XY]Offset. No change in functionality
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-06 Angus LeemingRemove a couple of #includes from buffer.h
2003-09-06 Angus LeemingMove depth_type to support/types.h.
2003-09-05 Angus LeemingStrip out redundant includes (193 of 'em).
2003-09-02 John Levonremove cursor.i[xy]
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-27 Alfredo Braunsteinmoves top_y from lyxtext to BufferView
2003-08-27 Alfredo BraunsteinAdd In nsetOld * argument to updateInset to rebreak...
2003-08-26 André PönitzouterPar
2003-08-26 André PönitzMartin's fullRow patch
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-19 André Pönitzshift rowpainter interface a bit
2003-08-18 André Pönitzdrop one argument from paintRows, add pit argument
2003-08-15 André Pönitz rowpainter.C: remove extra metrics calls
2003-08-15 André Pönitzsplit LyXText::rowlist_ into individual Paragraph:...
2003-08-14 André Pönitzwrap more accesses to LyXText::rowlist_
2003-08-14 André Pönitzsome infrastructure to prepare the rowlist split
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-08 André Pönitzmore not-so-useful stuff removed
2003-08-07 André Pönitzmerge parts of InsetText and LyXText::dispatch
2003-08-05 André Pönitz * insettabular.[Ch] (updateLocal): simplify logic
2003-08-05 André Pönitzmerge InsetText::setParagraphData and InsetText::init
2003-08-05 André Pönitz * insettext.C (frame_x,y,w,h): replace member with...
2003-08-05 André Pönitzsmall stuff:
2003-08-05 André Pönitzinsettext.C (localDispatch): merge cases with default...
2003-08-05 André Pönitzremove "deep update"
2003-08-04 André Pönitzsimpler InsetText:: local updating
2003-08-04 André Pönitzwaste cycles for simpler InsetText::localUpdate
2003-08-04 André Pönitz * insettext.[Ch] (updateLocal): remove 'what' argumen...
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-08-01 André Pönitzremove need_update
2003-08-01 André Pönitzadjust some comments
2003-07-31 André Pönitzremove InsetUpdatable::nodraw (premature...) optimization
2003-07-31 André Pönitzremove toggleSelection
2003-07-28 José Matox\end_document replaces \the_end.
2003-07-28 André Pönitzremove toggleToggle
2003-07-28 André Pönitzslimmer interface to paintrows
2003-07-28 André Pönitzmove row loop for drawing from screen.C and insettext...
2003-07-28 Lars Gullik Bjønnesmore compress support
2003-07-28 André Pönitzmake the drawing loops in screen and InsetText more...
2003-07-27 André Pönitzremove unneeded BufferView * param from two functions
2003-07-27 André Pönitz remove Buffer * parameter from a bunch of get*Font...
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...
next