]> git.lyx.org Git - lyx.git/history - src/insets/insettext.h
ws changes only
[lyx.git] / src / insets / insettext.h
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-10 André Pönitzfix a few of the tabular crashes
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-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-09 Martin VermeerRemove drawText[XY]Offset. No change in functionality
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-06 Angus LeemingReplace ParagraphList.h with ParagraphList_fwd.h.
2003-09-06 Angus LeemingReduce 115 dependencies on RowList.h to just 10 depende...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-02 John Levonremove cursor.i[xy]
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-15 André Pönitzsplit LyXText::rowlist_ into individual Paragraph:...
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
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ö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-07-31 André Pönitzremove InsetUpdatable::nodraw (premature...) optimization
2003-07-31 André Pönitzremove toggleSelection
2003-07-27 André Pönitzremove unneeded BufferView * param from two functions
2003-07-26 José Matoxadd support for tables and figures (linuxdoc).
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
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ö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-16 André Pönitz*** empty log message ***
2003-07-14 André Pönitz * insets/insettext.[Ch] (cy, ciy, setUpdateStatus):
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önitzsetViewCache: small helper function to hide messy details.
2003-07-10 André PönitzThe insettext patch.
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-27 André Pönitzmove cursor related data fro LyXText to new strcut...
2003-06-16 André PönitzIU of clone() and getLabelList()
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-28 Lars Gullik Bjønnesremove commented same_id functions, and also remove...
2003-05-27 Lars Gullik Bjønnesparlist-21-a.diff
2003-05-26 Lars Gullik Bjønnesget rid of same_id from function signatures
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-19 André Pönitzthe ascent/descent/width -> dimensions() change
2003-05-16 André Pönitzedit->LFUN_INSET_EDIT + CHangeLog + working URL insets.
2003-05-09 André PönitzLColor::Pimpl
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-04-28 André Pönitzpart of Lars' parlist-14-a.diff
2003-04-02 Lars Gullik Bjønnesparlist-a-1.diff
2003-04-01 Lars Gullik Bjønnesrowlist9
2003-03-22 John LevonDing dong, the CID is dead...
2003-03-20 John LevonMy patch from yesterday
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 Levonand I missed this
2003-03-06 Lars Gullik Bjønnesmore ParagraphList work
2003-03-04 Lars Gullik Bjønnesadd ParagraphList::erase, make mergeParagraph take...
2003-03-02 Lars Gullik Bjønnesuse the par iterators a bit more, make paragraphs publi...
2003-02-20 André Pönitzsplit inset -> inset + updatableinset
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...
2002-09-25 Angus LeemingCopyright notices
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-12 Lars Gullik BjønnesThe ParagraphList stuff
2002-08-09 John Levontwo minor cleanups
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-06-24 Lars Gullik Bjønneslayout as layout
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-11 John LevonRename screen, and don't re-construct it on a buffer...
2002-05-26 John Levonstatic_cast-based key/mouse-state. Kill insetKeyPress.
2002-05-22 Lars Gullik Bjønnesuse more specific smart_ptr headers
2002-04-17 Jürgen VignaSimplified code and don't enter inset on cursor down...
2002-04-16 Jürgen VignaLosts of fixes to cursor handling with insets. Cursor...
2002-04-12 Jürgen VignaFix for wrong cursor.x pos when before a fullRow inset...
2002-04-11 Jürgen VignaNew function ciy() which handles cursor.iy() functions.
2002-03-26 Jürgen VignaFixed insert File inside tabulars/insettext (fix #301...
next