- 30 Mar, 2015 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 21 Mar, 2015 1 commit
-
-
jean-pierre charras authored
-
- 13 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless legacy plugin: better compatibility with old brd files (current track width and current vias size, stored in SETUP section, were not read from file and incorrectly set)
-
- 11 Mar, 2015 1 commit
-
-
Maciej Suminski authored
-
- 09 Mar, 2015 1 commit
-
-
Eldar Khayrullin authored
-
- 06 Mar, 2015 1 commit
-
-
Alexander Golubev authored
- CACHED_CONTAINER::GetVertices: removed useless and unused function which does nothing but tainted the API - SHAPE_LINE_CHAIN::Collide( const BOX2I& aBox, int aClearance ): removed an outdated function with assert(false) - SHAPE::BBox(): fix a small typo in the doc string
-
- 17 Feb, 2015 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix Bug #1422093 (pcbnew crashes after editing a footprint cominng from the board with the fp editor and saving it on a librray and trying to load it to the board) Some other very minor fixes.
-
- 15 Feb, 2015 1 commit
-
-
Maciej Suminski authored
Now OpenGL can report its problems instead of shutting down the application.
-
- 19 Jan, 2015 1 commit
-
-
jean-pierre charras authored
-
- 13 Nov, 2014 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 30 Oct, 2014 1 commit
-
-
Garth Corral authored
Committing this separately from the rest to ease making a patch for just this functionality in case that it might make it into the trunk. This can function standalone, though it is less useful without the rest. It requires that wxwidgets-3.0.0_macosx_magnify_event.patch be applied to wxWidgets It is completely optional; everything is guarded by the USE_OSX_MAGNIFY_EVENT macro. - Added OnMagnify event handler to EDA_DRAW_PANEL, EDA_3D_CANVAS and the helper for EDA_DRAW_PANEL_GAL, WX_VIEW_CONTROLS. This should cover canvases all current tools. - Guarded all with USE_OSX_MAGNIFY EVENT feature macro and added support in CMakeLists.txt
-
- 13 Sep, 2014 1 commit
-
-
Paulo Henrique Silva authored
-
- 06 Aug, 2014 1 commit
-
-
Maciej Suminski authored
-
- 23 Jul, 2014 1 commit
-
-
jean-pierre charras authored
-
- 20 Jul, 2014 1 commit
-
-
Maciej Suminski authored
-
- 09 Jul, 2014 1 commit
-
-
Maciej Suminski authored
-
- 14 May, 2014 1 commit
-
-
Maciej Suminski authored
Moved background color settings from GAL to RENDER_SETTINGS. Added RENDER_SETTINGS::TranslateColor() to convert between EDA_COLOR_T and COLOR4D.
-
- 20 Mar, 2014 1 commit
-
-
Maciej Suminski authored
Screen size is saved in VECTOR2I instead of VECTOR2D.
-
- 19 Mar, 2014 2 commits
-
-
maciej. authored
-
Maciej Suminski authored
-
- 14 Mar, 2014 1 commit
-
-
Orson authored
Corrected the error message about required OpenGL version for GAL. Fixed pcb_calculator .desktop file.
-
- 25 Feb, 2014 1 commit
-
-
Maciej Suminski authored
Removed a few RecacheAllItems() calls, some of them changed to specific type recaching (using TYPE_COLLECTOR & VIEW_ITEM::ViewUpdate() ). Removed OPENGL_GAL::SetStrokeColor().
-
- 24 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 13 Feb, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 11 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 18 Dec, 2013 1 commit
-
-
Maciej Suminski authored
-
- 28 Nov, 2013 1 commit
-
-
Maciej Suminski authored
-
- 27 Nov, 2013 1 commit
-
-
Maciej Suminski authored
-
- 13 Nov, 2013 1 commit
-
-
Maciej Suminski authored
-
- 11 Nov, 2013 1 commit
-
-
Maciej Suminski authored
-
- 03 Nov, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 29 Oct, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Changed the used framebuffer object extension from ARB_framebuffer_object to EXT_framebuffer_object (compatibility reasons).
-
- 28 Oct, 2013 1 commit
-
-
Maciej Suminski authored
-
- 14 Oct, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
template<> -> template <> Some more reformatting according to uncrustify results.
-