Initial revision
authorJohn Ellis <johne@verizon.net>
Mon, 3 Apr 2000 18:24:05 +0000 (18:24 +0000)
committerJohn Ellis <johne@verizon.net>
Mon, 3 Apr 2000 18:24:05 +0000 (18:24 +0000)
commit93e32295cfd3fd2586f8ceebe5aba5607ccc17c0
tree98a618567a66a711ac083cf1fe590f56ae3f3060
parentec787595ab530185f0c08388ec48a97671da1a15
Initial revision
60 files changed:
.cvsignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
BUGS [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
HACKING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
acconfig.h [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.in [new file with mode: 0644]
gqview.desktop [new file with mode: 0644]
gqview.png [new file with mode: 0644]
gqview.spec.in [new file with mode: 0644]
po/.cvsignore [new file with mode: 0644]
po/ChangeLog [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/de.po [new file with mode: 0644]
po/ja.po [new file with mode: 0644]
po/pt_BR.po [new file with mode: 0644]
po/ru.po [new file with mode: 0644]
src/.cvsignore [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/config.c [new file with mode: 0644]
src/dnd.c [new file with mode: 0644]
src/filelist.c [new file with mode: 0644]
src/fileops.c [new file with mode: 0644]
src/globals.c [new file with mode: 0644]
src/gqview.h [new file with mode: 0644]
src/icons/.cvsignore [new file with mode: 0644]
src/icons/Makefile.am [new file with mode: 0644]
src/icons/icon_config.xpm [new file with mode: 0644]
src/icons/icon_float.xpm [new file with mode: 0644]
src/icons/icon_home.xpm [new file with mode: 0644]
src/icons/icon_reload.xpm [new file with mode: 0644]
src/icons/icon_thumb.xpm [new file with mode: 0644]
src/icons/icon_zoom_fit.xpm [new file with mode: 0644]
src/icons/icon_zoom_in.xpm [new file with mode: 0644]
src/icons/icon_zoom_norm.xpm [new file with mode: 0644]
src/icons/icon_zoom_out.xpm [new file with mode: 0644]
src/icons/img_unknown.xpm [new file with mode: 0644]
src/image.c [new file with mode: 0644]
src/image.h [new file with mode: 0644]
src/img-main.c [new file with mode: 0644]
src/img-view.c [new file with mode: 0644]
src/intl.h [new file with mode: 0644]
src/logo.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/menu.c [new file with mode: 0644]
src/pathsel.c [new file with mode: 0644]
src/rcfile.c [new file with mode: 0644]
src/slideshow.c [new file with mode: 0644]
src/tabcomp.c [new file with mode: 0644]
src/tabcomp.xpm [new file with mode: 0644]
src/thumb.c [new file with mode: 0644]
src/utildlg.c [new file with mode: 0644]
src/utildlg.h [new file with mode: 0644]
src/utilops.c [new file with mode: 0644]
src/window.c [new file with mode: 0644]