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.
 
 
 
 
 
Dick Hollenbeck 98086a8891 Change READ_LINE classes to use less virtual functions, and READ_LINE::ReadLine() to return char* 13 years ago
..
dialog_about Libedit: fix Bug #994014. 14 years ago
dialogs Kicad: bug fix in menubar when changing the selected locale. 13 years ago
CMakeLists.txt dcsvg (and therefore KicadSVGFileDC) is now unused. Use SVG plotter only to export a board SVG file. 13 years ago
base_screen.cpp fix problem with eeschema print dialog showing up on missing monitor 14 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 Pcbnew: Add a min width parameter to plot solder mask layers. 13 years ago
basicframe.cpp Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 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 Kicad: bug fix in menubar when changing the selected locale. 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 Gerbview: remove dependencies from Pcbnew. 14 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 Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
class_undoredo_container.cpp Undo redo change and code cleanup. 14 years ago
common.cpp Enforced EDA_COLOR_T type and minor const-ification 13 years ago
common_plotDXF_functions.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 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 Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 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 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
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. 14 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 move all hashtable declarations into include/hashtables.h, prepare for boost usage 14 years ago
displlst.cpp Kicad: bug fix in menubar when changing the selected locale. 13 years ago
dlist.cpp Eeschema object list and other minor improvements. 14 years ago
drawframe.cpp All: better code to handle opened frames libview, libedit, modview, modedit. 13 years ago
drawpanel.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
drawtxt.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
dsnlexer.cpp optimize isSpace for negative 8 bit bytes 13 years ago
eda_dde.cpp wxServer was a confusing define, since it is also a wxWidgets class, do not use it 14 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 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
edaappl.cpp populate PCB_PARSER::m_layerMap with English layernames so footprints 13 years ago
filter_reader.cpp Change READ_LINE classes to use less virtual functions, and READ_LINE::ReadLine() to return char* 13 years ago
footprint_info.cpp Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 13 years ago
gestfich.cpp Kicad: bug fix in menubar when changing the selected locale. 13 years ago
getrunningmicrosecs.cpp changes 14 years ago
gr_basic.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
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 Enforced EDA_COLOR_T type and minor const-ification 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 Change READ_LINE classes to use less virtual functions, and READ_LINE::ReadLine() to return char* 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 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
trigo.cpp // Dick Hollenbeck's KiROUND R&D 14 years ago
wildcards_and_files_ext.cpp Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 13 years ago
worksheet.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
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 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