]> git.lyx.org Git - lyx.git/history - src/insets/ChangeLog
Cruft removal, small clean-up, no functional changes.
[lyx.git] / src / insets / ChangeLog
2003-12-12 Angus LeemingCruft removal, small clean-up, no functional changes.
2003-12-11 Angus LeemingRemove a whole heap of redundant functions from classes...
2003-12-11 Angus LeemingAdd a 'draft' option to InsetExternal.
2003-12-10 Angus LeemingModify the InsetBox format to always start 'Box'.
2003-12-10 Angus LeemingUse the new lyxlex interface in InsetERT.
2003-12-10 Angus LeemingInsetNote clean-up.
2003-12-10 Angus LeemingClean-up of the Note, Branch mailer interface.
2003-12-10 André Pönitz * inset.h:
2003-12-06 Martin VermeerConglomerate-style CharStyles
2003-12-04 Angus LeemingEnable InsetExternal to be hit by the mouse once again.
2003-12-03 André Pönitzremove Inset::getParagraphs()
2003-12-03 Martin VermeerFix label text updating bug reported by Kayvan.
2003-12-02 Angus LeemingEnsure that InsetVSpace works with the new, simpler...
2003-12-02 André Pönitzmove 'Inline' state from InsetERT to InsetCollapsable
2003-12-01 Angus LeemingHandle 'end_inset' gracefully.
2003-12-01 Martin VermeerAdd latexparam to CharStyle inset
2003-12-01 Martin VermeerPlace inset content on the button when collapsed
2003-12-01 Jürgen SpitzmüllerThe VSpace fixes (removal of VSPACE::NONE) from Michael...
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 Angus LeemingThe VSpace inset is now fully functional AFAICT.
2003-11-28 Angus LeemingSimplify the invocation of the Mailer::hide/showDialog...
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-28 Martin VermeerSyntax change for CharStyles
2003-11-28 André Pönitzismall stuff
2003-11-27 Alfredo BraunsteinsetFont rework + some code simplification
2003-11-25 Alfredo Braunsteinadjust two comments
2003-11-25 Alfredo Braunsteinmake insetgraphics cache their position
2003-11-24 André Pönitz * text2.C (updateCounters): remove call to redoParagra...
2003-11-24 André Pönitz * insettext.C (setViewCache): don't call LyXText:...
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-21 Alfredo Braunsteinxy0_->xyo_ + two fixes
2003-11-20 Alfredo Braunsteincursor work + absolute coords for lyxtext
2003-11-20 Angus LeemingSquash a bunch of warnings thrown up by g++.
2003-11-17 Alfredo Braunsteinmouse selection patch
2003-11-17 André Pönitzand this...
2003-11-17 André Pönitz * insettext.[Ch] (cx, cy): remove
2003-11-13 André Pönitzno need for three calls to update() in a row...
2003-11-13 Alfredo BraunsteinfitCursor work
2003-11-12 Martin VermeerThe Character Style and XML short element inset.
2003-11-11 Alfredo Braunsteinremoving update calls
2003-11-11 Alfredo Braunsteinsome fitcursor work
2003-11-10 André Pönitzcoordinate cache IU
2003-11-10 André Pönitzremove InsetOld::id
2003-11-10 André PönitzThe deed is done.
2003-11-07 Alfredo Braunsteinskip ert on spellchecking
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-05 Alfredo Braunsteintwo small fixes
2003-11-04 André Pönitzcursor changes
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-11-04 Alfredo Braunsteinremove dead spellcheck code
2003-11-04 Alfredo Braunsteinsmall fix to the locking nightmare
2003-11-04 Lars Gullik Bjønnessome InsetText::priv_dispatch progress.
2003-11-03 Lars Gullik BjønnesChange DispatchResult semantics a bit.
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-11-03 André Pönitzremove Inset::id
2003-11-01 Lars Gullik Bjønnesmore dispatchresult changes
2003-11-01 Jürgen Spitzmüllerinsetpagebreak: fix screen representation & ascii output
2003-11-01 Alfredo Braunsteinprepare for global iterator's operator--
2003-10-31 José Matoxunify API for insets export
2003-10-30 José Matoxfactorise linuxdoc and docbook output code
2003-10-29 Lars Gullik Bjønnesmake dispatch_result_t ctor of DispatchResult explicit
2003-10-29 Martin VermeerSmall refactoring of DocBook stuff
2003-10-29 Lars Gullik Bjønnesmore dispatch work
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-27 André Pönitz * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INS...
2003-10-25 Angus LeemingGet rid of hte dynamic_casts in InsetExternal.
2003-10-22 Angus LeemingGive InsetExternal the ability to preview its contents.
2003-10-22 Angus LeemingAdd a Buffer::fully_loaded member function, returning...
2003-10-22 Angus LeemingMove a couple of private member functions into namespac...
2003-10-22 Angus Leemingdisplay() { return true; } only for those insets that...
2003-10-21 Martin VermeerFinal touch 'inset display()'; fix 'is a bit silly...
2003-10-20 Martin VermeerRe-introduce display() for insets, fixing various bugs
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-15 André Pönitzundo per inset. still a few crashes...
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-14 Angus LeemingOnly draw the preview when previews are activated.
2003-10-14 André PönitzIn insets:
2003-10-13 Angus LeemingdisplayTranslator is now a function. No need to invoke...
2003-10-13 Angus LeemingRemove a couple of #includes.
2003-10-13 Angus LeemingNo trailing whitespace left in src...
2003-10-13 Lars Gullik Bjønnesws changes only
2003-10-13 Lars Gullik Bjønnesdo not call InsetOld::localDispatch
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-12 Angus LeemingMinimise the use of the BufferView cache. The only...
2003-10-10 Angus LeemingA little further clean-up.
2003-10-10 Angus LeemingRenderButton, RenderGraphic and RenderPreview now have...
2003-10-09 Angus LeemingTowards saner generation of previews code. Yeah, I...
2003-10-09 Angus LeemingRemove the inset and view member functions from Preview...
2003-10-09 Angus LeemingDon't use the cached BufferView to get the Buffer when...
2003-10-08 André Pönitz * lyxtext.h: make the paragraphs_ a pointer instead...
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-07 Angus LeemingAdd transformations to InsetExternal.
2003-10-07 Angus LeemingForgotten ChangeLogs, whitespace and some unnecessary...
2003-10-07 Angus LeemingRemove unused member function.
2003-10-07 Martin VermeerThe Box patch
2003-10-02 André Pönitz * insettext.C (read): make sure there is at least...
2003-10-01 José Matoxinsetbranch.C (linuxdoc, docbook): minor fix.
2003-10-01 Angus LeemingIntroduce namespace lyx::external.
2003-09-30 Angus LeemingAdd InsetExternal::Params::read, write functions.
next