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.
 
 
 
 
 
Jeff Young 9c9fdb2569 More performant (and more correct) deletion of DRC markers. 5 years ago
..
dialog_about Fix about dialog padding on GTK builds. 5 years ago
dialogs PANEL_COLOR_SETTINGS: avoid crash if the selected theme is no longer existing. 5 years ago
gal Better fix for OPENGL_GAL::DrawSegment() than initial commit 294dab. 5 years ago
kicad_curl Expose curl_easy_escape via KICAD_CURL_EASY 6 years ago
libeval Add parsing for centimeters into the numeric evaluator 5 years ago
libeval_compiler Fix typo in DRC rule error reporting that causes crash. 5 years ago
page_layout Read and update colour settings when changed in prefs. 5 years ago
plotters Mirror hidden text in SVG plotter 5 years ago
preview_items Improve arc geometry manager to choose the direction which makes more sense 5 years ago
project Settings management: try to fix full filename issues when using non ASCII7 chars. 5 years ago
settings JSON_SETTINGS: add more wxLogTrace() calls. 5 years ago
swig Migrate PcbNew project settings to new framework 5 years ago
tool Fix missing variable initialization 5 years ago
view Preview fp edges & text while dragging in router. 5 years ago
widgets Allow sheet colors to remain unspecified if not manually set 5 years ago
CMakeLists.txt Add simplified HTML reporter window. 5 years ago
advanced_config.cpp ADDED: polygon newlines every point 5 years ago
array_axis.cpp Pcbnew: add a step field to the array tool 7 years ago
array_options.cpp Arrays: isolate axis code in a new class 7 years ago
base64.cpp Plot SVG embedded 6 years ago
base_screen.cpp Undo for schematic-wide operations. 5 years ago
base_struct.cpp Better handling of undefined values in Rule expressions. 5 years ago
base_units.cpp Fix a few issues with zone islands 5 years ago
basic_gal.cpp Cleanup: Replace push_back with emplace_back 6 years ago
bin_mod.cpp Move the file history into the frames 6 years ago
bitmap.cpp Move scaled toolbar separator into ACTION_TOOLBAR 5 years ago
bitmap_base.cpp BITMAP_BASE, Eeschema: fix incorrect position of the bitmap when printing. 5 years ago
board_printout.cpp Don't mandate ownership semantics in API 5 years ago
build_version.cpp Fix ngspice version information issue. 5 years ago
commit.cpp keepout in footprint: fix some crashes and issues. Create a specific type (PCB_MODULE_ZONE_AREA_T) for zones in footprint. The new class (MODULE_ZONE_CONTAINER) is the same as ZONE_CONTAINER, but the type ID is PCB_MODULE_ZONE_AREA_T instead of PCB_ZONE_AREA_T. 6 years ago
common.cpp Check envvars as well before flagging as un-resolved. 5 years ago
config_params.cpp Rip out the unused leftovers of the old color system 5 years ago
confirm.cpp Fix library table panel path adding and cleanup duplicate dialog 6 years ago
cursor_store.cpp Fix preprocessor expression 6 years ago
dialog_shim.cpp std::min/std::max requires <algorithm> 5 years ago
draw_panel_gal.cpp Prepare removing creation of a wxPaintEvent instance, not allowed in 3.1.4 wxWidgets 5 years ago
drc_rules.keywords Report all DRC rule errors, not just the first. 5 years ago
dsnlexer.cpp Improve parse error messages. 5 years ago
eagle_parser.cpp Ensure file reads always use the C-locale variant 5 years ago
eda_base_frame.cpp Save the wxDisplay index to set the position of windows correctly 5 years ago
eda_dde.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 6 years ago
eda_doc.cpp Add text variable support to envVar processing. 6 years ago
eda_draw_frame.cpp Update text variables even when they're changed from other binary. 5 years ago
eda_pattern_match.cpp C++14: Remove unused make_unique.h 6 years ago
eda_size_ctrl.cpp Switch to scoped enums 6 years ago
eda_text.cpp EDA_TEXT: implement GetEffectiveShape() 5 years ago
env_paths.cpp Project settings fixes from review 5 years ago
env_vars.cpp Add configuration of Hi-DPI canvas scaling in OpenGL 7 years ago
exceptions.cpp Cleanup of extraneous calls for string conversion. 5 years ago
executable_names.cpp Move executable name constants to own file 9 years ago
filehistory.cpp Fix assert that occasionally happened when loading file history 5 years ago
filename_resolver.cpp Add text variable support to envVar processing. 6 years ago
filter_reader.cpp Cleanup: Replace C-only deprecated headers 6 years ago
footprint_filter.cpp Cleanup to make implementation names consistent with what they now do. 6 years ago
footprint_info.cpp Catch exception so that we at least throw up an error message. 5 years ago
fp_lib_table.cpp Show all symbol libraries by default. 5 years ago
gbr_metadata.cpp ADDED: pad fabrication property, as required in latest Gerber file specification. 6 years ago
gestfich.cpp Properly escape spaces when opening PDFs on windows 6 years ago
getrunningmicrosecs.cpp Cleanup: Replace C-only deprecated headers 6 years ago
gl_context_mgr.cpp Dealing with inconsistent wxGLCanvas::IsDisplaySupported() 7 years ago
gr_basic.cpp std::min/std::max requires <algorithm> 5 years ago
gr_text.cpp Unify support for line width magic cookies. 6 years ago
grid_tricks.cpp Only reserve hotkeys for focused textCtrls that are editabled. 5 years ago
hash_eda.cpp Initialize variable in hash computation 5 years ago
hotkey_store.cpp Use consistent naming for project manager. 5 years ago
hotkeys_basic.cpp Implement a new settings framework across all of KiCad 6 years ago
html_messagebox.cpp Pcbnew: fix size of graphics import warning dialog. 6 years ago
kiface_i.cpp Implement a new settings framework across all of KiCad 6 years ago
kiway.cpp Update text variables even when they're changed from other binary. 5 years ago
kiway_express.cpp Support synchronous messaging over KIWAY EXPRESS. 7 years ago
kiway_holder.cpp Replace EESchema DLIST 6 years ago
kiway_player.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 6 years ago
languages_menu.cpp Add checking to languages menu. 6 years ago
launch_ext.cpp Fix URL launching on MacOS 6 years ago
layer_id.cpp Give excluded DRC items their own layer. 5 years ago
lib_id.cpp Fix build issue exposed by commit b824051a. 6 years ago
lib_table.keywords Added "enabled" parameter for LIB_TABLE_ROW 8 years ago
lib_table_base.cpp Add text variable support to envVar processing. 6 years ago
lib_tree_model.cpp #include <algorithm> so std::sort is found. 6 years ago
lib_tree_model.h Pinning for library trees in FPEditor and SymbolEditor. 6 years ago
lib_tree_model_adapter.cpp Fix library tree column widths when tree is refreshed 5 years ago
lib_tree_model_adapter.h Migrate PcbNew project settings to new framework 5 years ago
lockfile.cpp Move file locking utilities to a separate file 9 years ago
lset.cpp Minor fix: add Fab layers to the assembly layers list. 5 years ago
marker_base.cpp Project settings fixes from review 5 years ago
msgpanel.cpp Remove colours from message text items. 7 years ago
netclass.cpp NetClass settings for Eeschema. 5 years ago
netlist.keywords ADDED: Pcbnew, add "pin function" (pin name in eeschema) to pads. 6 years ago
newstroke_font.cpp Correct cyrillic 'f' in newstroke 6 years ago
observable.cpp Coverity fixes (mostly initializing variables) 9 years ago
origin_viewitem.cpp Fix invalid std::array constructor causing MSVC illegal indirection error 6 years ago
page_info.cpp Eeschema : Add A5 sheet size 5 years ago
painter.cpp Remove a bunch of globals. 6 years ago
pcb.keywords ADDED: Copper zone island removal is now configurable 5 years ago
pcb_plot_params.keywords Implement changes for Sketch Pads to Fab Layers. 6 years ago
pgm_base.cpp Save language changes to file so they're picked up by other apps. 5 years ago
prependpath.cpp Fix some issues related to the footprint wizard frame: 10 years ago
printout.cpp Implement a new settings framework across all of KiCad 6 years ago
project.cpp Fix missing variable initialization 5 years ago
properties.cpp Eeschema: initial schematic I/O plugin. 9 years ago
property_mgr.cpp Hook libeval compiler up to rule parser 5 years ago
ptree.cpp Cleanup: Replace C-only deprecated headers 6 years ago
rc_item.cpp More performant (and more correct) deletion of DRC markers. 5 years ago
rc_item.h More performant (and more correct) deletion of DRC markers. 5 years ago
refdes_utils.cpp Fix broken GetReferencePrefix function 7 years ago
render_settings.cpp Flags cleanup. 5 years ago
reporter.cpp Give the 3D viewer an infobar & Infobar upgrades 5 years ago
richio.cpp Uniformly quote strings which may have user content. 7 years ago
scintilla_tricks.cpp Add auto-completion for DRC rule function calls. 5 years ago
search_stack.cpp Replace log debugging output with tracing. 7 years ago
searchhelpfilefullpath.cpp Replace log debugging output with tracing. 7 years ago
single_top.cpp Move warning flags to proper place 5 years ago
status_popup.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 6 years ago
streamwrapper.cpp Replace WIN32 preprocessor symbol by the official symbol _WIN32, used almost everywhere 7 years ago
string.cpp Fix errant $ 6 years ago
strtok_r.c Add strtok_r.c 12 years ago
systemdirsappend.cpp Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members. 11 years ago
template_fieldnames.cpp Fix some Coverity issues. 6 years ago
template_fieldnames.h Fix some Coverity issues. 6 years ago
template_fieldnames.keywords Variable substitution framework. 6 years ago
textentry_tricks.cpp Only reserve hotkeys for focused textCtrls that are editabled. 5 years ago
title_block.cpp Refactor common QA components to create a single common library 5 years ago
trace_helpers.cpp Eeschema: make schematic sharing truly safe across all designs. 6 years ago
undo_redo_container.cpp Undo for schematic-wide operations. 5 years ago
utf8.cpp Many callers of uni_forward are not expecting an exception. 6 years ago
validators.cpp Allow Net Inspector to create, rename and delete nets. 5 years ago
wildcards_and_files_ext.cpp GerbView #2124 : Alternative drill file extension .txt 5 years ago
wxdataviewctrl_helpers.cpp Move wxDataViewCtrl manipulators out of dialog_choose_component.cpp 9 years ago
xnode.cpp Escape slashes in labels and netnames. 7 years ago