]> git.lyx.org Git - lyx.git/history - src/frontends/qt2/QLImage.C
Minipage is no more (long live the box inset)
[lyx.git] / src / frontends / qt2 / QLImage.C
2003-11-20 Angus LeemingSquash a bunch of warnings thrown up by g++.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-29 Lars Gullik BjønnesFix compilaton issues by including debug.h first.
2003-09-16 Angus LeemingSeparate interface from implementation; make GraphicsIm...
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-05 Angus LeemingStrip out another 350 redundant #includes.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-04-15 Angus LeemingFile uses lowercase, so explicitly #include lstrings.h
2003-03-27 John LevonRemove some more debug
2003-02-28 André PönitzAlfredo's patch
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-12-17 John LevonThe big Qt toqstr/fromqstr patch.
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-17 John LevonImplement monochrome, and fake grayscale with it
2002-10-20 Lars Gullik Bjønnesthe qtclean-2 patch with some very small changes
2002-09-24 Angus LeemingLots and lots of little trivial bits.
2002-08-29 John Levonuse qlistbox for command buffer
2002-08-27 John LevonRob's followup (nr. 1 ;)
2002-08-24 John LevonRob's patch and some minor cleanup
2002-08-08 John Levoncouple more fixes
2002-07-19 John Levonqt command buffer stuff, some image fixes
2002-07-18 John Levonremove spurious std::
2002-07-17 Edwin LeuvenAdd paragraph dialog to qt2 frontend. First commit...
2002-07-17 John Levonadd using std::endl
2002-07-15 John Levonremove getPixmap() from GraphicsImage
2002-07-12 John LevonBasic Qt image loader support, clipboard support