]> git.lyx.org Git - lyx.git/history - src/insets/insetcollapsable.h
Part of IU.
[lyx.git] / src / insets / insetcollapsable.h
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
2004-01-13 André Pönitzreplace LyXCursor by CursorSlice
2004-01-08 André Pönitzsome selection work for tabulars
2003-12-12 André PönitzMichael Schmitt's collapse status patch
2003-12-10 André Pönitz * inset.h:
2003-12-03 André Pönitzremove Inset::getParagraphs()
2003-12-02 André Pönitzmove 'Inline' state from InsetERT to InsetCollapsable
2003-12-01 Martin VermeerPlace inset content on the button when collapsed
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 André Pönitzismall stuff
2003-11-27 Alfredo BraunsteinsetFont rework + some code simplification
2003-11-21 André PönitzMichael's open-close-patch
2003-11-21 André PönitzMichael Schmitt's patch to remove unused arguments
2003-11-13 André Pönitzno need for three calls to update() in a row...
2003-11-13 Alfredo BraunsteinfitCursor work
2003-11-10 André Pönitzsmall clenaup
2003-11-10 André Pönitzfix 'click on first footnote in UserGuide' crash
2003-11-10 André PönitzThe deed is done.
2003-11-06 André Pönitzmore global cursor work
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-04 André Pönitzcursor changes
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-11-04 Alfredo Braunsteinremove dead spellcheck code
2003-11-03 André Pönitzremove Inset::id
2003-11-01 Alfredo Braunsteinprepare for global iterator's operator--
2003-10-31 José Matoxunify API for insets export
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-21 Martin VermeerFinal touch 'inset display()'; fix 'is a bit silly...
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-15 André Pönitzundo per inset. still a few crashes...
2003-10-14 André PönitzIn insets:
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-12 Angus LeemingMinimise the use of the BufferView cache. The only...
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-16 Angus LeemingMake all of InsetCollapsable's member variables (save...
2003-09-16 Angus LeemingRemove unused LColor::color framecolor variable from...
2003-09-16 Angus LeemingRemove #include "LColor.h" from insettext.h. Deps down...
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-04 Angus LeemingMove #include "funcrequest.h" out of the header file.
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
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-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-05 André Pönitzremove "deep update"
2003-07-31 André Pönitzremove InsetUpdatable::nodraw (premature...) optimization
2003-07-31 André Pönitzremove toggleSelection
2003-07-30 Martin Vermeerfactor out the detection of clicking on the inset butto...
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-17 André Pönitzremove Inset::update()
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-16 André PönitzIU of clone() and getLabelList()
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-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-19 André Pönitzthe ascent/descent/width -> dimensions() change
2003-05-16 André Pönitzfix #832
2003-05-16 André Pönitzedit->LFUN_INSET_EDIT + CHangeLog + working URL insets.
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-03-22 John LevonDing dong, the CID is dead...
2003-03-20 John LevonMy patch from yesterday
2003-03-17 John Levonpaint cleanups as sent to list
2003-02-25 Angus LeemingHold on to your hats.
2003-02-14 John LevonReplace ugly getParFromID() code with ParIterator...
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-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-06-18 Lars Gullik Bjønnes*duck*
2002-05-26 John Levonstatic_cast-based key/mouse-state. Kill insetKeyPress.
2002-04-16 Jürgen VignaLosts of fixes to cursor handling with insets. Cursor...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-03 Lars Gullik Bjønnesremove lowercase, better layout handling and some varia...
2002-01-14 Angus LeemingResolve virtual function name clashes:
2001-12-27 Jürgen VignaMore ascii-export fixes and when making copy of single...
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-11-29 Jürgen VignaFixed cut&paste bugs and added freespacing for ERT...
2001-11-22 Allan RaecheckInsertChar() return values changes
2001-10-19 Jürgen VignaSmall fixes to various InsetText problems.
2001-09-24 Angus Leeming"Correct" way to prevent spellchecking in the ERT inset.
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-07 Jürgen VignaApplied Edwins patch, fixes to free memory read in...
2001-08-06 Jürgen VignaVarious update/redraw fixes. Cleaned up InsetERT and...
2001-08-02 Jürgen VignaUpdate/cursor and drawing fixes.
2001-08-01 Jürgen VignaFixes to various bug-reports.
next