2004-02-03 09:45  stefan

	* Documentation/Contributors.txt: Added D. Noonburg (author of
	  xpdf)

2004-02-03 09:40  stefan

	* ViewPDFInfo.plist: Added 2004 to copyright year.

2004-02-03 09:37  stefan

	* GNUmakefile, ViewPDFInfo.plist: Changed version to 0.8.5

2004-02-03 09:23  stefan

	* AppController.m, GNUmakefile, PrefsController.h,
	  PrefsController.m, main.m, preferences.gorm/data.classes,
	  preferences.gorm/objects.gorm: Removed the preferences panel
	  since there are no more preferences to set. However, the code
	  skeleton has been kept to ease the re-integration of Preferences
	  if we should need them once again.

2004-02-03 09:18  stefan

	* DocumentWindowController+Find.m: When the first match is
	  displayed after a new search was initiated, the content view is
	  not automatically scrolled to ensure the match is visible. This
	  is a temporary fix for a segfault that seems to occure when
	  invoking the scrollPoint method from a separate thread.  It seems
	  that scrolling takes place while the view redraws itself.

2004-01-28 22:05  stefan

	* Documentation/ChangeLog: replaced the ChangeLog by a cvs log
	  entry based one

2004-01-28 22:04  stefan

	* DocumentWindow.m, DocumentWindowController+Find.m,
	  DocumentWindowController.m, PDFContentView.h, PDFContentView.m:
	  Use the new PDFKit that is based on xpdf 3.00. This doesn't
	  support ghostscript based rendering any more so the support for
	  this has been removed from ViewPDF.

2004-01-13 13:31  stefan

	* DocumentWindowController.m: save toolbar visibilty for
	  subsequently opened documents.

2004-01-12 20:39  fabien

	* Documentation/TODO: add TODO file

2004-01-07 16:08  stefan

	* DocumentWindowController+Find.m: commented out some debugging
	  output

2004-01-07 15:46  stefan

	* Documentation/Contributors.txt: Added Vincent.

2004-01-07 15:16  stefan

	* GNUmakefile, ViewPDFInfo.plist: set app versions for release

2004-01-05 22:38  stefan

	* Documentation/ChangeLog: added new features

2004-01-05 22:25  stefan

	* Documentation/: INSTALL, README: ViewPDF/Documentation/INSTALL

2003-12-22 22:31  stefan

	* main.m: Disabled format menue-item (temporary as long as the
	  pagelayout is not adjustable with PDFImageRep).

2003-12-22 22:30  stefan

	* DocumentWindowController.m, PDFContentView.m: Rotated pages are
	  now considered.

2003-12-20 00:37  stefan

	* find.gorm/: data.classes, objects.gorm: re-checkin with binary
	  option enabled

2003-12-20 00:37  stefan

	* find.gorm/: data.classes, objects.gorm: Removed to re-checkin
	  with binary option enabled.

2003-12-19 13:44  stefan

	* DocumentWindowController+Find.m, DocumentWindowController.h,
	  find.gorm/data.classes, find.gorm/objects.gorm: Improved
	  searching: the search is executed in a separete thread and all
	  matches are displayed in a table together with some context
	  informations about where the match was found.

2003-12-19 13:42  stefan

	* ViewPDFDocument.m: Code cleanup

2003-12-19 13:42  stefan

	* main.m: Enabled menu entry for backward searching

2003-12-19 13:40  stefan

	* GNUmakefile: Match.m

2003-12-19 13:40  stefan

	* ExtendedImageView.h, ExtendedImageView.m, PDFContentView.m:
	  Implemented scrolling with mouse-dragging

2003-12-19 13:38  stefan

	* DocumentWindow.m, DocumentWindowController.m: Code clean up

2003-12-19 13:37  stefan

	* Match.h, Match.m: Initial checkin.

2003-12-15 10:16  stefan

	* COPYING, ChangeLog: moved to Documentation

2003-12-15 09:59  stefan

	* Documentation/: COPYING, ChangeLog, Contributors.txt, INSTALL,
	  README: Docs moved into Documentation directory.

2003-12-15 09:58  stefan

	* README: Contains a hint to the Documentation dir.

2003-11-27 20:34  stefan

	* ImageDocument.h, ImageDocument.m: not needed any more

2003-11-26 23:02  stefan

	* Icons/: FileIcon_gif.tiff, FileIcon_jpg.tiff, FileIcon_png.tiff,
	  FileIcon_ps.tiff, FileIcon_tiff.tiff, FileIcon_xpm.tiff: not
	  needed any more

2003-11-26 23:01  stefan

	* Icons/FileIcon_pdf.png: initial checkin

2003-11-26 22:58  stefan

	* DocumentWindow.h, DocumentWindow.m,
	  DocumentWindowController+Find.m,
	  DocumentWindowController+Outline.m,
	  DocumentWindowController+PageLayout.m,
	  DocumentWindowController.h, DocumentWindowController.m,
	  ExtendedImageView.h, ExtendedImageView.m, GNUmakefile, ViewPDF.h,
	  ViewPDFInfo.plist, main.m, preferences.gorm/objects.gorm: -
	  simplified application structure - implemented text selection and
	  copy to pasteboard

2003-11-26 22:57  stefan

	* AppController.m: ViewableDocument is no more, use ViewPDFDocument
	  instead.

2003-11-26 22:56  stefan

	* AppController.h: removed forward class declarations.

