| .. |
|
core
|
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 |
|
gal
|
Performance optimizations for the stroke font.
|
6 years ago |
|
geometry
|
SHAPE_LINE_CHAIN: Unify constructors
|
6 years ago |
|
kicad_curl
|
Replace WIN32 preprocessor symbol by the official symbol _WIN32, used almost everywhere
|
7 years ago |
|
libeval
|
Switch to scoped enums
|
6 years ago |
|
math
|
Cleanup: Replace C-only deprecated headers
|
6 years ago |
|
plugins
|
Remove some extra semicolons
|
8 years ago |
|
preview_items
|
Switch to scoped enums
|
6 years ago |
|
system
|
Cleanup: Replace C-only deprecated headers
|
6 years ago |
|
tool
|
Cleanup: Replace push_back with emplace_back
|
6 years ago |
|
ttl
|
Remove some extra semicolons
|
8 years ago |
|
view
|
Fix long-standing issue with arrow keys moving in both axes.
|
6 years ago |
|
widgets
|
Switch to scoped enums
|
6 years ago |
|
advanced_config.h
|
Make pin function in pads an advanced feature.
|
6 years ago |
|
array_axis.h
|
Pcbnew: add a step field to the array tool
|
7 years ago |
|
array_options.h
|
Arrays: isolate axis code in a new class
|
7 years ago |
|
base64.h
|
Plot SVG embedded
|
6 years ago |
|
base_screen.h
|
Switch to scoped enums
|
6 years ago |
|
base_struct.h
|
Change more enums over to scoped enums
|
6 years ago |
|
base_units.h
|
Switch to scoped enums
|
6 years ago |
|
basic_gal.h
|
Collapse ARRAY_CREATOR into single class now that legacy instance is gone.
|
7 years ago |
|
bezier_curves.h
|
FIX: Bezier curves: replace previous algorithm to convert the curve to segments. In some cases it was not working well. Opengl was using an other algo (using the curve properties to create segments) Now only the OpenGL algo is used, with optimization to reduce the number of segments.
|
6 years ago |
|
bin_mod.h
|
Fixed memory leaks
|
7 years ago |
|
bitmap_base.h
|
Improve spelling.
|
6 years ago |
|
bitmap_types.h
|
Bitmaps: move bitmap defs to bitmaps library
|
7 years ago |
|
bitmaps.h
|
Bitmaps: move bitmap defs to bitmaps library
|
7 years ago |
|
board_design_settings.h
|
Change more enums over to scoped enums
|
6 years ago |
|
board_printout.h
|
Removed a redundant parameter from BOARD_PRINTOUT constructor
|
7 years ago |
|
build_version.h
|
Make build date update whenever build version does
|
6 years ago |
|
class_board_item.h
|
Recleaning DLIST from pcbnew
|
6 years ago |
|
class_draw_panel_gal.h
|
Switch to scoped enums
|
6 years ago |
|
collector.h
|
Change more enums over to scoped enums
|
6 years ago |
|
colors.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
colors_design_settings.h
|
pcbnew: Add ability to reset layer/item colors to defaults
|
6 years ago |
|
commit.h
|
Add keepout in footprints: Starting point.
|
6 years ago |
|
common.h
|
Switch to scoped enums
|
6 years ago |
|
config_map.h
|
Fix a few doxygen warnings
|
8 years ago |
|
config_params.h
|
Eradicate globals for PCB_GENERAL_SETTINGS.
|
6 years ago |
|
confirm.h
|
Improve spelling.
|
6 years ago |
|
convert_basic_shapes_to_polygon.h
|
Performance enhancement for pad drawing.
|
6 years ago |
|
convert_to_biu.h
|
Switch zone fillets to absolute-error algorithm.
|
8 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
|
Switch to scoped enums
|
6 years ago |
|
dialog_shim.h
|
Switch to scoped enums
|
6 years ago |
|
dlist.h
|
Cleanup: Replace C-only deprecated headers
|
6 years ago |
|
dpi_scaling.h
|
Add configuration of Hi-DPI canvas scaling in OpenGL
|
7 years ago |
|
drc_item.h
|
Switch to scoped enums
|
6 years ago |
|
dsnlexer.h
|
Cleanup: Replace C-only deprecated headers
|
6 years ago |
|
eagle_parser.h
|
Cleanup: Replace push_back with emplace_back
|
6 years ago |
|
eda_base_frame.h
|
Switch to scoped enums
|
6 years ago |
|
eda_dde.h
|
Keep track of open sockets and dispose of them in d'tor.
|
8 years ago |
|
eda_doc.h
|
Move env var substitution into GetAssociatedDocument
|
7 years ago |
|
eda_draw_frame.h
|
Implement Get/Set display options
|
6 years ago |
|
eda_pattern_match.h
|
Prevent implicit * from wildcard match in footprint
|
8 years ago |
|
eda_rect.h
|
Allow EDA_RECT to properly be uninitialized
|
6 years ago |
|
eda_text.h
|
Add super- and subscript support to Eeschema.
|
6 years ago |
|
enum_vector.h
|
eeschema: Iterate through plugins when determining file format.
|
8 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
|
Add clear recent files action to the menus
|
6 years ago |
|
filename_resolver.h
|
Fold 3D Search Paths dialog into Configure Paths.
|
7 years ago |
|
filter_reader.h
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
footprint_filter.h
|
Cleanup to make implementation names consistent with what they now do.
|
6 years ago |
|
footprint_info.h
|
Fix a few more symbol library inheritance bugs.
|
6 years ago |
|
fp_lib_table.h
|
Workaround an issue where a throw terminates (even when there's a catch for it).
|
6 years ago |
|
frame_type.h
|
Update frame type enum to match current class names.
|
6 years ago |
|
gbr_metadata.h
|
ADDED: Pcbnew, add "pin function" (pin name in eeschema) to pads.
|
6 years ago |
|
gbr_netlist_metadata.h
|
ADDED: Pcbnew, add "pin function" (pin name in eeschema) to pads.
|
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
|
Improve spelling.
|
6 years ago |
|
grid_tricks.h
|
Drop cell editor when selecting column.
|
7 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
|
Pcbnew: fix size of graphics import warning dialog.
|
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
|
Add clear recent files action to the menus
|
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
|
Add KI_PARAM_ERROR, similar to std::invalid_argument but using wxString instead of std::string to throw errors.
|
8 years ago |
|
kicad_string.h
|
Cherry pick of line-ending-safety fix from 5.1.
|
6 years ago |
|
kiface_i.h
|
Fixed memory leaks
|
7 years ago |
|
kiface_ids.h
|
Make sure Cvpcb doesn't use its own FP_LIB_TABLE.
|
8 years ago |
|
kiway.h
|
Fix issues created by Adds Save As... to the Kicad manger.
|
6 years ago |
|
kiway_express.h
|
Support synchronous messaging over KIWAY EXPRESS.
|
7 years ago |
|
kiway_holder.h
|
Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out.
|
6 years ago |
|
kiway_mgr.h
|
Minor coding style fixes in headers
|
10 years ago |
|
kiway_player.h
|
Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out.
|
6 years ago |
|
layers_id_colors_and_visibility.h
|
New selection highlighting model for eeschema.
|
6 years ago |
|
length.h.usuned
|
Namespace KiGfx->KIGFX.
|
12 years ago |
|
lib_id.h
|
Fix LIB_ID illegal character tests.
|
7 years ago |
|
lib_table_base.h
|
Unified update to C++14 std::make_unique
|
6 years ago |
|
lib_table_grid.h
|
Normalize line endings
|
6 years ago |
|
lib_tree_item.h
|
Fix a few more symbol library inheritance bugs.
|
6 years ago |
|
lockfile.h
|
Doxygen comment improvements.
|
9 years ago |
|
macros.h
|
pcbnew: Changing drawings from dlist to std::deque
|
7 years ago |
|
mail_type.h
|
Support synchronous messaging over KIWAY EXPRESS.
|
7 years ago |
|
marker_base.h
|
Switch to scoped enums
|
6 years ago |
|
md5_hash.h
|
Add MD5_HASH::Format for debug purposes.
|
7 years ago |
|
menus_helpers.h
|
Partial fix for missing language selection menu.
|
6 years ago |
|
msgpanel.h
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
multivector.h
|
Symbol editor: fix various crash and behavior bugs.
|
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
|
9 years ago |
|
origin_viewitem.h
|
Fix compiler warnings.
|
6 years ago |
|
pad_shapes.h
|
Pcbnew: add a new primitive pad shape: chamfered round rect pad.
|
7 years ago |
|
page_info.h
|
Implement undo for Page Settings in PlEditor, Eeschema and PCBNew.
|
7 years ago |
|
painter.h
|
Improve spelling.
|
6 years ago |
|
panel_hotkeys_editor.h
|
Add import of hotkeys and fix bugs in reanding and writing hotkeys.
|
6 years ago |
|
pcb_base_frame.h
|
Fix grid settings in pcbnew/modedit/cvpcb
|
6 years ago |
|
pcb_display_options.h
|
Fix grid settings in pcbnew/modedit/cvpcb
|
6 years ago |
|
pcb_screen.h
|
Remove CurItem() architecture and legacy routers and drawing code.
|
7 years ago |
|
pcbstruct.h
|
Push polar coords down into COMMON_TOOLS.
|
7 years ago |
|
pgm_base.h
|
Add clear recent files action to the menus
|
6 years ago |
|
plotter.h
|
Change more enums over to scoped enums
|
6 years ago |
|
printout.h
|
Don't try and be too smart about scaling and worksheets.
|
6 years ago |
|
profile.h
|
some other WXDEBUG replacement
|
6 years ago |
|
project.h
|
Move ConfigurePaths and LibTable management to common ACTIONs.
|
7 years ago |
|
properties.h
|
Store information about buffering & caching in properties
|
9 years ago |
|
ptree.h
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
refdes_utils.h
|
Break out ref-des-centric functions to own header
|
7 years ago |
|
reporter.h
|
HTML_REPORT: RPT_ALL as sum of individual options
|
7 years ago |
|
richio.h
|
Cleanup: Replace C-only deprecated headers
|
6 years ago |
|
scoped_set_reset.h
|
Add context menu to GAL DRAWING_TOOL, including the zone menu
|
9 years ago |
|
search_stack.h
|
Implement poor-man's RTTI for use over KiWAY.
|
7 years ago |
|
status_popup.h
|
Rework Eeschema find/replace for modern toolset.
|
7 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
|
Support 9 comments in the page setting GUI.
|
6 years ago |
|
trace_helpers.h
|
Add log trace for tool handling
|
6 years ago |
|
trigo.h
|
Cleanup: Replace C-only deprecated headers
|
6 years ago |
|
undo_redo_container.h
|
Add Global Edit Text and Graphics Properties to Eeschema.
|
6 years ago |
|
utf8.h
|
change UTF8& operator+=( wchar_t ch ) to UTF8& operator+=( unsigned ch ), because swig does not like wchar_t.
|
8 years ago |
|
validators.h
|
Unify string lists of forbidden footprint chars
|
6 years ago |
|
wildcards_and_files_ext.h
|
Fix a couple of issues in new Save As command.
|
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
|
Switch to scoped enums
|
6 years ago |
|
ws_painter.h
|
Page layout: rework and fix a few issues.
|
6 years ago |
|
ws_proxy_undo_item.h
|
CERN copyrights for work packages.
|
6 years ago |
|
ws_proxy_view_item.h
|
Implement undo for Page Settings in PlEditor, Eeschema and PCBNew.
|
7 years ago |
|
wxdataviewctrl_helpers.h
|
Move wxDataViewCtrl manipulators out of dialog_choose_component.cpp
|
9 years ago |
|
xnode.h
|
Removed all exception specifiers since deprecated.
|
9 years ago |