Name
Last commit
Last update
..
dialogs 3D-viewer: minor fixes and enhancements
3d_aux.cpp Add pl_editor_doc.icns, from Orson. Fix Bug #1217504 (bad look of Module Properties Dialog, 3D fields).
3d_canvas.cpp Pcbnew: Autoplace functions: renamed spread footprint functions. Rewritten.
3d_canvas.h All: use CPOLYGONS_LIST, a typedef of std::vector<CPolyPt> to handle a Corners Polygons List.
3d_class.cpp 3D-viewer: code cleanup.
3d_draw.cpp specctra_export.cpp: fix a bug in my export function to 3D viewer which generates bad shapes for holes generated by outlines
3d_draw_basic_functions.cpp Merged upstream.
3d_draw_basic_functions.h Pcbnew: 3D view: Better 3D rendering (fix some artifact issues). Add a realistic rendering mode.
3d_frame.cpp 3D-viewer: minor fixes and enhancements
3d_read_mesh.cpp Fix X3D patch commit coding policy issues.
3d_struct.h Add pl_editor_doc.icns, from Orson. Fix Bug #1217504 (bad look of Module Properties Dialog, 3D fields).
3d_toolbar.cpp 3D-viewer: minor fixes and enhancements
3d_viewer.h 3D viewer: fix Bug #1183581 (pcbnew 3D viewer: recent UI inconsistency )
3d_viewer_id.h Pcbnew: 3D view: Better 3D rendering (fix some artifact issues). Add a realistic rendering mode.
CMakeLists.txt Lay basis for a more full featured usage of boost, including compiled libraries such as unit_test_framework, system, etc. Move headers now into boost_root/include/boost/.
info3d_visu.cpp 3D-viewer: minor fixes and enhancements
info3d_visu.h 3D-viewer: minor fixes and enhancements
modelparsers.h Pcbnew NETLIST_READER improvements.
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.
vrmlmodelparser.cpp Changed D() macro to DBG() because of conflict with glm::D().
x3dmodelparser.cpp Changed D() macro to DBG() because of conflict with glm::D().