]> git.lyx.org Git - lyx.git/history - src/insets
fix some C++ parsing bugs
[lyx.git] / src / insets /
2003-03-25 Angus LeemingSatisfy JMarc and Lar's desire for LFUN_INSET_INSERT
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 Levonremove unused methods
2003-03-19 John Levonrename commandtags.h to lfuns.h and renumber/cleanup...
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 Levonand I missed this
2003-03-16 John LevonpostPaint() etc.
2003-03-13 Angus LeemingYou've had enough time for that ol' review and I've...
2003-03-13 André Pönitzread them back...
2003-03-13 André Pönitzsimple factory extension
2003-03-13 André Pönitz*** empty log message ***
2003-03-13 André Pönitzthe environment insets. not active yet.
2003-03-12 Angus LeemingYesterday's character dialog patch
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-11 Angus LeemingCompilation fixes.
2003-03-11 André Pönitzactivate the new InsetHFill,
2003-03-11 André Pönitz*** empty log message ***
2003-03-11 André Pönitzthe formal stuff for an HFill inset (not active yet)
2003-03-10 Angus LeemingRewrite the MailInset as suggested to Andr��.
2003-03-10 Dekel TsurFix default float placement
2003-03-10 Lars Gullik BjønnesFix InsetText latex export.
2003-03-10 Angus LeemingGet it right...
2003-03-10 Angus LeemingAdd some warning messages.
2003-03-10 Angus LeemingStore an InsetBase & in MailInset.
2003-03-10 Angus LeemingCure warning message about a missing '\end_inset' when...
2003-03-09 Angus LeemingPort the tabular dialog to the new scheme based on...
2003-03-09 Angus LeemingRemove the 'gross hack' of calling inset->edit when...
2003-03-07 Angus Leemingrewrite localDispatch as a switch
2003-03-07 Angus Leemingport the graphics dialog to the new scheme and get...
2003-03-07 Angus Leemingremove operator==, != for InsetExternal::Params. They...
2003-03-07 Angus Leeming* Remove LFUN_REF_INSERT.
2003-03-07 Angus Leemingport the minipage dialog to the new scheme. Various...
2003-03-06 John LevonAlfredo's patch.
2003-03-06 Lars Gullik Bjønnesmore ParagraphList work
2003-03-05 Angus LeemingPort wrap dialog to the new scheme.
2003-03-05 Angus LeemingMove the float dialog to the new scheme.
2003-03-05 Angus LeemingMove InsetFloat's params into a separate struct to...
2003-03-05 Angus LeemingMove the include dialog to the new scheme
2003-03-05 Angus LeemingOops...
2003-03-05 Angus LeemingMove the external dialog to the new scheme.
2003-03-04 Lars Gullik Bjønnesadd ParagraphList::erase, make mergeParagraph take...
2003-03-04 Angus LeemingLFUN_INSET_MODIFY
2003-03-03 Lars Gullik Bjønnesuse ParagraphList::iterator a bit more
2003-03-03 Lars Gullik Bjønnesadjust for boost 1.30.0
2003-03-02 Lars Gullik Bjønnesuse the par iterators a bit more, make paragraphs publi...
2003-03-02 Lars Gullik Bjønnesremove some compability code
2003-02-28 André PönitzAlfredo's patch
2003-02-27 Angus Leeming*** empty log message ***
2003-02-27 Angus LeemingA real, LyX label dialog. Part 1.
2003-02-27 Angus LeemingCollapse all those LFUN_XYZ_APPLY to a single LFUN_INSE...
2003-02-26 Angus LeemingAdd locaDispatch methods to various inset classes....
2003-02-26 André Pönitzsimple argument parsing for FuncRequest;
2003-02-26 John LevonThe row-painter patch
2003-02-26 André Pönitzws + small stuff
2003-02-26 Angus LeemingDefine InsetCommand::localDispatch and use it for LFUN_...
2003-02-26 Angus LeemingStrip out the caching of the BufferView by PreviewedIns...
2003-02-26 Angus LeemingAlfredo's patch to get rid of insets in the graphics...
2003-02-25 Angus Leeming(Alfredo) strip BufferView out of the graphics code.
2003-02-25 Angus LeemingHold on to your hats.
2003-02-25 John Levonfix bug 920
2003-02-22 John Levonfix bug 913 (toc crash)
2003-02-21 Angus LeemingReposition these BufferView access and caching methods...
2003-02-21 Angus LeemingForgotten ChangeLog.
2003-02-21 Angus Leeming* Split insetbib.[Ch] into insetbibitem.[Ch] and insetb...
2003-02-21 Allan Raeensure child document loading also works when under...
2003-02-20 Angus Leemingdon't forget <config.h>...
2003-02-20 André Pönitzsplit inset -> inset + updatableinset
2003-02-18 André Pönitzsome ws
2003-02-18 John Levonmore std::
2003-02-18 André Pönitzfix bibkey writing, avoid a few copies, whitespace...
2003-02-18 André Pönitzre-enable insertion of bibrefs (and remove 19 lines...)
2003-02-18 André Pönitziu2: move localDispatch() to InsetBase
2003-02-17 André PönitzFirst step towards unified insets...
2003-02-17 André Pönitzremove Inset::deletable() as it returns always 'true'
2003-02-17 André Pönitzremove the hardcoded bibkey from the paragraph
2003-02-14 Jean-Marc Lasgouttesfix display of right quote inset; fix off-by-one error...
2003-02-14 John Levonminor method name changes
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-10 André Pönitztex2lyx version 0.0.1
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
2003-01-23 John LevonMichael's text fixes
2003-01-13 Angus Leeming(Michael Schmitt): the proper fix for the off-by-one...
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-19 Jean-Marc Lasgouttesmake sure extensions are kept when necessary
2002-12-18 John LevonAlfredo's double-dialog fix
2002-12-08 Lars Gullik Bjønnesuse floatname instead of floattype
2002-12-04 Jean-Marc Lasgouttesremove support for epsi; fix size of insetnote button
2002-12-04 John Levonunbork insetinclude
2002-12-02 Lars Gullik Bjønnesfix some BoostFormat mistakes, cast the 0u par to strin...
next