fltk/test
Albrecht Schlosser 9604b556b8 Updating dependencies
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7486 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-04-12 10:24:32 +00:00
..
blocks.app/Contents
checkers.app/Contents
desktop
pixmaps
sudoku.app/Contents
adjuster.cxx Most test demos converted to use Fl_Double_Window 2009-04-21 09:09:37 +00:00
arc.cxx
ask.cxx
bitmap.cxx
blocks.cxx
boxtype.cxx
browser.cxx
button.cxx
buttons.cxx
cairo_test.cxx
checkers.cxx Cahngad copyrights in 'test' 2009-01-01 16:35:13 +00:00
clock.cxx
CMakeLists.txt
colbrowser.cxx
color_chooser.cxx
connect.cxx
cube.cxx
CubeMain.cxx
CubeView.cxx
CubeView.h
CubeViewUI.fl
cursor.cxx
curve.cxx
demo.cxx
demo.menu
device.cxx
doublebuffer.cxx
editor.cxx
fast_slow.fl
file_chooser.cxx
fl_jpeg_image.cxx
fonts.cxx
forms.cxx
fractals.cxx Cahngad copyrights in 'test' 2009-01-01 16:35:13 +00:00
fracviewer.cxx Fix <FL/glu.h> includes. 2006-08-25 16:12:13 +00:00
fracviewer.h Fixup fractals demo so it doesn't get way ahead of display - some Linux 2002-01-03 14:08:08 +00:00
fromdos.c
fullscreen.cxx Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome work of Manolo Gouy (STR #2221). This is a big one! I tested all test applications under 32-bit autoconf and Xcode, and a few apps under 64bit intel. No PPC testing was done. Please verify this patch if you have the machine! 2009-12-06 22:21:55 +00:00
gl_overlay.cxx
glpuzzle.cxx Some fine tuning after introduction of Fl_Gl_Window-capable Fl_Printer::print_widget() 2010-03-17 07:56:50 +00:00
hello.cxx
help.cxx
iconize.cxx
image.cxx
inactive.fl
input_choice.cxx
input.cxx
keyboard_ui.fl
keyboard.cxx Most test demos converted to use Fl_Double_Window 2009-04-21 09:09:37 +00:00
keyboard.h
label.cxx
line_style.cxx
list_visuals.cxx
makedepend
Makefile
makefile.wat
mandelbrot_ui.fl
mandelbrot.cxx Merge of branch-1.3-Fl_Printer, with the following main changes: 2010-03-14 18:07:24 +00:00
mandelbrot.h
menubar.cxx
message.cxx
minimum.cxx
native-filechooser.cxx
navigation.cxx Cahngad copyrights in 'test' 2009-01-01 16:35:13 +00:00
output.cxx
overlay.cxx
pack.cxx
pixmap_browser.cxx
pixmap.cxx
preferences.fl Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374). 2006-08-21 15:03:02 +00:00
radio.fl
README
resize.fl
resizebox.cxx Most test demos converted to use Fl_Double_Window 2009-04-21 09:09:37 +00:00
rgb.txt
rotated_text.cxx
scroll.cxx
shape.cxx
subwindow.cxx Cahngad copyrights in 'test' 2009-01-01 16:35:13 +00:00
sudoku.cxx
sudoku.ico
sudoku.rc
sudokurc.h
symbols.cxx
table.cxx
tabs.fl
threads.cxx
threads.h
tile.cxx
tiled_image.cxx
trackball.c
trackball.h
tree.cxx
tree.h
unittest_about.cxx
unittest_circles.cxx
unittest_images.cxx
unittest_lines.cxx
unittest_points.cxx
unittest_rects.cxx
unittest_scrollbarsize.cxx
unittest_text.cxx
unittest_viewport.cxx
unittests.cxx Fl_Scroll mods for global scrollbar size control. 2009-07-12 00:15:06 +00:00
utf8.cxx
valuators.fl Fixed modified .fl file. 2007-01-18 10:41:27 +00:00

test/README - 20 Oct 1998
-------------------------

This directory contains tests and demos of FL.  In most cases you can
learn a lot about how to program FL by looking at the source code.

Type "make" to compile them all.

The program "demo" is a graphical interface to run all the demos. (you
may recognize this as a rewrite of an XForms program).

Some of the more interesting programs:

fractals:	A GLUT program with FL controls added to it

glpuzzle:	A GLUT program with no modifications

fullscreen:	Demo of how to make your window toggle to fill screen

list_visuals:	necessary to debug X visual stuff

mandelbrot:	A true application, using panels built in Fluid

menubar:	Demo of how FL's menus work

shiny:		Demo of drawing FL's controls using OpenGL

forms:		An XForms program to demonstrate emulation

colbrowser:	Another XForms program that is actually useful