summaryrefslogtreecommitdiff
path: root/test/README.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-01 18:03:10 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-06 20:28:20 +0200
commitf09e17c3c564e8310125a10c03397cbf473ff643 (patch)
tree8d0fd4a28e3686c33aaa140d07ddba26ab28bdc2 /test/README.txt
parentb0e0c355edaa2e23148cb0260ada907aec930f05 (diff)
Remove $Id$ tags, update URL's, and more
- remove obsolete svn '$Id$' tags from all source files - update .fl files and generated files accordingly - replace 'http://www.fltk.org' URL's with 'https://...' - replace bug report URL 'str.php' with 'bugs.php' - remove trailing whitespace - fix other whitespace errors flagged by Git - add and/or fix missing or wrong standard headers - convert tabs to spaces in all source files The only relevant code changes are in the fluid/ folder where some .fl files and other source files were used to generate the '$Id' headers and footers.
Diffstat (limited to 'test/README.txt')
-rw-r--r--test/README.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/README.txt b/test/README.txt
index f979f1458..d57c46a16 100644
--- a/test/README.txt
+++ b/test/README.txt
@@ -11,23 +11,23 @@ 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
+fractals: A GLUT program with FL controls added to it
-glpuzzle: A GLUT program with no modifications
+glpuzzle: A GLUT program with no modifications
-fullscreen: Demo of how to make your window toggle to fill screen
+fullscreen: Demo of how to make your window toggle to fill screen
-list_visuals: necessary to debug X visual stuff
+list_visuals: necessary to debug X visual stuff
-mandelbrot: A true application, using panels built in Fluid
+mandelbrot: A true application, using panels built in Fluid
-menubar: Demo of how FL's menus work
+menubar: Demo of how FL's menus work
-shiny: Demo of drawing FL's controls using OpenGL
+shiny: Demo of drawing FL's controls using OpenGL
-forms: An XForms program to demonstrate emulation
+forms: An XForms program to demonstrate emulation
-colbrowser: Another XForms program that is actually useful
+colbrowser: Another XForms program that is actually useful
-----------------------------------------------------