1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
2000-11-20 Martin Baulig <baulig@suse.de>
* Eog.idl (GNOME::EOG::ImageData): Removed.
(GNOME::EOG::Image): Derive this directly from Bonobo::Unknown.
2000-11-19 Martin Baulig <baulig@suse.de>
* Eog.idl (GNOME::EOG::Image): New interface which is derived
from GNOME::EOG::Image (FIXME: do we really need to distinguish
between GNOME::EOG::ImageData and GNOME::EOG::Image or can't we
just use GNOME::EOG::Image for everything?).
(GNOME::EOG::ImageView): Renamed getImageData() to getImage()
and made it return a GNOME::EOG::Image.
2000-11-17 Martin Baulig <baulig@suse.de>
* Eog.idl (GNOME::EOG::ImageView): Removed getZoomable(),
getPropertyBag(), setUIContainer() and unsetUIContainer().
2000-11-17 Martin Baulig <baulig@suse.de>
The big while-I-was-listening-to-some-music API rename:
- namespace: Use GNOME::EOG instead of EOG.
- removed EOG::Control, EOG::Embeddable and EOG::EmbeddableView,
instead we now use the Bonobo interfaces directly.
- studlyCapsification.
2000-10-27 Martin Baulig <baulig@suse.de>
* Eog.idl (EOG::ImageControl): Renamed to EOG::Control.
(EOG::ImageEmbeddable): Renamed to EOG::Embeddable.
(EOG::EmbeddableView): New interface.
2000-10-26 Martin Baulig <baulig@suse.de>
* Eog.idl: New file.
|