• Wayne Stambaugh's avatar
    Encapsulation, bug, context menu string, and, coding policy fixes. · 25e7abec
    Wayne Stambaugh authored
    * Complete encapsulation of the ZONE_CONTAINER class.
    * Fixed a bug in the EDA_TEXT::Format() default effects behavior due to
      improper conversion to internal units and missing test for default
      thickness.
    * Improved grammar of some Pcbnew context menu strings.
    * Moved some more cleverly hidden BOARD object methods into class_board.cpp.
    * Lots of coding policy and documentation fixes.
    25e7abec
Name
Last commit
Last update
..
3d_aux.cpp 3d viewer: code cleaning. Display options are now stored in config.
3d_canvas.cpp 3d viewer: code cleaning. Display options are now stored in config.
3d_canvas.h 3d viewer: code cleaning. Display options are now stored in config.
3d_class.cpp 3D-viewer: code cleanup.
3d_draw.cpp Encapsulation, bug, context menu string, and, coding policy fixes.
3d_draw_basic_functions.cpp 3D viewer: fix very minor issues (better rendering of 3D view).
3d_draw_basic_functions.h Pcbnew: fix compil error I created in my previous commit.
3d_frame.cpp MacOSX: deleted obsolete code
3d_read_mesh.cpp 3D viewer: allows import of models created with openscad and convertedvia meshconv to wrl (thanks to Georg Gast <georg@schorsch-tech.de>)
3d_struct.h 3D-viewer: code cleanup.
3d_toolbar.cpp 3D viewer:
3d_viewer.h 3d viewer: code cleaning. Display options are now stored in config.
3d_viewer_id.h 3D viewer:
CMakeLists.txt 3D viewer:
info3d_visu.cpp 3D viewer: fix very minor issues (better rendering of 3D view).
info3d_visu.h 3D viewer: fix very minor issues (better rendering of 3D view).
trackball.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
trackball.h Use double instead float when possible, ande code cleaning.