summaryrefslogtreecommitdiff
path: root/cad/src/graphics/display_styles
AgeCommit message (Expand)AuthorFilesLines
2009-03-10typoBruce Smith1-1/+1
2009-03-04giant refactoring/cleanup of GL globals and prefs, initial cutBruce Smith1-34/+20
2009-02-13commentBruce Smith1-1/+1
2009-02-13refactor ChunkDisplayMode.get_memoBruce Smith1-15/+11
2009-02-13fix predicted bug introduced by ChunkDrawer splitBruce Smith1-1/+1
2009-02-13comments/docstrings/formattingBruce Smith2-19/+17
2009-01-21remove obsolete methods which had lots of duplicated codeBruce Smith1-3/+0
2009-01-17pylint cleanup of constants.py, and new file to resolve import cycleBruce Smith1-3/+5
2008-12-16Implemented protein model tree icons (normal and hide). Also added more detai...Mark Sims1-2/+2
2008-12-14Added missing argument to drawsphere_worker() call that was causing a highlig...Mark Sims1-1/+1
2008-12-13Fixed exception.Mark Sims1-1/+1
2008-10-02comments, renamed some friend methodsBruce Smith1-37/+44
2008-10-02coding standards, commentsBruce Smith1-125/+132
2008-09-11rename and clean up setDisplay methods; inline selectedJigTextPosition and ge...Bruce Smith1-5/+9
2008-09-10=Responses to graphics code review comments.Piotr Rotkiewicz1-8/+23
2008-09-09Review comments are flagged # REVIEW:Russell D. Fish1-7/+15
2008-09-05=ProteinChunks.py for review.Piotr Rotkiewicz1-94/+300
2008-09-03=DnaCylinderChunks.py for review.Piotr Rotkiewicz1-74/+263
2008-08-27=Adding comments and missing docstrings to DNA display code.Piotr Rotkiewicz1-27/+182
2008-08-22=Re-factoring of Protein class and better PDB support.Piotr Rotkiewicz1-20/+32
2008-08-22import fragments from AMBER .in filesEric Messick1-3/+0
2008-08-13=Improve drawing of terminal helical residues in protein reduced styles.Piotr Rotkiewicz1-41/+67
2008-08-04=Clean-up of Protein Display Style.Piotr Rotkiewicz1-25/+72
2008-07-29=Fix bugs in Protein display style.Piotr Rotkiewicz1-33/+50
2008-07-23=Fix several bugs in Compare Proteins and Edit Rotamers commands.Piotr Rotkiewicz1-37/+60
2008-07-21=Improve Compare Proteins command.Piotr Rotkiewicz1-22/+53
2008-07-20=Fix highlighting of 'expanded' protein residues.Piotr Rotkiewicz1-4/+14
2008-07-17=Improve Protein display style.Piotr Rotkiewicz1-3/+3
2008-07-14=Traverse along protein chain.Piotr Rotkiewicz1-0/+14
2008-07-10=Proper highlighting and selection colors for reduced protein style.Piotr Rotkiewicz1-149/+147
2008-07-09=New experimental PDB reading code and reduced display style improvements.Piotr Rotkiewicz2-222/+87
2008-07-08atomList arg for DnaStrand.get_strand_atoms_in_bond_direction is no longer ne...Ninad Sathaye1-7/+2
2008-07-03=Better rendering of helices in cartoon mode.Piotr Rotkiewicz1-184/+207
2008-07-03=Improved cartoon rendering stylePiotr Rotkiewicz1-457/+128
2008-07-02=Protein display style (partially implemented ribbons and cartoons)Piotr Rotkiewicz1-21/+221
2008-07-01=Fix import bug in ProteinChunks.pyPiotr Rotkiewicz1-2/+2
2008-07-01=Protein display style (work in progress).Piotr Rotkiewicz1-63/+60
2008-07-01=Preliminary version of Protein display style.Piotr Rotkiewicz1-93/+166
2008-06-30=Protein display style (in progress)Piotr Rotkiewicz1-157/+261
2008-06-26=Protein display style (work in progress)Piotr Rotkiewicz1-66/+307
2008-06-25Fix improper tabbing and CR's in cad/src Python files.Russell D. Fish1-52/+52
2008-06-24=Protein display style (work in progress).Piotr Rotkiewicz1-145/+184
2008-06-23=Preliminary protein display style.Piotr Rotkiewicz1-0/+889
2008-06-04replace incorrect 'is' with '=='; comments, coding standards, typosBruce Smith1-1/+1
2008-06-03=Fix an exception in CylinderChunks display style.Piotr Rotkiewicz2-2/+2
2008-06-02Implement patterned drawing styles for selection.Russell D. Fish1-18/+20
2008-06-02new methods needed for rev 13022Ninad Sathaye1-0/+105
2008-05-30=Fix an exception during 2D DNA Cylinder hover-highlighting.Piotr Rotkiewicz1-1/+2
2008-05-29Make many objects pay attention to highlighting color preferences.Russell D. Fish1-9/+11
2008-05-26=Fix exception in single-stranded chunks in DNA Cylinder style.Piotr Rotkiewicz1-59/+67