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 557bb43dd2 Moved TOOL_MANAGER & TOOL_DISPATCHER to EDA_DRAW_FRAME. 11 years ago
..
dialog_about Minor fixes: dialog rescue: make strings translatable. Remove a few coverity warnings (not initialized members). Very minor other changes. 11 years ago
dialogs Make hotkeys editor titles translatable. 11 years ago
gal Better way to determine supported OpenGL version and extensions. 11 years ago
geometry Fix a few minor coverity warnings. 11 years ago
math math_util: speed up rescaling on 64-bit platforms by using native 128-bit types 12 years ago
page_layout Rework on Gerber plot functions: add X2 attributes in J5 version. Minor code cleaning. 11 years ago
tool Parametrized TOOL_ACTIONs. 11 years ago
view Fixed undo/redo display refresh for miras & dimensions (GAL). 11 years ago
CMakeLists.txt Add path (environment variable) configuration dialog. 11 years ago
base_screen.cpp Pcbnew: better display of tracks/vias/grid sizes in toolbar 11 years ago
base_struct.cpp Add hotkeys to Kicad manager, and some rework on hotkeys management. 11 years ago
base_units.cpp Add "move exact" and "duplicate" tools to pcbnew 11 years ago
basicframe.cpp Eeschema: Fix a very old bug relative to the tool to load power parts: 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 Add "move exact" and "duplicate" tools to pcbnew 11 years ago
build_version.cpp Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
class_bitmap_base.cpp Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs. 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 Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run). 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 class PLOTTER: dash lines parameters in one place for plot. I made minor changes (values in mm and set to give the same size as dashed lines drawn by wxDC, using short dash.) 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 Move exact dialog: make all messages translatable. Fix minor issues (some can be Windows specific). Remove useless declarations. Fix coding style issues 11 years ago
common_plotDXF_functions.cpp Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs. 11 years ago
common_plotGERBER_functions.cpp Rework on Gerber plot functions: add X2 attributes in J5 version. Minor code cleaning. 11 years ago
common_plotHPGL_functions.cpp coverity common folder fixes (mainly not initialized members). 11 years ago
common_plotPDF_functions.cpp Fix a few minor coverity warnings. 11 years ago
common_plotPS_functions.cpp class PLOTTER: dash lines parameters in one place for plot. I made minor changes (values in mm and set to give the same size as dashed lines drawn by wxDC, using short dash.) 11 years ago
common_plotSVG_functions.cpp class PLOTTER: dash lines parameters in one place for plot. I made minor changes (values in mm and set to give the same size as dashed lines drawn by wxDC, using short dash.) 11 years ago
common_plot_functions.cpp Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
config_params.cpp Cvpcb: fix issues relatives to .equ files management: 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). 11 years ago
dialog_shim.cpp Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines. 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 Moved TOOL_MANAGER & TOOL_DISPATCHER to EDA_DRAW_FRAME. 11 years ago
draw_panel.cpp Fixed jumping cursor when closing pad properties window (GAL footprint editor). 11 years ago
draw_panel_gal.cpp Reworked GAL switching. 11 years ago
drawtxt.cpp Fix some minor coverity warnings. Fix a bug in pcad2kicad plugin. Scripting: map BASE_SET. Rename some python bom scripts with better names. Fix erroneous comments and add comments 11 years ago
dsnlexer.cpp coverity common folder fixes (mainly not initialized members). 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 Pcbnew: fix crash when undoing a move exact pad in board editor. 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 compat with swig 3.03 11 years ago
fp_lib_table.cpp More Coverity scan error fix goodness. 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 12 years ago
gr_basic.cpp More printing fixes. 11 years ago
grid_tricks.cpp Fix 2 coverity warnings, and cleanup a old code in dialog_color_config. 11 years ago
hotkeys_basic.cpp Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
html_messagebox.cpp Fix incorrect close function in HTML_MESSAGE_BOX (whichcan be shown in modal or not modal mode) 11 years ago
kiface_i.cpp OSX build improvements. 11 years ago
kiway.cpp Better error messge when a .kiface file ( or, if it exists, a .dll or .so shared library ) is not found at start up 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 Fix some minor coverity warnings. Fix a bug in pcad2kicad plugin. Scripting: map BASE_SET. Rename some python bom scripts with better names. Fix erroneous comments and add comments 11 years ago
lockfile.cpp Use XDG_CONFIG_DIR for lock file path on Linux. 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 Fix Bug #1381287 (CvPCB ignores the footprint filter field on aliased components) 11 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. 11 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. 11 years ago
pcbcommon.cpp Default path fixes and remove old to find 3D model path code. 11 years ago
pgm_base.cpp Fix config.h default data install path assignment during configuration. 11 years ago
prependpath.cpp Add missing source file licenses and code policy fixes. 11 years ago
project.cpp Add schematic component library change rescue feature (fixes lp:1435338). 11 years ago
ptree.cpp Eeschema: extend max number of units per package to 52 and clean code to easily extend this value upto 26x26 (but 52 is a reasonable max value). 11 years ago
reporter.cpp CvPcb footprint library table implementation. 12 years ago
richio.cpp coverity common folder fixes (mainly not initialized members). 11 years ago
search_stack.cpp Pcbnew: fix bug #142348 (airwire does not always appear after deleting a track). Very minor other fixes. 11 years ago
searchhelpfilefullpath.cpp Fix OSX help search paths. 11 years ago
selcolor.cpp Add missing source file licenses and code policy fixes. 11 years ago
single_top.cpp Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines. 11 years ago
string.cpp Pcbnew: fix Bug #1422093 (pcbnew crashes after editing a footprint cominng from the board with the fp editor and saving it on a librray and trying to load it to the board) 11 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 Add path (environment variable) configuration dialog. 11 years ago
wildcards_and_files_ext.cpp board_items_to_polygon_shape_transform.cpp: remove full duplicate code between DRAWSEGMENT and EDGE_MODULE, and fix incorrect conversion of DRAWSEGMENT polygon type to its polygonal shape. 11 years ago
worksheet.cpp Fixed printing issues under Linux. 11 years ago
worksheet_viewitem.cpp Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 11 years ago
wx_status_popup.cpp Code formatting. 11 years ago
wx_unit_binder.cpp coverity common folder fixes (mainly not initialized members). 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 Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues 11 years ago