source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @810   16 years vrinside one_volume.cg -> modified ambient value 0.8 to 0.2 nanovis.cpp -> add …
(edit) @809   16 years mmc Created the initial API for the optimizer. Type "make" in this …
(edit) @808   16 years dkearney allow the user to create a new empty rappture library object in c++ …
(edit) @807   17 years dkearney adjusted nanovis-test to always send gzip mime encoded data to nanovis …
(edit) @806   17 years vrinside Add a macro for dubugging
(edit) @805   17 years dkearney removed old code to shell out and compress/encode file and replaced it …
(edit) @804   17 years vrinside
(edit) @803   17 years vrinside
(edit) @802   17 years vrinside Fixed double memory deletion
(edit) @801   17 years vrinside Modified a routine for compute texture coordinate. Data decompose …
(edit) @800   17 years vrinside Add data loader for newly defined zinc blende structure
(edit) @799   17 years vrinside remove a statement 'using namespace std;' in order to avoid a conflict …
(edit) @798   17 years mmc Added an example of a python wrapper script.
(edit) @797   17 years mmc Fixed the canvas example so that it can be launched with tclsh and …
(edit) @796   17 years mmc Added an example of the Tk canvas producing diagrams.
(edit) @795   17 years dkearney updated python bindings to not complain about giving an empty value …
(edit) @794   17 years mmc Added an example of <note> elements.
(edit) @793   17 years mmc Added original version of fermi.c program (before Rappture conversion)
(edit) @792   17 years mmc This example had "K" for both units conversions, so the Ef conversion …
(edit) @791   17 years dkearney renamed the python rappture library source file
(edit) @790   17 years dkearney changed the name of the python !Library module to library
(edit) @789   17 years dkearney adding tool.version.rappture.language to xml files to keep track of …
(edit) @788   17 years dkearney adjustments to entity references encoding to include the length of the …
(edit) @787   17 years dkearney adding new !Library.cc which replaces library.py and result.py as …
(edit) @786   17 years mmc Fixed the layout of groups/notes so that largest elements on the page …
(edit) @785   17 years mmc Added support for a <note> on the output side of an <image> object. …
(edit) @784   17 years mmc Added support for experimental <drawing> object.
(edit) @783   17 years mmc Fix for ticket #3169 (error writing "sock66": connection reset by …
(edit) @782   17 years mmc Fixed the layout of controls so that large items like <note> and …
(edit) @781   17 years mmc Rough version of a drawing element that can be used for diagrams.
(edit) @780   17 years vrinside Add changing the color of linecontour
(edit) @779   17 years vrinside modified controlling visibility of linecontour of heightmap
(edit) @778   17 years vrinside modified axis and grid visible command
(edit) @777   17 years vrinside modified creation of zincblende volume
(edit) @776   17 years vrinside Add 3D surface plot and grid rendering
(edit) @775   17 years dkearney removed the hard coded path to submit per steve's request. now, on …
(edit) @774   17 years mmc Downloading of binary data within <string> objects was broken because …
(edit) @773   17 years mmc Fixed the default font size used in the HTML viewer for <note> objects.
(edit) @772   17 years mmc Fixed up the rendering controls for the MolvisViewer?.
(edit) @771   17 years dkearney adding the : back to the OCTAVE_PATH environment variable because it …
(edit) @770   17 years nkissebe rename resource variable to look for to molvis_server instead of …
(edit) @769   17 years dkearney updated result function for all language bindings to automatically …
(edit) @768   17 years mmc Added <control>manual-resim</control> directive. This allows you to …
(edit) @767   17 years mmc Oops! Forgot to add the new -param option emitted by the ResultSet?, …
(edit) @766   17 years mmc Fixed the output viewer for numbers/integers to show a plot of the …
(edit) @765   17 years dkearney added SIGTERM as the kill signal for rappture exec at steve's request
(edit) @764   17 years mmc Fix for support ticket #1607 (can't set _cntlInfo(...)) This ticket …
(edit) @763   17 years mmc Fix for support ticket #2273 (can't read "val": no such variable).
(edit) @762   17 years dkearney removed rpath from linking to make sure /apps is not mounted on render …
(edit) @761   17 years mmc Added a new <note> object which can be used to add annotations to the …
(edit) @760   17 years dkearney added pymol script for launching pymol. updated pymolproxy's makefile …
(edit) @759   17 years dkearney fixes for the copy function within the core rappture library. this fix …
(edit) @758   17 years dkearney added safety check to result() fxn to report failure to write run.xml …
(edit) @757   17 years dkearney simplified start_vis to just copy the whole install_dir tree to /tmp …
(edit) @756   17 years dkearney adding -r flag to cp so it does a recursive copy
(edit) @755   17 years dkearney added -p option to nanovis so we can add paths in a colon separated …
(edit) @754   17 years dkearney moved binary programs to the bin directory in start_viz.sh script
(edit) @753   17 years dkearney updated start server script for nanovis/nanoscale changing the port to …
(edit) @752   17 years dkearney added use of RPENC_HDR flag in decode function so users can give the …
(edit) @751   17 years dkearney moved encode code to src2/core so it can be used in librappture2 for …
(edit) @750   17 years dkearney added distclean targets
(edit) @749   17 years dkearney moved vizservers directory to top level. added configure/makefiles to …
(edit) @748   17 years dkearney fixed librappture.a to properly include object files from src2/core
(edit) @747   17 years dkearney added decibel to list of recognized units.
(edit) @746   17 years mmc Fix for support ticket #1773 "bad window path name ".main.area..." …
(edit) @745   17 years mmc Fix for a problem loading structures that showed up in the MOSFET …
(edit) @744   17 years dkearney added lib/vtk to lib search path so rappture can find vtk libraries, …
(edit) @743   17 years mmc Added a test so we can simulate jobs that dump core mid-way through. …
(edit) @742   17 years mmc Fix for problem viewing structures in app-mgnanowirefet. The icon on …
(edit) @741   17 years nkissebe completeing repository check after conversion to fsfs
(edit) @740   17 years nkissebe testing repository after conversion to fsfs
(edit) @739   17 years mmc Fix for support ticket #1686 'can't read "_limits(vmin)": no such …
(edit) @738   17 years mmc Fixed a problem recently introduced with device structures on the …
(edit) @737   17 years dkearney added the rpmxFlush function to flush matlab's buffers on demand. this …
(edit) @736   17 years dkearney adding capabilities for xy scatter plots by adding curve.about.type = …
(edit) @735   17 years mmc Oops! The "submit" command isn't on the user's path right now. Fixed …
(edit) @734   17 years mmc Fixed the handling for "job_protocol=submit" so that it doesn't print …
(edit) @733   17 years mmc Fixed long messages (usually resulting from "Problem launching job") …
(edit) @732   17 years mmc Oops! Goofed up the "string is double" test when adding -strict.
(edit) @731   17 years mmc Fixed tool execution to honor the new "job_protocol" directive. If …
(edit) @730   17 years mmc Fix for support ticket #1434 "reset zoom button does not work on …
(edit) @729   17 years mmc Fix for support ticket #1455, "floating-point value too large to …
(edit) @728   17 years mmc Fixed the automatic bug reporting system to avoid reporting bugs …
(edit) @727   17 years mmc Final tweaks to improve the messages for automatic ticket submission …
(edit) @726   17 years mmc Added a fix so that tools running without a $SESSIONDIR/resources file …
(edit) @725   17 years mmc Fixed the Rappture::encoding::is function to properly detect embedded …
(edit) @724   17 years mmc Fixed the bugreport component to automatically register all "Oops!" …
(edit) @723   17 years nkissebe fix install dir for pymolproxy
(edit) @722   17 years nkissebe leave read end of request pipe open when launching client to prevent …
(edit) @721   17 years nkissebe ignore SIGPIPE signal (ie, if nanoscale terminated)
(edit) @720   17 years nkissebe ignore SIGPIPE signals (which would occur if nanoscale terminated)
(edit) @719   17 years dkearney adding include directory and adjusting build system's matlab arch variable
(edit) @718   17 years dkearney after the core rappture library (librappture.so) is created the …
(edit) @717   17 years nkissebe build binary as "nanoscale" rather than "server". changed install dir …
(edit) @716   17 years nkissebe daemonize by default, use -f (debug flag) to run in the foreground
(edit) @715   17 years nkissebe multi-service and detachment support added to nanoscale
(edit) @714   17 years nkissebe had stdin/stdout parameters reversed give a little more information on …
(edit) @713   17 years nkissebe nanovisviewer should send memory reservation in big endian (network …
(edit) @712   17 years dkearney changed simsim to reference the tcl version instead of the old python …
(edit) @711   17 years mmc Fixed the older MoleculeViewer? to work properly with the add/delete …
Note: See TracRevisionLog for help on using the revision log.