summaryrefslogtreecommitdiff
path: root/cad/src/temporary_commands
AgeCommit message (Expand)AuthorFilesLines
2012-09-17whitespace crusadingBryan Bishop8-313/+312
2009-03-11renamed/improved debug_pref to reuse cached DrawingSets; revised GM.Draw APIBruce Smith1-0/+3
2009-03-11split many Draw methods into their 4 new parts; not fully testedBruce Smith3-139/+102
2009-03-06clarify and improve debug menu profiling commandsBruce Smith1-10/+10
2009-01-15fix indentationBruce Smith1-12/+11
2008-12-23Added second call to swapbuffers(), which partially fixes the rubberband wind...Mark Sims1-2/+10
2008-12-13Renamed DnaDuplex* to InsertDna*. (step 2)Mark Sims1-3/+3
2008-12-08bugfixes/ improvements in rotate about a point command : color contrast for t...Ninad Sathaye2-4/+28
2008-11-28new feature: improvements to the rotate about point commandNinad Sathaye3-46/+188
2008-10-03some typo fixes -- checkes -- > checks, 'supress' --> suppressNinad Sathaye2-3/+3
2008-10-02fill out GraphicsMode_API; reorder methods in GraphicsMode; related cleanupBruce Smith1-1/+1
2008-09-30docstring cleanup -- removed use of resume_gui, restore_gui, init_gui from mo...Ninad Sathaye2-2/+2
2008-09-30removed command_can_be_suspended command class flagNinad Sathaye2-2/+0
2008-09-30removed command_porting status from some commandsNinad Sathaye1-2/+0
2008-09-30bugfix -- removed call to restore_gui Ninad Sathaye3-28/+30
2008-09-30misc cleanup now that USE_COMMAND_STACK is always trueBruce Smith1-4/+5
2008-09-29use command_to_exit.command_Cancel() (likewise for command_Done) . In most ca...Ninad Sathaye2-3/+5
2008-09-26- changed command.Done() to command.command_Done()Ninad Sathaye1-1/+1
2008-09-26stripped out the old command API code for all commands in pkg : [src/temporar...Ninad Sathaye7-188/+36
2008-09-22updated command porting status and misc cleanupNinad Sathaye1-5/+30
2008-09-11rename and clean up setDisplay methods; inline selectedJigTextPosition and ge...Bruce Smith1-3/+3
2008-09-09clean up USE_COMMAND_STACK code related to Abandon and haveNontrivialStateBruce Smith1-2/+2
2008-09-05fix export command table for recent command changesBruce Smith1-0/+1
2008-09-05review changesNinad Sathaye2-4/+4
2008-09-05comments, bug warnings Ninad Sathaye1-3/+11
2008-09-05ported more temporary (request) commands to new command API, added command_po...Ninad Sathaye6-22/+94
2008-09-04callRequestCommand for USE_COMMAND_STACK; related commentsBruce Smith1-3/+6
2008-09-04renamed LineMode to Line_Command, LineMode_GM to Line_GraphicsMode, split the...Ninad Sathaye4-7/+687
2008-09-04renamed pkg Line to LineMode to avoid a potential confusion with model.Line.p...Ninad Sathaye1-2/+2
2008-09-04cleanup -- moved LineMode into its own pkg 'Line' (preparation for further cl...Ninad Sathaye2-651/+2
2008-09-04ported LineMode (temporary or request command) to the new command API. Note t...Ninad Sathaye1-50/+106
2008-09-04reduce debug printsBruce Smith1-5/+4
2008-09-02fixed bug in zoom to area when USE_COMMAND_STACK is FalseNinad Sathaye1-4/+8
2008-08-29port ZoomToAreaMode to USE_COMMAND_STACK (still has update bugs); related bug...Bruce Smith2-10/+62
2008-08-26Added cursor text font size and color widgets to the preferences "Graphics Ar...Mark Sims1-2/+5
2008-08-22more renaming Ninad Sathaye1-1/+1
2008-08-18move some ok_btn_clicked/cancel_btn_clicked methods to superclassBruce Smith1-10/+7
2008-08-15DEFAULT_COMMAND = 'SELECTMOLS'; more new command stack codeBruce Smith1-1/+1
2008-08-15remove commented-out code and docstring contentBruce Smith1-10/+0
2008-08-08=Auto-rotate feature.Piotr Rotkiewicz1-1/+60
2008-08-06rename command_has_its_own_gui -> command_has_its_own_PMBruce Smith2-3/+3
2008-08-04ignorable -- removed some old codeNinad Sathaye1-25/+1
2008-08-02refactor all uses of provideParamsForTemporaryMode & acceptParamsFromTemporar...Bruce Smith3-73/+103
2008-08-01deprecated use of hover_highlighting_enabled use command class method isHigh...Ninad Sathaye1-1/+0
2008-07-30rename/revise parentCommand_Draw for USE_COMMAND_STACKBruce Smith1-1/+1
2008-07-27comment each use of .prevMode with its method and purposeBruce Smith3-7/+7
2008-07-26command_level constants; misc minor cleanupBruce Smith6-7/+12
2008-07-10implementation change (based on a discussion with Mark): Ninad Sathaye1-1/+3
2008-07-10comment cleanup related to prevModeBruce Smith1-0/+2
2008-07-10fixed more cases of color contrast between the background color and line colorNinad Sathaye1-1/+3