fltk/test
Manolo Gouy 86e48ce2ca configure build and Mac platform: make the colbrowser and help demo find their data file
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11928 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-09-07 16:05:55 +00:00
..
blocks.app/Contents
checkers.app/Contents
desktop
pixmaps
sudoku.app/Contents
adjuster.cxx
animated.cxx
arc.cxx
ask.cxx
bitmap.cxx
blocks.cxx
boxtype.cxx
browser.cxx Fix Mac OS launching of the browser test program. 2016-08-31 16:59:22 +00:00
button.cxx
buttons.cxx
cairo_test.cxx
checkers.cxx
clock.cxx
CMakeLists.txt [CMake] Improve sound support detection. 2016-06-14 11:00:29 +00:00
colbrowser.cxx Fix colbrowser.cxx for __APPLE__ 2016-05-15 14:06:01 +00:00
color_chooser.cxx
connect.cxx
cube.cxx
CubeMain.cxx
CubeView.cxx
CubeView.h
CubeViewUI.fl
cursor.cxx
curve.cxx
demo.cxx Remove another instance of the USING_XCODE preprocessor variable 2016-08-31 17:01:27 +00:00
demo.menu
device.cxx
doublebuffer.cxx
editor-Info.plist
editor.cxx
fast_slow.fl
file_chooser.cxx
fonts.cxx
forms.cxx
fractals.cxx
fracviewer.cxx Fix compiler warnings (gcc 6.1). 2016-07-29 09:24:04 +00:00
fracviewer.h
fromdos.c
fullscreen.cxx Add dots-per-inch info to the screen data displayed by the fullscreen demo. 2016-06-22 08:36:48 +00:00
gl_overlay.cxx
glpuzzle.cxx
hello.cxx Remove unnecessary #include statement. 2016-06-14 11:15:22 +00:00
help-test.html remove duplicate '†' 2016-05-23 10:48:59 +00:00
help.cxx Simpler test/help.cxx under Mac OS X 2016-05-15 13:52:17 +00:00
icon.cxx
iconize.cxx
image.cxx
inactive.fl
input_choice.cxx
input.cxx
keyboard_ui.fl
keyboard.cxx
keyboard.h
label.cxx
line_style.cxx
list_visuals.cxx
makedepend
Makefile configure build and Mac platform: make the colbrowser and help demo find their data file 2016-09-07 16:05:55 +00:00
mandelbrot_ui.fl
mandelbrot.cxx
mandelbrot.h
menubar.cxx
message.cxx
minimum.cxx
native-filechooser.cxx Bringing over fix [r11924] from 1.3 current to the porting branch. 2016-09-05 19:31:13 +00:00
navigation.cxx
offscreen.cxx
output.cxx
overlay.cxx
pack.cxx
pixmap_browser.cxx
pixmap.cxx
preferences.fl
radio.fl
README
resize.fl
resizebox.cxx
rgb.txt
rotated_text.cxx
scroll.cxx
shape.cxx
subwindow.cxx
sudoku.cxx
sudoku.ico
sudoku.rc
sudokurc.h
symbols.cxx
table.cxx
tabs.fl
threads.cxx
threads.h
tile.cxx Fix documentation of Fl_Tile (STR #3303). 2016-05-09 11:29:59 +00:00
tiled_image.cxx
trackball.c
trackball.h
tree.fl Bringing over fix [r11840] from 1.3 current to the porting branch. 2016-07-21 00:51:14 +00:00
twowin.cxx
unittest_about.cxx
unittest_circles.cxx
unittest_images.cxx
unittest_lines.cxx
unittest_points.cxx
unittest_rects.cxx
unittest_schemes.cxx Removed ABI guards that snuck in with r11819. 2016-07-19 23:19:16 +00:00
unittest_scrollbarsize.cxx
unittest_symbol.cxx
unittest_text.cxx
unittest_viewport.cxx
unittests.cxx
utf8.cxx
valuators.fl
windowfocus.cxx

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