Age | Commit message (Expand) | Author | Files | Lines |
2009-05-30 | Ignorable. Refined docstrings. | Mark Sims | 1 | -5/+3 |
2009-03-11 | renamed/improved debug_pref to reuse cached DrawingSets; revised GM.Draw API | Bruce Smith | 2 | -16/+85 |
2009-03-11 | rename some methods for consistency | Bruce Smith | 2 | -14/+26 |
2009-03-11 | call the 4 Draw_* methods separately, never call Draw itself | Bruce Smith | 2 | -19/+41 |
2009-03-11 | split many Draw methods into their 4 new parts; not fully tested | Bruce Smith | 2 | -3/+10 |
2009-03-10 | split Draw into submethods, in GraphicsMode interface (part 1) | Bruce Smith | 1 | -29/+65 |
2009-03-10 | fix apparent bug (redundant drawPointOfViewAxes) introduced in late 2006 | Bruce Smith | 1 | -2/+10 |
2009-03-07 | fix AssertionError caused by delegating GraphicsMode | Bruce Smith | 2 | -8/+61 |
2009-02-28 | clean up Draw_after_highlighting; pass drawing_phase in those jig select meth... | Bruce Smith | 2 | -4/+5 |
2009-02-19 | refactor glpane interface to draw_glpane_label | Bruce Smith | 1 | -2/+20 |
2008-12-25 | Deprecated NanotubeGroup class. Also updated some file docstrings. | Mark Sims | 1 | -1/+0 |
2008-12-24 | Test Graphics command delegates drawing to parentGraphicsMode | Bruce Smith | 1 | -3/+26 |
2008-12-24 | comments, reformatting | Bruce Smith | 1 | -0/+5 |
2008-12-13 | Renamed DnaDuplex* to InsertDna*. (step 2) | Mark Sims | 3 | -12/+12 |
2008-12-12 | NFR: New pref option for controlling how the arrow keys (for incremental Pan)... | Mark Sims | 1 | -1/+2 |
2008-12-01 | remove obsolete comment | Bruce Smith | 1 | -23/+1 |
2008-11-28 | new feature: improvements to the rotate about point command | Ninad Sathaye | 1 | -2/+12 |
2008-11-25 | define update_UI in PM_Dialog to fix recent bug in example commands | Bruce Smith | 1 | -1/+7 |
2008-10-09 | revise instrumentation prints to be available for regular paintGL too | Bruce Smith | 1 | -0/+6 |
2008-10-03 | some typo fixes -- checkes -- > checks, 'supress' --> suppress | Ninad Sathaye | 1 | -1/+1 |
2008-10-02 | comment | Bruce Smith | 1 | -0/+12 |
2008-10-02 | fill out GraphicsMode_API; reorder methods in GraphicsMode; related cleanup | Bruce Smith | 2 | -181/+236 |
2008-10-02 | removed DebugMenuMixin as a superclass from more PMs (related to cleanup in 1... | Ninad Sathaye | 1 | -4/+1 |
2008-10-02 | - use thesuperclass Command_PropertyManager for all command PMs. | Ninad Sathaye | 2 | -3/+47 |
2008-10-01 | new superclass Command_PropertyManager. This will soon be a common superclass... | Ninad Sathaye | 2 | -106/+118 |
2008-10-01 | ignorable removed debug print | Ninad Sathaye | 1 | -1/+0 |
2008-10-01 | - fixed bug 2940 (two inter-related bugs in EditCommand and update code) | Ninad Sathaye | 3 | -82/+12 |
2008-09-30 | docstring cleanup -- removed use of resume_gui, restore_gui, init_gui from mo... | Ninad Sathaye | 1 | -5/+2 |
2008-09-30 | removed command_can_be_suspended command class flag | Ninad Sathaye | 1 | -9/+1 |
2008-09-30 | removed userEnterTemporaryCommand (replaced calls with userEnterCommand) | Ninad Sathaye | 1 | -1/+1 |
2008-09-30 | cleanup -- removed Enter method reference for docstrings, removed obsolete co... | Ninad Sathaye | 1 | -1/+0 |
2008-09-30 | removed command_porting status from some commands | Ninad Sathaye | 1 | -3/+0 |
2008-09-30 | more USE_COMMAND_STACK cleanup | Bruce Smith | 2 | -12/+10 |
2008-09-30 | misc cleanup now that USE_COMMAND_STACK is always true | Bruce Smith | 2 | -288/+157 |
2008-09-29 | significant changes -- removed old command API from the superclasses (mainly ... | Ninad Sathaye | 3 | -986/+58 |
2008-09-29 | misc changes to remove old command API methods/calls/ comments | Ninad Sathaye | 3 | -42/+2 |
2008-09-29 | review change and cleanup to remove old command API methods | Ninad Sathaye | 1 | -81/+2 |
2008-09-26 | cleanup -- removed ok_btn_clicked and cancel_btn_clicked methods from EditCom... | Ninad Sathaye | 1 | -36/+1 |
2008-09-26 | review change -- exit_is_forced condition check in command_will_exit() | Ninad Sathaye | 1 | -3/+2 |
2008-09-25 | remove support for GLPANE_IS_COMMAND_SEQUENCER | Bruce Smith | 3 | -9/+8 |
2008-09-24 | removed todo comment | Ninad Sathaye | 1 | -1/+1 |
2008-09-24 | minor bugfix & cleanup in Extrude | Bruce Smith | 1 | -1/+3 |
2008-09-23 | cleanup to remove ok_btn_clicked and cancel_btn_clicked methods from some PM ... | Ninad Sathaye | 1 | -1/+0 |
2008-09-23 | fixed bug 2938 : Exit using flyout button creates an empty dnaGroup in new co... | Ninad Sathaye | 2 | -3/+20 |
2008-09-23 | __abstract_command_class = True for Motor_EditCommand | Ninad Sathaye | 1 | -0/+7 |
2008-09-18 | pylint changes | Bruce Smith | 1 | -3/+2 |
2008-09-18 | ported more commands to USE_COMMAND_STACK; changed the default porting status... | Ninad Sathaye | 1 | -5/+7 |
2008-09-18 | comments | Bruce Smith | 1 | -6/+1 |
2008-09-18 | docstring/comment changes | Bruce Smith | 1 | -10/+11 |
2008-09-18 | comment/docstrings & trivial changes related to draw_after_highlighting | Bruce Smith | 1 | -7/+6 |