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 caafffd703 Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 11 years ago
..
dialog_about Add missing source file licenses and code policy fixes. 11 years ago
dialogs Aesthetic enhancements ( use few svg icons from Konstantin Baranowskiy). 11 years ago
gal gal/stroke_font: made text vertical alignment follow the non-GAL renderer. 11 years ago
geometry Code formatting. 11 years ago
math math_util: speed up rescaling on 64-bit platforms by using native 128-bit types 12 years ago
page_layout Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 11 years ago
tool bugfix: Tools are deactivated on canvas switch. 11 years ago
view Fixed pcbnew crash when a locked footprint is dragged from an edge of the screen. 11 years ago
CMakeLists.txt Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 11 years ago
base_screen.cpp Changed void BASE_SCREEN::GetGrids( GRIDS& aList ) to const GRIDS& BASE_SCREEN::GetGrids(). 12 years ago
base_struct.cpp eeschema: Find Replace: fix a bug in replace command: sometimes, the string to replace was found, but not replaced if this string contained lower case letters. 11 years ago
base_units.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
basicframe.cpp Help files: can now be html or pdf files: Kicad search first for a .html help file, and if not found in a path, search for the corresponding .pdf file. 11 years ago
bezier_curves.cpp Add missing source file licenses and code policy fixes. 11 years ago
bin_mod.cpp Add missing source file licenses and code policy fixes. 11 years ago
bitmap.cpp Remove old xpm icons files 14 years ago
block_commande.cpp Minor fixes and changes: 12 years ago
build_version.cpp Add missing source file licenses and code policy fixes. 11 years ago
class_bitmap_base.cpp Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 11 years ago
class_colors_design_settings.cpp Add missing source file licenses and code policy fixes. 11 years ago
class_layer_box_selector.cpp Add missing source file licenses and code policy fixes. 11 years ago
class_marker_base.cpp Add missing source file licenses and code policy fixes. 11 years ago
class_page_info.cpp Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 11 years ago
class_plotter.cpp Add missing source file licenses and code policy fixes. 11 years ago
class_undoredo_container.cpp Added const modifiers where applicable (PICKED_ITEMS_LIST). 12 years ago
colors.cpp Add missing source file licenses and code policy fixes. 11 years ago
common.cpp Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 11 years ago
common_plotDXF_functions.cpp Plot DXF: better generation of filled zone polygons. 12 years ago
common_plotGERBER_functions.cpp Fix minor issues about translated strings and coding style. Add comment relative to file function info in X1 gerber file format. 11 years ago
common_plotHPGL_functions.cpp Add missing source file licenses and code policy fixes. 11 years ago
common_plotPDF_functions.cpp * Fix Bug #1348607 and a possible crash in libedit dialog component properties after moving up the first user field (which in not possible now). 12 years ago
common_plotPS_functions.cpp Add missing source file licenses and code policy fixes. 11 years ago
common_plotSVG_functions.cpp 1) Add 32 Cu Layers. 12 years ago
common_plot_functions.cpp Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
config_params.cpp Modular KiCad Blueprint Milestone B), major portions: 11 years ago
confirm.cpp *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) 12 years ago
convert_basic_shapes_to_polygon.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
copy_to_clipboard.cpp Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew). 12 years ago
dialog_shim.cpp https://lists.launchpad.net/kicad-developers/msg14286.html 11 years ago
displlst.cpp Try to fix an issue on Ubuntu/Unity for some dialogs which are not displayed. For most, adding GetSizer()->Fit( this ) in dialog constructor fix the issue, but at least one dialog still is not displayed. 11 years ago
dlist.cpp Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case. 12 years ago
draw_frame.cpp Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. 11 years ago
draw_panel.cpp Aesthetic enhancements ( use few svg icons from Konstantin Baranowskiy). 11 years ago
draw_panel_gal.cpp Added EDA_DRAW_PANEL_GAL::ForceRefresh(). 11 years ago
drawtxt.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
dsnlexer.cpp Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 11 years ago
eda_dde.cpp Add missing source file licenses and code policy fixes. 11 years ago
eda_doc.cpp Add missing source file licenses and code policy fixes. 11 years ago
eda_text.cpp Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
filter_reader.cpp Add Pcbnew GEDA PCB module plugin support. 13 years ago
findkicadhelppath.cpp.notused improve help file finding after kiway breakage. 12 years ago
footprint_info.cpp Fix debug assertion when CvPcb footprint list is empty. 11 years ago
fp_lib_table.cpp Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 11 years ago
fp_lib_table.keywords more fp_lib_table work, enhance parser 13 years ago
fpid.cpp Modular-Kicad milestone B), major portions: 12 years ago
gestfich.cpp Commit the rest of the OSX build fixes missed in the previous commit. 11 years ago
getrunningmicrosecs.cpp Speed up DSNLEXER::findToken() to such an extent that it resulted in an approximate 13% reduction 13 years ago
gr_basic.cpp Update old demo board files. Minor code cleaning. 12 years ago
grid_tricks.cpp FIX: wx 2.8 convert to UTF8 differently than 2.9 caused problems in DIALOG_FP_PLUGIN_OPTIONS. 12 years ago
hotkeys_basic.cpp Grebview: add info in layer manager for Excellon drill filles, similar to X2 file function info in X2 gerber files. 11 years ago
html_messagebox.cpp Add missing source file licenses and code policy fixes. 11 years ago
kiface_i.cpp OSX build improvements. 11 years ago
kiway.cpp Commit the rest of the OSX build fixes missed in the previous commit. 11 years ago
kiway_express.cpp Teach cvpcb about new KIWAY based cross-probing, factor out MAIL_T into mail_type.h 12 years ago
kiway_holder.cpp Enable GITHUB as default, include typeinfo into kiway_holder.cpp 12 years ago
kiway_player.cpp More about fix issue on Ubuntu/Unity. 11 years ago
lockfile.cpp Add missing source file licenses and code policy fixes. 11 years ago
lset.cpp Pcbnew: Commit patch (with very minor changes) about SVG file export with the layers ordered from bottom to top. ( bug 1286646 ), from Thiadmer Riemersma. 11 years ago
msgpanel.cpp 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
netlist.keywords Pcbnew and Cvpcb: more about new netlist support: see CHANGELOG (important changes). 14 years ago
newstroke_font.cpp all: new Russian GOST patch - author Konstantin Baranovskiy 13 years ago
painter.cpp Fixed a few memory leaks and Valgrind warnings. 12 years ago
pcb.keywords Pcbnew: enhancements for blind/buried vias palcement, and save blind/buried vias allowed option in .kicad_pcb file 12 years ago
pcb_plot_params.keywords Pcbnew: Rework on Gerber ouput: allows choice between format 4.5 and 4.6. Fix a minor issue in Gerber layers attributes. 12 years ago
pcbcommon.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
pgm_base.cpp Commit the rest of the OSX build fixes missed in the previous commit. 11 years ago
prependpath.cpp Add missing source file licenses and code policy fixes. 11 years ago
project.cpp Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 11 years ago
ptree.cpp switch back to original sexpr usage of PTREE, add new DSNLEXER constructor, enforce accessors in kicad.exe 12 years ago
reporter.cpp CvPcb footprint library table implementation. 12 years ago
richio.cpp fix Inner1.Cu in pcb_parser.cpp, start cvpcb work. 12 years ago
sch_item_struct.cpp Code cleanup: Pcbnew: move files relative to exort functions to the new folder exporters 12 years ago
search_stack.cpp Add missing source file licenses and code policy fixes. 11 years ago
searchhelpfilefullpath.cpp Add missing source file licenses and code policy fixes. 11 years ago
selcolor.cpp Add missing source file licenses and code policy fixes. 11 years ago
single_top.cpp Modular KiCad Blueprint Milestone B), major portions: 11 years ago
string.cpp Fix compile errors when wx3.x is built with --enable-stl 12 years ago
strtok_r.c Add strtok_r.c 12 years ago
systemdirsappend.cpp Add missing source file licenses and code policy fixes. 11 years ago
trigo.cpp Add missing source file licenses and code policy fixes. 11 years ago
utf8.cpp Initial KIWAY (modular-kicad) work. Various tweeks. 12 years ago
validators.cpp Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 11 years ago
wildcards_and_files_ext.cpp 3d-viewer: code cleaning; bitmap2component: minor fix and code cleanup 11 years ago
worksheet.cpp Remove 2 global variables: g_DrawBgColor and g_ShowPageLimits. 12 years ago
worksheet_viewitem.cpp Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 11 years ago
wxunittext.cpp WX_UNIT_TEXT can handle default value. 12 years ago
wxwineda.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
xnode.cpp Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today. 12 years ago
zoom.cpp Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. 11 years ago