]> git.lyx.org Git - lyx.git/history - src/insets/RenderPreview.cpp
Use docstring for preview snippet all the way down
[lyx.git] / src / insets / RenderPreview.cpp
2024-03-16 Juergen SpitzmuellerUse docstring for preview snippet all the way down
2023-05-30 Daniel RamoellerCenter preview status message
2021-10-13 Thibaut CuvelierTypos and comment improvements.
2020-12-19 Yuriy SkalkoMerge namespace signals2 into namespace lyx
2020-12-13 Juergen SpitzmuellerMake InsetInfo math/IPA icons visible in dark mode
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-12-04 Guillaume MMFix segfault after deleting monitor
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-11 Guillaume MMIf the external modification is a deletion, do not...
2017-06-11 Guillaume MMProperly track the lifetime of signals2::slots (#8261)
2017-03-19 Guillaume MunchRegularly check if preview is modified when visible...
2017-03-10 Guillaume MunchReplace FileMonitor with FileMonitor2 in RenderPreview
2016-07-03 Guillaume MunchChange tracking cue: for instant preview
2016-06-12 Richard HeckCheck to make sure we have a preview loader.
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2015-06-14 Enrico ForestieriRevert bc47054b and the related commit ad0d0f6d
2015-04-30 Juergen SpitzmuellerProperly fix #6369
2014-05-20 Jean-Marc LasgouttesCode cleanup: get rid of RenderPreview::status()
2014-03-19 Richard HeckWhitespace.
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2011-07-12 Abdelrazak YounesGraphics cleanup: get rid of Previews.{h,cpp}
2010-07-29 Richard HeckAllow images to be export even when LyXRC says no previews.
2010-07-21 Richard HeckSupport for exporting math as images with XHTML. The...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2009-01-25 Pavel SandaFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5627
2008-07-14 Abdelrazak YounesSanitize LyX singleton access by getting rid of ref...
2008-06-18 Pavel SandaFix include orderings.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-08 André Pönitzcanonical clone() also for InsetHyperlink
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-23 André Pönitzmissed that part
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-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-20 Bo PengFix crash when a user removes a formula when its previe...
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 files in src/support, step one.
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