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 6ad94a4912 merge in evolving fp lib_table work 13 years ago
..
boost Appying lajos' patch to boost 1.49 14 years ago
HersheyCyrillic.h.unused Use layer_widget in Gerbview 16 years ago
appl_wxstruct.h scripting: fixed kicad compilation, cleanups 14 years ago
base_struct.h Script plotting patch 14 years ago
base_units.h Pcbnew: Add a min width parameter to plot solder mask layers. 13 years ago
bezier_curves.h Schematic component object encapsulation and Doxygen comment warning fixes. 15 years ago
bitmaps.h Add a min width parameter to plot solder mask layers. 13 years ago
block_commande.h Enforced EDA_COLOR_T type and minor const-ification 14 years ago
build_version.h PCB common library header rationalization. 15 years ago
class_base_screen.h Script plotting patch 14 years ago
class_bitmap_base.h Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 14 years ago
class_board_design_settings.h Add a min width parameter to plot solder mask layers. 13 years ago
class_board_item.h Encapsulated drawmode as an enum for type checking 14 years ago
class_collector.h Rationalize numeric time stamps to type time_t. 14 years ago
class_colors_design_settings.h Enforced EDA_COLOR_T type and minor const-ification 14 years ago
class_drawpanel.h Enforced EDA_COLOR_T type and minor const-ification 14 years ago
class_drc_item.h Hit test method rationalization and other minor improvements. 14 years ago
class_layer_box_selector.h Enforced EDA_COLOR_T type and minor const-ification 14 years ago
class_macros_record.h add forgotten file to bzr3107, add GOST to KICAD_BULD_VERSION if defined KICAD_GOST 15 years ago
class_marker_base.h Encapsulated drawmode as an enum for type checking 14 years ago
class_pcb_screen.h Removal of internal units. 14 years ago
class_sch_screen.h Enforced EDA_COLOR_T type and minor const-ification 14 years ago
class_title_block.h Fix MSVC compile errors caused by struct forward declared as class 13 years ago
class_undoredo_container.h Undo redo change and code cleanup. 14 years ago
colors.h Enforced EDA_COLOR_T type and minor const-ification 14 years ago
colors_selection.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
common.h Enforced EDA_COLOR_T type and minor const-ification 14 years ago
confirm.h All: added a standard exit dialog called by int DisplayExitDialog( wxWindow* aParent, const wxString& aMessage ) 14 years ago
convert_basic_shapes_to_polygon.h 3d-viewer and polygon functions: remove duplicate code about conversion from basic shapes to polygons. 14 years ago
convert_from_iu.h convert_from_iu: erroneous definition of MILS_PER_IU, MM_PER_IU (and therefore Iu2Mils) 13 years ago
convert_to_biu.h 3D-viewer: code cleaning. Added option in menu: show a 3D grid. 14 years ago
dcsvg.h Pcbnew: in SVG export, add option to export only the board area, not the full page. 14 years ago
dialog_get_component.h Fix @JP messages (no bugs, just comment lines) 14 years ago
dialog_helpers.h Kicad: bug fix in menubar when changing the selected locale. 13 years ago
dialog_hotkeys_editor.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
dialog_shim.h Add include/dialog_shim.h and common/dialog_shim.cpp for use by wxformbuilder's "subclass a wxDialog" support. 14 years ago
dlist.h Eeschema object list and other minor improvements. 14 years ago
drawtxt.h Internal unit improvements and Pcbnew s-expression file format changes. 14 years ago
dsnlexer.h Change READ_LINE classes to use less virtual functions, and READ_LINE::ReadLine() to return char* 13 years ago
eda_dde.h wxServer was a confusing define, since it is also a wxWidgets class, do not use it 14 years ago
eda_doc.h Minor fixes, dead code removal, and coding policy fixes. 14 years ago
eda_text.h Enforced EDA_COLOR_T type and minor const-ification 14 years ago
fctsys.h Fix compil issue under MinGW: for an obscure reason the option -std=c++0x creates error in wxWidget code: 13 years ago
filter_reader.h Change READ_LINE classes to use less virtual functions, and READ_LINE::ReadLine() to return char* 13 years ago
footprint_info.h work on footprint plugin API 14 years ago
fp_lib_id.h Minor FP_LIB_ID object changes. 13 years ago
fp_lib_table.h more fp_lib_table work 13 years ago
gestfich.h Minor fixes, dead code removal, and coding policy fixes. 14 years ago
gr_basic.h Enforced EDA_COLOR_T type and minor const-ification 14 years ago
hashtables.h remove -std=c++0x compiler option since nobody is ready for it, and accordingly back into auto_ptr from unique_ptr 13 years ago
hotkey_grid_table.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
hotkeys_basic.h Factor Eeschema rotate item hot keys into a rotate event handler. 14 years ago
html_messagebox.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
id.h Commit patch from Brian Sidebotham: Project template in Kicad manager 13 years ago
kicad_device_context.h Application name capitalization fixes. 14 years ago
kicad_msvc.h Application name capitalization fixes. 14 years ago
kicad_string.h Minor fixes, dead code removal, and coding policy fixes. 14 years ago
layers_id_colors_and_visibility.h Add Pcbnew s-expression file parser. 14 years ago
length.h Just a new draft of length units 15 years ago
macros.h 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
menus_helpers.h Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h) 14 years ago
newstroke_font.h Application name capitalization fixes. 14 years ago
online_help.h Application name capitalization fixes. 14 years ago
pad_shapes.h Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
param_config.h Fix a minor compatibility issue in .pro file for new boards, between decimils and nanometers versions of Pcbnew. 13 years ago
pcbcommon.h Eeschema: fix bug Bug #956818 14 years ago
pcbstruct.h work on footprint plugin API 14 years ago
plot_common.h Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
richio.h Change READ_LINE classes to use less virtual functions, and READ_LINE::ReadLine() to return char* 13 years ago
sch_base_frame.h All: better code to handle opened frames libview, libedit, modview, modedit. 14 years ago
sch_item_struct.h Enforced EDA_COLOR_T type and minor const-ification 14 years ago
trigo.h see CHANGELOG.txt 14 years ago
vector2d.h more nanometer work, see comment at line 66 of pcbnew/classpcb.cpp 14 years ago
wildcards_and_files_ext.h Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 13 years ago
worksheet.h fix minor issue a page layout in GOST mode 14 years ago
wxBasePcbFrame.h Pcbnew s-experssion footprint library implementation. 13 years ago
wxEeschemaStruct.h Eeschema: fix a bug in my previous commit 13 years ago
wxPcbStruct.h add dialog for fp_lib_table 13 years ago
wxstruct.h All: better code to handle opened frames libview, libedit, modview, modedit. 14 years ago
xnode.h move all hashtable declarations into include/hashtables.h, prepare for boost usage 14 years ago