Downloadliste

Projektbeschreibung

GImageView is a yet another image viewer works on UNIX like OS.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2003-08-14 21:20
gimageview 0.2.24 (1 files Verstecken)

Versionsanmerkungen

Version-0.2.24

* "Auto fit without zoom in" feature has been fixed.
* Added "Fit width" and "Fit height" feature.
* The bug that sometimes mplayer fails to start playing has been fixed.
* Fixed double freeing bug of JPEG loader.
(Thanks! > sheepman <sheepman@tcn.zaq.ne.jp>)
* Fixed a bug in DnD support
(Thanks! > MINAMI Hirokazu <h_minami@users.sourceforge.net>)
* Remove trailing slash when create directory.
(Thanks! > Douglas Brebner <douglas+mail@fang.demon.co.uk>).
* Updated libexif to 0.5.11.
* Other code improvements.

Änderungsprotokoll

2003-08-14 Takuro Ashie <ashie@homa.ne.jp>

* Version-0.2.24

2003-08-02 Takuro Ashie <ashie@homa.ne.jp>

* Use normal windef.h when compile on MS-Windows.

2003-08-02 Takuro Ashie <ashie@homa.ne.jp>

* The bug which always apply "zoom out only" when the "Do not zoom in
when fit to window automatically" preference is enabled. This preference
is for a moment of changing image files.
* Added "Fit Width" and "Fit Height".

2003-08-01 Takuro Ashie <ashie@homa.ne.jp>

* Moved libexif and dlllaoder under $(top_srcdir)/lib.
* Updated libexif to 0.5.11.

2003-08-01 Takuro Ashie <ashie@homa.ne.jp>

* Minor fix.

2003-07-25 Takuro Ashie <ashie@homa.ne.jp>

