]> git.lyx.org Git - lyx.git/history - src/insets/insetgraphics.C
the monster patch
[lyx.git] / src / insets / insetgraphics.C
2004-01-15 André Pönitzthe monster patch
2003-12-11 Angus LeemingRemove a whole heap of redundant functions from classes...
2003-11-25 Alfredo Braunsteinmake insetgraphics cache their position
2003-11-10 André Pönitzthe update/updateInset merge
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-04 André Pönitzcursor changes
2003-11-03 Lars Gullik BjønnesChange DispatchResult semantics a bit.
2003-11-01 Lars Gullik Bjønnesmore dispatchresult changes
2003-10-31 José Matoxunify API for insets export
2003-10-29 Lars Gullik Bjønnesmake dispatch_result_t ctor of DispatchResult explicit
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-13 Lars Gullik Bjønnesdo not call InsetOld::localDispatch
2003-10-12 Angus LeemingMinimise the use of the BufferView cache. The only...
2003-10-10 Angus LeemingRenderButton, RenderGraphic and RenderPreview now have...
2003-10-09 Angus LeemingRemove the inset and view member functions from Preview...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-16 Lars Gullik Bjønnesfix some namespace issues for gcc 3.4
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-06 Angus LeemingForward declare LatexRunParams in converter.h.
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingStrip out redundant includes (193 of 'em).
2003-09-04 Angus LeemingMove #includes out of header files.
2003-09-03 Angus LeemingFix export of graphics images when compiling latex...
2003-08-28 Angus LeemingEnable convertDefault.sh to run even if its executable...
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-27 Alfredo BraunsteinAdd In nsetOld * argument to updateInset to rebreak...
2003-08-26 André PönitzouterPar
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-05 André Pönitzremove "deep update"
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-07-28 Lars Gullik Bjønnesmore compress support
2003-07-26 José Matoxadd support for tables and figures (linuxdoc).
2003-07-26 Angus LeemingReplace occurances of system_tempdir with os::getTmpDir().
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-23 Angus LeemingThe inset mailers' inset2string function now requires...
2003-07-22 Angus LeemingA new FileName class + use by the graphics inset.
2003-07-21 Angus LeemingAdd a buffer_path arg to InsetGraphicsMailer's params2s...
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-12 Angus LeemingReplace InsetButton and ButtonInset with a ButtonRender...
2003-06-07 John Levonminimal ERT spacing patch (first patch sent to list...
2003-06-03 Angus LeemingClean up InsetGraphics::Cache and rename as GraphicsInset.
2003-06-03 John Levonclone() at long last !
2003-06-02 André Pönitz remove double call to metrics()
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-30 John Levonfix a bformat crash
2003-05-28 Lars Gullik Bjønnesremove commented same_id functions, and also remove...
2003-05-27 André Pönitzrename the members of Dimension
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 LeemingThe 'nice' changes.
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önitzedit->LFUN_INSET_EDIT + CHangeLog + working URL insets.
2003-05-13 André PönitzSTRCONV() all over the place
2003-05-13 André PönitzThe 'bformat' introduction
2003-04-24 Lars Gullik BjønnesBug: 1074
2003-03-31 John Levonfix compile
2003-03-31 John Levonsome reworking to allow Qt to successfully choose a...
2003-03-31 John Levonkill Alert::alert()
2003-03-30 John Levonmove BoostFormat and boost-inst
2003-03-19 John LevonThe markDirty() and fitCursor() changes
2003-03-17 John Levonpaint cleanups as sent to list
2003-03-10 Angus LeemingRewrite the MailInset as suggested to Andr��.
2003-03-10 Angus LeemingCure warning message about a missing '\end_inset' when...
2003-03-09 Angus LeemingRemove the 'gross hack' of calling inset->edit when...
2003-03-07 Angus Leemingport the graphics dialog to the new scheme and get...
2003-03-03 Lars Gullik Bjønnesadjust for boost 1.30.0
2003-02-28 André PönitzAlfredo's patch
2003-02-26 André Pönitzsimple argument parsing for FuncRequest;
2003-02-26 André Pönitzws + small stuff
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 John Levonfix bug 920
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-01-23 John LevonMichael's text fixes
2003-01-13 Angus Leeming(Michael Schmitt): the proper fix for the off-by-one...
2002-12-19 Jean-Marc Lasgouttesmake sure extensions are kept when necessary
2002-11-24 Lars Gullik Bjønneshandle USE_BOOST_FORMAT
2002-11-21 Lars Gullik Bjønnesuse boost::format
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-10-31 Angus Leeming(Rob Lahaye): read and write latex height data of graph...
2002-10-24 Angus Leeming(Rob Lahaye): changes to the xforms graphics dialog.
2002-10-21 Angus LeemingFix the drawing of an inset with a relative file path...
2002-09-25 Angus LeemingCopyright notices
2002-09-09 Angus LeemingRob's dialog clean-up and Martin's 'disfucation' of...
2002-08-24 John LevonRob's patch and some minor cleanup
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-02 Angus LeemingCache the BufferView as a weak_ptr; get rid of those...
next