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.
 
 
 
 
 
Maciej Suminski a57f7ae8cd Fix OpenGL canvas freeze under Windows. 11 years ago
..
core Code formatting. 11 years ago
gal Fix OpenGL canvas freeze under Windows. 11 years ago
geometry Merged the new Interactive Push and Shove router. 12 years ago
math Various fixes to geometry & math library. 12 years ago
tool Added event queue to handle events at the end of the event processing cycle. 11 years ago
ttl Formatted ttl library to comply with KiCad coding policy. 12 years ago
view Fixed layers order after changing the active layer. 11 years ago
HersheyCyrillic.h.unused Use layer_widget in Gerbview 16 years ago
base_struct.h Clang-alike lightweight RTTI for pcbnew + type casting cleanup. 12 years ago
base_units.h * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
bezier_curves.h Schematic component object encapsulation and Doxygen comment warning fixes. 15 years ago
bin_mod.h improve help file finding after kiway breakage. 12 years ago
bitmaps.h Cosmetic enhancements: fix incorrect icons. 12 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 Changed void BASE_SCREEN::GetGrids( GRIDS& aList ) to const GRIDS& BASE_SCREEN::GetGrids(). 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 1) Add 32 Cu Layers. 11 years ago
class_board_item.h LAYER_ID work 11 years ago
class_collector.h Rationalize numeric time stamps to type time_t. 14 years ago
class_colors_design_settings.h 1) Add 32 Cu Layers. 11 years ago
class_draw_panel_gal.h Fixed layers order after changing the active layer. 11 years ago
class_drawpanel.h Constification of HitTest and GetParent 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 re-work the LSET(int,...) constructor 11 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 Removed excessive variable (m_Corners) from MARKER_BASE. 12 years ago
class_pcb_screen.h 1) Add 32 Cu Layers. 11 years ago
class_sch_screen.h - Better way to iterate on vias in the track list (GetFirstVia) 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 Added const modifiers where applicable (PICKED_ITEMS_LIST). 12 years ago
class_worksheet_dataitem.h Fix compile errors when wx3.x is built with --enable-stl 12 years ago
colors.h * KIWAY Milestone A): Make major modules into DLL/DSOs. 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 2 global variables: g_DrawBgColor and g_ShowPageLimits. 12 years ago
config_params.h 1) Fix compiles using wx 3.x and 2.8. 11 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 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
dialog_shim.h wx 2.8 now builds, but the quasi-modal support seems broken on 2.8. Wanted others to be able to build at least. 12 years ago
dlist.h Eeschema object list and other minor improvements. 14 years ago
draw_frame.h Removed EDA_DRAW_FRAME::SetGalCanvasActive() [it may be misleading], added EDA_DRAW_PANEL_GAL::GetBackend(). 11 years ago
drawtxt.h * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
dsnlexer.h switch back to original sexpr usage of PTREE, add new DSNLEXER constructor, enforce accessors in kicad.exe 11 years ago
eda_dde.h Code cleanup: Pcbnew: move files relative to exort functions to the new folder exporters 12 years ago
eda_doc.h 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
eda_text.h Made the project default text size apply to all text things in eeschema, instead of the hardcoded value 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 back annotation when CVPCB and EESCHEMA are running under KICAD 11 years ago
fpid.h Modular-Kicad milestone B), major portions: 12 years ago
frame_type.h Modular-Kicad milestone B), major portions: 12 years ago
gestfich.h improve help file finding after kiway breakage. 12 years ago
gr_basic.h Update old demo board files. Minor code cleaning. 11 years ago
grid_tricks.h *) Factor out Cut, Copy, and Paste for wxGrid into class common/GRID_TRICKS. 12 years ago
hashtables.h Changed the way of looking up NETINFO_ITEM using net names (using boost::unordered_map). Added a hash function (wxString) for that. Introduced NETINFO_ITEM::GetNetItem( wxString ). BOARD::FindNet() uses the map. 12 years ago
hotkey_grid_table.h * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
hotkeys_basic.h merge tip in, resolve. 12 years ago
html_messagebox.h *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) 12 years ago
id.h Modular-Kicad milestone B), glamorous portions: 12 years ago
import_export.h * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 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 Fix compile errors when wx3.x is built with --enable-stl 12 years ago
kiface_i.h Modular-Kicad milestone B), major portions: 12 years ago
kiway.h Modular-Kicad milestone B), major portions: 12 years ago
kiway_express.h remove KIWAY_EXPRESS::kiway_express() typo, add comments. 12 years ago
kiway_mgr.h *) Add KIFACE_I::StartFlags() and IsSingle() so a KIFACE implementation can know 12 years ago
kiway_player.h Fix an annoying behavior of new quasi modal frames on Windows (when closing them, the caller frame was no more on top ) 12 years ago
layers_id_colors_and_visibility.h Bugfix: Bottom layer not correctly handled in (PNS) Interactive router. 11 years ago
length.h.usuned Namespace KiGfx->KIGFX. 12 years ago
macros.h minor tidying 12 years ago
mail_type.h back annotation when CVPCB and EESCHEMA are running under KICAD 11 years ago
menus_helpers.h Remove duplicate icon apply.svg (use ckecked_ok.svg instead which is the same icon). 12 years ago
msgpanel.h 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
newstroke_font.h Application name capitalization fixes. 14 years ago
online_help.h Application name capitalization fixes. 14 years ago
pad_shapes.h Pcbnew: fix bug #1272714 . Code cleanup: use 2 different enums for pad shapes and pad drill shapes. Remove never used pad shape. 12 years ago
painter.h The GAL view uses colors settings from the legacy canvas. 12 years ago
pcbcommon.h 1) Add 32 Cu Layers. 11 years ago
pcbstruct.h work on footprint plugin API 14 years ago
pgm_base.h improve help file finding after kiway breakage. 12 years ago
plot_common.h 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
profile.h Profile counter simplified, so it should be more portable. 12 years ago
project.h fix some bugs in FOOTPRINT_VIEWER_FRAME, get rid of statics 12 years ago
ptree.h switch back to original sexpr usage of PTREE, add new DSNLEXER constructor, enforce accessors in kicad.exe 11 years ago
reporter.h CvPcb footprint library table implementation. 12 years ago
richio.h fix Inner1.Cu in pcb_parser.cpp, start cvpcb work. 11 years ago
sch_base_frame.h *) Switch kicad.exe to using KIFACE modules for all major top level windows. 12 years ago
sch_item_struct.h Clang-alike lightweight RTTI for pcbnew + type casting cleanup. 12 years ago
search_stack.h Remove class RETAINED_PATH, put is main member function into SEARCH_STACK. 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 Initial KIWAY (modular-kicad) work. Various tweeks. 12 years ago
validators.h Pcbnew: footprint library table fixes. 12 years ago
wildcards_and_files_ext.h add patch from Cirilo Bernardo, and minor fixes. 12 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. 12 years ago
worksheet_shape_builder.h Constification of HitTest and GetParent 12 years ago
worksheet_viewitem.h Removed a few memory leaks. 12 years ago
wxBasePcbFrame.h {Set,Get}ActiveLayer moved from PCB_EDIT_FRAME to PCB_BASE_FRAME. 11 years ago
wxEeschemaStruct.h back annotation when CVPCB and EESCHEMA are running under KICAD 11 years ago
wxPcbStruct.h Fixed a few memory leaks and Valgrind warnings. 11 years ago
wxstruct.h Remove 2 global variables: g_DrawBgColor and g_ShowPageLimits. 12 years ago
wxunittext.h WX_UNIT_TEXT can handle default value. 12 years ago
xnode.h Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today. 12 years ago