.. |
dialog_about
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
dialogs
|
Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines.
|
11 years ago |
gal
|
Eeschema code cleanup and coverity fixes.
|
11 years ago |
geometry
|
SHAPE_LINE_CHAIN: fix segfault
|
11 years ago |
math
|
math_util: speed up rescaling on 64-bit platforms by using native 128-bit types
|
12 years ago |
page_layout
|
Page layout selection: fix Bug #1405972, and add minor enhancement in page layout selection dialog (the new layout is shown after selection).
|
11 years ago |
tool
|
Moved UndoInhibit related functions from TOOL_MANAGER to EDIT_TOOL.
|
11 years ago |
view
|
Fixed pcbnew crash when a locked footprint is dragged from an edge of the screen.
|
11 years ago |
CMakeLists.txt
|
Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy)
|
11 years ago |
base_screen.cpp
|
Pcbnew: better display of tracks/vias/grid sizes in toolbar
|
11 years ago |
base_struct.cpp
|
Eeschema: fix a minor bug and enhances SCH_MARHER::Matches function ( partial use of 0005-SCH_MARKER-fix-a-Woverloaded-virtual.patch, from <fatzer2@gmail.com> ) and other very minor fix.
|
11 years ago |
base_units.cpp
|
Add "move exact" and "duplicate" tools to pcbnew
|
11 years ago |
basicframe.cpp
|
Remove EDA_DRAW_FRAME::IsActive() and replace with wxFrame::IsActive().
|
11 years ago |
bezier_curves.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
bin_mod.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
bitmap.cpp
|
Remove old xpm icons files
|
14 years ago |
block_commande.cpp
|
Add "move exact" and "duplicate" tools to pcbnew
|
11 years ago |
build_version.cpp
|
Fix issues in fp lib table wizard
|
11 years ago |
class_bitmap_base.cpp
|
Very minor fixes: add missing const return type to some GetBoundingBox() declarations. Change few functions names to better names in some places (like GetName() to GetPinName() )
|
11 years ago |
class_colors_design_settings.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
class_layer_box_selector.cpp
|
Lots of Coverity scan error fixes.
|
11 years ago |
class_marker_base.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
class_page_info.cpp
|
Code cleaning: move class PAGE_INFO from common.h to class_page_info.h;
|
11 years ago |
class_plotter.cpp
|
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
|
11 years ago |
class_undoredo_container.cpp
|
Added const modifiers where applicable (PICKED_ITEMS_LIST).
|
12 years ago |
colors.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
common.cpp
|
Move exact dialog: make all messages translatable. Fix minor issues (some can be Windows specific). Remove useless declarations. Fix coding style issues
|
11 years ago |
common_plotDXF_functions.cpp
|
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
|
11 years ago |
common_plotGERBER_functions.cpp
|
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
|
11 years ago |
common_plotHPGL_functions.cpp
|
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)
|
11 years ago |
common_plotPDF_functions.cpp
|
* Fix Bug #1348607 and a possible crash in libedit dialog component properties after moving up the first user field (which in not possible now).
|
11 years ago |
common_plotPS_functions.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
common_plotSVG_functions.cpp
|
1) Add 32 Cu Layers.
|
11 years ago |
common_plot_functions.cpp
|
Added support for decoupling stored text from shown text in EDA_TEXT
|
11 years ago |
config_params.cpp
|
Cvpcb: fix issues relatives to .equ files management:
|
11 years ago |
confirm.cpp
|
*) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*)
|
12 years ago |
convert_basic_shapes_to_polygon.cpp
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
13 years ago |
copy_to_clipboard.cpp
|
Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew).
|
11 years ago |
dialog_shim.cpp
|
Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines.
|
11 years ago |
displlst.cpp
|
Try to fix an issue on Ubuntu/Unity for some dialogs which are not displayed. For most, adding GetSizer()->Fit( this ) in dialog constructor fix the issue, but at least one dialog still is not displayed.
|
11 years ago |
dlist.cpp
|
Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case.
|
12 years ago |
draw_frame.cpp
|
Remove EDA_DRAW_FRAME::IsActive() and replace with wxFrame::IsActive().
|
11 years ago |
draw_panel.cpp
|
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
|
11 years ago |
draw_panel_gal.cpp
|
Reworked GAL switching.
|
11 years ago |
drawtxt.cpp
|
More work on fp lib table wizard: add a button to import the full list of .pretty libs on github.
|
11 years ago |
dsnlexer.cpp
|
More Coverity scan error fixes.
|
11 years ago |
eda_dde.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
eda_doc.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
eda_text.cpp
|
Pcbnew: fix crash when undoing a move exact pad in board editor.
|
11 years ago |
filter_reader.cpp
|
Add Pcbnew GEDA PCB module plugin support.
|
13 years ago |
findkicadhelppath.cpp.notused
|
improve help file finding after kiway breakage.
|
12 years ago |
footprint_info.cpp
|
Fix compat with swig 3.03
|
11 years ago |
fp_lib_table.cpp
|
More Coverity scan error fixes.
|
11 years ago |
fp_lib_table.keywords
|
more fp_lib_table work, enhance parser
|
13 years ago |
fpid.cpp
|
Modular-Kicad milestone B), major portions:
|
12 years ago |
gestfich.cpp
|
Commit the rest of the OSX build fixes missed in the previous commit.
|
11 years ago |
getrunningmicrosecs.cpp
|
Speed up DSNLEXER::findToken() to such an extent that it resulted in an approximate 13% reduction
|
12 years ago |
gr_basic.cpp
|
Update old demo board files. Minor code cleaning.
|
11 years ago |
grid_tricks.cpp
|
Pcbnew: fix Bug #1413701 (Segfault on highlight "unconnected" net 0 in Pcbnew ). Also, remove now useless code and other very minor fixes.
|
11 years ago |
hotkeys_basic.cpp
|
Grebview: add info in layer manager for Excellon drill filles, similar to X2 file function info in X2 gerber files.
|
11 years ago |
html_messagebox.cpp
|
More work on fp lib table wizard: add a button to import the full list of .pretty libs on github.
|
11 years ago |
kiface_i.cpp
|
OSX build improvements.
|
11 years ago |
kiway.cpp
|
Pcbnew: fix bug #142348 (airwire does not always appear after deleting a track). Very minor other fixes.
|
11 years ago |
kiway_express.cpp
|
Teach cvpcb about new KIWAY based cross-probing, factor out MAIL_T into mail_type.h
|
12 years ago |
kiway_holder.cpp
|
Enable GITHUB as default, include typeinfo into kiway_holder.cpp
|
12 years ago |
kiway_player.cpp
|
More Coverity scan error fixes.
|
11 years ago |
lockfile.cpp
|
Use XDG_CONFIG_DIR for lock file path on Linux.
|
11 years ago |
lset.cpp
|
Pcbnew: Commit patch (with very minor changes) about SVG file export with the layers ordered from bottom to top. ( bug 1286646 ), from Thiadmer Riemersma.
|
11 years ago |
msgpanel.cpp
|
DXF export: fix incorrect export of polygons having thick outline (like zones): Thick segments of outline were drawn like lines with no thickness.
|
12 years ago |
netlist.keywords
|
Fix Bug #1381287 (CvPCB ignores the footprint filter field on aliased components)
|
11 years ago |
newstroke_font.cpp
|
all: new Russian GOST patch - author Konstantin Baranovskiy
|
13 years ago |
painter.cpp
|
Fixed a few memory leaks and Valgrind warnings.
|
11 years ago |
pcb.keywords
|
Pcbnew: enhancements for blind/buried vias palcement, and save blind/buried vias allowed option in .kicad_pcb file
|
12 years ago |
pcb_plot_params.keywords
|
Pcbnew: Rework on Gerber ouput: allows choice between format 4.5 and 4.6. Fix a minor issue in Gerber layers attributes.
|
11 years ago |
pcbcommon.cpp
|
Update ecc83 demo. default KISYS3DMOD definition on Linux: add /usr/local/kicad/share/kicad/module/package3d test to find a suitable value.
|
11 years ago |
pgm_base.cpp
|
Set default footprint library table and 3D model library environment variables.
|
11 years ago |
prependpath.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
project.cpp
|
Cvpcb: fix issues relatives to .equ files management:
|
11 years ago |
ptree.cpp
|
switch back to original sexpr usage of PTREE, add new DSNLEXER constructor, enforce accessors in kicad.exe
|
11 years ago |
reporter.cpp
|
CvPcb footprint library table implementation.
|
12 years ago |
richio.cpp
|
fix Inner1.Cu in pcb_parser.cpp, start cvpcb work.
|
11 years ago |
search_stack.cpp
|
Pcbnew: fix bug #142348 (airwire does not always appear after deleting a track). Very minor other fixes.
|
11 years ago |
searchhelpfilefullpath.cpp
|
Fix OSX help search paths.
|
11 years ago |
selcolor.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
single_top.cpp
|
Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines.
|
11 years ago |
string.cpp
|
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)
|
11 years ago |
strtok_r.c
|
Add strtok_r.c
|
12 years ago |
systemdirsappend.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
trigo.cpp
|
Add missing source file licenses and code policy fixes.
|
11 years ago |
utf8.cpp
|
Initial KIWAY (modular-kicad) work. Various tweeks.
|
12 years ago |
validators.cpp
|
Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy)
|
11 years ago |
wildcards_and_files_ext.cpp
|
3d-viewer: code cleaning; bitmap2component: minor fix and code cleanup
|
11 years ago |
worksheet.cpp
|
Remove 2 global variables: g_DrawBgColor and g_ShowPageLimits.
|
12 years ago |
worksheet_viewitem.cpp
|
Code cleaning: move class PAGE_INFO from common.h to class_page_info.h;
|
11 years ago |
wxunittext.cpp
|
WX_UNIT_TEXT can handle default value.
|
12 years ago |
wxwineda.cpp
|
* KIWAY Milestone A): Make major modules into DLL/DSOs.
|
12 years ago |
xnode.cpp
|
Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.
|
12 years ago |
zoom.cpp
|
Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues
|
11 years ago |