finalcut/doc
Markus Gans 597f9e772b New method FWidget::initLayout() for setting widget layouts after terminal initialization 2021-03-28 23:19:01 +02:00
..
Makefile.am Repair terminal update skipping 2020-10-22 03:14:14 +02:00
Mandelbrot.png Screenshots have been updated 2019-12-23 21:29:08 +01:00
TODO Optimized Color palette 2017-10-19 23:20:04 +02:00
benchmark.md Update asciinema link 2020-04-04 21:45:27 +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 Screenshots have been updated 2019-12-23 21:29:08 +01:00
calendar-draft.png Screenshots have been updated 2019-12-23 21:29:08 +01:00
class-diagram.txt Fixes minor bugs 2020-09-20 14:11:35 +02:00
class_template.cpp New data wrapper class FData and minor text changes 2020-07-08 21:32:47 +02:00
class_template.h New callback backend was implemented 2020-08-11 23:04:46 +02:00
coding-style.txt More internal use of const char* strings 2020-04-24 00:34:26 +02: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 Bugfix: empty FString() + wchar_t 2020-09-23 23:18:48 +02:00
fileopen-dialog.png Screenshots have been updated 2019-12-23 21:29:08 +01:00
final-cut-application-structure.svg Adding a tty check for stdin 2020-02-09 21:58:17 +01:00
final-cut-widget-tree.svg Repair terminal update skipping 2020-10-22 03:14:14 +02:00
first-steps.md New method FWidget::initLayout() for setting widget layouts after terminal initialization 2021-03-28 23:19:01 +02:00
first-steps_callback-function.cpp.png Add screenshorts to the first steps document 2020-02-04 00:09:06 +01:00
first-steps_callback-lambda.cpp.png Add screenshorts to the first steps document 2020-02-04 00:09:06 +01:00
first-steps_callback-method.cpp.png Add screenshorts to the first steps document 2020-02-04 00:09:06 +01:00
first-steps_dialog.cpp.png Add screenshorts to the first steps document 2020-02-04 00:09:06 +01:00
first-steps_emit-signal.cpp.png Add screenshorts to the first steps document 2020-02-04 00:09:06 +01:00
first-steps_memory.cpp.png Add screenshorts to the first steps document 2020-02-04 00:09:06 +01:00
first-steps_scrollview.cpp.png Add screenshorts to the first steps document 2020-02-04 00:09:06 +01:00
first-steps_size-adjustment.cpp.png Add screenshorts to the first steps document 2020-02-04 00:09:06 +01:00
first-steps_timer.cpp.png Add screenshorts to the first steps document 2020-02-04 00:09:06 +01:00
first-steps_user-event.cpp.png Add a "user event" chapter to the first steps document 2020-06-13 20:35:27 +02:00
framebuffer.txt New data wrapper class FData and minor text changes 2020-07-08 21:32:47 +02:00
mouse-control.md Add a document that describes how to create user themes 2020-07-06 19:32:01 +02: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 Screenshots have been updated 2019-12-23 21:29:08 +01:00
newfont2.png Screenshots have been updated 2019-12-23 21:29:08 +01:00
progress-bar.png Screenshots have been updated 2019-12-23 21:29:08 +01: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 Screenshots have been updated 2019-12-23 21:29:08 +01:00
user-theme-bee-palette.svg Add a document that describes how to create user themes 2020-07-06 19:32:01 +02:00
user-theme-fc8-palette.svg Add a document that describes how to create user themes 2020-07-06 19:32:01 +02:00
user-theme-fc16-dark-palette.svg Add a document that describes how to create user themes 2020-07-06 19:32:01 +02:00
user-theme-fc16-palette.svg Add a document that describes how to create user themes 2020-07-06 19:32:01 +02:00
user-theme-vga-palette.svg Add a document that describes how to create user themes 2020-07-06 19:32:01 +02:00
user-theme.md New method FWidget::initLayout() for setting widget layouts after terminal initialization 2021-03-28 23:19:01 +02:00
user-theme.png Add a document that describes how to create user themes 2020-07-06 19:32:01 +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
widget-coordinates.svg Rename setTransShadow() to setColorOverlay() 2020-02-13 08:21:48 +01:00
widget-geometry.svg Rename setTransShadow() to setColorOverlay() 2020-02-13 08:21:48 +01:00
widget-lengths.svg Rename setTransShadow() to setColorOverlay() 2020-02-13 08:21:48 +01: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