]> git.lyx.org Git - lyx.git/history - src/insets/InsetGraphics.cpp
reorder entries
[lyx.git] / src / insets / InsetGraphics.cpp
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-05 André Pönitzuse simpler parser interface
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-29 Richard HeckEmbeddedFile::enable() should take a reference instead...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-25 Richard HeckRequire a buffer on construction of InsetGraphics and...
2008-03-25 Abdelrazak YounesCleanup mouse/selection/context-menu interactions.
2008-03-24 Bo PengMove LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from...
2008-03-23 Richard HeckRevert 23899 and introduce the correct fix.
2008-03-23 Bo PengFix GRAPHICS_EDIT of InsetGraphics
2008-03-16 Bo PengEmbedding: paste an inset with an embedded file may...
2008-03-15 Bo PengEmbedding: when an inset with an embedded file is copie...
2008-03-13 Bo PengEmbedding: move file validation from InsetGraphics...
2008-03-11 Abdelrazak Younes* add "List of Graphics"
2008-03-09 Bo PengContinue working on the embedding feature. An additiona...
2008-03-02 Jürgen Spitzmüller** subfig support **
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-18 Abdelrazak Younesheader cleanup
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...
2008-01-08 Bo PengEmbedding: simplify the interface of EmbeddedFiles...
2008-01-08 Pavel SandaRemove todo
2008-01-08 Bo PengEmbedding: display a pin at the top left corner of...
2008-01-07 Bo PengEmbedding: After another round of EmbeddedFiles changes...
2008-01-05 Bo PengEmbedding: adjust how InsetGraphics interacts with...
2007-12-14 Abdelrazak YounesThe rename() function removed in rev had in fact move...
2007-12-13 Abdelrazak Younesget rid of lyxlib.h:copy() and rename().
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-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-15 André Pönitzreduce line noise
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-20 André Pönitzsaner borderline between buffer and exporter
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 André Pönitzisome more FileName shuffling
2007-09-30 Jürgen Spitzmüller* src/insets/InsetGraphics.cpp (prepareFile):
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 Abdelrazak YounesInset coords shall not be recorded in Inset::draw(...
2007-09-15 Bo PengEmbedding: add a check box to InsetGraphic and show...
2007-09-12 Bo PengEmbedding: update related insets when the embedding...
2007-09-10 Bo PengEmbedding: prepare to read/write manifest in .lyx file
2007-09-09 Bo PengEmbedding: store inset pointer instead of ParConstItera...
2007-09-07 Bo PengEmbedding: remove AUTO feature, barely make it compile
2007-09-05 Bo PengEmbedding feature patch 5: handling of embedded files...
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-12 André Pönitzdisable some tests for standard C++ features; add a...
2007-08-10 Lars Gullik BjønnesGet rid of a few warnings.
2007-06-26 Jürgen SpitzmüllerFix bug 2753: LyX doesn't support paths and filenames...
2007-06-25 Jürgen SpitzmüllerFix bug 1749. CAUTION: lyx2lyx not fully working yet...
2007-06-15 Abdelrazak YounesSaves some compile time by diminishing Buffer.h header...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-23 Jean-Marc LasgouttesFix bug 3301 (selecting buttons (e.g. a citation) with...
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-28 Bo PengLast (?) batch of renames:
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-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