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

..03-May-2022-

ColorPickers/H03-May-2022-2,6371,949

Documentation/H05-Apr-2020-7,9996,480

Headers/H05-Apr-2020-40,74020,689

Images/H03-May-2022-242199

KeyBindings/H05-Apr-2020-11473

Model/H05-Apr-2020-5,3394,324

Panels/H05-Apr-2020-2,1892,124

PrinterTypes/H05-Apr-2020-392321

Printing/H05-Apr-2020-2,8381,685

Resources/H05-Apr-2020-5,6744,670

Sounds/H03-May-2022-4819

Source/H03-May-2022-204,995175,216

Tests/H05-Apr-2020-2,9512,369

TextConverters/H05-Apr-2020-7,6366,269

Themes/H05-Apr-2020-418

Tools/H05-Apr-2020-4,5533,750

config/H05-Apr-2020-318282

.gitignoreH A D05-Apr-20201.2 KiB6152

.travis.ymlH A D05-Apr-20203.1 KiB7473

ANNOUNCEH A D05-Apr-20204.2 KiB10684

BUGSH A D05-Apr-2020396 1913

CODEOWNERSH A D05-Apr-2020242 65

COPYINGH A D05-Apr-202034.3 KiB676553

COPYING.LIBH A D05-Apr-202025.8 KiB

ChangeLogH A D05-Apr-202043.2 KiB1,329948

ChangeLog.1H A D05-Apr-2020253.8 KiB6,1204,836

ChangeLog.2H A D05-Apr-2020246.5 KiB6,4414,981

ChangeLog.3H A D05-Apr-2020389.9 KiB10,4197,874

ChangeLog.4H A D05-Apr-2020363.7 KiB10,1017,471

ChangeLog.5H A D05-Apr-2020358.9 KiB10,3597,601

GNUmakefileH A D03-May-20222 KiB8339

GNUmakefile.postambleH A D05-Apr-20202.8 KiB10383

INSTALLH A D05-Apr-20202.4 KiB7053

MISSINGH A D05-Apr-20202.4 KiB111108

NEWSH A D05-Apr-202031.6 KiB817640

READMEH A D05-Apr-20201.8 KiB4534

VersionH A D05-Apr-2020734 2217

config.make.inH A D05-Apr-2020675 2621

configureH A D03-May-2022205.4 KiB7,2415,948

configure.acH A D05-Apr-202024.1 KiB678602

gnustep-gui.spec.inH A D05-Apr-2020893 2118

gui.make.inH A D05-Apr-20201.5 KiB4740

install.shH A D05-Apr-2020155 105

travis-deps.shH A D05-Apr-20202.2 KiB7664

README

11 README
2********
3
4The GNUstep gui library is a library of graphical user interface classes
5written completely in the Objective-C language; the classes are based
6upon Apple's Cocoa framwork (which came from the OpenStep
7specification).  These classes include graphical objects such as
8buttons, text fields, popup lists, browser lists, and windows; there are
9also many associated classes for handling events, colors, fonts,
10pasteboards and images.
11
121.1 Initial reading
13===================
14
15   * The file 'ANNOUNCE' contains a very brief overview of the library.
16     It also tells you where to get the most recent version.
17
18   * The file 'NEWS' has the library's feature history.
19
20   * The file 'INSTALL' gives instructions for installing the library.
21
221.2 License
23===========
24
25The GNUstep libraries and library resources are covered under the GNU
26Lesser Public License.  This means you can use these libraries in any
27program (even non-free programs).  If you distribute the libraries along
28with your program, you must make the improvements you have made to the
29libraries freely available.  You should read the COPYING.LIB file for
30more information.  All files in this package EXCEPT files in the 'Tools'
31directories and subdirectories under this are covered under the GLPL.
32
33   GNUstep tools, test programs, and other files are covered under the
34GNU General Public License.  This means if you make changes to these
35programs, you cannot charge a fee, other than distribution fees, for
36others to use the program.  You should read the COPYING file for more
37information.  All files in the 'Tools' directory are covered under the
38GPL.
39
401.3 How can you help?
41=====================
42
43   * Give us feedback!  Tell us what you like; tell us what you think
44     could be better.  Send bug reports to <bug-gnustep@gnu.org>.
45