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 f9cc325bd8 Pcbnew, 3D viewer: fix incorrect position of multiline texts. 12 years ago
..
gal Switch STROKE_FONT::Draw() to take "const wxString&" rather than "wxString" by value. 12 years ago
geometry Removed warning. 12 years ago
math Mainly case changes. 12 years ago
tool Remove some uses of using namespace std. 12 years ago
ttl Removed unnecessary parts. 12 years ago
view Merged rtree.h, to avoid code duplication. 12 years ago
HersheyCyrillic.h.unused Use layer_widget in Gerbview 16 years ago
appl_wxstruct.h add {Get,Set}ModuleLibraryNickname to EDA_APP, reformatting 12 years ago
base_struct.h All: GetBoundingBox returns now a const EDA_RECT. 12 years ago
base_units.h Initial release of pl_editor, the page layout and title block editor. 13 years ago
bezier_curves.h Schematic component object encapsulation and Doxygen comment warning fixes. 15 years ago
bitmaps.h Initial release of pl_editor, the page layout and title block editor. 13 years ago
block_commande.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
build_version.h PCB common library header rationalization. 14 years ago
class_base_screen.h ReturnStringFromValue() refinements 12 years ago
class_bitmap_base.h pl_editor: add a PPI (pixel per inch) setup option for bitmaps. 12 years ago
class_board_design_settings.h Pcbnew: enhancements for blind/buried vias palcement, and save blind/buried vias allowed option in .kicad_pcb file 12 years ago
class_board_item.h Pcbnew: Code cleaning and some minor fixes. 12 years ago
class_collector.h Rationalize numeric time stamps to type time_t. 14 years ago
class_colors_design_settings.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
class_drawpanel.h Changed the way of refreshing canvases (both standard & GAL). 12 years ago
class_drawpanel_gal.h Fixed SetCurrentContext() assert, that was firing on closure of pcbnew, when the OpenGL backend was active. 12 years ago
class_drc_item.h Pcbnew: Fix issue when displaying net names and/or pad numbers including the "<" char in drc dialog, because drc dialog uses an wxHtmlWindow to display drc messages, and the "<" char has a special meaning and is not allowed in texts (now replaced by the" &lt;" sequence in messages displayed in html) 12 years ago
class_layer_box_selector.h minor changes and refinement in class pcb layer box 12 years ago
class_macros_record.h add forgotten file to bzr3107, add GOST to KICAD_BULD_VERSION if defined KICAD_GOST 14 years ago
class_marker_base.h Encapsulated drawmode as an enum for type checking 13 years ago
class_pcb_screen.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago
class_sch_screen.h *) retain grid origin in the BOARD and save it in legacy and kicad board files. 12 years ago
class_title_block.h All: use a S expression to describe the page layout (title block and grid references). Work in progress. 13 years ago
class_undoredo_container.h Typedef STATUS_FLAGS to encapsulate EDA_ITEM bitmapped flags 13 years ago
class_worksheet_dataitem.h Merged upstream. 12 years ago
colors.h Added one more function to convert colors. 12 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 Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad 12 years ago
confirm.h Minor message box improvements 12 years ago
convert_basic_shapes_to_polygon.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
convert_from_iu.h REMOVE: USE_PCBNEW_NANOMETERS by making it the only way to go in pcbnew, effectively removing the deci-mils build. 12 years ago
convert_to_biu.h REMOVE: USE_PCBNEW_NANOMETERS by making it the only way to go in pcbnew, effectively removing the deci-mils build. 12 years ago
dcsvg.h.unused Minor fixes and cleanup 13 years ago
dialog_get_component.h EDA_LIST_DIALOG: add a filter option to select names to display is list, from a kamil zorychta's patch <kamil.zorychta@gmail.com> 13 years ago
dialog_helpers.h FIX: work around for wx 2.8 bug affecting wxListCtrl column resizing. 12 years ago
dialog_hotkeys_editor.h Fix some minor issues in hotkey dialogs 12 years ago
dialog_shim.h EDA_LIST_DIALOG_BASE is used multiple times for different numbers of 12 years ago
dlist.h Eeschema object list and other minor improvements. 14 years ago
drawtxt.h Replace in EDA_TEXT::Draw the parameter EDA_DRAW_PANEL* aPanel by EDA_RECT* aClipBox, which is the actual parameter used by Draw. 13 years ago
dsnlexer.h Make pretty prettier by striving for single line module pads. Add slick std::string based strprintf(), twice. 12 years ago
eda_dde.h wxServer was a confusing define, since it is also a wxWidgets class, do not use it 13 years ago
eda_doc.h Minor fixes, dead code removal, and coding policy fixes. 14 years ago
eda_text.h Pcbnew, 3D viewer: fix incorrect position of multiline texts. 12 years ago
fctsys.h Minor code cleaning: Remove unused file, remove obsolete or useless defines 12 years ago
filter_reader.h Add Pcbnew GEDA PCB module plugin support. 13 years ago
footprint_info.h remove USE_FP_LIB_TABLE code, make it the norm. Add lazy loading support to FOOTPRINT_INFO. 12 years ago
fp_lib_table.h remove USE_FP_LIB_TABLE code, make it the norm. Add lazy loading support to FOOTPRINT_INFO. 12 years ago
fpid.h Fix but reading empty footprints in netlist. (fixes lp:1226283) 12 years ago
gestfich.h Add patch from Jacobo Aragunde Perez <Log of opened and closed applications in KiCad launcher> 13 years ago
gr_basic.h Migrated the interfaces accepting angles to the double type 13 years ago
grid_tricks.h *) Factor out Cut, Copy, and Paste for wxGrid into class common/GRID_TRICKS. 12 years ago
hashtables.h more DIALOG_FP_PLUGIN_OPTIONS work, make PROPERTIES a map instead of a hashtable for alphabetical iteration. 12 years ago
hotkey_grid_table.h Fix some minor issues in hotkey dialogs 12 years ago
hotkeys_basic.h Pcbnew: add hotkey Z to reset grid origin. 12 years ago
html_messagebox.h *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) 12 years ago
id.h *) Introduce "invoke_a_dialog.h" to information hide between top frame 13 years ago
ki_mutex.h move ${Boost_LIBRARIES} into cvpcb, pcbnew, _pcbnew and out of github, because worker threads used regardless of github 12 years ago
kicad_device_context.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
kicad_string.h Pcbnew: change general properties dialog rotation angle to text edit control. 12 years ago
layers_id_colors_and_visibility.h Patches one by Lorenzo, one by Orson 12 years ago
length.h.usuned Namespace KiGfx->KIGFX. 12 years ago
macros.h Minor code cleaning: Remove unused file, remove obsolete or useless defines 12 years ago
menus_helpers.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
msgpanel.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 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
painter.h Namespace KiGfx->KIGFX. 12 years ago
param_config.h Fix wierd ConfigBaseWriteDouble's Printf( wxT("%12f"), aValue ); format string 13 years ago
pcbcommon.h Pcbnew: fix 45 degree rotation angle undo and global variable elimination. 12 years ago
pcbstruct.h work on footprint plugin API 14 years ago
plot_common.h Fix worksheet multiple line text plotting bug. (fixes lp:1261906) 12 years ago
profile.h Profile counter simplified, so it should be more portable. 12 years ago
ptree.h Implement "KiCad s-epression" support for boost::property_tree's ptree, the 8 13 years ago
reporter.h CvPcb footprint library table implementation. 12 years ago
richio.h *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) 12 years ago
sch_base_frame.h *) retain grid origin in the BOARD and save it in legacy and kicad board files. 12 years ago
sch_item_struct.h Remove some uses of using namespace std. 12 years ago
trigo.h Eeschema: netlist generation: fix bad choice for the "best net name" when selecting a net name between labels connected to the same net. 12 years ago
utf8.h FIX: avoid use of wxFileName::GetModificationTime() when it can fail. 12 years ago
validators.h Pcbnew: footprint library table fixes. 12 years ago
wildcards_and_files_ext.h Initial release of pl_editor, the page layout and title block editor. 13 years ago
worksheet.h Replace in EDA_TEXT::Draw the parameter EDA_DRAW_PANEL* aPanel by EDA_RECT* aClipBox, which is the actual parameter used by Draw. 13 years ago
worksheet_shape_builder.h Merged upstream. 12 years ago
worksheet_viewitem.h Namespace KiGfx->KIGFX. 12 years ago
wxBasePcbFrame.h Upstream merge. 12 years ago
wxEeschemaStruct.h Merged upstream. 12 years ago
wxPcbStruct.h Upstream merge. 12 years ago
wxstruct.h Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case. 12 years ago
xnode.h various 13 years ago