- 06 Oct, 2014 1 commit
-
-
jean-pierre charras authored
Cleaning 3 svg files (no icon change) Very minor other changes.
-
- 21 Aug, 2014 1 commit
-
-
jean-pierre charras authored
-
- 20 Aug, 2014 1 commit
-
-
jean-pierre charras authored
-
- 19 Aug, 2014 1 commit
-
-
jean-pierre charras authored
Add patch from Mario Luzeiro to 3D viewer. Fix a serious issue due to duplicate ID used in menus and toolbars between sub-applications, related to wxUpdateUIEvent events loop. wxUpdateUIEvent events can be sent to parent frames, when opening a menu in a child frame, if parent and child frame share same ID fro menuitems (or tools) The wrong menuitem can be used in some cases ( because there are more than one menuitem with the same identifier), by a wxUpdateUIEvent event function run in a parent frame.
-
- 12 Aug, 2014 1 commit
-
-
jean-pierre charras authored
3d viewer: fix a (minor) bug when run from cvpcb or modedit: the footprint is now centered on Z axis Better setup for lights, which gives a better rendering
-
- 04 Aug, 2014 1 commit
-
-
jean-pierre charras authored
3D viewer: move helper functions from 3d_draw.cpp to 3d_draw_helper_functions.cpp. Add comments in .h sources. Better management of background color. coding style fixes.
-
- 02 Aug, 2014 1 commit
-
-
unknown authored
-
- 30 Jul, 2014 2 commits
-
-
jean-pierre charras authored
dialog_track_via_size: set minimal size and make dialog resizable. Update demo file.
-
unknown authored
-
- 08 Mar, 2014 1 commit
-
-
jean-pierre charras authored
Rework on 3D viewer (work in progress): Disable or enable layers, grid or 3D footprint shapes should be now faster.
-
- 27 Nov, 2013 1 commit
-
-
jean-pierre charras authored
Now footprints, after loaded by reading a netlist are grouped by sheets by the footprints spread function, and the grouping is better. Rename 2 files. Fix minor issues. Clean code
-
- 18 Oct, 2013 1 commit
-
-
jean-pierre charras authored
-
- 14 Oct, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: Fix issue when displaying net names and/or pad numbers including the "<" char in drc dialog, because drc dialog uses an wxHtmlWindow to display drc messages, and the "<" char has a special meaning and is not allowed in texts (now replaced by the" <" sequence in messages displayed in html) Eeschema: replace "<" and ">" by "(" and ")" in autogenerated net names, to avoid other issues in html messages. Very minor other fixes.
-
- 13 Oct, 2013 1 commit
-
-
jean-pierre charras authored
specctra_export.cpp: fix a bug in my export function to 3D viewer which generates bad shapes for holes generated by outlines inside the main board outlines. specctra_export.cpp: always approximate arcs in outlines by 36 segm for 360 degrees, even for arc angle which differs from 90 degrees. 90 degrees is the default when creating an arc, but the arc value can be edited and have any value between 0 and 360 degrees. Previously, 9 segments were used regardless the arc angle.
-
- 15 Dec, 2012 1 commit
-
-
jean-pierre charras authored
-
- 29 Aug, 2012 1 commit
-
-
Lorenzo Marcantonio authored
-
- 28 Aug, 2012 1 commit
-
-
jean-pierre charras authored
-
- 11 Aug, 2012 1 commit
-
-
jean-pierre charras authored
All: press ctrl+shift key when moving the mouse allows the graphic cursor to be moved outside the grid. (useful to place graphic objects, texts in any position, regardless the current grid)
-
- 25 Feb, 2012 1 commit
-
-
jean-pierre charras authored
-
- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 01 Nov, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 17 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 28 Aug, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 03 Aug, 2011 1 commit
-
-
Wayne Stambaugh authored
* Raise 3D frame in PCB editor and module editor instead of displaying a message dialog indicating that the 3D viewer is already open. * Raise 3D viewer and module viewer in CVPCB to mimic the behavior changed in PCBNew. * Set focus to OpenGL canvas when creating 3D viewer so mouse wheel events are handled on Windows without having to click on the canvas. * Rename 3D viewer frame class from WinEDA3D_DrawFrame to EDA_3D_FRAME. * The usual smattering of coding policy fixes.
-
- 22 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 13 May, 2011 1 commit
-
-
Wayne Stambaugh authored
* Remove most (not all) variables that were initialized but never used that cause GCC 4.6 to generate a warning. * Fix bug in schematic library editor best zoom calculation.
-
- 03 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 29 Jan, 2011 1 commit
-
-
Phinitnan Chanasabaeng authored
-
- 20 Jan, 2011 1 commit
-
-
Wayne Stambaugh authored
* Encapsulate file name member of base screen object. * Encapsulate associated screen member of schematic sheet object. * Create add screen method to schematic sheet object to simplify setting the associated screen. * Move the change file name code in the schematic sheet object to the edit sheet method in the schematic editor frame object to eliminate message dialogs. * Improve reference counting in schematic screen object. * Add helper type definitions for changing schematic object storage to C++ containers.
-
- 03 Dec, 2010 1 commit
-
-
jean-pierre charras authored
-
- 29 Oct, 2010 1 commit
-
-
jean-pierre charras authored
-
- 04 Oct, 2010 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 20 Jul, 2010 1 commit
-
-
jean-pierre charras authored
Fixed compil warning under wxWidgets 2.9.1. File beautification Statring using wxTextEntryDialog instead of Get_Message (because Get_Message does not handle properly cancel option)
-
- 25 Jan, 2010 1 commit
-
-
charras authored
-
- 24 Jan, 2010 1 commit
-
-
charras authored
Better code in fast draw grid algo (drawpanel.cpp):must be faster, and minor refresh problems removed under wxGTK
-
- 19 Jan, 2010 1 commit
-
-
charras authored
Code cleaning. Patch for 3D problem with macOSX
-
- 11 Jan, 2010 1 commit
-
-
charras authored
-
- 04 Nov, 2009 1 commit
-
-
stambaughw authored
* Complete comment translation for all EESchema source files. * Complete comment translation for all 3D viewer source files. * Rename class class_hierarchical_PIN_sheet to SCH_SHEET_PIN. * Rename class DrawSheetStruct to SCH_SHEET. * Tool tip capitalization fixes. * Uncrustify and spell check comments and strings in all modified source files.
-
- 22 Sep, 2009 1 commit
-
-
stambaughw authored
* Split out application specific command IDs to prevent unnecessary rebuilding. * Eliminate duplicate menu and tool bar command IDs. * Split component library editor and viewer definitions to separate header files. * More component library and document file merge code. * A bunch of minor string readability and consistency fixes.
-