fltk/test
ManoloFLTK e0405d2135 macOS: remove code present only to support macOS versions 10.3 and 10.4.
This is a first step towards removing the code related to support of old macOS versions
that are not compatible with C++11 which FLTK 1.5 requires.
2026-02-01 16:32:21 +01:00
..
desktop
images
mac-resources
pixmaps
.gitignore Clean up .gitignore files 2025-12-30 18:41:33 +01:00
adjuster.cxx Add C++11 Fl_Valuator::format API. 2026-01-04 15:50:56 +01:00
animated.cxx
arc.cxx
ask.cxx Remove obsolete build option 'FLTK_OPTION_STD' 2025-03-19 14:44:16 +01:00
bitmap.cxx
blocks.cxx macOS: remove code present only to support macOS versions 10.3 and 10.4. 2026-02-01 16:32:21 +01:00
boxtype.cxx
browser.cxx
button.cxx
buttons.cxx
cairo_test.cxx
checkers_pieces.fl
checkers.cxx Fix trailing whitespace and convert a few tabs to spaces 2025-07-08 15:25:14 +02:00
clipboard.cxx Improve and simplify test/clipboard.cxx 2025-11-29 20:05:13 +01:00
clock.cxx
CMakeLists.txt CMake: add try_compile() to figure out if Pen/Tablet is supported 2026-01-29 17:43:21 +01:00
colbrowser.cxx
color_chooser.cxx Fix trailing whitespace and convert a few tabs to spaces 2025-07-08 15:25:14 +02:00
contrast.cxx
coordinates.cxx
cube.cxx
CubeMain.cxx
CubeView.cxx
CubeView.h
CubeViewUI.fl
cursor.cxx
curve.cxx
demo.cxx Remove from Doxygen files information about removed configure-based build system. 2025-09-08 12:49:41 +02:00
demo.menu
device.cxx
doublebuffer.cxx
editor.cxx
fast_slow.fl
file_chooser.cxx
flex_demo.cxx
flex_login.cxx
fltk-versions.cxx
fonts.cxx Remove hidden vector font editor from test/font 2025-11-19 13:27:43 +01:00
forms.cxx
fractals.cxx Fixing a few more compiler warnings. 2025-03-30 00:51:34 +01:00
fracviewer.cxx
fracviewer.h
fullscreen.cxx
gl_overlay.cxx
glpuzzle.cxx
glut_test.cxx
grid_alignment.cxx
grid_buttons.cxx
grid_dialog.cxx
grid_login.cxx
group.cxx
handle_events.cxx
handle_keys.cxx
hello.cxx
help_dialog.cxx
help_dialog.html
icon.cxx
iconize.cxx
image.cxx
inactive.fl
input_choice.cxx
input.cxx
keyboard_ui.fl
keyboard.cxx
keyboard.h
label.cxx
line_style_docs.cxx
line_style.cxx
list_visuals.cxx
mandelbrot_ui.fl
mandelbrot.cxx
mandelbrot.h
menubar.cxx Additional menu code cleanup. 2025-11-21 19:57:50 +01:00
message.cxx
minimum.cxx
native-filechooser.cxx
navigation.cxx
offscreen.cxx
output.cxx
overlay.cxx
pack.cxx
penpal.cxx Improve access to C++ symbols. 2025-11-29 21:01:53 +01:00
pixmap_browser.cxx Add "Copy" button to test/pixmap_browser 2025-12-11 18:40:14 +01:00
pixmap.cxx
preferences.fl Fix Fl_Pack to support more box types. 2025-12-29 16:21:17 +01:00
radio.fl
README-unittests.txt
README.txt
resize-arrows.cxx
resize-arrows.h
resize-example1.cxx
resize-example2.cxx
resize-example3a.cxx
resize-example3b.cxx
resize-example3c.cxx
resize-example4a.cxx
resize-example4b.cxx
resize-example5a.cxx
resize-example5b.cxx
resize-example5c.cxx
resize.fl
resizebox.cxx
rgb.txt
rotated_text.cxx
scroll.cxx
shadow_variables.cxx
shape.cxx
subwindow.cxx
sudoku.cxx macOS: remove code present only to support macOS versions 10.3 and 10.4. 2026-02-01 16:32:21 +01:00
sudoku.ico
sudoku.rc
symbols.cxx
table.cxx
tabs.fl
terminal.fl Add display_columns() controller 2025-11-17 12:54:01 -08:00
threads.cxx Fix a few more warnings by Clang. 2025-11-21 13:37:54 +01:00
threads.h
tile.cxx
tiled_image.cxx
trackball.c
trackball.h
tree.fl
twowin.cxx
unittest_about.cxx
unittest_circles.cxx
unittest_complex_shapes.cxx
unittest_core.cxx
unittest_fast_shapes.cxx
unittest_images.cxx
unittest_points.cxx
unittest_schemes.cxx
unittest_scrollbarsize.cxx
unittest_symbol.cxx
unittest_terminal.cxx
unittest_text.cxx
unittest_unicode.cxx
unittest_viewport.cxx
unittests.cxx Add Fl_Scheme::plastic_color_average() method [#464] 2025-12-25 19:34:08 +01:00
unittests.h
utf8.cxx Remove usage of fl_utf8froma(), improve layout of test/utf8 2026-01-26 18:46:29 +01:00
valuators.fl Add initial log support for sliders (#1232). 2025-11-26 14:08:58 +01:00
windowfocus.cxx
wizard.cxx

test/README.txt - 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


-----------------------------------------------------
Note: this file is outdated and incomplete. (*FIXME*)
-----------------------------------------------------