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.
 
 
 
 
 
Wayne Stambaugh 25e7abec0d Encapsulation, bug, context menu string, and, coding policy fixes. 13 years ago
..
dialog_about Scripting: fix erroneous extension for Sexp board files 13 years ago
dialogs Add library column to component and module select dialog. 13 years ago
CMakeLists.txt Minor dialog and footprint ID class fixes. 13 years ago
base_screen.cpp fix problem with eeschema print dialog showing up on missing monitor 13 years ago
base_struct.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
base_units.cpp Minor fixes and cleanup 13 years ago
basicframe.cpp Base object decoupling improvements. 13 years ago
bezier_curves.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
bitmap.cpp Remove old xpm icons files 14 years ago
block_commande.cpp Enforced EDA_COLOR_T type and minor const-ification 13 years ago
build_version.cpp Last (minor) fixes for the stable version 13 years ago
class_bitmap_base.cpp Pcbnew: added: SVG plotter. Need refinements, but works. 13 years ago
class_colors_design_settings.cpp Enforced EDA_COLOR_T type and minor const-ification 13 years ago
class_layer_box_selector.cpp fix compiler warnings with gcc 4.6.3 on x86_64 linux 13 years ago
class_marker_base.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
class_page_info.cpp More dialogs derived from DIALO_SHIM 13 years ago
class_plotter.cpp Configuration and compile documentation improvements. 13 years ago
class_undoredo_container.cpp Undo redo change and code cleanup. 14 years ago
common.cpp Add library column to component and module select dialog. 13 years ago
common_plotDXF_functions.cpp Width factor for DXF plotting text used an inverted aspect ratio. 13 years ago
common_plotGERBER_functions.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
common_plotHPGL_functions.cpp fix some errors in common_plotHPGL_functions.cpp 13 years ago
common_plotPDF_functions.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
common_plotPS_functions.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
common_plotSVG_functions.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
common_plot_functions.cpp Eeschema border and title block DXF plot color bug fix. 13 years ago
confirm.cpp Pcbnew: fix an issue when collecting vias (for instance when left clicking on a via, it was not always detected) 13 years ago
convert_basic_shapes_to_polygon.cpp 3d-viewer and polygon functions: remove duplicate code about conversion from basic shapes to polygons. 13 years ago
copy_to_clipboard.cpp Removal of internal units. 14 years ago
dcsvg.cpp.unused dcsvg (and therefore KicadSVGFileDC) is now unused. Use SVG plotter only to export a board SVG file. 13 years ago
dialog_shim.cpp Enhance DIALOG_SHIM to optionally call SetFocus() after the derived class's constructor has been called, for wx 2.8 and wxGTK 13 years ago
displlst.cpp Add library column to component and module select dialog. 13 years ago
dlist.cpp Eeschema object list and other minor improvements. 14 years ago
drawframe.cpp added option to allow zooming around the crosshair instead of the center; can be enabled via options or by holding alt while using the mousewheel 13 years ago
drawpanel.cpp Pcbnew: plot Dialog: add a popup menu (try mouse right click in plot dialog) to selected/unselect groups of layers to plot. 13 years ago
drawtxt.cpp Encapsulation, bug, context menu string, and, coding policy fixes. 13 years ago
dsnlexer.cpp more fp_lib_table work, enhance parser 13 years ago
eda_dde.cpp wxServer was a confusing define, since it is also a wxWidgets class, do not use it 13 years ago
eda_doc.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
eda_text.cpp Encapsulation, bug, context menu string, and, coding policy fixes. 13 years ago
edaappl.cpp Commit patch to fix bug 1108838 (+ fix a very minor fix in eeschema, when loading a new component) 13 years ago
filter_reader.cpp Add Pcbnew GEDA PCB module plugin support. 13 years ago
footprint_info.cpp Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 13 years ago
fp_lib_table.cpp embellish fp_lib_table editor with beginnings of cut, copy, paste 13 years ago
fp_lib_table.keywords more fp_lib_table work, enhance parser 13 years ago
fpid.cpp Minor dialog and footprint ID class fixes. 13 years ago
gestfich.cpp Add patch from Jacobo Aragunde Perez <Log of opened and closed applications in KiCad launcher> 13 years ago
getrunningmicrosecs.cpp changes 14 years ago
gr_basic.cpp MacOSX: Now Arcs are shown in edit mode 13 years ago
hotkey_grid_table.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
hotkeys_basic.cpp Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h) 14 years ago
html_messagebox.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
msgpanel.cpp Base object decoupling improvements. 13 years ago
netlist.keywords Pcbnew and Cvpcb: more about new netlist support: see CHANGELOG (important changes). 14 years ago
newstroke_font.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
pcb.keywords Add a min width parameter to plot solder mask layers. 13 years ago
pcb_plot_params.keywords All: fix hotkey issue with wxWidgets-2.9.3 (Window only): hotkey events called twice. 14 years ago
pcbcommon.cpp All: added a standard exit dialog called by int DisplayExitDialog( wxWindow* aParent, const wxString& aMessage ) 14 years ago
projet_config.cpp Kicad: bug fix in menubar when changing the selected locale. 13 years ago
richio.cpp merge in branch fp-lib-table 13 years ago
sch_item_struct.cpp Internal unit improvements and Pcbnew s-expression file format changes. 14 years ago
selcolor.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
string.cpp Minor fixes and cleanup 13 years ago
trigo.cpp Fix bug in TestSegmentHit( wxPoint aRefPoint, wxPoint aStart, wxPoint aEnd, int aDist ), when aDist = 0. (fix Bug #1106744 ) 13 years ago
wildcards_and_files_ext.cpp Changes for CvPcb to eeschema stuff file: the stuff file generation from CvPcb is removed. Eeschema now imports footprints names from the .cmp usual file created by CvPcb or by Pcbnew (Why to use 2 file formats for the same thing?) . 13 years ago
worksheet.cpp Pcbnew: Try to find a better workaround for zone fiill bug (crash or bad fil areasl in very rare cases). 13 years ago
wxwineda.cpp More internal unit improvements. 14 years ago
xnode.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
zoom.cpp Fix Bug #1132416. Minor update in templates. 13 years ago