]> git.lyx.org Git - lyx.git/history - src/insets/RenderGraphic.cpp
Get rid of Qt resources
[lyx.git] / src / insets / RenderGraphic.cpp
2020-01-15 Jean-Marc LasgouttesMake graĥics and external insets tighter
2020-01-15 Jean-Marc LasgouttesReplace the hardcoded TEXT_TO_INSET_OFFSET by tunable...
2020-01-14 Jean-Marc LasgouttesRename PainterMetrics::change_ to change
2019-06-14 Jean-Marc LasgouttesRename LM_ST_* to *_STYLE and FONT_SIZE_* to *_SIZE
2018-02-25 Juergen SpitzmuellerTake actual font height (ascent, descent) into account...
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-03-19 Guillaume MunchRegularly check if graphics is modified when visible...
2016-11-22 Tommaso CucinottaAdd 'needauth' option to converters that need explicit...
2016-07-03 Guillaume MunchChange tracking cue: for Graphics
2015-09-12 Jean-Marcimage_ready is false at this point
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2009-08-13 Vincent van RavesteijnFix bug #6134: Reload context menu for graphics inset.
2008-06-18 Pavel SandaFix include orderings.
2008-06-13 Abdelrazak Younes- Simplify prefs, graphics and external display options...
2008-06-06 Abdelrazak Younesstart image loading at metrics time.
2008-06-06 Abdelrazak YounesRenderGraphic::metrics(): return early.
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-01-08 Bo PengEmbedding: display a pin at the top left corner of...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-23 André Pönitzcosmetics
2007-11-17 André Pönitzshuffle code around
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-16 Bo PengFix crash when a user removes the underlying figure...
2007-08-15 Abdelrazak Younesfix signal crash with gcc 3.
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2