FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Greg Ercolano c7ef0f1d17 Fl_Tree related mods 15 years ago
..
blocks.app/Contents Do some rearranging of image and desktop support files. 19 years ago
checkers.app/Contents Update OSX icons. 20 years ago
desktop Added missing semicolons in desktop file 17 years ago
pixmaps Removed DOS style ^M's; they were preventing SGI compiles (partial STR#2174) 16 years ago
sudoku.app/Contents Update OSX icons. 20 years ago
CMakeLists.txt Updated CMake files and removed now obsolete test/tree.cxx and 15 years ago
CubeMain.cxx Cahngad copyrights in 'test' 17 years ago
CubeView.cxx Cahngad copyrights in 'test' 17 years ago
CubeView.h Cahngad copyrights in 'test' 17 years ago
CubeViewUI.fl New context_changed() function for OpenGL windows allowing efficient texture loading (str #1372) 19 years ago
Makefile Merge of branch-1.3-Fl_Printer, with the following main changes: 15 years ago
README Added common heading and footer to all source files. 27 years ago
adjuster.cxx Most test demos converted to use Fl_Double_Window 16 years ago
arc.cxx Cahngad copyrights in 'test' 17 years ago
ask.cxx Most test demos converted to use Fl_Double_Window 16 years ago
bitmap.cxx Most test demos converted to use Fl_Double_Window 16 years ago
blocks.cxx Removed remaining 'deprecated function' warnings for Xcode 15 years ago
boxtype.cxx Most test demos converted to use Fl_Double_Window 16 years ago
browser.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! 16 years ago
button.cxx Cahngad copyrights in 'test' 17 years ago
buttons.cxx Cahngad copyrights in 'test' 17 years ago
cairo_test.cxx Changed references to fltk-bugs@fltk.org -> STR form. 15 years ago
checkers.cxx Cahngad copyrights in 'test' 17 years ago
clock.cxx Most test demos converted to use Fl_Double_Window 16 years ago
colbrowser.cxx minor changes so all demos work under Xcode. 16 years ago
color_chooser.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! 16 years ago
connect.cxx Cahngad copyrights in 'test' 17 years ago
cube.cxx Fl_Printer is now enough to print this window. 15 years ago
cursor.cxx Most test demos converted to use Fl_Double_Window 16 years ago
curve.cxx Cahngad copyrights in 'test' 17 years ago
demo.cxx Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs. 15 years ago
demo.menu Added device demo to target list and to cool demos section 15 years ago
device.cxx Bringing supported IDEs to the newest setup, add device and others. 15 years ago
doublebuffer.cxx Cahngad copyrights in 'test' 17 years ago
editor.cxx made test/editors textsize "configurable" (by macro TS) 15 years ago
fast_slow.fl Redid Carl's fix to fast_slow (making it be output widgets rather 26 years ago
file_chooser.cxx Most test demos converted to use Fl_Double_Window 16 years ago
fl_jpeg_image.cxx Cahngad copyrights in 'test' 17 years ago
fonts.cxx Cahngad copyrights in 'test' 17 years ago
forms.cxx Added the counterpart for FL_COMMAND (F_CONTROL). Added GTK Boxtype to the Forms test. Made utf function more fail-safe. Testing SCM on Xcode (wish me luck) 16 years ago
fractals.cxx Cahngad copyrights in 'test' 17 years ago
fracviewer.cxx Fix <FL/glu.h> includes. 19 years ago
fracviewer.h Fixup fractals demo so it doesn't get way ahead of display - some Linux 24 years ago
fromdos.c Initial revision 27 years ago
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! 16 years ago
gl_overlay.cxx Cahngad copyrights in 'test' 17 years ago
glpuzzle.cxx Some fine tuning after introduction of Fl_Gl_Window-capable Fl_Printer::print_widget() 15 years ago
hello.cxx Cahngad copyrights in 'test' 17 years ago
help.cxx Help demo: now loads the non framed version main.html instead of index.html 17 years ago
iconize.cxx Cahngad copyrights in 'test' 17 years ago
image.cxx Removed yellow color from image background. 15 years ago
inactive.fl STR #1052: updated color handling in test programs. If you are planning on creating labels based on foreground or background color, you should load the colors *before* creating the user interface. This is done by calling: 20 years ago
input.cxx Fixed Fl_Input_::index(int) to return a UCS4 character instead of a byte. 16 years ago
input_choice.cxx Most test demos converted to use Fl_Double_Window 16 years ago
keyboard.cxx Most test demos converted to use Fl_Double_Window 16 years ago
keyboard.h Cahngad copyrights in 'test' 17 years ago
keyboard_ui.fl Typos and alignments 16 years ago
label.cxx Added new flags for label alignment: FL_LEFT_TOP, FL_RIGHT_TOP, FL_LEFT_BOTTOM, and FL_RIGHT_BOTTOM align outside labels first to the side, then to the top or botton, filling a gap in possible alignment. Also FL_ALIGN_TEXT_NEXT_TO_IMAGE and FL_ALIGN_IMAGE_NEXT_TO_TEXT which do just that, and finally FL_ALIGN_IMAGE_BACKDROP which renders the image in the background and draws the label on top. 15 years ago
line_style.cxx Most test demos converted to use Fl_Double_Window 16 years ago
list_visuals.cxx Cahngad copyrights in 'test' 17 years ago
makedepend Fixed dependencies for next snapshot. 15 years ago
makefile.wat Changed references to fltk-bugs@fltk.org -> STR form. 15 years ago
mandelbrot.cxx Merge of branch-1.3-Fl_Printer, with the following main changes: 15 years ago
mandelbrot.h Most test demos converted to use Fl_Double_Window 16 years ago
mandelbrot_ui.fl Merge of branch-1.3-Fl_Printer, with the following main changes: 15 years ago
menubar.cxx International menu shortcuts working on Mac OS (and probably the other OS's) 16 years ago
message.cxx Cahngad copyrights in 'test' 17 years ago
minimum.cxx Most test demos converted to use Fl_Double_Window 16 years ago
native-filechooser.cxx Hmm, looks like both define()s needed a fix. Thanks Mike! 16 years ago
navigation.cxx Cahngad copyrights in 'test' 17 years ago
output.cxx Most test demos converted to use Fl_Double_Window 16 years ago
overlay.cxx Cahngad copyrights in 'test' 17 years ago
pack.cxx Most test demos converted to use Fl_Double_Window 16 years ago
pixmap.cxx Most test demos converted to use Fl_Double_Window 16 years ago
pixmap_browser.cxx Back to use of fl_file_chooser() 15 years ago
preferences.fl Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374). 19 years ago
radio.fl Sorted buttons order as they appear in fluid, changed the 'same shortcuts A1 and A2 as it is more confusing than helping in finding bugs for this test case. 17 years ago
resize.fl made the window its own resizable() for better resize testing 17 years ago
resizebox.cxx Most test demos converted to use Fl_Double_Window 16 years ago
rgb.txt Added the standard rgb.txt file from X11 to the test directory, 20 years ago
rotated_text.cxx fix type conversion 16 years ago
scroll.cxx Cahngad copyrights in 'test' 17 years ago
shape.cxx Cahngad copyrights in 'test' 17 years ago
subwindow.cxx Cahngad copyrights in 'test' 17 years ago
sudoku.cxx Removed remaining 'deprecated function' warnings for Xcode 15 years ago
sudoku.ico Add missing icon for sudoku 20 years ago
sudoku.rc VC++ 2005 Support, drop old files, add icons for Sudoku 20 years ago
sudokurc.h Fixed shortcut and default focus for message dialogs (STR #1298). 19 years ago
symbols.cxx Most test demos converted to use Fl_Double_Window 16 years ago
table.cxx Replaced _WIN32 symbols that had crept in with UTF-8 and the 16 years ago
tabs.fl STR #1652: allowing shortcuts in tabs 18 years ago
threads.cxx Most test demos converted to use Fl_Double_Window 16 years ago
threads.h STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 17 years ago
tile.cxx Most test demos converted to use Fl_Double_Window 16 years ago
tiled_image.cxx Most test demos converted to use Fl_Double_Window 16 years ago
trackball.c Initial revision 27 years ago
trackball.h Initial revision 27 years ago
tree.fl Fl_Tree related mods 15 years ago
unittest_about.cxx set properties on unittest files 16 years ago
unittest_circles.cxx set properties on unittest files 16 years ago
unittest_images.cxx restoring transparency in test/unittest_images.cxx (Windows and X11). 15 years ago
unittest_lines.cxx set properties on unittest files 16 years ago
unittest_points.cxx set properties on unittest files 16 years ago
unittest_rects.cxx set properties on unittest files 16 years ago
unittest_scrollbarsize.cxx Fl_Tree related mods 15 years ago
unittest_text.cxx set properties on unittest files 16 years ago
unittest_viewport.cxx changed $Id$ statement to proper format 16 years ago
unittests.cxx Fl_Scroll mods for global scrollbar size control. 16 years ago
utf8.cxx Changed references to fltk-bugs@fltk.org -> STR form. 15 years ago
valuators.fl Fixed modified .fl file. 19 years ago

README

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