| .. |
|
core
|
Code formatting
|
8 years ago |
|
gal
|
Modified STROKE_FONT::ComputeStringBoundaryLimits() to process multiline strings
|
8 years ago |
|
geometry
|
pcbnew: Ensure Connectivity RTree gets updated
|
8 years ago |
|
kicad_curl
|
Spelling indentifier -> identifier
|
8 years ago |
|
libeval
|
Fix some Coverity uninitialized field warnings.
|
8 years ago |
|
math
|
box2: Remove wrong use of typename keyword
|
8 years ago |
|
plugins
|
Remove some extra semicolons
|
8 years ago |
|
preview_items
|
Allow drawing self-intersecting polygons, just display a warning
|
8 years ago |
|
system
|
Remove some extra semicolons
|
8 years ago |
|
tool
|
Always create grid menu so units are up-to-date.
|
8 years ago |
|
ttl
|
Remove some extra semicolons
|
8 years ago |
|
view
|
Common: Fix -Wcatch-value warnings (catching exceptions by value)
|
8 years ago |
|
widgets
|
Remove background fp loading from Choose Symbol dlg.
|
8 years ago |
|
base_screen.h
|
fix code after file renaming
|
8 years ago |
|
base_struct.h
|
Organize trace debugging code for ease of maintenance.
|
8 years ago |
|
base_units.h
|
very minor I18n fix
|
8 years ago |
|
basic_gal.h
|
DrawGraphicText: remove a static variable, and replace it (when needed) by a new parameter in argument list.
|
8 years ago |
|
bezier_curves.h
|
Changed negative recursion level argument to positive
|
8 years ago |
|
bin_mod.h
|
Minor coding style fixes in headers
|
10 years ago |
|
bitmap_base.h
|
fix misspelled 'an other' -> 'another'
|
8 years ago |
|
bitmap_types.h
|
Implement primitive icon scaling for high DPI
|
8 years ago |
|
bitmaps.h
|
Add missing icons in lock/unlock context submenu
|
8 years ago |
|
block_commande.h
|
fix code after file renaming
|
8 years ago |
|
board_design_settings.h
|
rename files
|
8 years ago |
|
build_version.h
|
More missing source license fixes.
|
11 years ago |
|
class_board_item.h
|
Replace messageBox with assert for non-fatal error.
|
8 years ago |
|
class_draw_panel_gal.h
|
Bug fixes in Length Tuning UI.
|
8 years ago |
|
class_drawpanel.h
|
Organize trace debugging code for ease of maintenance.
|
8 years ago |
|
collector.h
|
Removing the last of time_t and fixing downcast corner bug in collector
|
8 years ago |
|
colors.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
colors_design_settings.h
|
rename files
|
8 years ago |
|
commit.h
|
Don't set dirty bit when adding MARKERs.
|
8 years ago |
|
common.h
|
Fix user configuration path bug on Linux.
|
8 years ago |
|
config_map.h
|
Fix a few doxygen warnings
|
9 years ago |
|
config_params.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
confirm.h
|
Derive DIALOG_MULTI_OPTIONS from wxMultiChoiceDialog
|
8 years ago |
|
convert_basic_shapes_to_polygon.h
|
Better calculation of polygon clearance area of oval pads. Wip.
|
8 years ago |
|
convert_to_biu.h
|
Switch zone fillets to absolute-error algorithm.
|
8 years ago |
|
dialog_env_var_config.h
|
ENV_VAR config dialog enhancements.
|
8 years ago |
|
dialog_helpers.h
|
Remove confusing active library interactions with save.
|
8 years ago |
|
dialog_hotkeys_editor.h
|
Save hotkeys to combined app-based file
|
8 years ago |
|
dialog_shim.h
|
Fix several dialogs with bad default sizing
|
8 years ago |
|
dlist.h
|
Eeschema object list and other minor improvements.
|
14 years ago |
|
draw_frame.h
|
Save hotkeys to combined app-based file
|
8 years ago |
|
draw_graphic_text.h
|
DrawGraphicText: remove a static variable, and replace it (when needed) by a new parameter in argument list.
|
8 years ago |
|
drc_item.h
|
Fix some Coverity uninitialized field warnings.
|
8 years ago |
|
dsnlexer.h
|
fix misspelled 'an other' -> 'another'
|
8 years ago |
|
eagle_parser.h
|
Fix some Coverity uninitialized field warnings.
|
8 years ago |
|
eda_base_frame.h
|
Save hotkeys to combined app-based file
|
8 years ago |
|
eda_dde.h
|
Keep track of open sockets and dispose of them in d'tor.
|
8 years ago |
|
eda_doc.h
|
More forgiving keyword search.
|
8 years ago |
|
eda_pattern_match.h
|
Prevent implicit * from wildcard match in footprint
|
8 years ago |
|
eda_rect.h
|
Fix code after renaming files
|
8 years ago |
|
eda_text.h
|
Changed default text size to 50mils
|
8 years ago |
|
enabler.h
|
Prevent issuing a print command before the previous one is finished
|
8 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 |
|
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 |
|
filter_reader.h
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
footprint_filter.h
|
Update footprint filter type-in to be implicit *
|
8 years ago |
|
footprint_info.h
|
Async hardening
|
8 years ago |
|
fp_lib_table.h
|
Go back to checking individual file timestamps.
|
8 years ago |
|
frame_type.h
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
gbr_metadata.h
|
Gerber X1 plot files: prepare adding more structured comments (aperture and object attributes)
|
8 years ago |
|
gbr_netlist_metadata.h
|
Pcbnew: fix minor issue in %TO.C advanced attribute, and avoid creating an unused D10 tool in Gerber files.
|
9 years ago |
|
gestfich.h
|
Doxygen comment improvements.
|
9 years ago |
|
gl_context_mgr.h
|
Reverted 6912 with minor changes (LockCtx requires to specify canvas that locks a context).
|
10 years ago |
|
gr_basic.h
|
eeschema: neatly wrap placeholder text in symbol chooser
|
8 years ago |
|
grid_tricks.h
|
Don't make user click twice to toggle checkbox in wxGrid.
|
8 years ago |
|
hash_eda.h
|
Hash functions for BOARD_ITEMs
|
8 years ago |
|
hashtables.h
|
Pcbnew: major swig fix.
|
9 years ago |
|
hotkeys_basic.h
|
Save hotkeys to combined app-based file
|
8 years ago |
|
html_messagebox.h
|
Release mouse before closing HTML_MESSAGE_BOX.
|
8 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
|
Eeschema: fix many wxASSERT when trying to open menus from the main menubar.
|
8 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 |
|
incremental_text_ctrl.h
|
Fix a few doxygen warnings
|
9 years ago |
|
intrusive_list.h
|
Moved INTRUSIVE_LIST to a separate header
|
9 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 |
|
ki_mutex.h
|
More missing source license fixes.
|
11 years ago |
|
kicad_device_context.h
|
Minor coding style fixes in headers
|
10 years ago |
|
kicad_string.h
|
Move Fields Editor to wxGrid.
|
8 years ago |
|
kiface_i.h
|
Fix a few doxygen warnings
|
9 years ago |
|
kiface_ids.h
|
Make sure Cvpcb doesn't use its own FP_LIB_TABLE.
|
8 years ago |
|
kiway.h
|
eeschema: workaround for 64kByte string length limit in wxString::Format() causing segfaults in netlist update under Windows
|
8 years ago |
|
kiway_express.h
|
Explicitly mark overriding functions.
|
9 years ago |
|
kiway_mgr.h
|
Minor coding style fixes in headers
|
10 years ago |
|
kiway_player.h
|
Remove not used ListNets() methods
|
8 years ago |
|
layer_box_selector.h
|
fix code after file renaming
|
8 years ago |
|
layers_id_colors_and_visibility.h
|
Restore some missing visibility items from board file
|
8 years ago |
|
length.h.usuned
|
Namespace KiGfx->KIGFX.
|
12 years ago |
|
lib_id.h
|
LIB_ID: fix incorrect detection of illegal chars, when values are not ASCII values.
|
8 years ago |
|
lib_table_base.h
|
Treat ${...} and $(...) envvar references uniformly.
|
8 years ago |
|
lib_table_grid.h
|
fix a minor compil warning
|
8 years ago |
|
lockfile.h
|
Doxygen comment improvements.
|
9 years ago |
|
lru_cache.h
|
3D Viewer: complete refactor of the 3D viewer.
|
9 years ago |
|
macros.h
|
EDA_TEXT object refactor.
|
9 years ago |
|
mail_type.h
|
Dialog-ize CvPcb and implement proper Save.
|
8 years ago |
|
make_unique.h
|
Add C++14-style std::make_unique 'polyfill' for C++11
|
9 years ago |
|
marker_base.h
|
Rename a few files
|
8 years ago |
|
md5_hash.h
|
pcbnew: Optimized zone filling algorithm.
|
8 years ago |
|
menus_helpers.h
|
Make show/hide icons in menus a run time option, instead of compil option.
|
9 years ago |
|
msgpanel.h
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
multivector.h
|
fix a segfault in library editor when importing symbols.
|
8 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
|
Implement undo/redo for origins in legacy
|
8 years ago |
|
pad_shapes.h
|
Add support for custom pad shape. Full support in DRC and PnS.
|
8 years ago |
|
page_info.h
|
Fix code after renaming files
|
8 years ago |
|
painter.h
|
Fix a minor issue in pad editor dialog: in GAL mode, the pad was sometimes shown in outline mode, sometimes in filled mode
|
8 years ago |
|
pcb_base_frame.h
|
3D viewer: fix some issues when opened from a frame and changes are made in a other frame:
|
8 years ago |
|
pcb_display_options.h
|
refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS
|
8 years ago |
|
pcb_screen.h
|
Fix code after renaming files
|
8 years ago |
|
pcbstruct.h
|
pcbnew legacy: remove option to hide via drill
|
10 years ago |
|
pgm_base.h
|
Icons options menu: code rework
|
9 years ago |
|
plotter.h
|
Fix code after renaming files
|
8 years ago |
|
profile.h
|
Eeschema: speed up netlist creation.
|
9 years ago |
|
project.h
|
Save ModEdit's footprint ID rather than source.
|
8 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 |
|
reporter.h
|
Optionally sort reporter messages
|
8 years ago |
|
richio.h
|
richio.h, class LINE_READER: prefix variable member names by "m_", like in other classes in Kicad.
|
8 years ago |
|
scoped_set_reset.h
|
Add context menu to GAL DRAWING_TOOL, including the zone menu
|
9 years ago |
|
search_stack.h
|
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
|
8 years ago |
|
status_popup.h
|
Bug fixes in Length Tuning UI.
|
8 years ago |
|
streamwrapper.h
|
Fix a few doxygen warnings and add a few comments.
|
9 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 |
|
text_utils.h
|
Added files missing in 602ecf75
|
8 years ago |
|
title_block.h
|
Fix code after renaming files
|
8 years ago |
|
trace_helpers.h
|
Replace printf debugging output in common/project.cpp with wxLogTrace.
|
8 years ago |
|
trigo.h
|
Minor fix in zones_by_polygon.cpp: When editing a non copper zone, some settings were not those of the edited zone.
|
8 years ago |
|
undo_redo_container.h
|
fix misspelled 'an other' -> 'another'
|
8 years ago |
|
unit_format.h
|
Moved FMT_UI & FMT_ANGLE macros to a separate header
|
8 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
|
Envrionment variable dialog improvments.
|
10 years ago |
|
wildcards_and_files_ext.h
|
GTK+ file dialog wildcard improvements.
|
8 years ago |
|
worksheet.h
|
Fix code after renaming files
|
8 years ago |
|
worksheet_dataitem.h
|
Update code after file renaming
|
8 years ago |
|
worksheet_shape_builder.h
|
page layout editor: fix a crash on block move.
|
8 years ago |
|
worksheet_viewitem.h
|
Gerbview: GAL mode: shows the page worksheet, similar to legacy mode.
|
8 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 |