]> git.lyx.org Git - lyx.git/history - src/graphics
Merge branch 'rowpainter2'
[lyx.git] / src / graphics /
2009-12-17 Vincent van RavesteijnCompute the font_scaling_factor every time a preview...
2009-12-17 Vincent van RavesteijnDo not hardcode the background color of the preview...
2009-12-05 Vincent van RavesteijnAdd a FileName::refresh function and replace one call...
2009-11-22 Vincent van RavesteijnFix bug #4360: Instant preview does not render formulas...
2009-11-09 Richard HeckNot so soon, I guess, since that FIXME was from r6305.
2009-09-21 Uwe StöhrGuiPrefs:
2009-08-13 Vincent van RavesteijnFix bug #6134: Reload context menu for graphics inset.
2009-03-12 Vincent van Ravesteijngcc compile fix.
2009-03-12 Vincent van RavesteijnFix a few peculiarities wrt graphics. E.g., an InsetGra...
2008-11-16 Stephan Wittintroduce new converter variable $$d to pass output...
2008-11-16 Jean-Marc Lasgouttesrename [io]docfstream to [io]fdocstream
2008-11-16 Jean-Marc Lasgouttesrevert r27520 (tr1 stuff)
2008-11-16 André Pönitztry using std::tr1::shared_ptr instead of boost::shared_ptr
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-29 Jean-Marc Lasgouttesremove obsolete workaround
2008-09-19 Abdelrazak YounesSimplify image creation with a new factory function...
2008-09-19 Abdelrazak Younes* GuiImage:
2008-08-18 Jürgen Spitzmüller** proper implementation of pLaTeX by Tetsuya Makimura...
2008-08-13 Peter Kümmelfix merged build
2008-07-30 Abdelrazak YounesRemove unnecessary FileName construction.
2008-07-23 Abdelrazak YounesRemove GraphicsTypes.cpp
2008-07-23 Abdelrazak YounesReplace home made temp file creation with safer (and...
2008-07-14 Abdelrazak YounesMac gcc compile fix.
2008-07-14 Abdelrazak YounesSanitize LyX singleton access by getting rid of ref...
2008-07-14 Abdelrazak Younessafeguards:
2008-07-11 Pavel SandaRevert http://www.lyx.org/trac/changeset/25471 /2
2008-07-10 Abdelrazak Younesstupid me...
2008-07-10 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=5016
2008-07-09 Abdelrazak YounesFix crash reported in http://bugzilla.lyx.org/show_bug...
2008-07-07 Abdelrazak Younesadjust comment.
2008-07-07 Abdelrazak YounesUse png as default conversion format.
2008-07-02 Jürgen Spitzmüller*** Extend preview scripts to also handle PDF output...
2008-06-20 Abdelrazak YounesAvoid any signal/slot communication when the graphic...
2008-06-13 Abdelrazak Younes- Simplify prefs, graphics and external display options...
2008-06-07 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4933
2008-06-06 Abdelrazak YounesSimplify and optimize image on screen visualization...
2008-06-06 Abdelrazak YounesOptimize the graphics loader: don't put the image in...
2008-06-06 Abdelrazak YounesMove loadableImageFormats() to the frontend.
2008-06-06 Abdelrazak YounesSimplify image loading on screen which is not asynchron...
2008-06-06 Abdelrazak Younesmove GuiImage::loadableFormats() to support/imagetools...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2008-01-08 Bo PengEmbedding: display a pin at the top left corner of...
2007-12-29 Abdelrazak YounesFollowing rev 21967: final touch to odocfstream:
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-16 Abdelrazak YounesSimplify FileName::tempName().
2007-12-16 Abdelrazak YounesTransfer tempName() implementation to FileName.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
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-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzmerge the Forked* machinery into a single pair of files
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-28 Abdelrazak Younes* FileName:
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-24 André Pönitzmerge LoaderQueue into Loader
2007-11-23 André Pönitzonly called once
2007-11-23 André Pönitzsimplification
2007-11-23 André Pönitzcosmetics
2007-11-22 André Pönitzremove one <boost/shared_ptr.hpp>
2007-11-21 André Pönitzuse strfwd.h
2007-11-21 André Pönitzremove a few uses of boost::scoped_ptr
2007-11-21 André Pönitzreplace boost::noncopyable by plain C++ idiom
2007-11-21 André Pönitzcosmetics
2007-11-21 André Pönitzcosmetics
2007-11-15 André Pönitzreduce line noise
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-20 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-30 André Pönitzboost/utility -> boost/noncopyable
2007-09-29 André Pönitzmove ChangeLogs to the attic
2007-09-15 Abdelrazak Younesrevert rev 20291, a better fix was found in rev 20293
2007-09-15 Abdelrazak YounesFix bug 4178:
2007-08-16 Bo PengFix crash when a user removes the underlying figure...
2007-08-11 André Pönitzremove lyxrc dependence from support/*
2007-08-11 André Pönitzmerge {mathed,insets,graphics}/Makefile.am into src...
2007-08-10 André Pönitzenable building of shared libraries. reduces final...
2007-06-26 Enrico ForestieriFix bug 3904
2007-06-15 Abdelrazak Younesheader cleanup.
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-28 Jürgen Spitzmüller* src/BufferParams.{cpp, h}
2007-05-28 Jürgen SpitzmüllerFix bug 3522.
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 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 files in src/mathed and src/graphics from .C...
2007-04-25 Bo PengRename files in src/mathed and src/graphics from .C...
next