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.027Nov4Aug2111Sep9Aug8Dec30Nov12Jul13Mar22Feb201928Sep7Dec2Nov130Oct27262418Feb27Jan24211917Dec12Nov7Sep13May30Apr27201423Dec11Nov30Oct26Jun228Mar2726251419Feb2Oct31Jul28252215141118Jan176Feb13Sep3May29Mar249Feb23Jan2120171210314Dec30Nov18Oct20Jul141313Jun716Feb9843Jan29Dec2819Oct7617Aug31Jul272623191864Jun120Apr19131227Mar21Feb14Jan13911Dec10812Nov6327Oct26252115330Sep429Jul28May16151423Apr19Mar17122Feb1522Jan2111Dec16Oct54216Sep28Aug2320Jul1510329Jun2827261918131254325May24232212876429Apr262423221917161211931Mar292824231413119628Feb211164230Jan282724235331Dec29282310Nov98630Oct2719181718Sep4331Aug29282726constify.constify.partiviewpartiviewFix more const lint found by gcc 4.8.Bump.CONSTify, and fix other lint found by macosx clang.Document pixelaspect, chromaparams/chromacmap, snapset, snapshot -q.Mollify macos clang - #ifndef X rather than #if !X.Fix a bunch of lint pointed out by macos clang compiler.Run partipanel.fl through 1.34 version of fluid. doesn't change anything important.Return 1 ('event handled') when our view receives an FL_SHOW event. Does this matter? It doesn't seem to hurt.CONSTify to avoid a few string-passed-to-non-const-char* warnings.Use GL_LINE_STRIP rather than GL_LINE_LOOP when drawing an ellipsoid in PLANE style. Make usetextaxes work for ellipsoids too.Add tfm2euler(), tfm2xyzeuler().Use isfinite() rather than finite().Propagate minor changes in partiview.sgml.Yes partiview really requires FLTK 1.3.x now.Compile even if GLEW library not present. Stub out the shader functions.Update for version 0.93:Tidy.Add parti_getpixelaspect(), parti_setpixelaspect().Add "pixelaspect" command.Bump. New features include:Add new magic encoded-color name - "rgb888", by analogy with rgb565.CONSTify.parti_snapshot(): if the pattern includes '@', emit a stereo pair of images, replacing @ with L and R.Remove "&" from play-speed - don't take over "l" as a hot-key.New hot-keys in graphics window --Const-ify.Look for png.h and jpeglib.h in FLTK_INC path (i.e. after calling fltk-config).Compile assuming static libGLEW library under MinGW.Look for png.h and jpeglib.h in FLTK_INC path (i.e. after calling fltk-config).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.Insist on using GLEW.Add vecalpha field.Switch 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.
Loading