Age | Commit message (Expand) | Author | Files | Lines |
2012-09-19 | Change numeric to numpy and update LinearAlgebra.kirka-updates | Kirill Gadjello | 94 | -137/+151 |
2012-07-17 | add chroot instructions to README.md | Bryan Bishop | 1 | -4/+31 |
2012-05-02 | hardcoding a commit id is a bad idea | Bryan Bishop | 1 | -1/+1 |
2012-04-30 | .gitignore entries from svn global-ignores | Bryan Bishop | 1 | -1/+9 |
2012-04-30 | split up a long line in build-chroot.sh | Bryan Bishop | 1 | -1/+6 |
2012-04-30 | chroot creation script (tutorial) | Bryan Bishop | 1 | -0/+169 |
2012-04-30 | two minor changes to get source running on target machines | Bryan Bishop | 2 | -3/+7 |
2012-04-29 | atombase.c and samevals.c should also be ignored | Bryan Bishop | 1 | -0/+2 |
2012-04-29 | even more .gitignore refinements | Bryan Bishop | 1 | -5/+10 |
2012-04-29 | Revert change to HDF5_SimResults.cpp from d5eee5. | Bryan Bishop | 1 | -2/+2 |
2012-04-29 | these two Makefiles get overwritten via automake | Bryan Bishop | 1 | -0/+5 |
2012-04-29 | ignore more build objects | Bryan Bishop | 1 | -0/+43 |
2012-04-29 | remove bends_rcsid and bonds_rcsid from sim/src/newtables.c | Bryan Bishop | 1 | -2/+2 |
2012-04-29 | ignore automake-generated files | Bryan Bishop | 1 | -3/+29 |
2012-04-28 | direct links to the videos | Bryan Bishop | 1 | -3/+2 |
2012-04-28 | add nanofactory video to readme | Bryan Bishop | 1 | -0/+11 |
2012-04-28 | fix url to paul rothemund dna origami image | Bryan Bishop | 1 | -1/+1 |
2012-04-28 | formatting fix for table of contents in README | Bryan Bishop | 1 | -0/+6 |
2012-04-28 | initial README in top-level path | Bryan Bishop | 1 | -0/+107 |
2012-04-28 | initial .gitignore | Bryan Bishop | 1 | -0/+9 |
2010-12-16 | Make getExtensionButton a little more robust in FlyoutToolbar.py in UI | Thomas Fitzsimmons | 1 | -3/+4 |
2010-12-16 | Contributed patch: remove sponsors startup lag. | Thomas Fitzsimmons | 1 | -19/+0 |
2010-12-16 | Applying contributed patches (see below) | Thomas Fitzsimmons | 6 | -7/+13 |
2010-12-16 | Applying contributed patches (see below) | Thomas Fitzsimmons | 4 | -6/+6 |
2010-12-16 | Applying contributed patches for various makefiles | Thomas Fitzsimmons | 6 | -30/+64 |
2010-03-05 | upgrade LICENSE from GPLv2 to GPLv2+ (with Mark's permission by email) | Bruce Smith | 2 | -0/+40 |
2009-07-10 | rename variables named 'as' (untested), since keyword in python 2.6 | Bruce Smith | 2 | -6/+6 |
2009-05-30 | Introduced clear() method. | Mark Sims | 1 | -3/+19 |
2009-05-30 | Fixed bug in which an invalid DnaStrand can be edited. When this happens (I f... | Mark Sims | 1 | -2/+14 |
2009-05-30 | Ignorable. Refined docstrings. | Mark Sims | 1 | -5/+3 |
2009-03-24 | delete pyglet, add instructions for installing it | Bruce Smith | 100 | -84468/+35 |
2009-03-18 | clean up images | Bruce Smith | 2 | -0/+0 |
2009-03-17 | stub for dset cache usage tracking; comments about refactoring it requires; r... | Bruce Smith | 4 | -27/+140 |
2009-03-14 | add GL_MAX_ values to Graphics Card Info | Bruce Smith | 1 | -1/+36 |
2009-03-14 | fix typo | Bruce Smith | 1 | -1/+1 |
2009-03-14 | move get_gl_info_string into its own file, graphics_card_info.py | Bruce Smith | 3 | -103/+118 |
2009-03-14 | docstring changes | Bruce Smith | 1 | -9/+15 |
2009-03-13 | clean up comments from that refactoring | Bruce Smith | 2 | -77/+6 |
2009-03-13 | factored access code from client into new methods of DrawingSetCache (messy-c... | Bruce Smith | 2 | -81/+233 |
2009-03-13 | split DrawingSetCache into its own file, add some doc | Bruce Smith | 2 | -20/+49 |
2009-03-13 | comment about how to make overlap indicators work with 'reuse cached drawings... | Bruce Smith | 1 | -1/+8 |
2009-03-13 | CSDL.add_drawing_func; fixes 'reuse dsets' re _f_drawchunk_realtime | Bruce Smith | 3 | -10/+85 |
2009-03-12 | generalize CSDL drawing API (but not yet construction API or implementation) ... | Bruce Smith | 3 | -39/+96 |
2009-03-12 | changing global display style invalidates 'reuse dsets' cache | Bruce Smith | 2 | -5/+22 |
2009-03-12 | CSDLs should not have a .glname since they're never a selobj | Bruce Smith | 1 | -5/+8 |
2009-03-12 | make glname_color alg. better tolerate accidental color match | Bruce Smith | 1 | -2/+22 |
2009-03-12 | fix non-understood bug in using ColorSorter for general highlightables | Bruce Smith | 5 | -3/+25 |
2009-03-12 | coding standards | Bruce Smith | 1 | -22/+21 |
2009-03-11 | renamed/improved debug_pref to reuse cached DrawingSets; revised GM.Draw API | Bruce Smith | 9 | -67/+154 |
2009-03-11 | rename some methods for consistency | Bruce Smith | 9 | -63/+78 |