Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • partiview
  • rel_0_7_02
  • vendor
  • partiview-2005-11-08-1704
  • post-7-05-smarx-merge
  • pre-smarx-join
  • rel_0_7_05
  • rel_0_7_04
  • rel_0_7_03
  • pre_rel_0_7_02
  • Draft1
  • partiview-2001-03-19-1620
  • partiview-2000-12-12-2057
  • partiview-01
15 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.012Jul13Mar22Feb201928Sep7Dec2Nov130Oct27262418Feb27Jan24211917Dec12Nov7Sep13May30Apr27201423Dec11Nov30Oct26Jun228Mar2726251419Feb2Oct31Jul28252215141118Jan176Feb13Sep3May29Mar249Feb23Jan2120171210314Dec30Nov18Oct20Jul141313Jun716Feb9843Jan29Dec2819Oct7617Aug31Jul272623191864Jun120Apr19131227Mar21Feb14Jan13911Dec10812Nov6327Oct26252115330Sep429Jul28May16151423Apr19Mar17122Feb1522Jan2111Dec16Oct54216Sep28Aug2320Jul1510329Jun2827261918131254325May24232212876429Apr262423221917161211931Mar292824231413119628Feb211164230Jan282724235331Dec29282310Nov98630Oct2719181718Sep4331Aug2928272624211716927Jul231918Switch timestep and timebase to be Fl_Float_Input instead of Fl_Input.Regenerate from (unchanged) partipanel.fl with newer version of fluid. Switches from FL_Input to FL_Float_Input.Allow picking vectors (as in "vec on", "vecscale", etc.).Add some redraw()s when we detach opengl window from GUI, to avoid MacOS Lion bug which left them un-refreshed.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.Remember to schedule redraw(). Probably not necessary, but trying to squash bug that's appeared in MacOS Lion.Add vecalpha command.Write JPEG image with correct orientation.Demonstrates combining time-varying data (discrete datatimes) with time-varying warp (continuous extrapolation).Use stars-with-radial-velocities data so stars can move.Add Usage message.Simple demonstration of time-varying data.Check the right thing -- ac_cv_header_jpeglib_h -- to see whether we've found the JPEG header and need to find corresponding library.For MacOS (Lion), use -framework Cocoa rather than -framework Carbon, following fltk-1.3's lead. No, I don't understand why.Describe vecvar command.Accept command-line arguments for starting-view, rotation axis, fixed point. All have defaults.Um, use fscanf() correctly when reading constellation-data filenames.Tired of Windows upper/lower case ambiguity -- replace "version.c" with "versionstr.c"Try to make jpeglib.h work right under Windows/MinGW. Need to declare our own "boolean" type for some stupid reason.Update with HAVE_LIBJPEG_H.Add jpeglib.h / -lfltk_jpeg.Add built-in JPEG snapshotting using libjpeg. JPEG quality set via snapshot/snapset -q option.Add -q option to snapshot/snapset for JPEG quality. (Ignored for non-JPEGs.)Add 'jpegqual' field for JPEG quality setting (snapshot/snapset -q).Bump version.snapshot:Check for validity of compiled shader -- only enable if glCompileShader succeeded.Under MinGW, don't flake out if user-provided --with-fltk directory ends with trailing slash.Use libpng for snapshotting if available. Change default snapshot parameters:Add -C option for 'late commands' -- run after the window is established --Add hacks to use FLTK's libpng (-lfltk_png, -I<fltk-source>/png/png.h) if available.Add hacks to use FLTK's libpng (-lfltk_png, <fltk-source>/png/png.h) if available.Update by rerunning autoheader. Specifically need zlib.h and png.h.In Fl_Gview::snapshot, don't crash if window has evaporated (e.g. if we've exited).Allow unlimited number of subcam definitions.Demonstrate attaching vectors (w/optional arrows) to points --Data file for vectordemo.cf. A bunch of points with attached 3-D vectors.Result of autoreconf'ing.Fix lint -- check result from pipe() for "add" command.Only include GL/glew.h if we HAVE_LIBGLEW.
Loading