]> git.lyx.org Git - lyx.git/history - src/insets/RenderPreview.cpp
Replace Boost.Signals with Boost.Signals2
[lyx.git] / src / insets / RenderPreview.cpp
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