]> git.lyx.org Git - lyx.git/history - src/insets/InsetGraphics.cpp
Fix bug #11180
[lyx.git] / src / insets / InsetGraphics.cpp
2018-10-04 Enrico ForestieriFix bug #11180
2018-04-15 Richard HeckMerge branch '2.3.2-staging' into 2.3.x
2018-02-15 Jean-Marc LasgouttesImprove UndoGroupHelper and use it more
2017-10-13 Juergen SpitzmuellerFix PDF output of clipped graphics with recent graphics...
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-04 Enrico ForestieriFix up 0cf394dd
2017-05-05 Tommaso Cucinottaskip graphics conversion when runparams.dryrun is true
2017-04-08 Uwe StöhrLength.cpp: add new unit representing \baselineskip
2017-03-14 Richard HeckMove the global formats and system_formats variables...
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchMake the generation of children's tocs more robust
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchImprove the list of equations
2016-07-31 Richard HeckUse scaling factor in XHTML output.
2016-07-31 Richard HeckIf we cannot find the input format for a graphic, we...
2016-07-04 Guillaume MunchRationalise includes
2016-06-09 Guillaume MunchReplace boost::tuple with std::tuple
2016-02-17 Georg BaumIntroduce proper integer rounding function
2016-01-10 Georg BaumDo not apply \origin at existing files
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-20 Georg BaumRemove unused variables found by cppcheck
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-18 Georg BaumStore InsetGraphics bounding box in parsed form
2015-07-16 Georg BaumRemove InsetGraphics noUnzip parameter
2015-05-27 Scott KostyshakAllow SVGs in HTML output (#7441)
2015-05-16 Enrico ForestieriCorrectly load documents moved elsewhere after save.
2014-05-18 Richard HeckWhitespace.
2014-05-18 Scott KostyshakCorrect my previous comment (thanks Kornel)
2014-05-18 Scott KostyshakAdd comment
2014-05-17 Scott KostyshakGraphics only handle inset-modify graphics (#8262)
2013-03-27 Richard HeckMinor code simplification.
2013-03-21 Georg BaumSplit pdf format as discussed on the list
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-10-08 Vincent van RavesteijnDo not rely on make_pair converting string to FileName
2012-07-15 Jean-Marc LasgouttesFix bug #5204: Undo removes text selection
2012-02-26 Pavel SandaSimplify & fix InsetGraphics tooltip, DocFileName inher...
2012-02-25 Pavel SandaAdd tooltip for graphics insets
2011-11-27 Georg BaumDo not output parameters twice if the file was not...
2011-10-31 Georg BaumReplace a half-baked attempt to remove \lyxdot from...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-09-19 Tommaso CucinottaAdded support for natively zipped file formats that...
2011-09-15 Tommaso CucinottaAdded -E option to specify export format and destinatio...
2011-04-14 Richard HeckFix export of new LaTeX formats: xetex and luatex....
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-02-07 Richard HeckOutput width and height parameters for XHTML images...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-23 Jürgen Spitzmülleradd basic LuaTeX backend.
2010-09-27 Uwe StöhrInsetGraphics.cpp and InsetInclude.cpp: whitespace...
2010-09-27 Uwe Stöhrfiletools.cpp: introduce a new method to be able to...
2010-08-13 Uwe StöhrInsetGraphics.cpp: fix a comment
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaDocFileName::unzippedFilename -> DocFileName::unzippedF...
2010-04-21 Pavel SandaDocFileName.outputFilename -> DocFileName.outputFileName
2010-04-21 Pavel SandaFileName.mangledFilename -> FileName.mangledFileName
2010-04-21 Pavel SandaFilename.relFilename -> Filename.relFileName
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2009-12-05 Vincent van RavesteijnFix bug #6356: Reloading image does not work for compiling.
2009-12-03 Richard HeckRestore XHTML output for InsetGraphics.
2009-11-14 Richard HeckGet XHTML output for InsetGraphics working, at least...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-10-25 Richard HeckA couple comments and some very minor cleanup.
2009-10-25 Richard HeckAdd an HTML output flavor, and do something with it.
2009-08-13 Vincent van RavesteijnFix bug #6134: Reload context menu for graphics inset.
2009-07-13 Jean-Marc LasgouttesSmall cleanup
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-11 Jürgen Spitzmüller* InsetGraphics.cpp (findTargetFormat):
2009-04-10 Vincent van RavesteijnMove handling of LFUN_MOUSE_RELEASE up to Inset and...
2009-04-10 Vincent van RavesteijnMake the insets accept LFUN_INSET_SETTINGS. These inset...
2009-01-17 Jürgen Spitzmüller* InsetGraphics.{cpp.h}:
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-05 Peter KümmelFix bug 2235: jpeg capital letters (.JPG) does not...
2008-09-25 Jean-Marc Lasgouttesmove code to unify graphics groups from GuiGraphics...
2008-09-20 Abdelrazak Younescompile fix, sorry.
2008-09-19 Abdelrazak YounesSmall deboostification
2008-09-17 Jean-Marc Lasgouttesre-implement correctly undo for graphics groups unification
2008-06-18 Pavel SandaFix include orderings.
2008-06-18 Pavel SandaCosmetics.
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-27 Pavel SandaMove graphics code from class to namespace.
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-05-07 Pavel SandaCodingstyle.
2008-05-07 Pavel SandaMove code to more appropriate place, cosmetics.
2008-05-06 Pavel SandaIntroduce groups for graphics insets. That includes:
2008-05-05 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4771
2008-04-30 Jürgen Spitzmüllerformatting
2008-04-27 Jürgen Spitzmüller* merge LFUN_EDIT_EXTERNAL and LFUN_EDIT_GRAPHICS to...
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-05 André Pönitzuse simpler parser interface
next