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

..03-May-2022-

build-aux/H24-Sep-2017-16,58912,399

docs/H03-May-2022-47,32039,285

glade/H03-May-2022-2,5352,091

gtkextra/H03-May-2022-90,64363,162

m4/H24-Sep-2017-9,0978,218

AUTHORSH A D24-Sep-2017282 1611

COPYINGH A D24-Sep-201724.7 KiB483400

ChangeLogH A D24-Sep-201770.1 KiB2,0651,439

INSTALLH A D24-Sep-20177.6 KiB183143

Makefile.amH A D24-Sep-20171.1 KiB5334

Makefile.inH A D03-May-202230.6 KiB978868

NEWSH A D24-Sep-20170

READMEH A D24-Sep-20172.9 KiB10567

TODOH A D24-Sep-2017110 42

acinclude.m4H A D24-Sep-20172.4 KiB8072

aclocal.m4H A D24-Sep-201782.4 KiB2,4262,206

config.h.inH A D24-Sep-20173.9 KiB149101

configureH A D24-Sep-2017535.6 KiB18,55115,579

configure.acH A D24-Sep-20178.6 KiB373285

depcompH A D24-Sep-201715.5 KiB530329

gtk-doc.makeH A D24-Sep-20175.9 KiB197162

gtkextra-3.0.m4H A D24-Sep-20177.9 KiB197183

gtkextra-3.0.pc.inH A D24-Sep-2017288 1411

gtkextra-3.0.specH A D24-Sep-20172.5 KiB10379

gtkextra-3.0.spec.inH A D24-Sep-20172.5 KiB10379

makecopyrightH A D24-Sep-20171.5 KiB5445

README

1General Information
2===================
3
4This library is GTK+extra vesion 3. It is a useful widget set
5complementary to GTK+ for creating graphical interfaces for the X Window
6System. It is written in C and requires GTK+ version 2.x.
7
8The official web site is:
9  http://gtkextra.sourceforge.net
10
11
12Prerequisites
13=============
14
15GtkExtra requires the following packages:
16
17 - The GTK+ , GLib, Pango, ATK and cairo libraries
18   GTK+ 2.14.4 requires at least GLib 2.17.6,
19   Pango 1.20, ATK 1.13.0 and cairo 1.6.0.
20
21 - The TIFF, PNG, and JPEG image loading libraries. You most
22   likely have these installed on your system already. If not
23   these libraries are available from:
24
25    http://www.libtiff.org/
26    http://www.libpng.org/
27    http://www.ijg.org/
28
29    libtiff must be version 3.6.0 or higher.
30
31 - For generating GtkDoc reference docs and tutorial you need GtkDoc 1.8 , Docbook 4.5 with all dependencies
32   (docbook-to-man,docbook-xls,docbook-utils , openjade , jadetex , tex-common , sgmlspl ,texlive ,tipa ,etc)
33
34
35Installation
36============
37
38See the file 'INSTALL'
39
40
41Documentation
42=============
43
44In preparation. Read the header files and test programs in the directory
45./src for further information and examples.
46
47Release notes for GtkExtra-3:
48============================
49
50- Gtk 2.x support.
51- Cairo support implemented.
52- Deprecating some widgets: GtkFileList, GtkIconFileSelection and GtkCheckItem.
53- Documentation rewritten in GtkDoc format.
54
55
56
57How to report bugs
58==================
59
60Bugs should be reported to the GtkExtra mailing list.
61You will need to create an account for yourself.
62
63In the bug report please include:
64
65* Information about your system. For instance:
66
67   - What operating system and version
68   - What version of X
69   - For Linux, what version of the C and GTK libraries.
70
71  And anything else you think is relevant.
72
73* How to reproduce the bug.
74
75  Please include a short test program that exhibits the behavior. As a
76  last resort, you can also provide a pointer to a larger piece of software
77  that can be downloaded.
78
79* If the bug was a crash, the exact text that was printed out when the
80  crash occured.
81
82* Further information such as stack traces may be useful, but is not
83  necessary. If you do send a stack trace, and the error is an X error,
84  it will be more useful if the stacktrace is produced running the test
85  program with the --sync command line option.
86
87
88Patches
89=======
90
91Patches should also be submitted to gtkextra.sourceforge. If the patch
92fixes an existing bug, add the patch as an attachment to that bug
93report.
94
95Otherwise, enter a new bug report that describes the patch, and attach
96the patch to that bug report.
97
98Bug reports containing patches should include the PATCH keyword in their
99keyword fields. If the patch adds to or changes the GtkExtra programming
100interface, the API keyword should also be included.
101
102Patches should be in unified diff form. (The -u option to GNU diff.)
103(END)
104
105