2003-11-26 22:55  stefan

	* ViewPDFDocument.h, ViewPDFDocument.m: initial checkin.

2003-11-26 22:54  stefan

	* PDFContentView.h, PDFContentView.m: formerly DocumentContentView

2003-11-26 22:53  stefan

	* ExtendedScrollView.h, ExtendedScrollView.m: formerly
	  ImageScrollView

2003-11-26 22:53  stefan

	* DocumentPosition.h, DocumentPosition.m: outsourced from
	  ViewableDocument that does not exists any more.

2003-11-26 22:51  stefan

	* ViewableDocument.h, ViewableDocument.m, ViewablePDFDocument.h,
	  ViewablePDFDocument.m, ViewablePDFPage.h, ViewablePDFPage.m,
	  ViewablePage.h, ViewablePage.m: no longer needed since ViewPDF is
	  no focused on PDF documents.

2003-11-26 22:48  stefan

	* ImageScrollView.h, ImageScrollView.m: renamed to
	  ExtendedScrollView

2003-11-26 22:46  stefan

	* DocumentContentView.h, DocumentContentView.m: renamend to
	  PDFContentView

2003-10-19 15:13  stefan

	* AppController.h, AppController.m, COPYING, ChangeLog,
	  DocumentContentView.h, DocumentContentView.m, DocumentWindow.h,
	  DocumentWindow.m, DocumentWindowController+Find.m,
	  DocumentWindowController+Outline.m,
	  DocumentWindowController+PageLayout.m,
	  DocumentWindowController.h, DocumentWindowController.m,
	  ExtendedImageView.h, ExtendedImageView.m, GNUmakefile,
	  ImageDocument.h, ImageDocument.m, ImageScrollView.h,
	  ImageScrollView.m, Papersizes.plist, PrefsController.h,
	  PrefsController.m, README, ViewPDF.h, ViewPDF.png,
	  ViewPDFInfo.plist, ViewableDocument.h, ViewableDocument.m,
	  ViewablePDFDocument.h, ViewablePDFDocument.m, ViewablePDFPage.h,
	  ViewablePDFPage.m, ViewablePage.h, ViewablePage.m, main.m,
	  Icons/FileIcon_gif.tiff, Icons/FileIcon_jpg.tiff,
	  Icons/FileIcon_pdf.tiff, Icons/FileIcon_png.tiff,
	  Icons/FileIcon_ps.tiff, Icons/FileIcon_tiff.tiff,
	  Icons/FileIcon_xpm.tiff, Icons/first_page.png,
	  Icons/first_page.tiff, Icons/fit_page.tiff, Icons/fit_width.tiff,
	  Icons/last_page.png, Icons/last_page.tiff, Icons/next_page.tiff,
	  Icons/prev_page.tiff, Icons/tb_next_page.tiff,
	  Icons/tb_prev_page.tiff, Icons/zoom_11.tiff, Icons/zoom_in.tiff,
	  Icons/zoom_out.tiff, find.gorm/data.classes,
	  find.gorm/objects.gorm, outline.gorm/data.classes,
	  outline.gorm/objects.gorm, pagelayout.gorm/data.classes,
	  pagelayout.gorm/objects.gorm, preferences.gorm/data.classes,
	  preferences.gorm/objects.gorm: Imported ImageApps into cvs

2003-10-19 15:13  stefan

	* AppController.h, AppController.m, COPYING, ChangeLog,
	  DocumentContentView.h, DocumentContentView.m, DocumentWindow.h,
	  DocumentWindow.m, DocumentWindowController+Find.m,
	  DocumentWindowController+Outline.m,
	  DocumentWindowController+PageLayout.m,
	  DocumentWindowController.h, DocumentWindowController.m,
	  ExtendedImageView.h, ExtendedImageView.m, GNUmakefile,
	  ImageDocument.h, ImageDocument.m, ImageScrollView.h,
	  ImageScrollView.m, Papersizes.plist, PrefsController.h,
	  PrefsController.m, README, ViewPDF.h, ViewPDF.png,
	  ViewPDFInfo.plist, ViewableDocument.h, ViewableDocument.m,
	  ViewablePDFDocument.h, ViewablePDFDocument.m, ViewablePDFPage.h,
	  ViewablePDFPage.m, ViewablePage.h, ViewablePage.m, main.m,
	  Icons/FileIcon_gif.tiff, Icons/FileIcon_jpg.tiff,
	  Icons/FileIcon_pdf.tiff, Icons/FileIcon_png.tiff,
	  Icons/FileIcon_ps.tiff, Icons/FileIcon_tiff.tiff,
	  Icons/FileIcon_xpm.tiff, Icons/first_page.png,
	  Icons/first_page.tiff, Icons/fit_page.tiff, Icons/fit_width.tiff,
	  Icons/last_page.png, Icons/last_page.tiff, Icons/next_page.tiff,
	  Icons/prev_page.tiff, Icons/tb_next_page.tiff,
	  Icons/tb_prev_page.tiff, Icons/zoom_11.tiff, Icons/zoom_in.tiff,
	  Icons/zoom_out.tiff, find.gorm/data.classes,
	  find.gorm/objects.gorm, outline.gorm/data.classes,
	  outline.gorm/objects.gorm, pagelayout.gorm/data.classes,
	  pagelayout.gorm/objects.gorm, preferences.gorm/data.classes,
	  preferences.gorm/objects.gorm: Initial revision

