- Nov 30, 2013
-
-
slevy authored
If a color-index variable is named rgb888, it's interpreted as a full 24-bit color value: R*65536 + G*256 + B with 0 <= R,G,B <= 255.
-
slevy authored
-
slevy authored
parti_snapshot(): if the pattern includes '@', emit a stereo pair of images, replacing @ with L and R.
-
slevy authored
-
slevy authored
? print help message for hot keys ctrl-S toggle stereo left/right eyes Safer sprintf for subcam report.
-
slevy authored
-
- Jul 12, 2013
-
-
slevy authored
Use static GLEW library under MinGW (libglew32.a rather than libglew32.dll.a).
-
slevy authored
-
slevy authored
Use static GLEW library under mingw (libglew32.a rather than libglew32.dll.a).
-
slevy authored
Revamp FLTK configuration -- use fltk-config. It tells us which libraries we need. It also can tell us where to find libpng and libjpeg - either the versions built-in to fltk since 1.1.x, or else the system version if available.
-
slevy authored
-
slevy authored
-
slevy authored
-
slevy authored
Regenerate from (unchanged) partipanel.fl with newer version of fluid. Switches from FL_Input to FL_Float_Input.
-
slevy authored
Make use of vecalpha value.
-
slevy authored
Add some redraw()s when we detach opengl window from GUI, to avoid MacOS Lion bug which left them un-refreshed.
-
slevy authored
Add some redraw() calls to avoid MacOS Lion bug that left cmd box, cmdhist scrollback, and opengl view to go un-refreshed. Especially when we switch on the timestep row.
-
slevy authored
Remember to schedule redraw(). Probably not necessary, but trying to squash bug that's appeared in MacOS Lion.
-
- Mar 13, 2013
- Feb 22, 2013
-
-
slevy authored
Demonstrates combining time-varying data (discrete datatimes) with time-varying warp (continuous extrapolation).
-
- Feb 20, 2013
- Feb 19, 2013
-
-
slevy authored
Check the right thing -- ac_cv_header_jpeglib_h -- to see whether we've found the JPEG header and need to find corresponding library.
-
- Sep 28, 2012
-
-
slevy authored
For MacOS (Lion), use -framework Cocoa rather than -framework Carbon, following fltk-1.3's lead. No, I don't understand why.
-
- Dec 07, 2011
- Nov 02, 2011
- Nov 01, 2011
- Oct 30, 2011
-
-
slevy authored
-
- Oct 27, 2011
-
-
slevy authored
Flip Y when encoding PNGs. Always free the snapshot buffer.
-
- Oct 26, 2011