.. |
core
|
Fix a pair of bugs in the new highlight net logic.
|
6 years ago |
gal
|
Change super/subscript syntax to ^{foo} and _{foo}.
|
6 years ago |
kicad_curl
|
Expose curl_easy_escape via KICAD_CURL_EASY
|
6 years ago |
libeval
|
Switch to scoped enums
|
6 years ago |
plugins
|
Add noexcept to some functions in the 3d viewer.
|
6 years ago |
preview_items
|
Rationalize penWidth processing as first step in removing some globals.
|
6 years ago |
settings
|
Show/hide sheet colors when flipping override flag.
|
6 years ago |
tool
|
Allow some events to run behind a modal dialog.
|
6 years ago |
view
|
Comment-only changes
|
6 years ago |
widgets
|
Make UNIT_BINDER sensitive to parent frame user unit changes.
|
6 years ago |
advanced_config.h
|
Enable storing pin function (pin name) in pads.
|
6 years ago |
array_axis.h
|
Pcbnew: add a step field to the array tool
|
6 years ago |
array_options.h
|
Arrays: isolate axis code in a new class
|
6 years ago |
base64.h
|
Plot SVG embedded
|
6 years ago |
base_screen.h
|
Comment-only changes
|
6 years ago |
base_struct.h
|
Fix some issues with rotated oval pads.
|
6 years ago |
base_units.h
|
Fix a couple of problems with text stroke thickness.
|
6 years ago |
basic_gal.h
|
Comment-only changes
|
6 years ago |
bin_mod.h
|
Implement a new settings framework across all of KiCad
|
6 years ago |
bitmap_base.h
|
Improve spelling.
|
6 years ago |
bitmap_types.h
|
Push tool framework base down into TOOL_HOLDER.
|
6 years ago |
bitmaps.h
|
Bitmaps: move bitmap defs to bitmaps library
|
7 years ago |
board_design_settings.h
|
Implement changes for Sketch Pads to Fab Layers.
|
6 years ago |
board_printout.h
|
Implement a new settings framework across all of KiCad
|
6 years ago |
build_version.h
|
Expose more version strings from CMake
|
6 years ago |
class_board_item.h
|
Lay some groundwork for adding distances to DRC errors.
|
6 years ago |
class_draw_panel_gal.h
|
Lay some groundwork for adding distances to DRC errors.
|
6 years ago |
collector.h
|
Remove unused functionality.
|
6 years ago |
colors.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
commit.h
|
Comment-only changes
|
6 years ago |
common.h
|
Better python scripting compatibility.
|
6 years ago |
config_map.h
|
Fix a few doxygen warnings
|
8 years ago |
config_params.h
|
Variable substitution framework.
|
6 years ago |
confirm.h
|
Fix library table panel path adding and cleanup duplicate dialog
|
6 years ago |
convert_to_biu.h
|
Convert Schematic Internal Units to 100nm
|
6 years ago |
cursor_store.h
|
Eeschema: construct simulator cursors on demand
|
7 years ago |
dialog_configure_paths.h
|
Centralise utilities for env variables.
|
7 years ago |
dialog_edit_library_tables.h
|
Add Manage Symbol and Footprint Library tables to project frame.
|
7 years ago |
dialog_helpers.h
|
Comment-only changes
|
6 years ago |
dialog_shim.h
|
Allow some events to run behind a modal dialog.
|
6 years ago |
dpi_scaling.h
|
Implement a new settings framework across all of KiCad
|
6 years ago |
dsnlexer.h
|
Comment-only changes
|
6 years ago |
eagle_parser.h
|
Convert timestamps to UUIDs.
|
6 years ago |
eda_base_frame.h
|
Allow some events to run behind a modal dialog.
|
6 years ago |
eda_dde.h
|
Keep track of open sockets and dispose of them in d'tor.
|
8 years ago |
eda_doc.h
|
Add text variable support to envVar processing.
|
6 years ago |
eda_draw_frame.h
|
Allow some events to run behind a modal dialog.
|
6 years ago |
eda_pattern_match.h
|
Prevent implicit * from wildcard match in footprint
|
8 years ago |
eda_rect.h
|
Comment-only changes
|
6 years ago |
eda_text.h
|
eeschema: fix a readability issue for small texts.
|
6 years ago |
enum_vector.h
|
Comment-only changes
|
6 years ago |
env_paths.h
|
Footprint Wizard now also handles custom Env paths
|
8 years ago |
env_vars.h
|
Add configuration of Hi-DPI canvas scaling in OpenGL
|
7 years ago |
executable_names.h
|
Move executable name constants to own file
|
9 years ago |
fctsys.h
|
removed wx carbon include in fctsys as it is unnecessary
|
10 years ago |
filehistory.h
|
Rework the file history menus to not need references to the file history
|
6 years ago |
filename_resolver.h
|
Add text variable support to envVar processing.
|
6 years ago |
filter_reader.h
|
Comment-only changes
|
6 years ago |
footprint_filter.h
|
Cleanup to make implementation names consistent with what they now do.
|
6 years ago |
footprint_info.h
|
Push deprecation warning suppression down into boost.
|
6 years ago |
fp_lib_table.h
|
Comment-only changes
|
6 years ago |
frame_type.h
|
Update frame type enum to match current class names.
|
6 years ago |
gbr_metadata.h
|
ADDED: pad fabrication property, as required in latest Gerber file specification.
|
6 years ago |
gbr_netlist_metadata.h
|
Scope 3d viewer enums
|
6 years ago |
gestfich.h
|
Recursively delete directories in the project tree
|
6 years ago |
gl_context_mgr.h
|
Replace remaining Boost mutexs with std::mutex
|
7 years ago |
gr_basic.h
|
SHAPE_LINE_CHAIN: Remove element access
|
6 years ago |
gr_text.h
|
Change super/subscript syntax to ^{foo} and _{foo}.
|
6 years ago |
grid_tricks.h
|
Allow space to toggle all selected entries in a grid
|
6 years ago |
hash_eda.h
|
Gencad export: fix an issue in hash_eda calculation, that can generate the same hash for 2 different footprints.
|
6 years ago |
hashtables.h
|
Pcbnew: major swig fix.
|
9 years ago |
hotkey_store.h
|
Preferences, Hotkey list: Avoid list to be shown twice.
|
6 years ago |
hotkeys_basic.h
|
Improve gesture lables for better consistency with key labels.
|
6 years ago |
html_messagebox.h
|
Comment-only changes
|
6 years ago |
i18n_utility.h
|
Try to fix a compil issue on OSX (no viable conversion from 'const wxString' to 'const wxChar *', in colors.cpp)
|
10 years ago |
id.h
|
Actionize the rest of the 3D viewer.
|
6 years ago |
import_export.h
|
Use _WIN32 instead of __MINGW32__ in 2 conditional compilations which are Windows specific, not especially mingw32 specific.
|
10 years ago |
intrusive_list.h
|
Moved INTRUSIVE_LIST to a separate header
|
8 years ago |
ki_exception.h
|
Comment-only changes
|
6 years ago |
kicad_json.h
|
Add fifo_map and use it for Gerber job file generation
|
6 years ago |
kicad_string.h
|
Cherry pick of line-ending-safety fix from 5.1.
|
6 years ago |
kiface_i.h
|
Implement a new settings framework across all of KiCad
|
6 years ago |
kiface_ids.h
|
Make sure Cvpcb doesn't use its own FP_LIB_TABLE.
|
8 years ago |
kiway.h
|
Implement a new settings framework across all of KiCad
|
6 years ago |
kiway_express.h
|
Comment-only changes
|
6 years ago |
kiway_holder.h
|
Comment-only changes
|
6 years ago |
kiway_mgr.h
|
Comment-only changes
|
6 years ago |
kiway_player.h
|
Add command-line option to generate netlist and exit
|
6 years ago |
launch_ext.h
|
Fix URL launching on MacOS
|
6 years ago |
layers_id_colors_and_visibility.h
|
Add color theme settings to pcbnew
|
6 years ago |
lib_id.h
|
Fix build issue exposed by commit b824051a.
|
6 years ago |
lib_table_base.h
|
Add text variable support to envVar processing.
|
6 years ago |
lib_table_grid.h
|
Normalize line endings
|
6 years ago |
lib_tree_item.h
|
Add virtual constructors to some classes that should have them
|
6 years ago |
lockfile.h
|
Doxygen comment improvements.
|
8 years ago |
macros.h
|
Introduce new KI_FALLTHROUGH macro
|
6 years ago |
mail_type.h
|
Eeschema: Adding back annotation
|
6 years ago |
marker_base.h
|
Lay some groundwork for adding distances to DRC errors.
|
6 years ago |
menus_helpers.h
|
Partial fix for missing language selection menu.
|
6 years ago |
msgpanel.h
|
Comment-only changes
|
6 years ago |
multivector.h
|
Don't throw an exception you have no intention of catching.
|
6 years ago |
newstroke_font.h
|
Fix incorrect (too small) bounding box EDA_TEXT, noticeable when chars like j or { are used in zone fill functions.
|
10 years ago |
observable.h
|
Fix a few doxygen warnings
|
8 years ago |
origin_viewitem.h
|
Remove dead legacy print code.
|
6 years ago |
pad_shapes.h
|
ADDED: pad fabrication property, as required in latest Gerber file specification.
|
6 years ago |
page_info.h
|
Comment-only changes
|
6 years ago |
painter.h
|
Remove a bunch of globals.
|
6 years ago |
panel_hotkeys_editor.h
|
Add import of hotkeys and fix bugs in reanding and writing hotkeys.
|
6 years ago |
panel_text_variables.h
|
Variable substitution framework.
|
6 years ago |
pcb_base_frame.h
|
Lay some groundwork for adding distances to DRC errors.
|
6 years ago |
pcb_display_options.h
|
Push pcbnew grid visibility storage into EDA_DRAW_FRAME
|
6 years ago |
pcb_screen.h
|
Remove the last vestiges of dlist
|
6 years ago |
pcbstruct.h
|
Comment-only changes
|
6 years ago |
pgm_base.h
|
Implement a new settings framework across all of KiCad
|
6 years ago |
plotter.h
|
Add ability to set SVG plot units and precision
|
6 years ago |
printout.h
|
Implement a new settings framework across all of KiCad
|
6 years ago |
profile.h
|
some other WXDEBUG replacement
|
6 years ago |
project.h
|
Variable substitution framework.
|
6 years ago |
properties.h
|
Comment-only changes
|
6 years ago |
ptree.h
|
Removed all exception specifiers since deprecated.
|
8 years ago |
refdes_utils.h
|
Break out ref-des-centric functions to own header
|
7 years ago |
render_settings.h
|
Remove a bunch of globals.
|
6 years ago |
reporter.h
|
Fix compil issues, especially on Windows:
|
6 years ago |
richio.h
|
Comment-only changes
|
6 years ago |
scoped_set_reset.h
|
Add context menu to GAL DRAWING_TOOL, including the zone menu
|
9 years ago |
search_stack.h
|
Comment-only changes
|
6 years ago |
status_popup.h
|
Comment-only changes
|
6 years ago |
streamwrapper.h
|
Replace WIN32 preprocessor symbol by the official symbol _WIN32, used almost everywhere
|
7 years ago |
sync_queue.h
|
Fix SYNC_QUEUE build issue on Boost < 1.56
|
9 years ago |
systemdirsappend.h
|
Move SystemDirsAppend to own header
|
9 years ago |
title_block.h
|
Comment-only changes
|
6 years ago |
trace_helpers.h
|
Rewrite window positioning logic
|
6 years ago |
undo_redo_container.h
|
Comment-only changes
|
6 years ago |
utf8.h
|
Comment-only changes
|
6 years ago |
validators.h
|
Add base class constructors to some copy constructors
|
6 years ago |
wildcards_and_files_ext.h
|
Use Record handling for parsing
|
6 years ago |
ws_data_item.h
|
Page layout: rework and fix a few issues.
|
6 years ago |
ws_data_model.h
|
pl_editor:make the option "show formatted texts" working.
|
6 years ago |
ws_draw_item.h
|
Lay some groundwork for adding distances to DRC errors.
|
6 years ago |
ws_painter.h
|
Remove a bunch of globals.
|
6 years ago |
ws_proxy_undo_item.h
|
CERN copyrights for work packages.
|
6 years ago |
ws_proxy_view_item.h
|
Variable substitution framework.
|
6 years ago |
wxdataviewctrl_helpers.h
|
Move wxDataViewCtrl manipulators out of dialog_choose_component.cpp
|
9 years ago |
xnode.h
|
Comment-only changes
|
6 years ago |