.. |
database
|
DbLib: Allow inheriting field properties from source symbol
|
3 years ago |
dialog_about
|
Update contributions
|
3 years ago |
dialogs
|
Make a few variables const
|
3 years ago |
drawing_sheet
|
Move default font to RENDER_SETTINGS.
|
3 years ago |
font
|
Increase bounding box of stroke text and the leader box of all text.
|
3 years ago |
gal
|
Improve canvas responsiveness by better swap interval management.
|
3 years ago |
jobs
|
Implement output targeting of symlib/fplib upgrade per request
|
3 years ago |
kicad_curl
|
Fix various typos
|
3 years ago |
libeval
|
Properties: update evaluator locale when creating editors
|
3 years ago |
libeval_compiler
|
Add support for unitless values to PCB_EXPR_EVALUATOR.
|
3 years ago |
plotters
|
Another attempt at string encoding for JS inside a PDF.
|
3 years ago |
plugins
|
Replace boost::optional with std::optional
|
3 years ago |
preview_items
|
Make arc endpoint theta consistent with polar coordinate system.
|
3 years ago |
project
|
Fix display and archiving of Protel gerber files in Project manager.
|
3 years ago |
properties
|
Properties: Support overridden availability functions
|
3 years ago |
settings
|
Reduce static ratsnest opacity when moving items; tweak colors.
|
3 years ago |
swig
|
Update nlohmann::json to 3.11.2
|
3 years ago |
tool
|
Selection: provide disambiguate for deselections of multiple items
|
3 years ago |
view
|
Better cache invalidation for text objects with references.
|
3 years ago |
widgets
|
Properties: sync wxPGGlobalVars map state with editor global state
|
3 years ago |
CMakeLists.txt
|
Add support for unitless values to PCB_EXPR_EVALUATOR.
|
3 years ago |
advanced_config.cpp
|
Activate Clipper2 by default
|
3 years ago |
array_axis.cpp
|
Replace boost::optional with std::optional
|
3 years ago |
array_options.cpp
|
More EDA_ANGLE changes.
|
4 years ago |
asset_archive.cpp
|
Cleanup memory in the asset archive reader
|
5 years ago |
base64.cpp
|
Plot SVG embedded
|
6 years ago |
base_screen.cpp
|
Remove unused m_crossHairPosition
|
4 years ago |
bin_mod.cpp
|
Include optimization: move some things from common.h to point-of-use
|
5 years ago |
bitmap.cpp
|
Try a hackfix for windows icon scaling
|
3 years ago |
bitmap_base.cpp
|
More EDA_RECE yeetage.
|
3 years ago |
bitmap_info.cpp
|
Split gerbview diff and xor into two separate view modes.
|
3 years ago |
bitmap_store.cpp
|
Utilize our combine_hash routine for multiple hash
|
3 years ago |
board_printout.cpp
|
Remove a few EDA_RECT instances.
|
3 years ago |
build_version.cpp
|
Remove KICAD_OCC build option
|
3 years ago |
callback_gal.cpp
|
Remove convert_to_biu.h, merge contents to base_units.h
|
3 years ago |
commit.cpp
|
More tightening of group parent lifecycles.
|
3 years ago |
common.cpp
|
Support env variables in spice library paths.
|
3 years ago |
config_params.cpp
|
Fix some warnings detected by PVS-STUDIO (most are not used vars)
|
3 years ago |
confirm.cpp
|
Fix commit 0a881e09, not working on wxWidgets 3.1.5/msys2
|
3 years ago |
dialog_shim.cpp
|
ADDED: Focus follows mouse between SCH and PCB editors (option).
|
3 years ago |
draw_panel_gal.cpp
|
Don't update hidden scrollbars.
|
3 years ago |
drc_rules.keywords
|
Move connection width testing to rule system.
|
3 years ago |
dsnlexer.cpp
|
Suppress signedness warning
|
3 years ago |
eda_base_frame.cpp
|
Fix crash in Altium schematic importer.
|
3 years ago |
eda_dde.cpp
|
Fix comment placement
|
3 years ago |
eda_doc.cpp
|
Fix eda_doc not looking for schematic locally
|
3 years ago |
eda_draw_frame.cpp
|
Fix crash in Altium schematic importer.
|
3 years ago |
eda_item.cpp
|
Properties: Add some missing footprint properties; cleanup
|
3 years ago |
eda_pattern_match.cpp
|
Formatting.
|
3 years ago |
eda_shape.cpp
|
Separate creation of polygons for open and closed shapes.
|
3 years ago |
eda_text.cpp
|
Properties: Add text orientation
|
3 years ago |
eda_tools.cpp
|
Fix shadowed definition of EAGLE constant
|
3 years ago |
eda_units.cpp
|
Formatting and commenting.
|
3 years ago |
env_paths.cpp
|
Cleanup & performance enhancements.
|
3 years ago |
env_vars.cpp
|
Replace boost::optional with std::optional
|
3 years ago |
exceptions.cpp
|
Refuse to load schematics from the future.
|
4 years ago |
executable_names.cpp
|
Clean up some TODOs.
|
4 years ago |
filehistory.cpp
|
Ensure "Open Recent" and "Clear files" menu titles are updated after language change.
|
4 years ago |
filename_resolver.cpp
|
Don't use the 3d resolver config anymore
|
3 years ago |
filter_reader.cpp
|
Start expunging NULL.
|
4 years ago |
footprint_filter.cpp
|
Formatting.
|
3 years ago |
footprint_info.cpp
|
ADDED: Threadpool
|
3 years ago |
fp_lib_table.cpp
|
fix a few compil warnings
|
3 years ago |
gbr_metadata.cpp
|
Other -> Unspecified and a couple of other terminology improvements.
|
3 years ago |
gestfich.cpp
|
Remove printing files from Project Manager
|
4 years ago |
getrunningmicrosecs.cpp
|
Cleanup: Replace C-only deprecated headers
|
6 years ago |
gl_context_mgr.cpp
|
Start expunging NULL.
|
4 years ago |
gr_basic.cpp
|
Bug fixes in arc & textbox printing.
|
4 years ago |
gr_text.cpp
|
Separate text-thickness clamping into strict and lenient modes.
|
3 years ago |
grid_tricks.cpp
|
Implement add-new-on-return for some of our grids.
|
3 years ago |
hash_eda.cpp
|
Utilize our combine_hash routine for multiple hash
|
3 years ago |
hotkey_store.cpp
|
Gerber Viewer: gerbview -> Gerber Viewer in Settings
|
3 years ago |
hotkeys_basic.cpp
|
Don't append '+' when modifier used on its own.
|
3 years ago |
html_window.cpp
|
Formatting.
|
4 years ago |
kiface_base.cpp
|
Update default paths for symbols/footprints
|
4 years ago |
kiid.cpp
|
Update nlohmann::json to 3.11.2
|
3 years ago |
kiway.cpp
|
Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header
|
3 years ago |
kiway_express.cpp
|
We don't keep a CHANGELOG.TXT
|
4 years ago |
kiway_holder.cpp
|
We don't keep a CHANGELOG.TXT
|
4 years ago |
kiway_player.cpp
|
Ensure the socket server is killed during destruction of the kiway player
|
3 years ago |
languages_menu.cpp
|
Cleanup some pgm_base.h includes
|
4 years ago |
launch_ext.cpp
|
Fix opening files with spaces on Linux
|
4 years ago |
layer_id.cpp
|
Move courtyard collision setting to preferences.
|
3 years ago |
lib_id.cpp
|
Add support for sub-libraries concept
|
3 years ago |
lib_table.keywords
|
Allow hiding symbol library tables from symbol chooser
|
3 years ago |
lib_table_base.cpp
|
Rename PROPERTIES to STRING_UTF8_MAP for clarity
|
3 years ago |
lib_table_grid_tricks.cpp
|
Add Make selected active/inactive actions to the symbol libraries
|
3 years ago |
lib_tree_model.cpp
|
Add support for symbol unit display names in eeschema and symbol editor
|
3 years ago |
lib_tree_model_adapter.cpp
|
Formatting.
|
3 years ago |
locale_io.cpp
|
Fix various typos
|
3 years ago |
lockfile.cpp
|
Formatting.
|
3 years ago |
lset.cpp
|
Treat internal copper layers as side-specific.
|
3 years ago |
marker_base.cpp
|
Remove a few EDA_RECT instances.
|
3 years ago |
markup_parser.cpp
|
Remove unused vars
|
3 years ago |
netclass.cpp
|
Remove some more
|
3 years ago |
netlist.keywords
|
Transmit pin electrical types through to pads.
|
5 years ago |
newstroke_font.cpp
|
Add "Letter-like character" Omega for Unicode x2126
|
3 years ago |
observable.cpp
|
Add const specifiers
|
5 years ago |
origin_transforms.cpp
|
Add more consts all over the place
|
5 years ago |
origin_viewitem.cpp
|
More EDA_RECE yeetage.
|
3 years ago |
page_info.cpp
|
Move 5 helpers to EDA_UNIT_UTILS since they aren't iu specific
|
3 years ago |
painter.cpp
|
Only apply B&W printer fixes when printing.
|
5 years ago |
paths.cpp
|
Get 3d plugins working for running from build dir
|
3 years ago |
pcb.keywords
|
Overhaul of remove-unconnected's zone filling and drawing strategies.
|
3 years ago |
pcb_plot_params.keywords
|
Pcbnew: add plot on all layers feature.
|
4 years ago |
pgm_base.cpp
|
Re-add PGInit call
|
3 years ago |
printout.cpp
|
Implement a new settings framework across all of KiCad
|
6 years ago |
project.cpp
|
Support env variables in spice library paths.
|
3 years ago |
ptree.cpp
|
We don't keep a CHANGELOG.TXT
|
4 years ago |
rc_item.cpp
|
Push UNITS_PROVIDER down into a low-level mixin.
|
3 years ago |
refdes_utils.cpp
|
We don't keep a CHANGELOG.TXT
|
4 years ago |
render_settings.cpp
|
Move show-bounding-boxes to a tool on the toolbars.
|
4 years ago |
reporter.cpp
|
Add RPT_SEVERITY_DEBUG for developer-type messages
|
3 years ago |
richio.cpp
|
Use fgetc directly under msvc in richio
|
3 years ago |
scintilla_tricks.cpp
|
Fix typo.
|
3 years ago |
search_stack.cpp
|
We don't keep a CHANGELOG.TXT
|
4 years ago |
searchhelpfilefullpath.cpp
|
Respect KICAD_DOCS when searching for help files
|
5 years ago |
single_top.cpp
|
New kicad-cli will now be the cli interface
|
3 years ago |
status_popup.cpp
|
Start expunging NULL.
|
4 years ago |
streamwrapper.cpp
|
Start expunging NULL.
|
4 years ago |
string_utf8_map.cpp
|
Rename PROPERTIES to STRING_UTF8_MAP for clarity
|
3 years ago |
string_utils.cpp
|
Don't use KiCad escape sequences for JS text.
|
3 years ago |
stroke_params.cpp
|
Push UNITS_PROVIDER down into a low-level mixin.
|
3 years ago |
stroke_params.keywords
|
Shapes for schematic.
|
4 years ago |
strtok_r.c
|
Add strtok_r.c
|
12 years ago |
systemdirsappend.cpp
|
We don't keep a CHANGELOG.TXT
|
4 years ago |
template_fieldnames.cpp
|
Remove ID from property fields
|
3 years ago |
template_fieldnames.keywords
|
Variable substitution framework.
|
6 years ago |
textentry_tricks.cpp
|
Evict the last bits of wx.h
|
4 years ago |
thread_pool.cpp
|
Debugging aid.
|
3 years ago |
title_block.cpp
|
Resolve embedded text vars
|
3 years ago |
trace_helpers.cpp
|
Add debugging support for KiCad2Step command line generation.
|
3 years ago |
transform.cpp
|
Fix TRANSFORM::MapAngles (Third time lucky?)
|
3 years ago |
undo_redo_container.cpp
|
More tightening of group parent lifecycles.
|
3 years ago |
utf8.cpp
|
Start expunging NULL.
|
4 years ago |
validators.cpp
|
Fix kicad_string.h / string.cpp mismatch.
|
4 years ago |
wildcards_and_files_ext.cpp
|
Some refactoring around Gerber files extension checking.
|
3 years ago |
wx_filename.cpp
|
Implement output targeting of symlib/fplib upgrade per request
|
3 years ago |
wx_stl_compat.cpp
|
Blacklist hashes for 2d integer elements
|
3 years ago |
wxdataviewctrl_helpers.cpp
|
Formatting.
|
3 years ago |
xnode.cpp
|
Escape slashes in labels and netnames.
|
7 years ago |