finalcut/doc
Markus Gans 88d5c0d050 Improved display of the NewFont midline 2019-11-06 02:40:47 +01:00
..
Makefile.am Newfont specialization for 8x16 and 9x16 pixel character 2019-11-03 23:34:47 +01:00
Mandelbrot.png Mandelbrot set screenshot 2015-06-14 13:48:35 +02:00
TODO Optimized Color palette 2017-10-19 23:20:04 +02:00
build_openbsd.txt Small cleanups 2019-08-06 23:45:28 +02:00
build_solaris.txt Build on Solaris 2019-02-10 22:38:00 +01:00
calculator.png Add calculator preview 2015-06-20 16:56:03 +02:00
calendar-draft.png upload 2015-05-23 13:35:12 +02:00
class-diagram.txt Expanding the unit test for FTermLinux 2019-07-04 15:26:26 +02:00
class_template.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
class_template.h Internal redesign of the callback call 2019-10-05 23:20:07 +02:00
coding-style.txt Move fonts into the root directory 2017-11-02 16:05:34 +01:00
console_codes-manual.sh Moved FTerm debug access methods to FTermDebugData 2018-11-01 21:29:54 +01:00
console_ioctl-manual.sh Moved FTerm debug access methods to FTermDebugData 2018-11-01 21:29:54 +01:00
faq.md Improved gpm wheel mouse support 2018-12-01 21:28:25 +01:00
fileopen-dialog.png Add an input field example 2015-05-24 19:15:03 +02:00
first-steps.md Version 0.6.0 2019-10-17 01:13:18 +02:00
framebuffer.txt FAQ update 2018-11-18 22:50:45 +01:00
ncurses.supp upload 2015-05-23 13:35:12 +02:00
newfont-8x16.txt Improved display of the NewFont midline 2019-11-06 02:40:47 +01:00
newfont-9x16.txt Improved display of the NewFont midline 2019-11-06 02:40:47 +01:00
newfont1.png Menu supports newfont 2015-11-08 02:11:55 +01:00
newfont2.png upload 2015-05-23 13:35:12 +02:00
progress-bar.png upload 2015-05-23 13:35:12 +02:00
readme.txt Replacing null-terminated wide strings with FString objects 2019-10-01 23:14:00 +02:00
terminfo-capabilities.sh Moved FTerm debug access methods to FTermDebugData 2018-11-01 21:29:54 +01:00
terminfo-manual.sh Moved FTerm debug access methods to FTermDebugData 2018-11-01 21:29:54 +01:00
textview.png upload 2015-05-23 13:35:12 +02:00
vga.txt New method setInputType() in FLineEdit that allows to obscure password entries 2019-10-20 20:06:33 +02:00
virtual-terminal.txt More code cleanups 2019-10-08 04:37:19 +02:00
vt100_line_drawing_graphics.png upload 2015-05-23 13:35:12 +02:00
xgraphics Newfont Bullet sign 2015-12-11 06:04:29 +01:00
xterm.txt Move fonts into the root directory 2017-11-02 16:05:34 +01:00

readme.txt

----------------------------------------------------------------------
                              FINAL CUT
----------------------------------------------------------------------

The FINAL CUT is a C++ class library and widget toolkit with full mouse
support for creating a text-based user interface. The library supports
the programmer to develop an application for the text console. It allows
the simultaneous handling of multiple text windows on the screen.

The structure of the Qt framework was originally the inspiration for
the C++ class design of FINAL CUT. It provides common controls like
dialog boxes, push buttons, check boxes, radio buttons, input lines,
list boxes, status bars and so on.


Installation
------------
> git clone git://github.com/gansm/finalcut.git
> cd finalcut
> autoreconf --install --force
> ./configure --prefix=/usr
> make
> su -c "make install"


Supported platforms
-------------------
* Linux
* FreeBSD
* NetBSD
* OpenBSD
* macOS
* Cygwin
* Solaris


First steps
-----------
See the first-steps.md documentation for information on how to use
the library.


License
-------
GNU Lesser General Public License Version 3


Frequently Asked Questions
--------------------------
For general questions about FINAL CUT, likely the answer is already included in the faq.md.


Download
--------
You can find the latest version at https://github.com/gansm/finalcut


Please send bug reports to
--------------------------
https://github.com/gansm/finalcut/issues