• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Comical.pbproj/H06-Mar-2006-2,4022,400

ComicalIcons/H03-May-2022-

src/H03-May-2022-5,2083,685

unrar/H03-May-2022-26,08722,953

unzip/H06-Mar-2006-2,7381,853

AUTHORSH A D07-Jan-200442 21

COPYINGH A D07-Jan-200417.6 KiB341281

ChangeLogH A D05-Mar-20062.7 KiB7769

Comical.kdevelopH A D24-Nov-20054.8 KiB169168

Comical.kdevelop.filelistH A D05-Mar-20063.8 KiB227226

ComicalSetup.issH A D06-Mar-20062.8 KiB6858

MakefileH A D03-May-2022892 4733

Makefile.mingwH A D26-Feb-20061.8 KiB6243

Makefile.vcH A D07-Nov-20051.5 KiB3324

READMEH A D21-Feb-20062.9 KiB7156

TODOH A D06-Mar-20061.2 KiB4033

README

1------------------------------------------------
2Comical - The Comic Book Archive reader
3------------------------------------------------
4
5Finally - a cross-platform, open-source CBR and CBZ reader!  Read your favorite
6scanned comic books and graphic novels with Comical's absurdly easy GUI and
7in-your-face double page display!
8
9Nifty Features:
10* Single-Page or Double-Page display modes.
11* Several zoom modes - Fit, Fit-to-Width, Fit-to-Height, Original, and Custom.
12* Crisp image scaling with algorithms adapted from FreeImage 3.
13* Autodetects double pages scanned together and displays it accordingly.
14* Page rotation.
15* Full-Screen mode.
16* Left-to-Right or Right-to-Left browsing.
17* Displays JPG, GIF, and PNG images.
18* Supports RAR(.cbr) and ZIP(.cbz) comic book archives
19* Supports all encrypted RAR archives as well as ZIP archives with pkzip 2.04g
20encryption.
21
22What you need to compile from source:
23wxWidgets 2.6.0 or later
24gcc 3.3 or later
25
26Acknowledgements:
27
28Cross-platform magic and GUI Widgets provided by:
29wxWidgets (http://www.wxwindows.org)
30
31Image resizing provided by:
32FreeImage (http://freeimage.sourceforge.net/).
33
34JPEG support provided by:
35Independent JPEG Group (http://www.ijg.org/)
36
37ZIP decompression provided by:
38Copyright (C) 1998-2005 Gilles Vollant.
39
40RAR decompression provided by RARLabs.  You cannot use the unrar source to
41re-create the RAR compression algorithm, which is proprietary.  Distribution
42of modified Unrar source in separate form or as part of other software is
43permitted, provided that it is clearly stated in the documentation and source
44comments that the code may not be used to develop a RAR compatible archiver.
45
46-------------------------------------------------------------------------------
47Copyright (c) 2003-2006 James Athey
48
49This program is free software; you can redistribute it and/or modify
50it under the terms of the GNU General Public License as published by
51the Free Software Foundation; either version 2 of the License, or
52(at your option) any later version.
53
54This program is distributed in the hope that it will be useful,
55but WITHOUT ANY WARRANTY; without even the implied warranty of
56MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57GNU General Public License for more details.
58
59You should have received a copy of the GNU General Public License
60along with this program; if not, write to the Free Software
61Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
62
63In addition, as a special exception, the author gives permission to link the
64code of his release of Comical with Rarlabs' "unrar" library (or with modified
65versions of it that use the same license as the "unrar" library), and
66distribute the linked executables. You must obey the GNU General Public License
67in all respects for all of the code used other than "unrar". If you modify this
68file, you may extend this exception to your version of the file, but you are
69not obligated to do so. If you do not wish to do so, delete this exception
70statement from your version.
71