mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Implement dragging of images to and from NSImageView.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15247 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c1f5081524
commit
25a188478f
1 changed files with 11 additions and 3 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,11 @@
|
|||
2002-12-05 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSBitmapImageRep.m
|
||||
In [TIFFRepresentationUsingCompression:factor:] set extraSamples
|
||||
and correct compression type if 0.
|
||||
* Source/NSImageView.m
|
||||
Implement dragging of images.
|
||||
|
||||
2002-12-02 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Model/GMAppKit.m, Model/GMArchiver.m, Model/IBClasses.m,
|
||||
|
@ -39,13 +47,13 @@
|
|||
* TextConverters/RTF/RTFConsumer.m
|
||||
GSRTFregisterFont() handle fontnames with and without trailing ';'.
|
||||
* TextConverters/RTF/rtfGrammer.y
|
||||
Documented how to compile with recent bision releases.
|
||||
Documented how to compile with recent bison releases.
|
||||
Removed one conflict and an unneeded terminal.
|
||||
Allow for additional blocks in font definition.
|
||||
* TextConverters/RTF/rtfGrammer.tab.h
|
||||
Regenerated with bision 1.35
|
||||
Regenerated with bison 1.35
|
||||
* TextConverters/RTF/rtfGrammer.tab.c
|
||||
Regenerated with bision 1.35 and corrected yyparse declaration.
|
||||
Regenerated with bison 1.35 and corrected yyparse declaration.
|
||||
* TextConverters/RTF/rtfScanner.c
|
||||
Redefined GSRTFlex() without location parameter. Some cleanup
|
||||
against compiler warnings.
|
||||
|
|
Loading…
Reference in a new issue