You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jean-pierre charras bb3dc5771c Pcbnew: Fpid parser: Fix crash when reading a .kicad_pcb file containing a valid fpid with a revision value. 10 years ago
..
dialog_about Unify platform information code in about dialog and version information. 11 years ago
dialogs Envrionment variable dialog improvments. 10 years ago
gal Bulletproof canvas switching. 10 years ago
geometry router: improvements to shove algorithm 10 years ago
math Remove superflous includes. 10 years ago
page_layout Rework on Gerber plot functions: add X2 attributes in J5 version. Minor code cleaning. 11 years ago
tool Coverity report fix: handle an exception potentially thrown by CONTEXT_MENU::runOnSubmenus. 10 years ago
view Fixed cursor freeze in pcbnew (GAL). 10 years ago
CMakeLists.txt Correctly fix version header generation to be rebuilt during make. 10 years ago
base_screen.cpp Make undo/redo limits user configurable. 10 years ago
base_struct.cpp Corrected TEXTE_MODULE:GetBoundingBox() function. 10 years ago
base_units.cpp Add "move exact" and "duplicate" tools to pcbnew 11 years ago
basicframe.cpp Fix bug #1482809 (Pcbnew crashes when opening if it was closed in OpenGL mode) 10 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 Fic bug #1475891 (Assertion failed when appending a board in pcbnew) 10 years ago
build_version.cpp Minor version string generation changes. 10 years ago
class_bitmap_base.cpp Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs. 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 Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 10 years ago
class_marker_base.cpp Plot solder mask layer: fix incorrect margin of zones drawn on this layer (zone areas were slighly larger than the actual areas) 10 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 Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 years ago
class_undoredo_container.cpp Fixed failing undo while routing. 10 years ago
colors.cpp Add missing source file licenses and code policy fixes. 11 years ago
common.cpp Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 10 years ago
common_plotDXF_functions.cpp Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET. 10 years ago
common_plotGERBER_functions.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 years ago
common_plotHPGL_functions.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 years ago
common_plotPDF_functions.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 years ago
common_plotPS_functions.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 years ago
common_plotSVG_functions.cpp Fix 2 minor issues in SVG plots: sometimes a color was not good. Rectangles with 0 vertiacl or horizontal size are not plot. 10 years ago
common_plot_functions.cpp Plot PS and PDF: fix bug Bug #1457215 (rect/trap pads plotted with an incorrect pen size, and therefore an incorrect size and shape. Only noticeable with a large default pen size) 11 years ago
config_params.cpp Cvpcb: fix issues relatives to .equ files management: 11 years ago
confirm.cpp Minor fixes: Bug #1478279 : wrong icon in "YES/NO" dialog; Bug Bug #1478278 (crappy warning/log messages) 10 years ago
convert_basic_shapes_to_polygon.cpp Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET. 10 years ago
copy_to_clipboard.cpp Enable plot in clipboard on Linux and OSX in eeschema, and copy in clipboard in 3d viewer ( was existing on Windows, but disabled on other OS ). 11 years ago
dialog_shim.cpp Fix issues on Linux/Unity (dialogs not always raised) 10 years ago
displlst.cpp Many minor fixes (like bug #1477213). Better help in dialog environment variables editor (the tooltip was never shown on Windows) 10 years ago
dlist.cpp Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case. 12 years ago
draw_frame.cpp Bulletproof canvas switching. 10 years ago
draw_panel.cpp Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 10 years ago
draw_panel_gal.cpp Bulletproof canvas switching. 10 years ago
drawtxt.cpp Fix 2 minor issues in SVG plots: sometimes a color was not good. Rectangles with 0 vertiacl or horizontal size are not plot. 10 years ago
dsnlexer.cpp coverity common folder fixes (mainly not initialized members). 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 Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 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 Avoid Cvpcb crash from malformed fp libraries (namely converted from Eagle) when the fp names are not coded using ASCII/UTF8 code. 10 years ago
fp_lib_table.cpp More Coverity scan error fix goodness. 11 years ago
fp_lib_table.keywords more fp_lib_table work, enhance parser 13 years ago
fpid.cpp Pcbnew: Fpid parser: Fix crash when reading a .kicad_pcb file containing a valid fpid with a revision value. 10 years ago
gestfich.cpp Fix some more OSX bundle issues due to CvPcb changes. 10 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 Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 10 years ago
grid_tricks.cpp Fix 2 coverity warnings, and cleanup a old code in dialog_color_config. 11 years ago
hotkeys_basic.cpp Fix assertion when exporting hotkeys. (fixes lp:1479859) 10 years ago
html_messagebox.cpp Fix incorrect close function in HTML_MESSAGE_BOX (whichcan be shown in modal or not modal mode) 11 years ago
kiface_i.cpp OSX build improvements. 11 years ago
kiway.cpp Better error messge when a .kiface file ( or, if it exists, a .dll or .so shared library ) is not found at start up 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 Dialog exchange modules: add a fp selection from the fp viewer 10 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
origin_viewitem.cpp Refactored grid origin point drawing (GAL). 10 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 Default path fixes and remove old to find 3D model path code. 11 years ago
pgm_base.cpp Default KISYSMOD and KISYS3DMOD path fixes. (fixes lp:1455472) 10 years ago
prependpath.cpp Add missing source file licenses and code policy fixes. 11 years ago
project.cpp Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 10 years ago
ptree.cpp Eeschema: extend max number of units per package to 52 and clean code to easily extend this value upto 26x26 (but 52 is a reasonable max value). 11 years ago
reporter.cpp Added lazy rendering mode for HTML reporter widget (allows a faster report creation, when the report has many lines) 10 years ago
richio.cpp Fix issue in richio.cpp, when printing strings with a size > 500 chars. 10 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 Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members. 11 years ago
selcolor.cpp Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 10 years ago
single_top.cpp Exit gracefully when there are errors during initialization. 10 years ago
string.cpp Pcbnew: Fpid parser: Fix crash when reading a .kicad_pcb file containing a valid fpid with a revision value. 10 years ago
strtok_r.c Add strtok_r.c 12 years ago
systemdirsappend.cpp Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members. 11 years ago
trigo.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 years ago
utf8.cpp Initial KIWAY (modular-kicad) work. Various tweeks. 12 years ago
validators.cpp Envrionment variable dialog improvments. 10 years ago
wildcards_and_files_ext.cpp KiCad: add html file support to tree view. 10 years ago
worksheet.cpp Fixed printing issues under Linux. 11 years ago
worksheet_viewitem.cpp Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 11 years ago
wx_status_popup.cpp Code formatting. 11 years ago
wx_unit_binder.cpp Method to check WX_UNIT_BINDER value validity. 10 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 Allows switching GAL or legacy mode in footprint editor (previously, the mode was inherited from the board editor, and was not modifiable without closing the footprint editor) by menu or F9, F11 and F12 keys) 11 years ago