summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-16Make getExtensionButton a little more robust in FlyoutToolbar.py in UIHEADmasterThomas Fitzsimmons1-3/+4
2010-12-16Contributed patch: remove sponsors startup lag.Thomas Fitzsimmons1-19/+0
2010-12-16Applying contributed patches (see below)Thomas Fitzsimmons6-7/+13
2010-12-16Applying contributed patches (see below)Thomas Fitzsimmons4-6/+6
2010-12-16Applying contributed patches for various makefilesThomas Fitzsimmons6-30/+64
2010-03-05upgrade LICENSE from GPLv2 to GPLv2+ (with Mark's permission by email)Bruce Smith2-0/+40
2009-07-10rename variables named 'as' (untested), since keyword in python 2.6Bruce Smith2-6/+6
2009-05-30Introduced clear() method.Mark Sims1-3/+19
2009-05-30Fixed bug in which an invalid DnaStrand can be edited. When this happens (I f...Mark Sims1-2/+14
2009-05-30Ignorable. Refined docstrings.Mark Sims1-5/+3
2009-03-24delete pyglet, add instructions for installing itBruce Smith100-84468/+35
2009-03-18clean up imagesBruce Smith2-0/+0
2009-03-17stub for dset cache usage tracking; comments about refactoring it requires; r...Bruce Smith4-27/+140
2009-03-14add GL_MAX_ values to Graphics Card InfoBruce Smith1-1/+36
2009-03-14fix typoBruce Smith1-1/+1
2009-03-14move get_gl_info_string into its own file, graphics_card_info.pyBruce Smith3-103/+118
2009-03-14docstring changesBruce Smith1-9/+15
2009-03-13clean up comments from that refactoringBruce Smith2-77/+6
2009-03-13factored access code from client into new methods of DrawingSetCache (messy-c...Bruce Smith2-81/+233
2009-03-13split DrawingSetCache into its own file, add some docBruce Smith2-20/+49
2009-03-13comment about how to make overlap indicators work with 'reuse cached drawings...Bruce Smith1-1/+8
2009-03-13CSDL.add_drawing_func; fixes 'reuse dsets' re _f_drawchunk_realtimeBruce Smith3-10/+85
2009-03-12generalize CSDL drawing API (but not yet construction API or implementation) ...Bruce Smith3-39/+96
2009-03-12changing global display style invalidates 'reuse dsets' cacheBruce Smith2-5/+22
2009-03-12CSDLs should not have a .glname since they're never a selobjBruce Smith1-5/+8
2009-03-12make glname_color alg. better tolerate accidental color matchBruce Smith1-2/+22
2009-03-12fix non-understood bug in using ColorSorter for general highlightablesBruce Smith5-3/+25
2009-03-12coding standardsBruce Smith1-22/+21
2009-03-11renamed/improved debug_pref to reuse cached DrawingSets; revised GM.Draw APIBruce Smith9-67/+154
2009-03-11rename some methods for consistencyBruce Smith9-63/+78
2009-03-11'reuse dsets' no longer prevents non-model drawingBruce Smith2-10/+59
2009-03-11update commentsBruce Smith3-19/+24
2009-03-11call the 4 Draw_* methods separately, never call Draw itselfBruce Smith5-42/+60
2009-03-11split remaining Draw methods (not fully tested)Bruce Smith17-367/+528
2009-03-11typoBruce Smith1-1/+1
2009-03-11split many Draw methods into their 4 new parts; not fully testedBruce Smith29-468/+494
2009-03-10split Draw into submethods, in GraphicsMode interface (part 1)Bruce Smith1-29/+65
2009-03-10typoBruce Smith1-1/+1
2009-03-10misc cleanupBruce Smith1-16/+25
2009-03-10merge Select_GraphicsMode_DrawMethod_preMixin back into its sole clientBruce Smith3-82/+45
2009-03-10fix apparent bug (redundant drawPointOfViewAxes) introduced in late 2006Bruce Smith1-2/+10
2009-03-10debug_pref to reuse DrawingSets when model/selection unchangedBruce Smith3-40/+184
2009-03-09turn off UNIFORM_XFORMS again; this time don't reference transform_id shader ...Bruce Smith4-8/+69
2009-03-09Turn UNIFORM_XFORMS back on to avoid a traceback on Windows/nVidia-7000, whic...Russell D. Fish1-1/+1
2009-03-09fix sphere drawLevel when shaders are desired but don't workBruce Smith2-7/+12
2009-03-07fix AssertionError caused by delegating GraphicsModeBruce Smith11-78/+90
2009-03-07fix bug in ThumbView introduced by rev 14924Bruce Smith2-1/+7
2009-03-07trivial optimizationsBruce Smith2-17/+23
2009-03-07correct frustum culling for ExternalBondSetBruce Smith4-46/+57
2009-03-07optimization: recompute most havelist_data only once per paintGL callBruce Smith5-24/+84