]> git.lyx.org Git - lyx.git/history - src/insets/InsetGraphics.h
Fix bug #11180
[lyx.git] / src / insets / InsetGraphics.h
2018-10-04 Enrico ForestieriFix bug #11180
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-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchMake the generation of children's tocs more robust
2016-07-03 Guillaume MunchChange tracking cue: for Graphics
2016-05-28 Jean-Marc LasgouttesPass a BufferView to Inset::clickable
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2013-03-23 Scott KostyshakInsetGraphics: add a layoutName method
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-02-25 Pavel SandaAdd tooltip for graphics insets
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
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-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-24 Pavel Sandagcc spits out million warnings
2010-10-24 Vincent van RavesteijnAdd virtual bool Inset::clickable(..) to be used to...
2010-05-22 Uwe StöhrInset***.h: fix typo in comment
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-07-13 Jean-Marc LasgouttesSmall cleanup
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
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-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-19 Abdelrazak YounesSmall deboostification
2008-09-17 Jean-Marc Lasgouttesre-implement correctly undo for graphics groups unification
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 SandaMove code to more appropriate place, cosmetics.
2008-05-06 Pavel SandaIntroduce groups for graphics insets. That includes:
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-25 Richard HeckRequire a buffer on construction of InsetGraphics and...
2008-03-24 Bo PengMove LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from...
2008-03-15 Bo PengEmbedding: when an inset with an embedded file is copie...
2008-03-11 Abdelrazak Younes* add "List of Graphics"
2008-02-27 André Pönitzremove Buffer & argument in functions realted to embedd...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2007-11-05 Dov FeldsternUse forceLTR instead of inset codes in order to determi...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-09-12 Bo PengEmbedding: update related insets when the embedding...
2007-09-09 Bo PengEmbedding: store inset pointer instead of ParConstItera...
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-14 Abdelrazak Younescosmetics + move frontends/* to frontend namespace.
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-28 André Pönitzrename/merge LyXLength related stuff
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2