* Fixed file size format at tooltip of thumbnail table.
(Debian bug #198178)

2003-07-25 MINAMI Hirokazu <h_minami@users.sourceforge.net>

* Added "property/bgimage" DnD target.

2003-07-25 MINAMI Hirokazu <h_minami@users.sourceforge.net>

* Fixed uri-list format (Bug #773491).

2003-07-25 sheepman <sheepman@tcn.zaq.ne.jp>

* Fixed double freeing bug of JPEG loader.

2003-07-20 Takuro Ashie <ashie@homa.ne.jp>

* Modified GimvImage and GimvAnim as GtkObject.

2003-07-19 Takuro Ashie <ashie@homa.ne.jp>

* plugins/image_view/gimv_mplayer.c: The bug that sometimes fail to
detect file type (and fail to play) has been fixed.

2003-07-13 Takuro Ashie <ashie@homa.ne.jp>

* plugins/image_view/gimv_mplayer.c: Resize window size when the movie
is started to force fit the movie size to frame when using xv driver.
Software scaling is now only used when the x11 driver is used.
Added some error handlings.
* plugins/image_saver/*.[ch]
* plugins/thumbnail/*.[ch]
* src/gimv_image.[ch]
* src/gimv_image_saver.[ch]: Refactoring for GimvImageSaver.

2003-07-13 Takuro Ashie <ashie@homa.ne.jp>

* plugins/image_view/gimv_xine.[ch]
* plugins/image_view/gimv_xine_priv.h
* plugins/image_view/image_view_xine.c: Removed 0.9.x support.

2003-07-12 Takuro Ashie <ashie@homa.ne.jp>

* src/gimv_image_loader.c: Fixed potential clash bug.
* src/gimv_image_saver.[ch]: Refactoring (not completed yet).

2003-07-07 Takuro Ashie <ashie@homa.ne.jp>

* src/gimv_nav_win.c: I've forgot to add gtk_object_class_add_signals().

2003-07-07 Takuro Ashie <ashie@homa.ne.jp>

* src/gimv_image_loader.[ch]: Added GTimer.

2003-07-07 Takuro Ashie <ashie@homa.ne.jp>

* src/dirview2.c: Plugged memory leak.

2003-07-06 Takuro Ashie <ashie@homa.ne.jp>

* src/comment.[ch]
* src/commnet_view.[ch]
* src/gimv_cellrendererpixmap.[ch]: removed.
* src/gimv_comment.[ch]
* src/gimv_comment_view.[ch]
* src/gimv_cell_pixmap.[ch]: renamed from above files.

2003-07-06 Takuro Ashie <ashie@homa.ne.jp>

* src/comment_view.[ch]: Minor improvement of UI.
* src/image_info.c: The bug that reference count of Comment is wronged
has been fixed.
* src/gimageview.c: minor fix.
* src/gimv_thumb_win.c: Key accelerator of "Refresh List" is changed to
"Ctrl + Shift + R"
* po/ja.po: updated

2003-07-06 Takuro Ashie <ashie@homa.ne.jp>

* src/fileutil.c: Remove trailing slash when create directory.
(Thanks! > Douglas Brebner <douglas+mail@fang.demon.co.uk>).

2003-07-05 Takuro Ashie <ashie@homa.ne.jp>

* src/nav_window.[ch]: removed.
* src/gimv_image_view.[ch]
* src/gimv_nav_win.[ch]: Renamed from nav_window. Renamed NavWindow to
GimvNavWindow, and reimplemented as GtkObject.
* src/gimv_image_win.c: use gdk_window_fullscreen() if compile against
gtk+-2.2 or later. Other minor fix.
* src/comment.h: minor fix.

2003-07-02 Takuro Ashie <ashie@homa.ne.jp>

* image_saver.[ch]
* thumbnail.[ch]
* thumbnail_support.[ch]: removed
* gimv_image_saver.[ch]
* gimv_thumb.[ch]
* gimv_thumb_cache.[ch]: renamed from abeve files.
* plugins/image_saver/png_saver.c
* plugins/image_saver/pnm_saver.c
* plugins/image_saver/xvpics_saver.c
* plugins/image_view/image_view_mplayer.c
* plugins/image_view/image_view_xine.c
* plugins/thumbnail/ee.c
* plugins/thumbnail/gimv_thumb.c
* plugins/thumbnail/gqview.c
* plugins/thumbnail/konqueror-old.c
* plugins/thumbnail/konqueror.c
* plugins/thumbnail/nautilus-2.0.c
* plugins/thumbnail/nautilus.c
* plugins/thumbnail/xvpics.c
* src/Makefile.am
* src/gfileutil.c
* src/gimageview.c
* src/gimv_image.c
* src/gimv_image_info.c
* src/gimv_image_view.c
* src/gimv_image_view.h
* src/gimv_plugin.c
* src/gimv_thumb.c
* src/gimv_thumb.h
* src/gimv_thumb_win.c
* src/image_view_draw.c
* src/thumbnail_view.c
* src/thumbnail_view.h
* src/prefs_ui/prefs_ui_etc.c: Renamed ImageSaver, Thumbnail,
ThumbnailSupport to GimvImageSaver, GimvThumb, GimvThumbCache.
* src/prefs.h
* src/gimv_scrolled.h: fix indent.

2003-06-27 Takuro Ashie <ashie@homa.ne.jp>

* gimv_image_win.[ch]: Removed "slideshow" member from GimvImageWin.
Added "show_fullscreen" and "hide_screen" signal.
* slideshow.[ch]: Removed.
* gimv_slideshow.[ch]: Added.
* gimv_thumb_win.[ch]
* gimageview.c: Renamed SlideShow to GimvSlideShow.

2003-06-14 Takuro Ashie <ashie@homa.ne.jp>

* src/image_loader.[ch]: remove.
* plugins/image_loader/bmp.[ch]
* plugins/image_loader/imlib_loader.[ch]
* plugins/image_loader/jpeg_loader.c
* plugins/image_loader/mag.[ch]
* plugins/image_loader/mng.[ch]
* plguins/image_loader/pcx.[ch]
* plugins/image_loader/pixbuf_loader.[ch]
* plugins/image_loader/png_loader.[ch]
* plugins/image_loader/spi_image_loader.[ch]
* plugins/image_loader/svg.[ch]
* plugins/image_loader/tga.[ch]
* plugins/image_loader/wmf.[ch]
* plugins/image_loader/xbm.[ch]
* plugins/image_loader/xcf.[ch]
* plugins/image_loader/xvpics.[ch]
* plugins/image_viwe/mplayer_image_loader.[ch]
* src/Makefile.am
* src/exif_view.c
* src/gimv_image.c
* src/gimv_image_loader.[ch]
* src/thumbnail.c: Renamed ImageLoader to GimvImageLoader.