summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-02-21Stopped test/keyboard consuming 100% cpu.Matthias Melcher
2007-02-20Update copyright years and use "#ifndef" instead of "#if !defined".Michael R Sweet
2007-02-20Fixed Watcom compiler setup without verification using a patch by mnieuwMatthias Melcher
2007-02-13Updated log message when generating source files from an .fl file. (STR #1600).Matthias Melcher
2007-02-13Updated log message when generating source files from an .fl file. (STR #1600).Matthias Melcher
2007-02-12Clean up threads example, use new set_awake_cb().Michael R Sweet
2007-02-10Update dependencies.Michael R Sweet
2007-02-08Add "mute sound" option to sudoku game, on request from a user.Michael R Sweet
2007-02-08STR #1584: even smarter mouse pointer hiding. I also fixed two little histori...Matthias Melcher
2007-02-06Use INSTALL_BIN instead of CP for Mac OS bundles...Michael R Sweet
2007-02-06Use install command instead of CHMOD, CP, and MKDIR.Michael R Sweet
2007-01-24- Added automated little helpers to Sudoku Matthias Melcher
2007-01-18GLPuzzle kept on solving, keeping the CPU busy and my legs warm (Laptop) (STR...Matthias Melcher
2007-01-18mandelbrot demo uses single buffering. Doublebuffering needs to be done diffe...Matthias Melcher
2007-01-18Fixed Quartz image drawing and screen readingMatthias Melcher
2007-01-18Fixed modified .fl file.Matthias Melcher
2007-01-18Fixed mousewheel event propagation (STR #1521)Matthias Melcher
2006-12-21Fixed silly bug in OS X that would free a pixmap multiple times within Fl_RGB...Matthias Melcher
2006-11-29STR #1467: explained tooltip inheritance - and how to avoid it).Matthias Melcher
2006-10-13Move icons for blocks game to the right directory.Michael R Sweet
2006-10-11Make sure all of the demos use the scheme, and add a scheme chooser to theMichael R Sweet
2006-10-07Fix install-linux target in test directory.Michael R Sweet
2006-10-03Add GTK thin up/down box/frame types.Michael R Sweet
2006-09-30Fix void * to integer casts for 64-bit Intel systems (STR #1446)Michael R Sweet
2006-09-19STR 1424: attempt to make test/Makefile more roboust for time shifts in fluid...Matthias Melcher
2006-09-17Decluttered Fluid Widget Bin to look good w/Mike new GTK+ scheme. Thanks Mike!Matthias Melcher
2006-09-05Restoring the accidentaly destroyed hello.cxxMatthias Melcher
2006-09-05STR #1410: fl_file_chooser could crash after a previously canceled dialogMatthias Melcher
2006-08-29Updated OSX subwindow simulation code to better add and remove from the clipp...Matthias Melcher
2006-08-29- removed more inconsistencies between fl_draw and fl_measure (STR #1408)Matthias Melcher
2006-08-28Fix blocks crashes on WIN32 - audio buffer too smallMichael R Sweet
2006-08-28Add missing Gimp source image for block images.Michael R Sweet
2006-08-26Don't accept clicks when paused.Michael R Sweet
2006-08-26Tweak the blocks game some more, and fix the coding style to conform to theMichael R Sweet
2006-08-26Workaround HP-UX compiler bug by making Blocks and Columns structures public.Michael R Sweet
2006-08-26Make all XPM files use const char * arrays...Michael R Sweet
2006-08-25Fix <FL/glu.h> includes.Michael R Sweet
2006-08-25Added Blocks to the VC6 project file and set dependencies.Matthias Melcher
2006-08-25Added unversal header for OpenGL's GLu library.Matthias Melcher
2006-08-25Fixed installation of pixmap s to reflect new pixmaps directory.Matthias Melcher
2006-08-25Do some rearranging of image and desktop support files.Michael R Sweet
2006-08-24Add wording and tweak difficulty levels so that the Easy andMichael R Sweet
2006-08-23Fixed Fl_Positioner callback when released (STR #1387)Matthias Melcher
2006-08-23Fixed WIN32 zero size window issue (STR #1387)Matthias Melcher
2006-08-23 Fixed Sudoku window positioning (STR #1398)Matthias Melcher
2006-08-21Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374).Matthias Melcher
2006-08-18Restored original "hello.cxx"Matthias Melcher
2006-08-18STR #1381: added optional "precision" argument when writing floats or doubles...Matthias Melcher
2006-08-17New context_changed() function for OpenGL windows allowing efficient texture ...Matthias Melcher
2006-08-14Modified boxtype demo to show somewhat experimental, yet nice round plastic b...Matthias Melcher